model releaseAnthropic

Anthropic Releases Claude Opus 5, Claims Near-Fable 5 Intelligence at Half the Price

TL;DR

Anthropic has released Claude Opus 5, upgrading from Opus 4.8, with pricing held at $5 per million input tokens and $25 per million output tokens. The company claims the model approaches the intelligence of its flagship Fable 5 model at half the cost.

2 min read
0

Anthropic released Claude Opus 5 on July 24, 2026, upgrading its flagship model line from version 4.8. The release arrives roughly two months after the previous Opus update, consistent with Anthropic's recent upgrade cadence.

What's new

Anthropic describes Opus 5 as a "thoughtful and proactive model that comes close to the frontier intelligence of Claude Fable 5 at half the price," according to a company statement posted on the Claude account on X. Fable 5 is Anthropic's most capable model — the publicly released, safeguarded version of a system internally codenamed Mythos, which Anthropic had delayed releasing over cybersecurity risk concerns.

Anthropic did not publish specific benchmark scores comparing Opus 5 to Fable 5 or competing models. The claim that Opus 5 approaches Fable 5-level intelligence is Anthropic's own characterization and has not been independently verified.

Opus 5 is now the default model on Claude Max and the strongest available model on Claude Pro, according to Anthropic. The company says the model is built for daily use and operates more efficiently than prior versions, though no specific latency or throughput figures were disclosed.

Pricing and availability

Claude Opus 5 is priced at $5 per million input tokens and $25 per million output tokens — identical to Opus 4.8 pricing. Anthropic did not raise prices despite the capability claims. The model is available today across all Claude platforms, including the API, Claude Pro, and Claude Max. Context window size was not disclosed in Anthropic's release materials.

Platform updates

Alongside the model release, Anthropic shipped two related platform features:

  • Mid-conversation tool changes: Developers using the Claude Platform can now change which tools Claude has access to mid-conversation without invalidating the prompt cache, potentially reducing costs for long-running agent sessions.
  • Automatic fallbacks on the API: Requests to Opus 5 or Fable 5 that get flagged by Anthropic's safety classifiers can now automatically route to another model instead of being blocked outright. With this setting enabled, API calls default to the best available model rather than failing on a safety flag.

What this means

Holding pricing flat at $5/$25 per million tokens while claiming near-flagship performance is a direct pitch to developers currently paying premium rates for Fable 5-tier output. If the intelligence gap is genuinely narrow, Opus 5 becomes the practical default for most production workloads, pushing Fable 5 into a smaller niche of cases that need maximum capability regardless of cost.

The automatic fallback feature is arguably the more consequential change for API users: false-positive safety blocks have long been a friction point for developers building agents, and silently downgrading to a fallback model rather than hard-failing a request changes the reliability calculus for production systems. Independent benchmarking against GPT and Gemini competitors will determine whether Anthropic's "near-Fable 5" claim holds up outside marketing copy.

Related Articles

changelog

Anthropic Cuts False Positives in Fable 5's Biology Filter by 85%, Keeps Virology and Toxicology Blocked

Anthropic has cut false positives in Fable 5's biology safety classifier by roughly 85%, letting users ask about lab results, symptoms, and medical questions without being rerouted to the weaker Opus 5 model. Dual-use topics like virology, toxicology, and molecular design remain restricted, with Anthropic citing the difficulty of containing biological threats once released.

changelog

Anthropic SDK v0.121.0 Adds Session Budgets, Mid-Conversation Tool Changes, and GitHub Skills Auto-Loading

Anthropic released version 0.121.0 of its Python SDK on August 7, 2026, introducing a new beta for mid-conversation tool changes, session budgets, an advisor tool, pinned inference location, and skills auto-loading from GitHub. The update also removes retired Claude Opus 4.1 models from the API.

product update

Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224

Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.

product update

Anthropic Sets Claude Code Auto Mode as Default Starting August 14

Anthropic will switch Claude Code's default permission setting to auto mode on August 14 for Pro, Max, and Team users. The company says its safety classifier caught 89% of dangerous commands in testing, compared to 13.6% for human reviewers, and will no longer charge extra tokens for the classifier itself.

Comments

Loading...