claude-news9 min readBy Rohit Mote

Claude Sonnet 5 Pricing Stays at $2/$10 Permanently — Anthropic Cancels the September Hike

Anthropic confirmed Claude Sonnet 5's $2/$10 per-million-token pricing is now permanent, canceling a planned 50% increase to $3/$15. Here's what it means for your API budget.

Claude Sonnet 5 Pricing Stays at $2/$10 Permanently — Anthropic Cancels the September Hike

If you built a budget spreadsheet around Claude Sonnet 5 costing $3 per million input tokens and $15 per million output tokens starting September 1, 2026, you can delete that row. Anthropic just confirmed the opposite: the $2/$10 introductory pricing that shipped with Sonnet 5's launch is now permanent standard pricing. The scheduled 50% increase is canceled, not delayed.

This is a rare move in AI pricing history — most frontier labs raise prices as models improve, not reverse a planned hike after the fact. For teams that have spent the last two months migrating from Sonnet 4.6 or 4.5 to Sonnet 5, it's a straightforward financial win. For teams still on the fence, it removes the biggest reason to wait.

Here's exactly what changed, why it matters, and how to make sure your API integration is actually capturing the savings.

What Anthropic Actually Announced

When Claude Sonnet 5 launched on June 30, 2026, Anthropic priced it aggressively: $2 per million input tokens and $10 per million output tokens, explicitly labeled as introductory pricing valid "through August 31, 2026." Standard pricing was set to kick in September 1 at $3/$15 — a 50% jump on both input and output, which would have matched Sonnet 4.6's rate card.

On August 11, 2026, Anthropic reversed that plan. The official pricing documentation now reads:

"The $2/$10 per million input/output token pricing for Claude Sonnet 5, announced at launch as introductory pricing through August 31, 2026, is now the standard price. The previously scheduled increase to $3/$15 per million input/output tokens on September 1, 2026 will not occur."

No caveats, no "for a limited time" language, no tier restrictions. It's the model's baseline rate going forward, the same way $5/$25 is the baseline for Opus 5.

The Numbers, Side by Side

ModelInput (per MTok)Output (per MTok)Batch inputBatch output
Claude Sonnet 5$2$10$1$5
Claude Sonnet 4.6$3$15$1.50$7.50
Claude Sonnet 4.5$3$15$1.50$7.50
Claude Opus 5$5$25$2.50$12.50
Claude Haiku 4.5$1$5$0.50$2.50

Sonnet 5 now costs 33% less on input and 33% less on output than its immediate predecessor, permanently — while benchmarking ahead of Sonnet 4.6 on most agentic and coding evaluations. That combination (cheaper and better) doesn't happen often in this market.

Why This Matters More Than a Typical Price Cut

1. It removes migration risk for cost-sensitive teams

A lot of engineering teams delay model migrations specifically because they're waiting to see if introductory pricing holds. Anthropic's own pricing page had a hard date attached — August 31 — which meant finance teams were told to expect a cost increase in Q3 budgets. That line item is gone. If you paused a Sonnet 5 migration because you didn't want to build against a rate that was about to change, that blocker no longer exists.

2. It changes the Sonnet vs. Opus calculus

At $2/$10, Sonnet 5 is now 60% cheaper than Opus 5 on input tokens and 60% cheaper on output, while closing much of the capability gap that used to justify paying the Opus premium. For agentic coding workflows, RAG pipelines, and high-volume classification tasks, the permanent price cut makes Sonnet 5 the default choice in more scenarios — Opus increasingly makes sense only for the hardest reasoning tasks, migrations, or security-critical work where accuracy dominates cost.

3. It signals something about Anthropic's cost structure

Reversing a planned price increase isn't just generosity — it's usually a sign that inference costs came down faster than expected, or that competitive pressure (Gemini, GPT-5-class models) made holding the line strategically necessary. Either way, it's a data point worth remembering the next time you're deciding whether to lock in a multi-year enterprise contract based on "current" pricing.

How to Make Sure You're Actually Getting the New Rate

The pricing update applies automatically to first-party Claude API usage — there's no flag to set, no beta header, no re-authentication required. But a few things are worth double-checking if you run any volume through Sonnet 5:

Check your model string. If your code still references claude-sonnet-4-6-20260215 or similar out of caution during the Sonnet 5 rollout, you're paying the old $3/$15 rate for no reason. Confirm you're calling the Sonnet 5 model ID. Recalculate prompt caching math. Caching multipliers are relative to base input price, so cheaper base pricing also means cheaper cache writes and reads. A 1-hour cache write on Sonnet 5 is now $4/MTok (2x base) versus $6/MTok on Sonnet 4.6 — worth re-running your cache-hit-ratio breakeven analysis if you built it around the old numbers. Re-check Bedrock and Vertex AI pricing separately. This update is confirmed for the first-party Claude API and Claude Platform on AWS (billed in Claude Consumption Units off the same rate card). If you're running Sonnet 5 through Amazon Bedrock or Google Cloud Vertex AI, verify their listings reflect the change — partner platforms sometimes lag a few days on rate card updates. Update internal cost dashboards. If you built a cost projection or a customer-facing pricing calculator around the September 1 increase, that assumption is now wrong in your favor. Update it before it under-promises savings to stakeholders.

What This Means If You Haven't Migrated to Sonnet 5 Yet

If you're still running production workloads on Sonnet 4.6 or 4.5, the math is now unambiguous:

  • Cost: Sonnet 5 is 33% cheaper on every token, permanently
  • Context: Sonnet 5 ships with the full 1M-token context window at standard pricing
  • Performance: Sonnet 5 benchmarks ahead of 4.6 on coding and agentic tool-use evaluations
  • Default status: Sonnet 5 is already the default model in Claude Code, so most developers are testing it whether they've explicitly upgraded or not

There's no longer a "wait and see if the price holds" argument. The only remaining reason to delay is workload-specific regression testing — which is a good reason, but a bounded one, not an open-ended wait.

Frequently Asked Questions

Does this affect Claude Pro, Max, Team, or Enterprise subscriptions?

No. This pricing change is specific to the Claude API (Claude Developer Platform) — the pay-per-token pricing developers use to build applications. Consumer subscription plans (Pro, Max, Team, Enterprise) are billed on flat monthly rates and are unaffected by per-token API pricing changes.

Do I need to change any code or re-authenticate to get the new rate?

No. The pricing update is applied automatically to existing Sonnet 5 usage on the first-party Claude API. There's no beta header, feature flag, or account setting involved — if you're calling the Sonnet 5 model endpoint, you're already billed at $2/$10.

Is this a temporary promotion that could still change later?

Anthropic's language is explicit that this is now "standard price," not an extended promotion — but pricing pages are not contracts. If cost predictability matters for a multi-year commitment, enterprise customers should still confirm rates directly with their Anthropic account team rather than relying solely on the public docs.

How does this compare to what OpenAI and Google charge for comparable models?

Pricing across labs shifts too often for a specific comparison to stay accurate for long, but directionally, $2/$10 per million tokens puts Sonnet 5 in the mid-tier pricing band relative to GPT-5-class and Gemini 3-class models — cheaper than each provider's top reasoning model, priced close to their "workhorse" mid-tier model. If cost-per-task is your deciding factor, benchmark your specific workload rather than comparing list prices alone, since output verbosity and tokenizer efficiency vary meaningfully between providers.

What about the newer tokenizer Sonnet 5 uses — does that offset the savings?

Claude 4.7 and later models, including Sonnet 5, use a tokenizer that produces roughly 30% more tokens for the same text compared to the previous tokenizer used by Sonnet 4.6 and earlier. That partially offsets the sticker-price cut, but even after accounting for it, most real-world workloads still come out cheaper on Sonnet 5 than Sonnet 4.6, especially when combined with prompt caching. Run your own token counts on representative prompts before assuming exact savings — don't rely on list price alone.

Key Takeaways

  • Anthropic canceled the planned September 1 price increase for Claude Sonnet 5 — $2/$10 per million tokens is now permanent standard pricing, not introductory pricing.
  • Sonnet 5 is 33% cheaper than Sonnet 4.6 on both input and output tokens, and 60% cheaper than Opus 5, while outperforming 4.6 on most coding and agentic benchmarks.
  • The rate applies automatically on the first-party Claude API and Claude Platform on AWS; check Bedrock and Vertex AI listings separately for confirmation.
  • Prompt caching costs scale with base input price, so cache write/read economics just got cheaper too — worth recalculating if you have a caching strategy in place.
  • Teams that delayed Sonnet 5 migration over pricing uncertainty no longer have that reason to wait.

Next Steps

Want to go deeper on picking the right Claude model for your workload and budget? Our Claude model selection guide breaks down Haiku vs. Sonnet vs. Opus by use case and cost, and our Claude Sonnet 5 launch guide covers the full feature set if you haven't migrated yet.

If you're prepping for the Claude Certified Architect (CCA) exam, pricing and model-selection questions show up regularly — practice with real exam-style questions in the AI for Anything CCA practice test bank to make sure you know the cost tradeoffs cold, not just the marketing copy.


Sources:
R

Rohit Mote

Founder, AI for Anything

Rohit Mote is the founder of AI for Anything and builds AI-powered products full-time across the Infinite Products Machine portfolio. Every guide is grounded in hands-on daily use of Claude, Claude Code, and the broader AI tool ecosystem in production systems.

How we create and review our guides →