Models · September 2026

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.

$4 / $20 per million tokens1M tokens of contextSept 22, 2026 launch
In short

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.

Data from Anthropic's models overview, checked on September 26, 2026. Prices in USD per million tokens.
ModelInput / outputContextMax outputDefault effortReliable knowledge
Claude Fable 5.110 / 501M128KhighJune 2026
Claude Opus 5.54 / 201M128KmediumJune 2026
Claude Sonnet 52 / 101M128KhighJanuary 2026
Claude Haiku 4.51 / 5200K64Kn/aFebruary 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.

Results reported by Anthropic on September 22, 2026, at max effort. When a safety classifier intervened, the task ran on Opus 4.8 or Opus 5. GPT-6 Astra is the OpenAI model in its comparison.
BenchmarkOpus 5.5Fable 5.1Opus 5GPT-6 Astra
Terminal-Bench 4.066.4%55.8%52.3%57.9%
FrontierCode v1.154.4%50.3%48.0%53.3%
CursorBench 4.057.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%
AutomationBench40.0%31.4%26.9%41.4%
Terminal-Bench-Science 0.158.7%52.6%not reported64.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: disabled or a fixed thinking-token budget returns a 400 error.
  • Forced tool use (tool_choice set to any or a specific tool) is no longer supported: use auto with 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.

Rule of thumb

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.

Illustrative calculation at Anthropic list prices. Excludes the initial cache write (5-minute cache: $5 per million tokens on Opus 5.5), which is amortized across requests.
ScenarioCost per stepPer 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.

Slash AI Lab recommendation as of September 2026, to start testing. The final decision comes from your prompts.
JobStarting modelStarting effortWhy
Coding agents, migrations, long refactorsOpus 5.5medium, raise to high if it failsThe use case Anthropic designed it for
Long-document analysis, finance, legalOpus 5.5medium1M context and cheap cache reads
Very hard reasoning, very long-horizon agentsFable 5.1 or Opus 5.5 at xhighhigh or aboveCompare both in your evaluation
High-volume customer service and chatSonnet 5 or Haiku 4.5low or mediumLatency and cost per conversation
Bulk classification and extractionHaiku 4.5 on batchesn/aCost rules; quality is usually ample
Real-time answers with OpusOpus 5.5 in fast modelow or mediumOnly if latency justifies paying double
Watch Haiku 4.5

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

  1. Set effort per route and run your evaluation at low, medium and high before choosing.
  2. Remove any thinking: disabled or fixed thinking budget.
  3. Replace forced tool use with auto plus strict tools or structured outputs.
  4. Make your conversation history append-only: no editing of earlier turns.
  5. If you use computer use, move to computer_toolset_20260801 and test it on Opus 5 first, which accepts both versions.
  6. Display between-tool progress updates if your interface relies on them.
  7. Handle stop_reason: refusal with logging and a fallback model.
  8. Check your tier's Opus 5.5 rate limits before moving volume.
  9. 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.

Our recommendation

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

  1. Introducing Claude Opus 5.5 · Anthropic, 2026-09-22
  2. Claude Opus 5.5: model page · Anthropic documentation, 2026-09-22
  3. What's new in Claude Opus 5.5 · Anthropic documentation, 2026-09-22
  4. Migrating to Claude Opus 5.5 · Anthropic documentation, 2026-09-22
  5. Models overview · Anthropic documentation, 2026-09
  6. Pricing · Anthropic documentation, 2026-09
  7. Claude Opus 5.5 system card · Anthropic, 2026-09-22
  8. Anthropic releases Opus 5.5 with lower prices and Fable-level performance · TechCrunch, 2026-09-22
  9. Anthropic Releases Claude Opus 5.5 · MarkTechPost, 2026-09-22
  10. We Must Pace the Frontier · Dario Amodei, 2026-09
  11. Update on access to Claude Fable 5 and Claude Mythos 5 · Anthropic, 2026-06-12
  12. GPT-6 Astra · OpenAI, 2026-09-03
  13. Text leaderboard · Arena, 2026-09-25
  14. AI model leaderboards (Intelligence Index) · Artificial Analysis, 2026-09-26
  15. Terminal-Bench leaderboard · Terminal-Bench, 2026-09-26
  16. ARC-AGI leaderboard · ARC Prize, 2026-09-26

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.

Frequently asked questions

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.

Talk to Slash

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.

Message Esteban