AnthropicReleased on Apr 16, 2026

Claude Opus 4.7: Benchmarks, Pricing & Context Window

Claude Opus 4.7 is a language model from Anthropic, released in April 2026, with multimodal input.

Claude Opus 4.7 is Anthropic's latest Opus-class model, a direct upgrade to Opus 4.6 with notable improvements in advanced software engineering, particularly on the most difficult tasks. It handles complex, long-running agentic workflows

Input
TextImage
Output
Text

Claude Opus 4.7 pricing

Providers

Claude Opus 4.7 starts at $5.00 per million input tokens and $25.00 per million output tokens via Anthropic. See all 2 providers below with their per-token pricing, latency, throughput, and modality support.

ProviderInput $/MOutput $/MMax InputMax OutputLatency p95 sThroughput P95QuantInputOutput
Anthropic logoAnthropic
$5.00$25.001.0M128.0K
4.62
2 c/s
Vertex AI logoVertex AI
$5.00$25.001.0M128.0K
0.50
42 c/s
Loading chart...
Loading chart...
Loading chart...

Claude Opus 4.7 API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $5.00 input / $25.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="claude-opus-4-7",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

Claude Opus 4.7 latency

7-day operational metrics from live API traffic.

Performance Metrics

7-day operational metrics from live API traffic

Loading chart...
Loading chart...
Loading chart...

Claude Opus 4.7 examples

Recent arena outputs from Claude Opus 4.7, picked from the highest-ranked matchups.

Claude Opus 4.7 license

Claude Opus 4.7 is released under the Proprietary license, which restricts commercial use.

License
Proprietary
Non-commercial

Proprietary license - usage restrictions apply

Claude Opus 4.7 vs other models

The most-compared alternatives to Claude Opus 4.7 are GLM-5.1, Seed 2.0 Pro, Claude Mythos Preview. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like Claude Opus 4.7

Models ranked just above and below Claude Opus 4.7 by LLM Stats score.

 

GLM-5.1

Score pending
 

Seed 2.0 Pro

Score pending
 

Claude Mythos Preview

Score pending
 

GPT-5.2 Pro

Score pending
 

Claude Opus 4.5

Score pending
 

Claude Opus 4.8

Score pending

FAQ

Common questions about Claude Opus 4.7.

When was Claude Opus 4.7 released?

Claude Opus 4.7 was released on April 16, 2026 by Anthropic. This is the official Claude Opus 4.7 release date tracked on LLM Stats.

How much does Claude Opus 4.7 cost?

Claude Opus 4.7 costs $5.00 per million input tokens and $25.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK.

Is Claude Opus 4.7 available via API?

Yes. Claude Opus 4.7 is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 2 providers tracked on LLM Stats.

Who created Claude Opus 4.7?

Claude Opus 4.7 was created by Anthropic.

What is the license for Claude Opus 4.7?

Claude Opus 4.7 is released under the Proprietary license.

Is Claude Opus 4.7 multimodal?

Yes, Claude Opus 4.7 is multimodal and can accept both text and images as input.

Where can I use Claude Opus 4.7?

Claude Opus 4.7 is available through 2 providers including Anthropic, Vertex AI.

Where is the Claude Opus 4.7 paper or technical report?

Claude Opus 4.7 has a paper or technical report available at https://www.anthropic.com/news/claude-opus-4-7. Use that source for architecture, training, release and evaluation details.

What models should I compare Claude Opus 4.7 against?

Common Claude Opus 4.7 comparisons include Claude Opus 4.7 vs GLM-5.1, Claude Opus 4.7 vs Seed 2.0 Pro, Claude Opus 4.7 vs Claude Mythos Preview. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.