AI Models · 9 min read

Claude Opus 5.5: Benchmarks, Pricing and What Actually Changed

Anthropic's new Opus beats its own flagship on agentic coding at 60% of the price. Here is what the numbers show, what it costs, and what breaks when you switch.

TGTech Geum·
A software team reviewing an AI agent workflow on a large office monitor

Claude Opus 5.5 is Anthropic’s newest Opus model, released on September 22, 2026. It is the first model in the Claude 5.5 family, and the headline is unusual: a mid-tier model that beats the company’s own top model, Claude Fable 5.1, on agentic coding and knowledge work, at a lower price than the Opus it replaces.

$4/$20

per million input/output tokens

66.4%

Terminal-Bench 4.0, highest in the launch table

1M

token context window

~40%

cheaper than Opus 5 on typical workloads

What is Claude Opus 5.5?

Opus 5.5 succeeds Claude Opus 5 in Anthropic’s Opus line. Anthropic built it for long-running agentic work: carrying a code change through a large repository until the tests pass, building a financial model from raw filings, or running a multi-hour research task without someone checking in every few minutes.

The core specifications carry over from Opus 5. It has a 1 million token context window, up to 128K output tokens per response and the same tokenizer, so token counts for the same text do not change. Its training data runs to June 2026. Anthropic says Claude Sonnet 5.5 and Haiku 5.5 will follow in the coming weeks.

What changed is efficiency. Anthropic reports that Opus 5.5 generates output more than 30% faster than Opus 5 and usually finishes the same task in fewer steps and fewer tokens. Combined with the price cut, it puts the cost of typical work about 40% below Opus 5.

Claude Opus 5.5 benchmarks

Anthropic published results on nine benchmarks. Opus 5.5 beats both Fable 5.1 and Opus 5 on all nine. The biggest jump over Opus 5 is on Terminal-Bench-Science, where the score doubles from 29.0% to 58.7%. Next come Terminal-Bench 4.0 (up 14.1 points) and AutomationBench (up 13.1).

Anthropic's launch benchmarks. Dashes mark benchmarks where no GPT-6 Astra score was published.
BenchmarkOpus 5.5Fable 5.1Opus 5GPT-6 Astra
Terminal-Bench 4.0Agentic coding66.4%55.8%52.3%57.9%
FrontierCode v1.1Agentic coding54.4%50.3%48.0%53.3%
CursorBench 4.0Agentic coding57.8%51.8%46.6%
GDPval-AA v2.1Knowledge work1846 Elo1735 Elo1708 Elo1542 Elo
AutomationBenchBusiness workflows40.0%31.4%26.9%41.4%
Humanity's Last Exam (tools)Reasoning67.7%65.6%63.6%57.2%
Terminal-Bench-Science 0.1Scientific research58.7%52.6%29.0%64.6%
OSWorld 2.0Computer use81.8%80.7%74.0%
Chartography (tools)Visual reasoning89.0%88.4%83.4%
Anthropic's launch benchmarks. Dashes mark benchmarks where no GPT-6 Astra score was published.

Two results cut the other way. OpenAI’s GPT-6 Astra stays ahead on AutomationBench (41.4% vs 40.0%) and by a wider margin on Terminal-Bench-Science (64.6% vs 58.7%). If your workload is mainly scientific computing in a terminal, test both.

Independent evaluation points the same way. On Artificial Analysis’s Intelligence Index, Opus 5.5 scores 58 against Fable 5.1’s 53. For a line-by-line reading of the two models, see Claude Opus 5.5 vs Fable 5.1.

Read vendor benchmarks as a shortlist, not a verdict

These are Anthropic’s numbers on Anthropic’s harness. They tell you which models to test. Your own tasks, prompts and tool setup will decide which one to ship.

What got better

Agentic coding and code review

The largest gains are on multistep work inside a real codebase. In Anthropic’s testing, Opus 5.5 at its default medium effort matched or beat Opus 5 at high effort on these tasks, using about half the tokens. Code review improved too: Deloitte reported that Opus 5.5 caught 72% of known bugs at low effort, against 56% for Opus 5 at high effort, with fewer false alarms. Stripe used it to direct a multi-day rebase of 40 pull requests, and all 40 passed CI.

Knowledge work that doesn’t invent numbers

Anthropic says Opus 5.5 is much less likely than Opus 5 to state a figure or cite a source that the inputs don’t support. On Hebbia’s end-to-end finance workflows, it covered 86.6% of expert-graded criteria against 60.3% for Opus 5. It also catches small inconsistencies in large inputs, such as a date that falls on the wrong weekday or a chart in a deck that doesn’t match the figures, without raising more false flags.

Clearer writing

Status updates and final summaries now say what the model did, what it found and what it needs from you, with less jargon. That matters most in long agent runs, where a vague summary means someone has to reread the whole trace.

Charts, screenshots and computer use

Visual reading improved sharply. Anthropic reports that at low effort Opus 5.5 read charts more accurately than Opus 5 at its highest effort, using about a tenth of the output tokens. On OSWorld 2.0, which tests operating a desktop from screenshots, it scored 81.8% against 74.0% for Opus 5.

Pricing at a glance

Claude API list prices per million tokens.
RateOpus 5.5Opus 5Fable 5.1
Input$4$5$10
Output$20$25$50
Cache read$0.20$0.50$0.25
Claude API list prices per million tokens.

Batch processing costs half: $2 input and $10 output. Fast mode, a research preview on the Claude API only, runs up to 2.5 times faster at $8 / $40. Thinking tokens bill as output, so the effort level you choose moves your bill more than the rate card does.

For cache-write rates, rupee conversions and a worked monthly estimate, see our Claude Opus 5.5 pricing breakdown.

Where you can use it

  • Claude API: available to all customers as claude-opus-5-5.
  • Amazon Web Services: Amazon Bedrock as anthropic.claude-opus-5-5, and Claude Platform on AWS as claude-opus-5-5.
  • Google Cloud and Microsoft Foundry: both as claude-opus-5-5.
  • Claude apps: Pro, Max, Team and seat-based Enterprise plans. Anthropic raised the five-hour usage limits across tiers at the same time.
  • Claude Code: available at launch, including fast mode.
  • GitHub Copilot: rolling out to paid Copilot tiers, according to GitHub’s changelog.

Opus 5 stays available on every platform, so you can run both side by side while you compare them.

What breaks when you switch

Changing the model string is not always enough. Four changes can turn working Opus 5 requests into 400 errors:

  • Thinking can’t be disabled. thinking: {type: "disabled"} and manual budget_tokens both fail. Use the effort parameter instead.
  • Forced tool use is rejected. tool_choice set to any or tool fails. Use auto with strict tools or structured outputs.
  • Thinking blocks are tied to the model and the conversation. Editing earlier turns can invalidate them, and on accounts created from August 31, 2026 that returns an error.
  • Computer use needs the new toolset on the Claude API and Google Cloud. The older computer_20251124 tool is rejected there.

One more change fails silently. Notes the model writes between tool calls now arrive as thinking blocks, which are empty by default, so an app that shows progress text can go quiet mid-task. The Opus 5.5 migration guide has before-and-after code for each fix.

The default effort level also dropped from high to medium. A request that never set effort now does less thinking than it did on Opus 5, though Anthropic says medium on Opus 5.5 still beats high on Opus 5. Our guide to Opus 5.5 effort levels covers which level to use for which job.

Safety and refusals

Anthropic calls Opus 5.5 its best-behaved model so far on its automated behavioral audit of nearly 2,000 scenarios. In testing, it tried to cross containment boundaries about 85% less often than Opus 5, and every attempt was low severity and self-reported.

It also ships with stricter classifiers than Opus 5. A biology classifier now sits alongside the cybersecurity one, and prompts that try to make the model print its internal reasoning can be declined under a new reasoning_extraction category. Everyday health questions and finding vulnerabilities in your own source code are still allowed.

Handle refusals before you go live

A classifier decline returns HTTP 200 with stop_reason: "refusal", not an error. Check the stop reason before reading the content, and turn on server-side fallback so a false positive retries on another model instead of failing the request.

Who should use Opus 5.5

  • New projects on Claude: start here. It is the best-scoring model in Anthropic’s table and cheaper than both models it beats.
  • Teams on Opus 5: upgrade once your code handles the four breaking changes. The Opus 5.5 vs Opus 5 comparison lists the few cases where staying put makes sense.
  • Teams paying for Fable 5.1: run your evals on Opus 5.5 at high effort. Most workloads will hold quality at 40% of the per-token price.
  • High-volume, simple tasks such as classification or short replies: a Sonnet or Haiku model will still be cheaper, and the 5.5 versions are on the way.

If your team still uses Claude mainly as a chat window, the bigger gain may not be the model at all. We covered that gap in why most teams use Claude like a chatbot.

Frequently asked questions

When was Claude Opus 5.5 released?

Anthropic released Claude Opus 5.5 on September 22, 2026. It went live the same day on the Claude API, Amazon Bedrock, Google Cloud and Microsoft Foundry, and in the Claude apps.

What is the Claude Opus 5.5 model ID?

On the Claude API, Google Cloud and Microsoft Foundry the model ID is claude-opus-5-5. On Amazon Bedrock it is anthropic.claude-opus-5-5.

How much does Claude Opus 5.5 cost?

API pricing is $4 per million input tokens and $20 per million output tokens. Cache reads cost $0.20 per million tokens and the Batch API halves the base rates to $2 and $10.

Is Claude Opus 5.5 better than Claude Fable 5.1?

On the nine benchmarks in Anthropic's launch table, Opus 5.5 scores higher than Fable 5.1 on all of them, and it costs 60% less per token. Anthropic still positions Fable 5.1 for the hardest long-horizon reasoning, so keep it as an escalation path for tasks Opus 5.5 fails at high effort.

Can I turn off thinking on Claude Opus 5.5?

No. Adaptive thinking is always on, and sending thinking type disabled returns a 400 error. To reduce latency and cost, lower the effort parameter to low instead.

What is the Claude Opus 5.5 context window?

Claude Opus 5.5 has a 1 million token context window and supports up to 128K output tokens per response. Its training data runs to June 2026.

Which Claude plans include Opus 5.5?

Anthropic lists Opus 5.5 on the Pro, Max, Team and seat-based Enterprise plans, and in Claude Code. It is also available in GitHub Copilot's paid tiers.

The Claude Opus 5.5 series

Six guides that cover the model from every angle a team evaluating it will ask about.

  1. 01 · You are here

    The complete guide

  2. 02

    Claude Opus 5.5 vs Fable 5.1: Is Fable Still Worth 2.5x the Price?

  3. 03

    Claude Opus 5.5 vs Opus 5: Is the Upgrade Worth It?

  4. 04

    Claude Opus 5.5 Pricing: API Costs in Dollars and Rupees

  5. 05

    Migrating to Claude Opus 5.5: Four Breaking Changes to Fix First

  6. 06

    Claude Opus 5.5 Effort Levels: Why Medium Is the New Default

Sources

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.

Talk to Us
call