Claude Opus 4.6
by Anthropic · The oldest Opus still served here, at the same price as the newer ones.
Context 1M
Input / M tokens $1.50
Output / M tokens $7.50
Throughput —
Overview
Capabilities
- chat
- streaming
- tools
- vision
Call Claude Opus 4.6
Copy & Run
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Your API " \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-6",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'