Claude Opus 4.7

anthropic/claude-opus-4.7
NewFlagship
by Anthropic · text+image+file in · text out · 1M ctx · 2026-04-16

Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous age…

INPUT$5.00/ 1M tokens
OUTPUT$25.00/ 1M tokens
p50 TTFT4.31 s7d
p95 TTFT65.00 s7d
TRAFFIC3.8Mtokens / 7d
Code samples
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.7",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$5.00
Output / 1M tokens$25.00
Cache read / 1M$0.500
Cache write / 1M$6.25
CurrencyUSD
Performance
TTFT p50
4.31 s
Output speed
51.3 tok/s
TTFT p95
65.00 s
Error rate
34.5%
Public benchmarks
AA Coding
52.5
AA Intelligence
57.3
GPQA Diamond
91.4
Humanity's Last Exam
39.6
IFBench
58.6
Long-Context Recall
70.3
SciCode
54.5
TerminalBench Hard
51.5
τ²-Bench
88.6
Source: artificialanalysis.ai
FAQ
How much does Anthropic: Claude Opus 4.7 cost on OrcaRouter?
Anthropic: Claude Opus 4.7 is priced at $5.00 per 1M input tokens and $25.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Anthropic: Claude Opus 4.7's context window?
Anthropic: Claude Opus 4.7 supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Anthropic: Claude Opus 4.7 via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="anthropic/claude-opus-4.7" in the chat.completions.create call.
Does OrcaRouter rate-limit Anthropic: Claude Opus 4.7?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
Anthropic: Claude Opus 4.7$5.00/M in4313ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/anthropic/claude-opus-4.7" target="_blank"> <img src="https://www.orcarouter.ai/embed/anthropic/claude-opus-4.7.svg" alt="Anthropic: Claude Opus 4.7 on OrcaRouter" /> </a>
Markdown [![Anthropic: Claude Opus 4.7](https://www.orcarouter.ai/embed/anthropic/claude-opus-4.7.svg)](https://www.orcarouter.ai/models/anthropic/claude-opus-4.7)