Part of our Claude Opus 5.5 series. Start with the complete Claude Opus 5.5 guide for the full benchmark table, pricing and availability.
Most model upgrades ask you to pay more for better results. Claude Opus 5.5 is the rare one that costs less. The real question for teams on Opus 5 is not whether to upgrade, but how much of their integration has to change first.
−20%
input and output price
−60%
cache read price
30%+
faster output, per Anthropic
9 of 9
benchmarks improved
Opus 5.5 vs Opus 5 at a glance
| Opus 5.5 | Opus 5 | |
|---|---|---|
| Input / output | $4 / $20 | $5 / $25 |
| Cache read | $0.20 | $0.50 |
| Cache write (5 min) | $5 | $6.25 |
| Batch input / output | $2 / $10 | $2.5 / $12.5 |
| Fast mode input / output | $8 / $40 | $10 / $50 |
| Context window | 1M tokens | 1M tokens |
| Max output | 128K tokens | 128K tokens |
| Default effort | medium | high |
| Can disable thinking | No | Yes, at high effort or below |
| Forced tool_choice | Rejected | Supported |
Benchmark gains
| Benchmark | Opus 5.5 | Opus 5 | Gain |
|---|---|---|---|
| Terminal-Bench 4.0Agentic coding | 66.4% | 52.3% | +14.1 pts |
| FrontierCode v1.1Agentic coding | 54.4% | 48.0% | +6.4 pts |
| CursorBench 4.0Agentic coding | 57.8% | 46.6% | +11.2 pts |
| GDPval-AA v2.1Knowledge work | 1846 Elo | 1708 Elo | +138 Elo |
| AutomationBenchBusiness workflows | 40.0% | 26.9% | +13.1 pts |
| Humanity's Last Exam (tools)Reasoning | 67.7% | 63.6% | +4.1 pts |
| Terminal-Bench-Science 0.1Scientific research | 58.7% | 29.0% | +29.7 pts |
| OSWorld 2.0Computer use | 81.8% | 74.0% | +7.8 pts |
| Chartography (tools)Visual reasoning | 89.0% | 83.4% | +5.6 pts |
The standout is scientific work in a terminal, where the score doubles. Agentic coding and business automation each gain 11 to 14 points on their main benchmarks. The smallest gain is on FrontierCode, at 6.4 points, which suggests the improvement is more about carrying long tasks through than about writing any single piece of code better.
Fewer steps, fewer tokens
Benchmark scores show quality. For your bill, the more important change is how much work Opus 5.5 does to reach that quality. Anthropic reports that at its default medium effort, Opus 5.5 matched or beat Opus 5 at high effort on multistep coding tasks with about half the tokens. It also produced better long analytical reports with roughly 40% fewer output tokens.
Customer reports from the launch point the same way:
- GitHub: solved more terminal tasks than Opus 5 in less than half the steps.
- Optiver: matched Opus 5's quality in half the turns, time and output tokens, a 40 to 50% cost cut.
- Box: used a third of Opus 5's tokens, with answers 40% shorter and no loss of accuracy.
- Factory: matched Opus 5 at high effort with 20 to 25% fewer output tokens.
- One team audited and fixed a 200,000-line codebase in under three hours. Opus 5 took more than 20.
Measure cost per finished task, not per token
If Opus 5.5 finishes in fewer turns, a cheaper rate card is only part of the saving. Compare the total cost of completing the same set of tasks on both models.What changes in the API
Opus 5.5 keeps Opus 5’s feature set, including prompt caching, batch, the Files API, vision, structured outputs, task budgets and compaction. Four behaviors change in ways that can return errors:
thinking: {type: "disabled"}andbudget_tokensreturn 400. Thinking is always on.tool_choiceofanyortoolreturns 400.- Thinking blocks are bound to the conversation, so edited history can fail on newer accounts.
- On the Claude API and Google Cloud, computer use requires
computer_toolset_20260801.
Text the model writes between tool calls also moves into thinking blocks, which are empty by default. The Claude Opus 5.5 migration guide has the fix and code for each change.
When to stay on Opus 5 for now
Opus 5.5 is the better model, but a few situations justify waiting:
- You rely on forced tool calls across many routes and can’t refactor them this sprint.
- Your harness edits conversation history, for example by deleting injected reminders or summarizing older turns on the client. Newer accounts get a 400 when that invalidates thinking blocks.
- You run computer use on a platform without the new toolset. Bedrock still accepts the older tool. Check compatibility before moving other platforms.
- Your work touches dual-use biology, such as virology or toxicology research. Opus 5.5 adds a biology classifier that may decline requests Opus 5 answered.
- You need guaranteed capacity on day one. Check your tier’s Opus 5.5 rate limits before moving production volume.
A six-step upgrade plan
- Point a staging environment at
claude-opus-5-5and keep production on Opus 5. - Set
effortexplicitly. Start at medium and also test low. Our Claude Opus 5.5 effort levels guide explains why the old setting doesn’t carry over. - Fix the four breaking changes and render thinking blocks if your UI shows progress text.
- Handle refusals: check stop_reason before reading content and enable server-side fallback.
- Run your evaluation set on both models and compare cost per completed task.
- Cut over, and keep Opus 5 as a fallback target for the first few weeks.
Deciding between Opus 5.5 and Anthropic’s top model instead? Read Opus 5.5 vs Fable 5.1, or go back to the full Claude Opus 5.5 overview.
Frequently asked questions
Is Claude Opus 5.5 better than Opus 5?
Yes, on every benchmark Anthropic published for both models. The largest gains are on Terminal-Bench-Science (58.7% vs 29.0%), Terminal-Bench 4.0 (66.4% vs 52.3%) and AutomationBench (40.0% vs 26.9%).
Is Opus 5.5 cheaper than Opus 5?
Yes. Opus 5.5 costs $4 input and $20 output per million tokens against $5 and $25 for Opus 5, and cache reads fall from $0.50 to $0.20. Anthropic estimates the total cost of typical work is about 40% lower, because Opus 5.5 also uses fewer tokens.
Will my Opus 5 prompts work on Opus 5.5?
Anthropic says existing Opus 5 prompts should perform well without changes. Re-test any instructions you added to control Opus 5's verbosity or over-checking, since Opus 5.5 may no longer need them.
Is Opus 5 being retired?
Not at launch. Anthropic kept Opus 5 available on the Claude API, Amazon Bedrock, Google Cloud and Microsoft Foundry alongside Opus 5.5, so you can compare them side by side.
Do Opus 5 and Opus 5.5 use the same tokenizer?
Yes. Token counts for the same text are unchanged, so any difference in your bill comes from the new prices and from how many tokens the model chooses to generate.
The Claude Opus 5.5 series
Six guides that cover the model from every angle a team evaluating it will ask about.
01
Claude Opus 5.5: Benchmarks, Pricing and What Actually Changed
02
Claude Opus 5.5 vs Fable 5.1: Is Fable Still Worth 2.5x the Price?
03 · You are here
Opus 5.5 vs Opus 5
04
Claude Opus 5.5 Pricing: API Costs in Dollars and Rupees
05
Migrating to Claude Opus 5.5: Four Breaking Changes to Fix First
06
Claude Opus 5.5 Effort Levels: Why Medium Is the New Default
Sources
- Anthropic: Introducing Claude Opus 5.5
- Claude Platform Docs: What's new in Claude Opus 5.5
- Claude Platform Docs: Migrating to Claude Opus 5.5
- Claude Platform Docs: Pricing
Benchmark and customer figures are Anthropic's launch-day numbers, not independent tests. Prices are Anthropic's first-party API list prices as of September 24, 2026.
Building on Claude?
Tech Geum builds and migrates AI features for businesses in India and the Gulf, from model selection to production.
