devtake.dev

Claude Opus 5 nears Fable 5's frontier intelligence at half the price

Anthropic shipped Claude Opus 5 at the same $5/$25 per million tokens as Opus 4.8. It nears Fable 5's intelligence at half the cost, with new effort and fallback controls.

Dieter Morelli · · 7 min read · 3 sources
Anthropic's Claude Opus 5 announcement artwork: a large numeral 5 formed from an arrangement of vintage speckled bird-egg illustrations on a cream background.
Image: Anthropic · Source

Anthropic shipped Claude Opus 5 on July 24. The surprise is the price. Its new flagship gets close to the far pricier Claude Fable 5 on raw intelligence, yet it bills at the same $5 and $25 per million tokens as the Opus 4.8 it replaces.

That combination is the whole story. For most of the past year the pattern held that a smarter Claude meant a more expensive one, and teams rationed the top model for the hard jobs. Opus 5 breaks that trade for anyone already paying Opus 4.8 rates: same invoice, materially more capability. Anthropic frames it as a model that comes close to Fable 5’s frontier intelligence “at half the price”. For developers running agents and knowledge workers pushing long documents, the question shifts from whether to use the flagship to why you’d reach for anything else.

The new dials

The feature developers will touch first is effort. Opus 5 ships with configurable effort settings that trade intelligence against token spend, so you can run it lean and fast on routine work or push it hard on a gnarly refactor. That dial matters because the flagship’s cost per task, not its per-token price, is what actually shows up on the bill, and effort is the knob that moves it. Two more controls arrived in beta. You can now change the available tools mid-conversation without invalidating the prompt cache, which used to mean eating a full re-read every time an agent’s toolset shifted. And the API can fall back automatically: a request that trips a filter can route to an alternative model instead of failing outright, so a single flagged turn no longer kills a long agent run.

All of this is live now, not staged behind a waitlist. Opus 5 landed the same day across the Claude API, Claude.ai, Claude Code, and the Claude Cowork surface, plus the major cloud platforms, under the model ID claude-opus-5. Anyone with a paid plan or an API key could switch mid-afternoon on launch day, which is why the first hands-on reports showed up within the hour.

Anthropic has been pushing this efficiency line all summer. The cheaper Claude Sonnet 5 that shipped in late June was pitched as the model you run agents on when you don’t need the top tier. Opus 5 narrows that logic. The effort setting lets the flagship behave like a cheaper model when the task is easy, then spend more only when the task earns it. In practice that reads as fewer tokens burned per task, which is the number Anthropic keeps pointing at when it calls Opus 5 more efficient than its predecessor.

What “close to Fable 5” actually means

Anthropic’s benchmark table is where the “close to Fable 5” claim earns or loses its keep. On CursorBench 3.2, an agentic-coding test, Opus 5 lands within 0.5% of Fable 5 while costing half as much. On Frontier-Bench v0.1, the company’s broad capability suite, it roughly doubles Opus 4.8’s score at a lower cost per task. It posts about three times the next-best model on ARC-AGI 3, a reasoning benchmark, and around 1.5 times the next-best pass rate on Zapier’s AutomationBench. On OSWorld 2.0, a computer-use test, it beats Fable 5 outright at a third of the cost.

One number worth sitting with is the CursorBench gap. Within 0.5% of Fable 5 is close enough that, on a real coding task, most teams won’t feel the difference in output. They will feel it on the invoice. That single comparison is most of the argument for the model.

Benchmarks are marketing until someone reproduces them, so treat the exact figures as Anthropic’s own. The shape is what’s telling. Opus 5 wins clearly on agentic and computer-use tasks, the workloads Anthropic has bet its roadmap on, while conceding that Fable 5 keeps a thin lead on raw frontier intelligence. Independent harness scoring has gotten stricter this year, and how a model is graded on agentic coding can swing nearly as much as the model itself. Domain science moved too. Anthropic reports Opus 5 scoring 10.2 points above Opus 4.8 on organic-chemistry tasks and 7.7 points higher on protein prediction, the kind of gain that matters to a research lab wiring a model into a pipeline and less so to someone shipping a web app.

Same price, different math

Here’s the part that changes decisions: none of this costs more. Opus 5 bills at $5 per million input tokens and $25 per million output tokens, byte-for-byte the same as Opus 4.8, and Anthropic makes it the default model on Claude Max and the strongest option on Claude Pro. Fast mode runs about 2.5 times quicker at twice the base price for latency-sensitive work. Against Fable 5’s premium tier the pitch is blunt: comparable intelligence, half the spend.

Put rough numbers on it. A job that reads 2 million tokens of context and writes 500,000 tokens of output runs about $22.50 on Opus 5, the same as it did on Opus 4.8, and by Anthropic’s own framing roughly half what a comparable Fable 5 run would bill. One agent doing that once is noise. A fleet of them doing it all day is a budget line, and that’s where the flat price does its work.

Who should actually switch? If you’re already on Opus 4.8, the move is close to automatic, since you get more capability on the same rate card. If you’ve been paying up for Fable 5 purely for headroom, Opus 5 is the obvious thing to A/B test first. And if you’ve been price-shopping across providers, note that Anthropic is competing on cost now in a way it rarely used to, the same pressure that produced Google’s budget Gemini tier. The timing is deliberate, too. Anthropic is reportedly preparing an IPO later this year, and a flagship that undercuts its own premium model on cost per task is exactly the efficiency story a company tells ahead of a raise.

Where Opus 5 still trails

The ceiling is cybersecurity, and Anthropic says so directly. Opus 5 stays substantially behind the company’s Mythos 5 model on vulnerability exploitation, and on OSS-Fuzz exploit development the announcement calls it “considerably less successful” than Mythos. That gap is partly by design. Opus 5 ships with safeguards similar to Opus 4.8 plus stronger cyber guardrails, and Anthropic expects its safety classifiers to intervene about 85% less often than they did on Fable 5, an attempt to cut needless refusals while keeping the offensive-security lid on.

On alignment, Anthropic calls Opus 5 its “most aligned model to date,” citing an automated behavioral audit that found the lowest rates of reckless or deceptive behavior of any Claude. Not everyone bought that on day one. In the first threads after the drop, reaction split: some developers on r/ClaudeAI were unimpressed by the guardrails, one flatly calling the release “DOA” because it “still has the same safeguards as Fable.” Whether that reads as responsible defaults or friction depends entirely on what you’re building.

So why is this landing in your feed today, and not as a quiet point release? Because the price held. A new flagship that doesn’t cost more resets what a team should expect to pay for frontier-class output, and it arrives with an IPO on the horizon and rivals cutting their own prices. My read: if you’re on Opus 4.8, switch and pocket the capability. If you’re paying Fable 5 rates, run the A/B before your next invoice. And if you need a model to write exploits, Opus 5 still isn’t it, which is the one place Anthropic seems happy to lose.

Share this article

Quick reference

prompt cache
A server-side cache of the tokens already processed in a conversation, so repeated context is not re-billed or recomputed on each new turn. Changing the tool set usually invalidates it.

Sources

Frequently Asked

How much does Claude Opus 5 cost?
$5 per million input tokens and $25 per million output tokens, the same as Opus 4.8. Fast mode runs about 2.5 times faster at double the base price.
Is Opus 5 better than Claude Fable 5?
Not across the board. Anthropic says it comes close to Fable 5's intelligence and beats it on some agentic tasks like OSWorld 2.0 at a third of the cost, while Fable 5 keeps a thin lead on raw frontier capability.
What are the new effort settings?
A dial that trades intelligence against token spend, so you can run the model cheaper and faster on routine work or push it harder on difficult problems.
Where is Opus 5 available?
Today across the Claude API, Claude.ai, Claude Code, and Claude Cowork, plus major cloud platforms. The model ID is claude-opus-5.
What is Opus 5 still bad at?
Offensive-security work. Anthropic says it stays well behind its Mythos 5 model on vulnerability exploitation and OSS-Fuzz exploit development.

Mentioned in this article