Claude Opus 5.5: more capability, lower cost, new rules
Anthropic launched Claude Opus 5.5 on September 22, 2026. It promises Fable 5.1-level results on most work at a lower price than Opus 5. Here is what changes for a team putting it into production.
Claude Opus 5.5 costs $4 per million input tokens and $20 per million output tokens (Opus 5: $5 and $25), keeps a 1 million token context window and, according to Anthropic, performs like Claude Fable 5.1 on most work, generates output more than 30% faster than Opus 5 and costs 40% less to run on typical workloads.
For engineering teams it brings breaking changes: thinking can no longer be turned off, the default effort drops to medium and forced tool use is gone. Our reading: it is the new default starting point for agents and knowledge work, provided you validate it on your own prompts.
What Claude Opus 5.5 is and what it promises
Claude Opus 5.5 is the new model in Anthropic's Opus line, released on Tuesday, September 22, 2026, two months after Opus 5 (July 24). Anthropic describes it as a model for long-running agentic coding and knowledge work, and its documentation now recommends starting with Opus 5.5 for most workloads.
The headline promises, all from Anthropic: performance at the level of Claude Fable 5.1 (its most capable widely released model) on most work, a 40% lower running cost than Opus 5 on typical workloads and output generation more than 30% faster. It is available on the Claude API, Amazon Bedrock, Google Cloud Vertex AI, Microsoft Foundry and Claude Platform on AWS, and in the Claude Pro, Max, Team and Enterprise plans.
It is also the first model Anthropic has shipped since its CEO, Dario Amodei, published the essay We Must Pace the Frontier in September 2026, calling for a slower pace of capability gains to leave time for alignment and external evaluation. The same day, OpenAI launched GPT-6 Sol and GPT-6 Luna, and Anthropic said Claude Sonnet 5.5 and Claude Haiku 5.5 will follow in the coming weeks.
Where it fits in the Claude family
Four current models, four price points.
| Model | Input / output | Context | Max output | Default effort | Reliable knowledge |
|---|---|---|---|---|---|
| Claude Fable 5.1 | 10 / 50 | 1M | 128K | high | June 2026 |
| Claude Opus 5.5 | 4 / 20 | 1M | 128K | medium | June 2026 |
| Claude Sonnet 5 | 2 / 10 | 1M | 128K | high | January 2026 |
| Claude Haiku 4.5 | 1 / 5 | 200K | 64K | n/a | February 2025 |
The practical reading: Opus 5.5 takes the slot that used to require paying for the Fable tier. Fable 5.1 remains for the most demanding reasoning and very long-horizon agents, or for when your evaluations of Opus 5.5 at high effort still fall short. Sonnet 5 and Haiku 4.5 remain the options for volume and latency.
Two pricing details matter in production: an Opus 5.5 prompt-cache read costs $0.20 per million tokens (5% of the input price, versus $0.50 on Opus 5), and the Batch API applies a 50% discount. On batches, Opus 5.5 supports up to 300,000 output tokens with a beta header.
Reading the benchmarks carefully
What Anthropic publishes and what independent leaderboards say.
| Benchmark | Opus 5.5 | Fable 5.1 | Opus 5 | GPT-6 Astra |
|---|---|---|---|---|
| Terminal-Bench 4.0 | 66.4% | 55.8% | 52.3% | 57.9% |
| FrontierCode v1.1 | 54.4% | 50.3% | 48.0% | 53.3% |
| CursorBench 4.0 | 57.8% | 51.8% | 46.6% | not reported |
| OSWorld 2.0 (computer use, partial score) | 81.8% | 80.7% | 74.0% | not reported |
| Humanity's Last Exam (with tools) | 67.7% | 65.6% | 63.6% | 57.2% |
| AutomationBench | 40.0% | 31.4% | 26.9% | 41.4% |
| Terminal-Bench-Science 0.1 | 58.7% | 52.6% | not reported | 64.6% |
Three cautions before deciding on this table. First, these tests are run or chosen by the vendor itself, several in new versions (Terminal-Bench 4.0, OSWorld 2.0) with little comparison history. Second, it doesn't win everywhere: in the same table, GPT-6 Astra comes out ahead on AutomationBench and Terminal-Bench-Science. Third, none of these tests is in business Spanish or French, which is where we most often see models break.
Independent leaderboards point the same way, with nuances. On September 25 and 26, Opus 5.5 topped the Arena text leaderboard (1,509 points) and the Artificial Analysis Intelligence Index (58 points, version 4.3.2). It was not yet on the official Terminal-Bench 4.0 board, which GPT-6 Astra led at 58.2%, and on ARC-AGI-2 GPT-6 Astra scored 95.0% against 93.3% for Opus 5.5, although at almost three times the cost per task.
Anthropic also cites customer anecdotes: a 680,000-line code migration in under a day, or an audit of a 200,000-line codebase in under three hours. They come from its launch communication: a useful signal of where the model points, not a promise for your project.
What changes for engineering teams
Four changes break code written for Opus 5.
Thinking is always on. Opus 5.5 uses adaptive thinking that cannot be disabled; the only dial is the effort parameter (low, medium, high, xhigh, max). The default drops to medium, one level below Opus 5. Anthropic says Opus 5.5 at medium beats Opus 5 at high on its coding and knowledge-work evaluations, and that on several coding evaluations low comes close at much lower cost. We cover this in depth in when paying for thinking pays off.
- Sending
thinking: disabledor a fixed thinking-token budget returns a 400 error. - Forced tool use (
tool_choiceset toanyor a specific tool) is no longer supported: useautowith strict tools, or structured outputs. - Thinking blocks are tied to the model and the conversation: if your code edits earlier turns, accounts created on or after August 31, 2026 get an error. History must be append-only.
- Computer use only works through the new
computer_toolset_20260801; the earlier tool is rejected.
One more change breaks nothing but surprises teams: the short notes the model writes between tool calls now arrive as thinking blocks, empty by default. If your interface shows that progress to users, it will go quiet until you enable the updates display mode. Finally, fast mode (research preview, Claude API only) promises up to 2.5x speed at $8 / $40 per million tokens.
Set effort explicitly on every route of your application and re-run your evaluation suite. Copying your Opus 5 settings gives longer turns and more output tokens, because at the same level Opus 5.5 tends to think more.
What it really costs: a worked example
Price per token drops 20%; cost per task can drop much more.
Take a typical agent step: 12,000 input tokens, 10,000 of which are a stable prefix (instructions, tools, reference documents) that can be cached, and 2,000 output tokens including thinking, which is billed as output. These are illustrative assumptions, not measurements from a project.
| Scenario | Cost per step | Per 100,000 steps |
|---|---|---|
| Opus 5, no caching | $0.110 | $11,000 |
| Opus 5.5, no caching | $0.088 | $8,800 |
| Opus 5, cached prefix | $0.065 | $6,500 |
| Opus 5.5, cached prefix | $0.050 | $5,000 |
The big saving is not the list price but the combination: cheap cache reads, a lower default effort and, according to Anthropic, fewer tokens per solved task. The number to watch is cost per completed task: a cheaper step that needs two retries is not cheaper. If the work isn't interactive, the Batch API halves the bill. More levers in the real cost of AI.
Safety and refusals: what your team should know
Opus 5.5 runs cybersecurity and biology safety classifiers similar to Fable 5.1's; the biology one is new compared with Opus 5. According to the documentation, finding vulnerabilities in source code is allowed, while dual-use biology research requests are declined except for participants in Anthropic's verification program. A new category, reasoning_extraction, declines attempts to make the model copy its internal reasoning into the answer.
For a product team this has a concrete consequence: a refusal arrives as a normal response with stop_reason: refusal, not as an error. Your code has to handle it, log it and, where appropriate, retry on another model; the API can configure that fallback server-side. Pentest and offensive-security teams should test their real workflows before migrating.
On robustness, Anthropic says Opus 5.5 matches or beats Opus 5 against prompt injection in every setting it tested, and attempts to circumvent containment boundaries 85% less often than Opus 5. Good news, but no model solves prompt injection on its own: agent design remains the main defense, as we explain in prompt injection and agent security.
Which model for which job
Our starting point before evaluating; it doesn't replace the evaluation.
| Job | Starting model | Starting effort | Why |
|---|---|---|---|
| Coding agents, migrations, long refactors | Opus 5.5 | medium, raise to high if it fails | The use case Anthropic designed it for |
| Long-document analysis, finance, legal | Opus 5.5 | medium | 1M context and cheap cache reads |
| Very hard reasoning, very long-horizon agents | Fable 5.1 or Opus 5.5 at xhigh | high or above | Compare both in your evaluation |
| High-volume customer service and chat | Sonnet 5 or Haiku 4.5 | low or medium | Latency and cost per conversation |
| Bulk classification and extraction | Haiku 4.5 on batches | n/a | Cost rules; quality is usually ample |
| Real-time answers with Opus | Opus 5.5 in fast mode | low or medium | Only if latency justifies paying double |
Anthropic only guarantees Haiku 4.5 until at least October 15, 2026, and has already announced Haiku 5.5. If you start a new high-volume route today, plan that migration from the design stage. GPT-6 Sol ($2 / $10) and the Gemini Flash models compete in the same segment.
This table is a starting point. The method we use to decide, with 30 real prompts per client in three languages, is in how we choose a model, and the full vendor landscape is in the September 2026 model map.
Checklist for migrating from Opus 5
- Set
effortper route and run your evaluation at low, medium and high before choosing. - Remove any
thinking: disabledor fixed thinking budget. - Replace forced tool use with
autoplus strict tools or structured outputs. - Make your conversation history append-only: no editing of earlier turns.
- If you use computer use, move to
computer_toolset_20260801and test it on Opus 5 first, which accepts both versions. - Display between-tool progress updates if your interface relies on them.
- Handle
stop_reason: refusalwith logging and a fallback model. - Check your tier's Opus 5.5 rate limits before moving volume.
- Compare cost per completed task, not price per token, over at least a week of real traffic.
What it means for companies in Colombia and Europe
Procurement and contracts. Opus 5.5 is on the three big clouds (AWS, Google Cloud and Microsoft). For many Colombian and European companies that means using it under existing contracts and spend commitments, without onboarding a new vendor. Mind the cost of residency: US-only inference costs 1.1x the base price, and regional endpoints on Bedrock and Google Cloud carry a 10% premium.
Access risk. On June 12, 2026, a US export-control directive forced Anthropic to withdraw Fable 5 and Mythos 5 from all users; Fable 5 came back on July 1. Any company outside the US should keep a fallback model from another vendor, tested and ready to switch on.
Personal data. In Colombia, sending personal data to a model hosted abroad is an international transfer under Law 1581 of 2012: check the data subjects' authorization and the provider's safeguards. In the European Union the GDPR applies and, from August 2, 2026, so do the AI Act transparency obligations for anyone deploying a chatbot. General-purpose model obligations fall on Anthropic; yours concern how you use it. Details in our 2026 regulatory map.
Languages. No published benchmark measures the Spanish of a Colombian insurer or the French of a Paris law firm. That test is yours to run. At Slash AI Lab we run Opus 5.5 through the same 30-prompt suite per client that we use for any new model; we won't publish numbers until we have reproducible results.
If you run Opus 5 or Fable 5.1 in production today, start a controlled Opus 5.5 trial this week, with effort set explicitly and your evaluation in Spanish and French. If you use Sonnet for volume, wait for Sonnet 5.5, announced for the coming weeks, before moving that route.
Key takeaways
- Opus 5.5 (September 22, 2026) costs $4 / $20 per million tokens, 20% less than Opus 5, with 1M context.
- Anthropic places it at Fable 5.1 level on most work; the benchmarks are vendor-run and GPT-6 Astra wins two of them.
- Thinking can't be turned off: effort is the lever and its default drops to
medium. - Four changes break code written for Opus 5; migrating needs a checklist and a fresh evaluation.
- Measure cost per completed task: $0.20 cache reads and batches move the bill more than the list price.
Sources
- Introducing Claude Opus 5.5
- Claude Opus 5.5: model page
- What's new in Claude Opus 5.5
- Migrating to Claude Opus 5.5
- Models overview
- Pricing
- Claude Opus 5.5 system card
- Anthropic releases Opus 5.5 with lower prices and Fable-level performance
- Anthropic Releases Claude Opus 5.5
- We Must Pace the Frontier
- Update on access to Claude Fable 5 and Claude Mythos 5
- GPT-6 Astra
- Text leaderboard
- AI model leaderboards (Intelligence Index)
- Terminal-Bench leaderboard
- ARC-AGI leaderboard
Editorial note: this analysis reflects the public information available on the review date. Models, prices and rules change fast; every third-party figure links to its source, and our opinions are labeled as such. Spotted an error? Write to contact@slash-digital.io.
The questions we hear often
When was Claude Opus 5.5 released?
On September 22, 2026. Anthropic commits to keeping it available until at least September 22, 2027.
How much does Claude Opus 5.5 cost?
$4 per million input tokens and $20 per million output tokens; cache reads cost $0.20 per million and the Batch API is 50% off.
Is it better than Claude Fable 5.1?
According to Anthropic it performs at that level on most work for less than half the price. Fable 5.1 remains recommended for the most demanding reasoning. Only your evaluation confirms it for your case.
Can I disable thinking to save money?
No. Thinking is always on; to save, lower the effort parameter to low or medium.
Is it available from Colombia and the EU?
Yes, through the Claude API and through AWS, Google Cloud and Microsoft. Check the available regions and your data-protection obligations before sending personal data.
More analysis to read next
The AI model map, September 2026
Claude Opus 5.5, GPT-6 Astra, Gemini 3.8 Flash, Grok 4.7, Muse Spark: who leads in September 2026, what each price tier costs and what to test for your use case.
ModelsReasoning models: when paying for thinking pays off
Thinking costs tokens and seconds. How Anthropic, OpenAI and Google expose effort, where it pays, where it doesn't, and how to tune it by cost per solved task.
Strategy and regulationThe real cost of AI
How AI is billed now, why cost per solved task beats price per token, savings levers with figures, hidden costs and a worked local vs API break-even.
Let's put it in production
Tell us your challenge. We reply within 24 business hours with an honest first read: if we can help, we'll say how; if not, we'll say who can.
I reply personally. No endless forms, no canned replies.