Anthropic released Claude Opus 5 on July 24, positioning the new model as its everyday high-end option for developers, enterprises, and knowledge workers who need long-running AI agents without defaulting to the more expensive Fable tier.
The launch is not just another benchmark story. Opus 5 arrives with the same API price as Opus 4.8, a 1 million-token context window, 128,000-token synchronous output limit, effort controls, a faster premium mode, and optional automatic fallbacks when safety classifiers block a request. For teams already building with Claude Code, Claude APIs, or enterprise agent platforms, that makes the model a routing and cost-control decision as much as a raw capability upgrade.
In its launch post, Anthropic said Opus 5 comes close to Claude Fable 5 in many domains at half the price. The company cited strong results on coding and knowledge-work evaluations, including Frontier-Bench, CursorBench, ARC-AGI 3, Zapier AutomationBench, and OSWorld 2.0. It also said Opus 5 is now the default model for Claude Max and the strongest model available on Claude Pro.
What Anthropic Actually Shipped
Claude Opus 5 is available on the Claude API under the claude-opus-5 model ID. Anthropic’s current model documentation lists Opus 5 at $5 per million input tokens and $25 per million output tokens, compared with $10 and $50 for Fable 5. Opus 5, Sonnet 5, and Fable 5 all support 1 million-token context windows and 128,000-token maximum synchronous output, while Haiku 4.5 remains the lower-cost, shorter-context option.
That pricing matters because agentic software work often spends money in less obvious places: repeated tool calls, long repository context, verification passes, browser checks, and multiple attempts after a model misunderstands a task. A model that is stronger but also more verbose can still become expensive if it reads and writes far more than the workflow needs.
Anthropic is trying to give customers more control over that tradeoff. Opus 5 supports adaptive thinking and effort settings, so developers can choose how much compute the model applies to a task. The company also introduced Fast mode, which runs at about 2.5 times the default speed at twice the base Opus 5 price on the Claude Platform. That gives teams a familiar production choice: pay for lower latency when the task is interactive or business-critical, and use ordinary routing when runtime matters less.
The Best Use Case Is Not Every Use Case
Anthropic’s strongest case for Opus 5 is long-horizon agent work: coding projects, difficult debugging, multi-step business automation, financial analysis, document work, and scientific tasks where the model needs to verify its own output rather than stop at the first plausible answer. The launch examples describe Opus 5 writing its own support tooling, building test harnesses, catching missed edge cases, and checking work across desktop and mobile views.
That does not mean teams should replace every AI workflow with Opus 5. The most useful reading is narrower: Opus 5 looks like a high-end workhorse for tasks where judgment, context retention, and task completion are worth paying for, while cheaper models still make sense for summarization, classification, extraction, lightweight chat, and routine drafts.
Independent early testing also complicates a simple upgrade story. In a CodeRabbit review benchmark published the same day, Opus 5’s x-high configuration produced a more precise stream of actionable code-review comments than the company’s production baseline, but caught fewer known issues and generated far more low-value nitpicks overall. CodeRabbit’s takeaway was not that Opus 5 is weak, but that it works better as a precision-oriented reviewer or builder than as the only safety net for risky code changes.
That is the kind of detail enterprise buyers should care about. If a model is better at design-heavy generation than broad bug discovery, it belongs in a different lane. A sensible workflow might use Opus 5 to plan and implement a complex change, then pair it with another model, static analysis, test generation, or human review for recall-heavy correctness checks.
Safety Controls Are Now Part of Product Design
Opus 5 is launching in a more sensitive AI environment than earlier Claude releases. Anthropic’s Fable 5 and Mythos 5 rollout already put model capability, export controls, cyber safeguards, and government testing under public scrutiny. Recent reporting from Axios and The Verge framed Opus 5 partly around that backdrop: high capability, lower cost than Fable, and continued government-partner testing.
Anthropic says Opus 5 does not advance the frontier in risky dual-use capabilities, remains behind Mythos 5 on biology and offensive cybersecurity tasks, and includes stronger cyber guardrails than Opus 4.8 for a narrow set of tasks. The company also says Opus 5 can find vulnerabilities in source code, while blocking higher-risk activity such as binary-based vulnerability scanning, penetration testing, and exploit generation.
The practical change is automatic fallback. On Claude.ai, Claude Code, and Claude Cowork, flagged Opus 5 requests fall back to Opus 4.8 by default. On the API, customers can enable fallback behavior so a blocked Opus 5 or Fable 5 request routes to another available model instead of simply failing. For production systems, that turns safety behavior into an architecture question: should a workflow stop, degrade gracefully, hand off to a less restricted model, or require human approval?
What Developers Should Test First
Teams evaluating Opus 5 should avoid treating public benchmarks as a deployment plan. The first useful test is whether the model improves the workflow that actually costs money: resolving real bugs, generating accepted pull requests, producing usable analysis, completing internal automations, or reducing human review time without creating new cleanup work.
For coding agents, that means measuring accepted diffs, failed test rates, review comments per pull request, time to merge, and incidents where the model expanded scope beyond the task. For enterprise knowledge work, it means checking spreadsheet accuracy, citation quality, table handling, formatting, audit trails, and whether lower effort settings preserve enough quality to justify their savings.
The routing choices are now part of the product. Opus 5 may be the right first stop for ambiguous, high-value work. Sonnet 5 may be enough for everyday agent tasks. Fable 5 still has a role for the most ambitious long-running jobs. Haiku remains the right answer when speed and cost matter more than deep reasoning. Fast mode should be reserved for moments when latency is worth paying double for, not enabled out of habit.
That is why Opus 5 is important even if it is not always the best model for every task. Anthropic is turning frontier-model use into something closer to infrastructure planning: choose the capability tier, set the effort level, define fallback behavior, measure the downstream review burden, and keep expensive agents focused on work where they can actually repay the cost.