Anthropic · model
Claude Opus 5
Reasoning, Long context, Agentic coding. Called through Final Router's one OpenAI-compatible endpoint at Anthropic's list price, with no markup on tokens.
anthropic/claude-opus-5Call Claude Opus 5 in one line
Claude Opus 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.
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-opus-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 Opus 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 freeClaude Opus 5 FAQ
- How much does Claude Opus 5 cost through Final Router?
- $5 per million input tokens and $25 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 Opus 5's context window?
- 1,000,000 tokens.
- Does Claude Opus 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 Opus 5?
- Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "anthropic/claude-opus-5". Your existing code does not change.
Compare with
All comparisonsclaude-opus-5Latency and quality are seed figures used for routing order, not billing. Prices are what you are charged.