Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks. It is built for agents that operate across entire workflows rather than single prompts, making it especially effective...
OpenAI-compatible — keep the SDK you already use
https://api.orcarouter.ai/v1https://api.orcarouter.aifrom openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="anthropic/claude-opus-4.6",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)include_reasoningmax_tokensoutput_configreasoningresponse_formatstopstreamstructured_outputstemperaturethinkingtool_choicetoolstop_p| Input / 1M tokens | $5.00 |
| Output / 1M tokens | $25.00 |
| Cache read / 1M | $0.500 |
| Cache write / 1M | $6.25 |
| Currency | USD |
Estimate based on list price
Estimate only — actual token counts depend on the provider's tokenizer.
GET /api/public/models/anthropic/claude-opus-4.6Open @misc{orcarouter_claude_opus_4_6,
title = {Claude Opus 4.6 API},
author = {Anthropic},
year = {2026},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/anthropic/claude-opus-4.6}
}Anthropic. (2026). Claude Opus 4.6 API. OrcaRouter. https://www.orcarouter.ai/models/anthropic/claude-opus-4.6