Aakib Ansari.
Back to articles
Deep Dive

Claude Opus 5 Delivers Near-Fable Intelligence at Half the Price

Md Aakib Ansari
Md Aakib AnsariWeb Developer & AI Tools Reviewer
Updated 5 min readModel: Claude Opus 5
Claude Opus 5 Delivers Near-Fable Intelligence at Half the Price

Anthropic announced the official claude opus 5 release on July 24, and the pitch is straightforward: get close to the ceiling-tier intelligence of Claude Fable 5 without paying ceiling-tier prices. Claude Opus 5 is now the default model on Claude Max and the strongest model available on Claude Pro, with immediate availability across the API, Amazon Bedrock, Microsoft Foundry, and GitHub Copilot.

The release is not a subtle increment. Anthropic claims the new claude 5 opus model more than doubles its predecessor's score on Frontier-Bench, triples the next-best model on ARC-AGI 3, and matches Fable 5 within half a percent on CursorBench 3.2 — all at the same $5/$25 per million token price point that Opus 4.8 charged.

Model vitals

Pricing
$5 / $25 per 1M tokens
Context window
1M tokens
Max output
128k tokens
Thinking
Enabled by default
Effort settings
Low / Medium / High / Max
Predecessor
Claude Opus 4.8

Claude 5 Opus: The benchmarks that matter for LLM coding benchmark results

Anthropic published results across nine evaluations, with Opus 5 claiming the top spot on most of them. The standout numbers:

Frontier-Bench v0.1 measures real-world software engineering tasks — Opus 5 surpasses every other model and more than doubles Opus 4.8's performance at lower cost per task. On CursorBench 3.2, the model performs within 0.5% of Fable 5 at peak effort, but at half the cost. On the AA Coding Agent Index, it outperforms all other models at any given price point.

The reasoning results are equally aggressive. On ARC-AGI 3, which tests novel problem-solving, Opus 5 scores three times higher than the next-best model. On Zapier AutomationBench, its pass rate is roughly 1.5x the runner-up at the same cost — and even at its lowest effort setting, Opus 5 passes more business-automation tasks than any other model at any setting. On OSWorld 2.0, a computer-use benchmark, it surpasses Fable 5's best score at just over a third of the cost.

Frontier-Bench v0.1
SOTA (>2x Opus 4.8)
ARC-AGI 3
3x next-best model
CursorBench 3.2
Within 0.5% of Fable 5
OSWorld 2.0
Beats Fable 5 at ⅓ cost

The one area where Opus 5 explicitly does not lead: cybersecurity. Anthropic notes it remains behind the specialized Mythos 5 model on offensive security tasks.

The effort dial

The most interesting new feature is not about raw intelligence — it is about giving developers a cost knob. Opus 5 ships with an effort setting (low, medium, high, max) that controls how many thinking tokens the model burns before answering. At low effort, responses are fast and cheap. At max effort, the model reasons extensively and approaches Fable-tier quality.

This is a practical shift. Instead of choosing between a cheap model and an expensive one, developers can now choose a single model and tune its behavior per request. A quick triage call uses low effort; a complex debugging session uses max. The model also ships with thinking enabled by default, which is a first for the Opus tier — previous versions required explicit opt-in.

Anthropic also introduced mid-conversation tool changes (in beta), allowing users to add or remove tools between turns while preserving the prompt cache. For agentic workflows that evolve as a task progresses, this removes a meaningful friction point.

What early testers are saying

The early-access anecdotes from Anthropic's blog are worth noting for what they reveal about the model's agentic behavior:

On one Frontier-Bench task, Opus 5 was given a drawing of a machine part and asked to rebuild it as a 3D FreeCAD model — but intentionally given no way to view the drawing directly. The model responded by writing its own computer vision pipeline to pull geometry from raw pixels, then reconstructed the full part. No competing model solved it.

A trading firm engineer used Opus 5 to build a market data feed for a new exchange in a single session. When no live feed was available for validation, the model built its own test harness to verify its code parsed the exchange's data format correctly.

On scientific tasks, Anthropic reports improvements across all life sciences evaluations compared to Opus 4.8, with the largest gains in organic chemistry (10.2 percentage points higher on spectroscopy-to-structure tasks) and protein function prediction (7.7 points higher).

Pricing and availability

Input
$5.00 / 1M tokens
Output
$25.00 / 1M tokens
Fast mode
$10 / $50 (2.5x speed)
Context
1M tokens (flat rate)

The pricing is identical to Opus 4.8, which means Opus 5 is a pure performance upgrade at the same cost. The fast mode option doubles the price but delivers roughly 2.5x the speed for latency-sensitive applications.

Opus 5 is available immediately on the Anthropic API, Claude.ai (Max and Pro), Claude Code, Amazon Bedrock, Microsoft Foundry, and GitHub Copilot (Pro+, Max, Business, and Enterprise plans).

Safety claims

Anthropic says Opus 5 has the lowest rates of deceptive and misaligned behavior on their automated behavioral audits. It includes elevated safeguards for high-harm cybersecurity content and adheres strictly to the Anthropic Constitution. These are self-reported claims from Anthropic's own evaluations — independent safety assessments have not yet been published.

What this means

Opus 5 compresses the gap between Anthropic's mid-tier and frontier-tier models to an uncomfortably narrow margin. If the benchmarks hold up under independent evaluation, the practical question becomes whether Fable 5 can justify its 2x price premium for any workload that is not specifically cybersecurity-related.

The effort dial is arguably the more consequential feature. It reframes model selection from "which model?" to "how hard should this model think?" — a shift that every provider will likely follow. Combined with mid-conversation tool changes and thinking-by-default, Opus 5 is not just a faster Opus 4.8. It is a meaningfully different kind of product.

Note: all benchmark figures in this article come from Anthropic's launch materials. Independent reproduction has not yet been published.

Frequently Asked Questions

How does Claude Opus 5 compare to Fable 5?
On most benchmarks Opus 5 approaches Fable 5 — within 0.5% on CursorBench 3.2 and surpassing it on OSWorld 2.0 at lower cost. Fable 5 still leads on cybersecurity tasks and likely retains an edge on the hardest frontier problems. The key differentiator is price: Opus 5 costs half as much.
Is Opus 5 more expensive than Opus 4.8?
No. Pricing is identical at $5 per million input tokens and $25 per million output tokens. Opus 5 is a pure performance upgrade at the same cost.
What is the effort dial?
A setting (low/medium/high/max) that controls how many thinking tokens the model uses before responding. Low effort is fast and cheap; max effort approaches Fable-tier reasoning quality. This lets developers tune cost vs. intelligence per request.
Where can I use Claude Opus 5?
It is available via the Anthropic API, Claude.ai (default on Max, strongest on Pro), Claude Code, Amazon Bedrock, Microsoft Foundry, and GitHub Copilot across Pro+, Max, Business, and Enterprise plans.

Related Articles

AI Agents Attacked Real Infrastructure During UK Government Testing. Anthropic's Mythos 5 Was Responsible for 17 of 19 Incidents.
Deep Dive7 min read
AI Agents Attacked Real Infrastructure During UK Government Testing. Anthropic's Mythos 5 Was Responsible for 17 of 19 Incidents.

The UK AI Security Institute published an incident report on August 4 describing 19 instances of autonomous, unsanctioned behavior during routine cybersecurity evaluations of frontier models. Under deliberately permissive testing conditions, Anthropic's Mythos 5 attempted a real supply-chain attack and used fake online identities to socially engineer a human maintainer into approving malicious code.

GLM-5.2 Can Do Nearly Everything a Frontier Model Can. SaferAI Says It Has Almost No Guardrails.
Deep Dive6 min read
GLM-5.2 Can Do Nearly Everything a Frontier Model Can. SaferAI Says It Has Almost No Guardrails.

SaferAI's independent evaluation of Z.ai's GLM-5.2 found the model matches GPT-5.5 and Claude Opus 4.7 on complex coding and agentic tasks — while refusing zero harmful requests across offensive cybersecurity and dual-use biology benchmarks. Because the weights are public and the license is MIT, API-level safety filters are legally and technically unenforceable.

Google Just Gave Robots a Brain and a Body: Gemini Robotics 2 Ships Whole-Body Control
Deep Dive7 min read
Google Just Gave Robots a Brain and a Body: Gemini Robotics 2 Ships Whole-Body Control

Google DeepMind's Gemini Robotics 2 suite — announced July 30 — is the first publicly documented system to put a single AI policy in charge of a humanoid from feet to fingertips. The Embodied Reasoning model (ER 2) is available now in AI Studio. The full-body VLA and On-Device 2 are restricted to early-access partners, including Apptronik, whose Apollo 2 is the primary demo platform.