HomeLearn

Claude Opus 5.5 Pricing: API Rates, Plans & Real Costs

Claude Opus 5.5 pricing: $4 input and $20 output per 1M tokens, 60% cheaper cache reads, plans from $20, and what it really costs per task at each effort level.

Saurabh Anand
Written by
Saurabh Anand
Priyanka Singh
Reviewed by
Priyanka Singh
Last updated: 
September 24, 2026
0
 min read
Select Emergent as your Preferred news source
Table of Contents

TL;DR

  • Claude Opus 5.5 pricing is $4 per 1M input tokens and $20 per 1M output tokens, 20% below Opus 5. Cache reads drop 60% to $0.20, and the full 1M-token context window costs no extra.
  • Typical workloads cost about 40% less than on Opus 5 at default settings, per Anthropic. That's lower prices plus fewer tokens per task.
  • At max effort the savings vanish. Independent testing puts its cost per task level with Opus 5 on general tasks and 21% higher on long coding-agent runs.
  • On Claude plans, Opus 5.5 needs a paid tier: Pro at $20 a month, or Max from $100.
  • In our own Emergent builds at medium effort, the main building agent used 18% fewer credits on Opus 5.5, almost entirely thanks to cheaper cache reads.

Claude Opus 5.5 pricing is a genuine cut: every rate on the card is lower than Opus 5's. Anthropic launched Opus 5.5 on September 22, 2026, at $4 per million input tokens and $20 per million output tokens.

The rate card only tells half the story, though. What you actually pay depends on how many tokens a task uses, and that depends heavily on the effort setting. This guide covers the full rate card, Claude plans, and cloud billing, then shows where the advertised savings hold and where they don't.

Claude Opus 5.5 pricing at a glance: $4 input, $20 output

Opus 5.5 costs $4 per million input tokens and $20 per million output tokens on Anthropic's API. Thinking tokens count as output. The full 1M-token context window is billed at standard rates, so a 900,000-token request costs the same per token as a short one.

Table 1: Claude Opus 5.5 API rate card per 1M tokens, as of September 2026. Source: Claude Platform pricing documentation.

Rate Price per 1M tokens
Input $4
Output (including thinking) $20
5-minute cache write $5
1-hour cache write $8
Cache read $0.20
Batch API input / output $2 / $10
Fast mode input / output $8 / $40
US-only inference (Anthropic API and Claude Platform on AWS) 1.1x every rate above

A few details on the card matter more than they look:

  • Cache reads are unusually cheap: a cache hit costs 5% of the input price on Opus 5.5, against the standard 10% on most Claude models, according to Anthropic's pricing docs.
  • Batch halves both directions: asynchronous batch jobs get 50% off input and output, and the discount stacks with caching.
  • Fast mode costs double: it delivers up to 2.5 times faster output, runs only on Anthropic's own API, and can't be combined with batch.
  • US-only inference adds 10%: on Anthropic's API and Claude Platform on AWS, pinning inference to the US multiplies every token category by 1.1. Bedrock and Google Cloud price regional endpoints separately.

Opus 5.5 costs 20% less per token than Opus 5, and 60% less on cache reads

Every line on the Opus 5.5 rate card is lower than Opus 5's. It's the first Opus price cut since Opus 4.5, which lowered the tier from Opus 4.1's $15/$75 to $5/$25, where it stayed through Opus 5.

Table 2: Claude Opus 5.5 vs Claude Opus 5 API pricing per 1M tokens, as of September 2026. Source: Claude Platform pricing documentation.

Rate Opus 5.5 Opus 5 Change
Input $4 $5 20% lower
Output $20 $25 20% lower
5-minute cache write $5 $6.25 20% lower
1-hour cache write $8 $10 20% lower
Cache read $0.20 $0.50 60% lower
Batch input / output $2 / $10 $2.50 / $12.50 20% lower
Fast mode input / output $8 / $40 $10 / $50 20% lower

The cache-read line is the one to watch for agents. An agent re-reads its instructions, tool definitions, and conversation on nearly every step, and when that context is cached, those re-reads bill at the cache-read rate. By Anthropic's account, cache reads make up the majority of agentic and coding costs, so a 60% cut there moves the total far more than the 20% headline.

Where the 40% saving comes from, and where it disappears

In Anthropic's tests, Opus 5.5 cost about 40% less than Opus 5 on typical workloads at default settings. According to its launch post, that comes from two things together: lower prices per token and fewer tokens per task. That figure was measured at default settings, and at max effort the second half reverses.

At max effort, Opus 5.5 works much harder than Opus 5. Artificial Analysis found it generates about 1.6 times as many output tokens per task on its Intelligence Index. In a post on X, it then broke down what that does to the bill:

  1. Extra tokens alone: with no price change, Opus 5.5's heavier token use would have raised the cost per task by about 80%, to $10.51.
  2. The 20% base price cut: brings that down to $8.41.
  3. The cheaper cache reads: take it the rest of the way to $5.98, roughly level with Opus 5's $5.86.

So at max effort, the price cut pays for the extra thinking, and that's all it does. On long coding-agent runs, it doesn't even do that. On Artificial Analysis's Coding Agent Index, which runs Opus 5.5 inside Claude Code at max effort, it scored 66, the top score on the index. Its cost per task rose 21%, to $13.04 against Opus 5's $10.79, because it used substantially more tokens per task, according to a follow-up post.

The practical rule is simple. The 40% saving is real at default and medium settings, and it shrinks or reverses as you push effort toward max.

Effort level is the biggest price lever on Opus 5.5

The effort setting controls how long Opus 5.5 thinks before answering, and it moves the cost per task by about 11 times from bottom to top. Opus 5.5 defaults to medium, down from high on Opus 5.

Table 3: Claude Opus 5.5 vs Claude Opus 5 weighted average cost per Artificial Analysis Intelligence Index task at each effort level, independently measured, as of September 2026. Source: Artificial Analysis.

Effort level Opus 5.5 cost per task Opus 5 cost per task
Low $0.55 $1.10
Medium (Opus 5.5 default) $1.34 $2.19
High (Opus 5 default) $1.82 $3.61
Xhigh $3.46 $4.88
Max $5.98 $5.86

At each model's default setting, Opus 5.5 costs 37% as much per task as Opus 5, while scoring higher on Artificial Analysis's index (51 against 48). Artificial Analysis calculates cost per task as a weighted average across its benchmark tasks, so treat these figures as a like-for-like comparison, not a forecast of your own bill.

For quality at every setting, see our Opus 5.5 benchmarks breakdown. For budgeting, the takeaway is to start at medium and raise effort only for tasks that clearly need it.

What Opus 5.5 did to our own bill on Emergent

We tested the new pricing on real app builds on Emergent before writing this guide. At medium effort, the agent doing the building used 18% fewer Emergent credits on Opus 5.5 than on Opus 5. Our figures come from separate fintech app builds, one per model and effort level, each from a different brief, with no quality scoring. The main agent is the model under test; helper agents for design and testing run on other models.

First, the rates held up. Dividing each cost line on our bill by the tokens used gave back exactly Anthropic's list prices for both models, including the $0.20 cache read on Opus 5.5.

Table 4: Where the main building agent's spend went at medium effort, Emergent internal builds, September 2026.

Cost line Opus 5.5 Opus 5 Change
Cache reads $1.19 $4.05 71% lower
Cache writes $4.37 $3.80 15% higher
Output, including thinking $3.35 $2.97 13% higher
Fresh input $0.00 $0.01 About the same
Total $8.91 $10.83 18% lower

The saving came almost entirely from cheaper cache reads. Opus 5.5 still spent more on output and cache writes, which is the thinking-more pattern from the section above showing up on a real bill. The whole build, including the helper agents, used 9% fewer credits, and a second pair of builds at low effort showed a larger drop for the main agent.

One cost pattern applied to both models. About a quarter of the main agent's spend came from rebuilding context whose cache had expired, usually after a pause of five minutes or more. If your own workflow regularly pauses that long, the 1-hour cache write ($8 per million tokens) can cost less overall than rewriting a 5-minute cache several times.

What a real Opus 5.5 session costs: three worked examples

Real costs depend on how your tokens split between fresh input, cached context, and output. These three examples use Anthropic's list prices and exclude tool, search, and other feature charges.

Table 5: Worked costs at Claude Opus 5.5 and Claude Opus 5 list prices, as of September 2026.

Scenario Tokens Opus 5.5 Opus 5
One chat-sized request 20,000 input, 2,000 output $0.12 $0.15
One cache-heavy agent session 150,000 fresh input, 300,000 written to a 5-minute cache, 2M cache reads, 100,000 output $4.50 $6.13
A month of batch jobs 10M input, 2M output via the Batch API $40 $50

The agent session shows the cache effect most clearly. It comes in about 27% cheaper on Opus 5.5 at identical token counts, against a flat 20% for the simple request. The batch month would cost $80 at standard rates, so batching halves it. None of these examples includes the extra savings Anthropic attributes to Opus 5.5 using fewer tokens per task.

Claude plans that include Opus 5.5

Most Claude plans charge a flat monthly fee instead of per token, and Opus 5.5 requires a paid plan. The Free plan includes Sonnet and Haiku but not Opus models, according to Claude's plans page.

Table 6: Claude plans and Opus 5.5 access, as of September 2026. Prices exclude tax. Source: Claude plans and pricing page.

Plan Price Opus 5.5 access Usage
Free $0 No Everyday use
Pro $20 per month, or $17 per month billed annually ($200 up front) Yes At least 5x Free per 5-hour session
Max From $100 per month Yes 5x or 20x Pro per 5-hour session
Enterprise $20 per seat per month plus usage at API rates, billed annually Yes Usage-based

Usage limits on every plan reset on a rolling five-hour window, and paid plans add weekly caps. Claude on the web, desktop, mobile, and Claude Code all draw from the same pool, and there's no fixed message count. When you hit a limit on a paid plan, you can turn on usage credits and keep working at standard API rates.

At launch, Anthropic said it raised five-hour usage limits on Pro, Max, Team, and seat-based Enterprise plans. It also gave subscribers a one-time rate-limit reset they can save and use when they choose.

Opus 5.5 pricing on AWS, Google Cloud, and Microsoft Foundry

Opus 5.5 is available on Amazon Web Services, Google Cloud, and Microsoft's cloud from launch, but billing works differently on each:

  • Amazon Bedrock and Google Cloud: the cloud provider sets the price and invoices you, so check Bedrock or Google Cloud pricing directly. Regional and multi-region endpoints cost 10% more than global ones.
  • Claude Platform on AWS and Microsoft Foundry: usage is rated at Anthropic's standard prices, then billed through the cloud marketplace in Claude Consumption Units at $0.01 each.
  • Fast mode: available only on Anthropic's own API, not on Claude Platform on AWS, Bedrock, or Google Cloud.

How Opus 5.5 pricing compares with the rest of the Claude lineup

Opus 5.5 now sits in the middle of Anthropic's price range, well below Fable 5.1 and above Sonnet 5.

Table 7: Current Claude model pricing per 1M tokens, as of September 2026. Source: Claude Platform pricing documentation.

Model Input / output Cache read Context window
Claude Fable 5.1 $10 / $50 $0.25 1M tokens
Claude Opus 5.5 $4 / $20 $0.20 1M tokens
Claude Opus 5 $5 / $25 $0.50 1M tokens
Claude Sonnet 5 $2 / $10 $0.20 1M tokens
Claude Haiku 4.5 $1 / $5 $0.10 200K tokens

Opus 5.5 costs 60% less than Fable 5.1 on input and output tokens, and 20% less on cache reads. Anthropic's model guidance now recommends it as the starting point for most workloads. Fable 5.1 is for demanding reasoning, long-horizon work, or tasks where Opus at higher effort still falls short. For the full Fable rate card, see our Fable 5.1 pricing guide. Sonnet 5 matches Opus 5.5's cache-read price at half the token rate.

When Opus 5.5 is worth the price, and when a cheaper model wins

Opus 5.5 is worth its price for long, multi-step work where quality matters: agentic coding, research, analysis, and document-heavy tasks. Its low cache-read price makes it especially cost-effective for agents that carry a large context through many steps.

A cheaper model is the better buy for short, high-volume jobs like classification, routing, simple extraction, and bulk drafting. Sonnet 5 at $2 and $10 handles much of that work, and Haiku 4.5 at $1 and $5 goes lower still. Sonnet 5.5 and Haiku 5.5 are also due soon, according to Anthropic, which may shift that math again.

Whichever model you choose, effort is your main cost control. Medium is the default for a reason, and max effort can erase Opus 5.5's per-token savings entirely.

Build with Opus 5.5 on Emergent without managing token bills

Claude Opus 5.5 pricing is the best value the Opus line has offered. It's 20% cheaper per token than Opus 5, 60% cheaper on cache reads, and about 40% cheaper on typical work at default settings in Anthropic's tests. The catch is effort. Run it at medium or high and the savings are real, as our own 18% credit drop showed. Push it to max and the extra thinking eats most or all of the discount.

On Emergent, you don't manage per-token rates at all. Opus 5.5 is live on Emergent, and you pick it when you start a project. If the app you build needs its own AI features, the Universal LLM Key gives it one credential for Claude, GPT, and Gemini, with usage drawn from your Emergent credits.

Start Building on Emergent.

Was this article helpful?
About the writer

Saurabh Anand Rai is the Head of Product at Emergent, where he leads product strategy and innovation for AI-powered tools that help people build software faster.

Cta image

Most AI app builders stop at prototypes. Emergent creates production-ready apps you can actually launch.

  • Production-ready apps
  • Web & mobile apps
  • Deploy in minutes
Try For Free
Share this article:

Frequently Asked Questions

Your Questions, Answered

How much does Claude Opus 5.5 cost?
Claude Opus 5.5 costs $4 per 1M input tokens and $20 per 1M output tokens on Anthropic's API, with thinking billed as output. Cache reads cost $0.20 per 1M tokens, the Batch API halves input and output to $2 and $10, and fast mode costs $8 and $40. On Claude plans, it's included from Pro at $20 a month.
Is Opus 5.5 cheaper than Opus 5?
Yes. Every Opus 5.5 rate is lower: input and output are 20% cheaper ($4/$20 vs $5/$25), and cache reads are 60% cheaper ($0.20 vs $0.50). Anthropic says typical workloads cost about 40% less at default settings. At max effort, Opus 5.5's heavier token use can make a task cost the same or more.
How much does Claude Opus 5 cost?
Claude Opus 5 costs $5 per 1M input tokens and $25 per 1M output tokens, with cache reads at $0.50 and 5-minute cache writes at $6.25. It's now a legacy model, still available at those prices, and Anthropic has committed to keeping it available until at least July 24, 2027.
Is Opus 5.5 available in Claude Code?
Yes. Claude Code is included in every paid Claude plan, from Pro upward, and Opus 5.5 is available there. Claude Code usage draws from the same pool as your chats. Opus 5.5 fast mode is also offered in Claude Code, billed at $8 and $40 per 1M tokens.
How much is Claude Opus in India?
Anthropic's public pricing page lists Claude plans in US dollars: Pro costs $20 a month, or $17 a month billed annually, and Max starts at $100 a month. Listed prices exclude applicable taxes, so the final amount at checkout can differ. API usage is billed in US dollars at the per-token rates above.
Does the 1M context window cost more on Opus 5.5?
No. Opus 5.5 includes its full 1M-token context window at standard pricing, so long requests cost the same per token as short ones. Prompt caching and batch discounts also apply across the whole window. A very long request still costs more in total, simply because it contains more tokens.
What's the cheapest way to run Opus 5.5?
Combine three levers. Keep effort at medium or lower unless a task needs more. Cache any context you reuse, so repeat reads cost $0.20 per 1M tokens, and send non-urgent work through the Batch API for 50% off. Batch and caching discounts stack.
Start Building
on Emergent today
Try Emergent

https://api.linear.app/graphql