Opus 4.6 is Anthropic’s strongest model for coding and long-running professional tasks. It is built…
from openai import OpenAI
client = OpenAI(
base_url="https://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)| Input / 1M tokens | $5.00 |
| Output / 1M tokens | $25.00 |
| Cache read / 1M | $0.500 |
| Cache write / 1M | $6.25 |
| Currency | USD |