TokenRoute
Get started
Back to models

Anthropic: Claude Opus 4.5

Moderated

anthropic/claude-opus-4.5

Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...

Pricing

Input$3.50 /M
Output$17.50 /M
Cache read$0.3500 /M
Cache write$4.38 /M
Web search$0.0070 /req

Specs

Context length200K tokens
Max output64K tokens
Inputfile, image, text
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-opus-4.5",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
max_completion_tokens
max_tokens
reasoning
response_format
stop
structured_outputs
temperature
tool_choice
tools
top_k
verbosity