Back to Models
Claude Opus 4.7
anthropicanthropic/claude-opus-4.7
Claude Opus 4.7 is Anthropic's most capable model — 13% coding lift over Opus 4.6, tripled image resolution (2576px / 3.75 MP), new xhigh effort level, and task budgets for autonomous agent loops. Best for coding, agents, enterprise workflows, cybersecurity, and financial analysis.
Context Length
1M
Max Output
128K
Input Price
$6.00/ 1M tokens
Output Price
$30.00/ 1M tokens
Modalities
textimagepdf→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $6.00 / 1M tokens |
| Output | $30.00 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "anthropic/claude-opus-4.7",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'