← Back to catalog
40% cheaperGet an API key
Claude Opus 4.6 Thinking
claude-opus-4-6-thinkingINPUT / 1M$3.00list $5.00
OUTPUT / 1M$15.00list $25.00
CACHE READ / 1M—caching not supported on this model
CONTEXT200Ktokens per request
Call this model
from openai import OpenAI
client = OpenAI(
api_key="sk-ak-...",
base_url="https://apikey.sh/v1",
)
resp = client.chat.completions.create(
model="claude-opus-4-6-thinking",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Specifications
ProviderAnthropic
CategoryFlagship
Context200K tokens
Max output64.0K
Endpoint/v1/chat/completions
toolsreasoningstreaming