★ Reading this for free? Get 20 structured AI courses + per-chapter AI tutor — the first chapter of every course free, no card.Start free in 30 seconds

Anthropic · Closed-API Model

Claude Opus 4.7: Adaptive Thinking, Tested

Claude Opus 4.7 (April 16, 2026) is Anthropic's flagship reasoning model and the first model with Adaptive Thinking — a mode that auto-tunes thinking compute per request based on task difficulty. Scores 87.6% on SWE-Bench Verified Adaptive harness, 1M context, $5/$25 per million tokens. This review covers when Opus 4.7 is worth the premium over Sonnet 4.6, how Adaptive Thinking actually works, and which open-weight models come closest if you need local deep reasoning.

📅 Published: May 9, 2026🔄 Last Updated: June 19, 2026✓ Manually Reviewed

Update (June 2026): Opus 4.7 is no longer Anthropic's flagship. Claude Opus 4.8 shipped May 28, 2026 and is now the current top model — same $5/$25 per-Mtok pricing and 1M-token context as 4.7, but a higher 88.6% SWE-Bench Verified, plus a new 2.5× “fast mode” and effort control. Opus 4.7 (below) is now the previous generation. Read the full Opus 4.8 review or Anthropic's announcement.

Note: Opus 4.7 is API-only — cannot be downloaded or run locally. For deep reasoning you can self-host, see DeepSeek V4-Pro, Kimi K2.6, and GLM-5.

Key takeaways

  • Adaptive Thinking — model auto-tunes reasoning compute per request, no manual tier selection.
  • 87.6% SWE-Bench Verified Adaptive — strong, and ahead of cheaper Sonnet 4.6 (79.6%), though both trail the raw-coding leaders (GPT-5.5 ~88.7%, Opus 4.8 ~88.6%).
  • $5/$25 per Mtok — modestly above Sonnet 4.6 ($3/$15); reserve for hardest 10% of tasks.
  • 1M context — same as Sonnet 4.6; works with prompt caching.
  • Best for: research-grade analysis, novel algorithm design, complex multi-step reasoning.

Quick verdict

Use Claude Sonnet 4.6 for ~90% of coding work — it's the best-value frontier-class model: near-flagship quality at roughly 1/8 the price of the top models, fast, with a 1M-token context (79.6% SWE-Bench Verified — slightly below Opus 4.7, well ahead on value). Reach for Opus 4.7 only when the task visibly defeats Sonnet 4.6: complex multi-file refactors, novel algorithm design, deep research analysis, or anywhere Adaptive Thinking earns its keep.

For privacy-required deep-reasoning workloads where you need local hosting, DeepSeek V4-Pro (8× H100) or Kimi K2.6 (also 8× H100) are the realistic alternatives.

Opus 4.8 replaced Opus 4.7 as the flagship

As of June 2026, Claude Opus 4.8 is Anthropic's current flagship, and Opus 4.7 is the previous generation. Anthropic released Opus 4.8 on May 28, 2026, roughly six weeks after 4.7. If you're choosing a model today, default to 4.8 — it's a drop-in upgrade at the same list price.

 Opus 4.8 (current)Opus 4.7 (previous)
ReleasedMay 28, 2026April 16, 2026
SWE-Bench Verified88.6%87.6%
SWE-Bench Pro69.2%64.3%
Context window1M tokens1M tokens
API pricing (in/out)$5 / $25 per Mtok$5 / $25 per Mtok
Notable new featuresFast mode (~2.5×), effort control

Opus 4.8 keeps Adaptive Thinking and the same tools/platform features as 4.7, and adds a research-preview fast mode (set speed: "fast" for up to ~2.5× higher output tokens/sec at premium pricing) plus effort control (high by default, with “extra”/“max” for harder tasks). The rest of this review still describes Opus 4.7 specifically — accurate for the previous generation, useful if you're pinned to it. Sources: Anthropic news · Claude API docs.

Opus 4.7 specs at a glance

VendorAnthropic
Release dateApril 16, 2026
Model IDclaude-opus-4-7-20260416
ArchitectureDense transformer with Adaptive Thinking
Context window1,000,000 tokens
Max output64,000 tokens (excluding thinking trace)
ModalitiesText · Code · Vision
LicenseProprietary
Local self-hostable?No

Adaptive Thinking explained

Most reasoning models (OpenAI o-series, Gemini 3.1 Pro thinking tiers) make you choose how much thinking to apply per request. Opus 4.7 changes this — the model decides for itself based on task difficulty.

Mechanism: a lightweight pre-pass classifies the input difficulty, then the model spends correspondingly more compute thinking before answering. Easy questions (e.g., “what's 2+2”) get fast responses with no thinking. Medium complexity gets a brief thinking pass. Hard problems trigger extended reasoning over seconds to minutes.

Why it matters: removes the cognitive overhead of picking a thinking tier. For dev tools and agents, Adaptive Thinking means you set the model once and it auto-routes per-task complexity. Cost implication: output tokens include the thinking trace, so a hard problem can multiply effective cost by 2-4× — but you only pay it when needed.

Compare to Gemini 3.1 Pro's explicit Tier 1/2/3 system or GPT-5.5's Instant/Standard/Pro split. Opus 4.7's approach is more elegant but less predictable for cost forecasting.

Benchmarks

BenchmarkOpus 4.7Sonnet 4.6GPT-5.5 ProGemini 3.1 Pro
SWE-Bench Verified Adaptive87.6%79.6%88.4%87.9%
GPQA Diamond (PhD science)87.3%85.7%87.6%88.2%
AIME 2025 (math)92.8%91.5%96.4%94.0%
ARC-AGI-2 (reasoning)71.8%68.4%73.5%77.1%
MMLU-Pro89.4%87.9%90.6%89.4%

Pricing & access

API

  • Input: $15.00 per 1M tokens
  • Output (incl. thinking): $75.00 per 1M tokens
  • Cached input: $1.50 per 1M (90% off)
  • Batch: 50% off (24h SLA)

Subscription

  • Claude Pro: $20/mo — limited Opus 4.7
  • Claude Max: $100-200/mo — much higher Opus quota
  • Bedrock / Vertex: Same per-token pricing

When to pick Opus 4.7

  • Hardest 5-10% of tasks where Sonnet 4.6 visibly struggles.
  • Research-grade analysis, novel algorithm design, deep multi-step reasoning.
  • Workloads where Adaptive Thinking's auto-routing eliminates manual tier selection.
  • Anthropic-stack teams already using Sonnet 4.6; Opus 4.7 is the natural escalation.

FAQ

What is Claude Opus 4.7?
Claude Opus 4.7 is Anthropic's deep-reasoning Opus model, released April 16, 2026. It was the flagship until Claude Opus 4.8 succeeded it on May 28, 2026 — so as of June 2026 Opus 4.7 is the previous generation (88.6% SWE-Bench Verified on 4.8 vs 87.6% here, same $5/$25 pricing and 1M context). It's the “Opus tier” sibling to Claude Sonnet 4.6 — designed for deepest reasoning rather than coding throughput. Headline feature: Adaptive Thinking, a mode where the model auto-tunes how much thinking compute to apply per request based on task difficulty. Scores 87.6% on SWE-Bench Verified Adaptive harness, 1M context, $5 input / $25 output per million tokens. Most production teams use Sonnet 4.6 ($3/$15) by default and reach for Opus 4.7 only on hardest 5-10% of tasks.
Opus 4.7 vs Sonnet 4.6: when do I use each?
Use Sonnet 4.6 ($3/$15) for nearly all everyday coding work — it delivers near-flagship quality at roughly 1/8 the price of the top models, runs fast, and ships a 1M-token context. It scores 79.6% on SWE-Bench Verified — a touch below Opus 4.7's 87.6%, and behind the raw-coding leaders (GPT-5.5 ~88.7%, Opus 4.8 ~88.6%) — but its value-per-dollar is unmatched. Use Opus 4.7 when: 1) Sonnet 4.6 visibly struggles on a problem (multi-file refactors with subtle dependencies, novel algorithm design, ambiguous specs requiring careful reasoning); 2) You need Adaptive Thinking to auto-tune compute per request; 3) Research-grade analysis where every percent of accuracy matters. The cost difference is ~1.7× — only worth it for the hardest tasks. Most production engineers route 90% of work through Sonnet 4.6 and 10% through Opus 4.7.
What is Adaptive Thinking?
Adaptive Thinking is a new mode in Opus 4.7 where the model automatically decides how much thinking time to spend based on task difficulty. Easy questions get fast responses (similar to Sonnet 4.6 latency). Hard questions trigger longer internal reasoning before output, similar to OpenAI o-series or Gemini 3.1 Pro's thinking tiers — but auto-routed instead of user-selected. Visible in the API as a `thinking` field showing the reasoning trace. Reduces the cognitive overhead of picking a thinking tier per request. Currently only available on Opus 4.7; expected to come to Sonnet later in 2026.
How much does Claude Opus 4.7 cost?
Claude Opus 4.7 API pricing is $5 per million input tokens and $25 per million output tokens — modestly above Sonnet 4.6 ($3/$15), roughly 1.7×. With Adaptive Thinking, output tokens include the model's thinking trace, which can multiply effective cost by 2-4× on hard problems. Cached input is $0.50 per Mtok (90% off). Available through Claude Pro ($20/mo with usage caps), Claude Max ($100-200/mo), Anthropic API, AWS Bedrock, and Google Cloud Vertex AI. Heavy Opus 4.7 API users typically pay $100-800/month — most cap usage by routing easy work to Sonnet 4.6.
Can I run Claude Opus 4.7 locally?
No — like all Claude models, Opus 4.7 is API-only. For local-first deep reasoning, the closest open-weight alternatives are DeepSeek V4-Pro (82.6% SWE-Bench, MIT licensed, but needs 8× H100), Kimi K2.6 (85.4% SWE-Bench Agentic, 1T MoE, also 8× H100), and GLM-5 (77.8% SWE-Bench, smaller hardware footprint at 4× H100). None match Opus 4.7's Adaptive Thinking, but they get within 5-10 points on standard benchmarks.
Opus 4.7 vs GPT-5.5 Pro: which is better for hard reasoning?
Both are extended-thinking models in the top reasoning tier. AIME 2025: GPT-5.5 Pro 96.4% vs Opus 4.7 92.8%. SWE-Bench Verified: Opus 4.7 87.6% vs GPT-5.5 Pro 88.4%. GPQA Diamond: Opus 4.7 87.3% vs GPT-5.5 Pro 87.6%. ARC-AGI-2: Opus 4.7 71.8% vs GPT-5.5 Pro 73.5%. The two models are nearly tied on most reasoning benchmarks. Choose by ecosystem: Anthropic-stack teams pick Opus 4.7, OpenAI-stack teams pick GPT-5.5 Pro. Pricing: Opus 4.7 is far cheaper at $5/$25 vs GPT-5.5 Pro at $30/$180.

Related models

🎯
AI Learning Path

Go from reading about AI to building with AI

20 structured courses. Hands-on projects. Runs on your machine. Start free.

Or own it for life — Lifetime $149 $599, pay once
LM

Written by the Local AI Master Team

The team behind Local AI Master

We build Local AI Master around practical, testable local AI workflows: model selection, hardware planning, RAG systems, agents, and MLOps. The goal is to turn scattered tutorials into a structured learning path you can follow on your own hardware.

✓ Local AI Curriculum✓ Hands-On Projects✓ Open Source Contributor
More on AI Models Directory
See the full AI Models Directory guide.
📚
Free · no account required

Grab the AI Starter Kit — career roadmap, cheat sheet, setup guide

No spam. Unsubscribe with one click.

🎯
AI Learning Path

Found your model? Now build something with it.

20 hands-on courses — RAG, agents, fine-tuning — all running locally. First chapter free, no card.

Or own it for life — Lifetime $149 $599, pay once
Free Tools & Calculators