Back to news
NEWS2026.04.174 min read

Claude Opus 4.7: Benchmarks, Pricing, and What Actually Changed

Anthropic launched Claude Opus 4.7 on April 16, 2026. See benchmarks vs GPT-5.4 and Gemini 3.1 Pro, pricing details, new features, and migration tips.

Anthropic dropped Claude Opus 4.7 on April 16, 2026. We’ve been running it against our own workloads since launch day — and if you’re running production workloads on 4.6, you need to read the fine print before you migrate. The headline numbers are genuinely impressive. The pricing story is more complicated than the changelog suggests.

What Is Claude Opus 4.7 and Why It Matters

Opus 4.7 is Anthropic’s flagship reasoning model — the one you reach for when a task requires deep multi-step thinking, complex code generation, or sophisticated document analysis. The 4.7 release focuses on three things: wider coding intelligence, a major vision overhaul, and a new intermediate effort tier that gives developers finer control over cost versus quality. It’s an evolutionary release, not a ground-up rebuild. But the gaps over 4.6 are wide enough to matter for teams doing real work.

Claude Opus 4.7 Benchmarks vs GPT-5.4 and Gemini 3.1 Pro

The coding benchmarks are where Opus 4.7 separates itself most clearly.

Claude Opus 4.7 benchmark comparison chart — SWE-bench, GPQA Diamond, Vision, Finance Agent scores vs Opus 4.6, GPT-5.4, and Gemini 3.1 Pro
Claude Opus 4.7 benchmark scores compared to Opus 4.6, GPT-5.4, and Gemini 3.1 Pro. Data: Anthropic, April 2026.

SWE-bench Verified is the one to watch: 87.6% against GPT-5.4’s ~57.7% is not a marginal lead — it’s a different class of coding capability. On GPQA Diamond (graduate-level science reasoning), all three frontier models are essentially tied at 94%, which tells you something about where reasoning saturation is setting in. Vercel reported a +13% improvement in coding task performance on their internal benchmarks after switching to Opus 4.7, which is a credible real-world signal beyond synthetic evals.

On SWE-bench Pro — a harder variant requiring end-to-end patch generation on real open-source repos — Opus 4.7 hits 64.3% versus 4.6’s 53.4%. That’s nearly an 11-point jump. For teams doing autonomous code review, refactoring pipelines, or agentic CI/CD work, that gap is tangible.

What's new in Claude Opus 4.7 — coding, vision, effort levels, tokenizer, and agentic improvements
Five major changes in Opus 4.7: coding leads SWE-bench at 87.6%, vision tripled to 3.75MP.

The vision numbers are the other headline. Opus 4.7 hits 91.0% on arXiv reasoning tasks — up from 84.7% on 4.6 — and the resolution ceiling has tripled to 3.75MP. That means you can now feed the model dense technical diagrams, long-form document scans, and complex UI screenshots without the quality degradation that came with lower-res inputs.

Pricing, Tokenizer Changes, and the Hidden Cost Story

Claude Opus 4.7 pricing comparison — same sticker price but 25-35% more tokens due to new tokenizer
The price tag hasn’t changed — but the tokenizer has. Effective cost is 25–35% higher than Opus 4.6.

The listed price is $5 per million input tokens and $25 per million output tokens — identical to Opus 4.6. But that’s not the full story, and Anthropic knows it. Opus 4.7 ships with a new tokenizer that encodes text 25–35% less efficiently than its predecessor. In practice, the same prompt that cost you $5 on 4.6 costs $6.25–$6.75 on 4.7 at the same nominal rate. If you’ve been on Hacker News this week, you’ve seen the backlash: the community is calling it a stealth price hike, and it’s not an unfair characterization.

If you’re running high-volume pipelines, model this before you migrate — the token count difference on long context windows is significant. A second friction point: the Extended Thinking mode toggle available in 4.6 has been removed. Thinking behavior is now implicit, controlled through the new effort levels rather than a discrete switch. Teams that relied on explicit thinking control in their prompting strategies will need to rework those integrations.

New Developer Features: Task Budgets, xHigh Effort, and Vision

The most useful addition for production use is the new xhigh effort level. Previously, you had high and max. Now there’s an intermediate tier that sits between them — better reasoning depth than high, lower cost than max. For workloads that don’t need maximum compute but were leaving quality on the table at high, this is a meaningful option. The 3x vision resolution increase (up to 3.75MP) isn’t just a vanity metric. It unlocks practical use cases that were previously too lossy: reading technical schematics, processing dense financial tables from scanned PDFs, analyzing multi-panel UI mockups, and parsing hand-annotated diagrams. We’ve been testing this on insightDiff’s screenshot analysis pipeline — the resolution jump is immediately noticeable on dense web layouts. The Finance Agent benchmark at 64.4% — a new state-of-the-art result — is a direct signal of how the improved vision and reasoning stack interact on structured real-world data.

Should You Upgrade from Claude Opus 4.6?

If your workload is coding-heavyautonomous agents, PR review, refactoring pipelines, agentic CI — the SWE-bench jump alone makes the upgrade worth modeling. The 87.6% versus 80.8% gap is real, Vercel’s +13% real-world result corroborates it, and the Pro benchmark improvement suggests the gains hold on harder tasks.

If you’re using vision at scale — document parsing, diagram analysis, multimodal inputs — the 3x resolution increase and 91% arXiv score are substantial enough to change what’s feasible.

If you’re running high-volume text workloads with tight margins, slow down. Run the tokenizer math on your actual prompt corpus before switching. A 25–35% token inflation at the same nominal price is a real cost increase, and if your use case doesn’t need the coding or vision improvements, staying on 4.6 is a reasonable call until Anthropic addresses the efficiency gap. One last thing: if you have prompt engineering built around the Extended Thinking toggle, budget time to refactor. It’s gone.

Building something where model choice actually matters? We’d love to hear what you’re working on.

Abstract AI neural pathways forming code - Claude Opus 4.7
FIG. 01 — Claude Opus 4.7: Benchmarks, Pricing, and What Actually Changed