Final Router

Anthropic · model

Claude Sonnet 5

Balanced, Coding, Tool use. Called through Final Router's one OpenAI-compatible endpoint at Anthropic's list price, with no markup on tokens.

Model id: anthropic/claude-sonnet-5
Input price$2per 1M tokens
Output price$10per 1M tokens
Context window1Mtokens
Typical speed980msmedian
Quality score93/100composite
ProviderAnthropicprocessed in US
Cached input$0.2per 1M, cache read
Cache write$2.5per 1M, one-time
Verified 2026-08-21Anthropic's own list price, with no markup on tokens - a 5.5% fee applies only when you add credits.

Call Claude Sonnet 5 in one line

Claude Sonnet 5 speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.

Call Claude Sonnet 5
from openai import OpenAI

client = OpenAI(
    api_key="fr_live_...",                     # your Final Router key
    base_url="https://finalrouter.com/api/v1"  # the only line you change
)

resp = client.chat.completions.create(
    model="anthropic/claude-sonnet-5",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Data & residency

We call api.anthropic.com, served from the United States. Their models are also sold through EU regions of Bedrock and Vertex, which we do not integrate.

Training: not used to train the model. Retention: Up to 30 days for trust and safety, unless the law requires longer.

Anthropic's policy, read 2026-08-21 →

Route it, don't pin it

Name Claude Sonnet 5 as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.

Start free

Claude Sonnet 5 FAQ

How much does Claude Sonnet 5 cost through Final Router?
$2 per million input tokens and $10 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
What is Claude Sonnet 5's context window?
1,000,000 tokens.
Does Claude Sonnet 5 train on my data?
No. On the endpoint Final Router calls, Anthropic does not train on your prompts. Data is processed in US.
How do I call Claude Sonnet 5?
Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "anthropic/claude-sonnet-5". Your existing code does not change.

Compare with

All comparisons

claude-sonnet-5Latency and quality are seed figures used for routing order, not billing. Prices are what you are charged.