# Claude Opus 5.5 is here — what it actually means for your bill and your workflow

> Claude Opus 5.5, released 22 September 2026, replaces Opus 5 at a lower price.

*Anthropic's new default Claude model is cheaper, faster and — for most people — the only tier you now need to think about. Here's what changes.*

By The SuggestedTech Team · SuggestedTech
Canonical: https://suggestedtech.com/news/claude-opus-5-5-explained

If you use Claude — through the app, through Claude Code, or through an API key in something you've built — the model most people call 'Claude' just quietly got better and cheaper on the same day. Anthropic released Claude Opus 5.5 on 22 September 2026, and if you were already on Opus, you're on it now without doing anything. This is what actually changes, in plain terms.

## Which Claude model should you be using now?

Anthropic sells three main tiers, in order of price and (usually) capability: Haiku, the fast cheap one; Sonnet, the middle ground; and Opus, the flagship. Above Opus sits Fable, a separate, considerably more expensive tier for the hardest work. The useful news in this release is that Anthropic itself is saying the gap between Opus and Fable has mostly closed for everyday tasks.

> It performs at the level of Claude Fable 5.1 on most work and costs 40% less to run than Opus 5.
> — [Anthropic](https://www.anthropic.com/claude-opus-5-5), 2026-09-22

> **Info:** In plain English: if you'd been paying for Fable because Opus felt like it wasn't quite good enough for your work, it's worth testing Opus 5.5 again before you keep paying the premium. Anthropic is, in effect, telling its own customers to downgrade — which is unusual enough to take seriously.

## What '40% cheaper to run' actually means

Two different things are changing at once, and it's worth separating them. First, the sticker price per million tokens dropped: input tokens (what you send Claude) fell from $5 to $4, output tokens (what Claude sends back) fell from $25 to $20 — a straightforward 20% cut. Second, Anthropic says the model also does the same work using fewer tokens overall, because it's more efficient at reaching the answer. Multiply a smaller per-token price by fewer tokens needed, and you get Anthropic's headline claim of 40% lower cost on typical workloads. The first part you can verify yourself by checking your own invoice. The second part is Anthropic's own estimate — worth testing on your actual use case rather than assuming it applies uniformly.

One number that matters more than it sounds: 'cache reads' — the cost of Claude re-reading context it's already seen, which happens constantly in any long back-and-forth or coding session — fell from $0.50 to $0.20 per million tokens, a 60% cut. If you use Claude for anything that runs over many turns (a long coding session, an agent working through a task, a long chat), this is the number that will move your actual bill more than the headline input/output prices.

| Per million tokens | Opus 5.5 (now) | Opus 5 (before) |
| --- | --- | --- |
| You send (input) | $4 | $5 |
| Claude replies (output) | $20 | $25 |
| Re-reading context (cache) | $0.20 | $0.50 |

## Is it actually better, or just cheaper?

Both, on Anthropic's own testing. It reports Opus 5.5 doing noticeably better than Opus 5 on coding and technical tasks, giving one example of a very large code migration finished fast.

> One tester completed a 680,000-line code migration in less than a day—work that would have taken an engineering team weeks.
> — [Anthropic](https://www.anthropic.com/claude-opus-5-5), 2026-09-22

It also reports the model writing more plainly: putting the key point first instead of burying it in paragraphs, and using less jargon, which several of Anthropic's business customers specifically praised. That's a real, noticeable difference if you've found Claude's answers wordy in the past — though it's also the kind of subjective improvement you'll only really judge by using it yourself for a week.

> **Info:** A word on the benchmark scores you'll see quoted everywhere (Terminal-Bench, GDPval, and so on): these are real tests, but they're run by Anthropic, using Anthropic's chosen settings, and compared against how rival companies report their own scores. Treat any single number as a rough signal, not a lab result. If a task matters to you, the only test that really counts is running it yourself.

## What's next, and the wider picture

Anthropic says the smaller Sonnet 5.5 and Haiku 5.5 models are coming 'in the coming weeks' with similar efficiency gains — worth waiting for if you're on one of those tiers for cost reasons rather than because you need Opus-level capability. This launch also didn't happen in isolation: about 90 minutes later, OpenAI released updated GPT-6 Sol and Luna models at roughly half the price of its previous generation, and xAI had released its own Grok 4.7 the day before. If you build on more than one provider's API, it's a genuinely good week to re-run your cost comparisons — three labs moved on price within 48 hours, and the numbers you had saved from last month are probably out of date.

The practical takeaway, stripped of the launch-day noise: if you already use Claude Opus, you're now on a better, cheaper model automatically, with nothing to configure. If you were paying extra for Fable, it's worth re-testing whether you still need to. And if cost is the main thing you care about, watch for Sonnet 5.5 and Haiku 5.5 — the same efficiency gains, at tiers that were already cheaper to begin with.

## Key takeaways

- Claude Opus 5.5 replaced Opus 5 on 22 September 2026 — if you were on Opus, you're now automatically on the newer, cheaper model.
- It costs 20% less per token than Opus 5 and, Anthropic says, about 40% less overall on typical work — plus it answers noticeably faster.
- Anthropic says it now does most jobs about as well as Fable, its pricier top-tier model, at a fraction of Fable's price.
- It writes more plainly and puts the important information first — a real, testable change from Opus 5's more verbose style.
- Sonnet 5.5 and Haiku 5.5, the cheaper tiers below Opus, are coming in the next few weeks with similar improvements.

## FAQ

### Do I need to do anything to get Claude Opus 5.5?
No. If you were using Opus through claude.ai, Claude Code or the API with the standard Opus alias, you're now on Opus 5.5 automatically. Developers pinned to a specific model ID can switch to claude-opus-5-5 directly.

### Is Claude Opus 5.5 cheaper than before?
Yes. Per million tokens it's $4 input / $20 output, down from $5/$25 for Opus 5 — a 20% cut — and Anthropic says typical workloads cost about 40% less overall once efficiency gains are included.

### Should I switch from Fable to Opus 5.5 to save money?
Worth testing. Anthropic itself says Opus 5.5 performs at Fable 5.1's level on most work, at less than half Fable's token price. Keep Fable for the small share of genuinely hardest tasks if you notice a real quality gap.

### Is Claude Opus 5.5 better than ChatGPT's models?
On Anthropic's own benchmarks it leads OpenAI's GPT-6 Astra on several tests, but those figures come from Anthropic's testing, not an independent referee. OpenAI released its own updated models, GPT-6 Sol and Luna, the same day, at lower prices too.

## Sources

- [Claude Opus 5.5](https://www.anthropic.com/claude-opus-5-5) — Anthropic, 2026-09-22
- [Anthropic releases Opus 5.5 with lower prices and Fable-level performance](https://techcrunch.com/2026/09/22/anthropic-releases-opus-5-5-with-lower-prices-and-fable-level-performance/) — TechCrunch, 2026-09-22
- [OpenAI launches GPT-6 Sol and Luna, boasting lower cost and fewer mistakes](https://techcrunch.com/2026/09/22/openai-launches-gpt-6-sol-and-luna/) — TechCrunch, 2026-09-22
- [We Must Pace the Frontier](https://darioamodei.com/post/we-must-pace-the-frontier) — Dario Amodei / Anthropic, 2026-09-12
- [Introducing Grok 4.7](https://x.ai/news/grok-4-7) — xAI, 2026-09-21
