Claude Opus 5 launched on July 24, 2026 at exactly what Opus 4.8 cost the day before. That is the headline, and it is the least useful thing about the release.
The number that decides your actual bill is a five-value parameter most teams will never set. The benchmark figures circulating in launch articles do not agree with each other, and the reason turns out to be that Anthropic quietly reissued the system card. And the two most-read hands-on takes reached opposite conclusions about what the model is like to work with.
All of that is checkable. Most of it is not in the launch post.
What Is Claude Opus 5?
Claude Opus 5 is Anthropic's Opus-tier model, released July 24, 2026. It costs the same per token as Opus 4.8 and lands close enough to Claude Fable 5 that Anthropic describes it as coming near frontier intelligence at half the price.
It is a reasoning model, and it is the default model on Claude Max and the strongest model available on Claude Pro. It is not on the free tier.
| Specification | Claude Opus 5 |
|---|---|
| Release date | July 24, 2026 |
| API model ID | claude-opus-5 (Bedrock: anthropic.claude-opus-5; Google Cloud: claude-opus-5) |
| Pricing | $5 / million input tokens, $25 / million output tokens |
| Context window | 1M tokens (default and maximum) |
| Max output | 128K tokens (up to 300K via the Batch API with a beta header) |
| Knowledge cutoff | May 2026 |
| Effort levels | Five: low, medium, high, xhigh, max (default high) |
| Fast mode | Roughly 2.5x speed at $10 / $50 per million tokens |
| Availability | Claude API, Claude Pro / Max / Team / Enterprise, Claude Code, Bedrock, Google Cloud |
One framing detail gets lost in the launch coverage. Opus 5 is not the top of Anthropic's lineup. The model documentation still routes the hardest workloads to Fable 5, which costs twice as much. Opus 5 is the model built to be used every day, not the one built to win every task.
If you are new to the lineup entirely, our explainer on Anthropic's Claude assistant covers how the tiers fit together.
The Effort Setting Has Five Levels, Not Three
Most launch coverage described the effort toggle as low, medium, or high. There are five. Anthropic's documentation is unambiguous: "Claude Opus 5 supports all five effort levels."
The parameter is output_config.effort, nested inside output_config rather than sitting at the top level of the request, and it defaults to high. Setting it to high produces exactly the same behavior as leaving it out.
Here is the part that makes it more than a speed dial. Effort governs all tokens in the response, not just thinking. That includes text, explanations, and tool calls. Lower effort means Claude makes fewer tool calls, combines operations, skips the preamble, and confirms tersely. Higher effort means more tool calls, a stated plan before acting, and longer summaries.
| Level | What it does | Use it for |
|---|---|---|
low | Most efficient. Significant token savings, some capability reduction | Simple tasks, classification, subagents, high volume |
medium | Balanced, moderate token savings | Agentic work balancing speed, cost and performance |
high (default) | Equivalent to not setting the parameter | Complex reasoning, difficult coding, agentic tasks |
xhigh | Extended capability for long-horizon work | Agentic runs over 30 minutes, token budgets in the millions |
max | Maximum capability, no constraint on token spend | The deepest reasoning you can buy |
Two things follow that are easy to miss.
First, Anthropic's guidance is not "turn it up." The docs say to start at high and "use low and medium liberally as your primary control for token cost and response time wherever your evals show quality holds." That is the vendor telling you to spend less, which is unusual enough to take seriously, and the system card shows why. On FrontierBench v0.1, Opus 5's best result came at xhigh, not max, with "max scored similarly and within noise." Below that, the curve gets expensive fast: high scores 39% against xhigh's 44.4% while using 19% fewer output tokens, and low scores 25% for 64% fewer tokens.
The same pattern shows up on AutomationBench, and here Anthropic puts a price on it. Opus 5 at max effort scored 26.0%. At medium effort it scored 24% "at $0.89 cost per task, significantly outperforming both Claude Opus 4.8 and Fable 5 at less than half the cost." Two points of score for roughly double the spend, from Anthropic's own evaluation.
Be careful how far you take that. On AutomationBench max did score highest, and Anthropic documents it as the highest-capability setting. The honest reading is narrower and still useful: the top of the dial is reliably the most expensive setting, and on two of Anthropic's benchmarks a lower one landed within a couple of points for a fraction of the spend. That is the whole argument for running an effort sweep on your own evaluations before you standardize on a level.
Second, effort is not new to Opus 5. The same parameter works on Opus 4.5 and later, plus Sonnet 5 and Fable 5. What changed is how much the choice costs you, which is the next section. If you carried settings over from an earlier model, the docs are explicit that you should run a fresh sweep on your evals instead of reusing them, and that effort does not reliably shorten visible responses on Opus 5. If you want shorter answers, ask for shorter answers.
Claude Opus 5 Pricing
Opus 5 costs $5 per million input tokens and $25 per million output tokens. That is identical to Opus 4.8 and exactly half of Fable 5. The full rate card sits in Anthropic's pricing documentation.
| Component (per million tokens) | Opus 5 | Fable 5 | Sonnet 5 |
|---|---|---|---|
| Input | $5 | $10 | $2 |
| Output | $25 | $50 | $10 |
| Cache write (5 minute) | $6.25 | $12.50 | $2.50 |
| Cache write (1 hour) | $10 | $20 | $4 |
| Cache hits and refreshes | $0.50 | $1 | $0.20 |
| Batch API input | $2.50 | $5 | $1 |
| Batch API output | $12.50 | $25 | $5 |
| Fast mode input / output | $10 / $50 | Not offered | Not offered |
US-only inference (inference_geo) | 1.1x on all categories | 1.1x | 1.1x |
The Sonnet 5 column is introductory pricing that runs through August 31, 2026. From September 1 it rises to $3 and $15, which narrows the gap to Opus 5 considerably and is worth modelling now if Sonnet 5 is carrying volume for you.
Three details in the Opus 5 column are worth pulling out.
There is no long-context surcharge. The full 1M-token window bills at the standard rate. A 900,000-token request costs the same per token as a 9,000-token one. That is a real differentiator against models that apply a multiplier above a threshold.
Fast mode is a separate product decision. It runs roughly 2.5 times faster at twice the price, as a research preview limited to the first-party Claude API. The Batch API and partner clouds do not offer it.
The minimum cacheable prompt dropped to 512 tokens, down from 1,024 on Opus 4.8. If you are caching short system prompts that previously fell under the threshold, they now qualify.
For a fuller picture of how these API rates compare to the subscription plans, see our breakdown of Claude pricing across plans.
The Token Price Is Flat. The Cost per Task Might Not Be.
Same price as Opus 4.8 is the headline everyone ran. It is true per token, and it is not the whole bill.
Two changes push token consumption up. Thinking is now on by default, where equivalent requests on Opus 4.8 ran without it. And Anthropic's prompting guide concedes that responses now run longer than on prior Opus models.
More tokens per job at the same rate per token means a higher bill per job.
Artificial Analysis, which runs its own independent evaluation suite, measured it. Their finding: Opus 5 at max effort "costs $2.03 on average per Intelligence Index task, below Claude Fable 5 (with fallback) at $2.75, but still above Claude Opus 4.8 (max) at $1.80 and Claude Sonnet 5 (max) at $1.53."
| Configuration | Cost per Intelligence Index task |
|---|---|
| Claude Sonnet 5 (max) | $1.53 |
| Claude Opus 4.8 (max) | $1.80 |
| Claude Opus 5 (max) | $2.03 |
| Claude Fable 5 (with fallback) | $2.75 |
Read that table twice. Against Fable 5, Opus 5 is the cheaper way to buy comparable intelligence, and Artificial Analysis puts the saving at 26%. Against its own predecessor, it costs more per task at max effort, at identical per-token pricing, because it spends more tokens getting there.
The effort setting is where you get that back. Running the same Intelligence Index at max effort cost $3,835.51; at high effort, $1,973.77. The intelligence difference between those two runs was 61 versus 59, which moved Opus 5 from first of 190 models to fifth. Roughly double the spend for two index points, and whether that trade is worth it is entirely workload-dependent.

high.The sharpest criticism runs further. In the Hacker News launch discussion, one commenter cited the Vals Index going "from $2.90 to $8.54, for 4% gain" between Opus 4.8 and Opus 5. No effort level was stated, and it is a single unreproduced third-party report, so treat it as a caution rather than a finding.
Pushing the other way, several practitioners reported the opposite on real work, describing tasks that Opus 5 completed in substantially fewer tokens than Opus 4.8 needed.
Both can be true, because cost per task depends on the task and the effort level. The honest summary: Opus 5 is cheaper per unit of intelligence than Fable 5, and at max effort it is measurably more expensive per task than Opus 4.8 despite the identical rate card. If you run agents at volume, our notes on why token costs add up apply directly here.
Benchmarks: What Anthropic Reported vs What Others Measured
Start with something that explains most of the confusion in the launch coverage.
Anthropic's announcement presents its benchmark comparisons as charts, with prose carrying only relative claims: Opus 5 "more than doubles" Opus 4.8 on FrontierBench, scores "three times as high as the next-best model" on ARC-AGI 3, lands "within 0.5% of Fable 5's peak" on CursorBench 3.2.
The absolute numbers are in the Claude Opus 5 system card, a 190-plus-page PDF, in a plain four-column table that almost no launch coverage used.
There is a catch. Anthropic has served at least two revisions of that system card, and the FrontierBench row is not the same in both. The revision published at launch gives Opus 4.8 18.7%, Fable 5 33.7% and GPT-5.6 Sol 37.5%. The revision the canonical link serves now gives 21.1%, 33.8% and 34.4%. Opus 5's own 43.3% is unchanged; all three of its comparators moved, and GPT-5.6 Sol swung 3.1 points.
Both revisions also still carry the same sentence four pages later, in the FrontierBench section: Opus 4.8 "achieved 18.7%." So in the current revision, the summary table and the prose disagree with each other.
That is why you will see both 18.7% and 21.1% quoted as Opus 4.8's score. Neither camp misread anything. They read different PDFs.
Here is the table as the current revision gives it, alongside what outside parties measured independently.
| Benchmark (system card) | Opus 5 | Opus 4.8 | Fable 5 | GPT-5.6 Sol |
|---|---|---|---|---|
| SWE-bench Pro | 79.2 | 69.2 | 80 | 64.6 |
| SWE-bench Multimodal | 59.4 | 38.4 | 54.1 | - |
| DeepSWE v1.1 | 68.8 | 59.0 | 69.7 | 72.7 |
| FrontierCode 1.1 (Main) | 53.4 | 46.5 | 53.5 | 47.5 |
| FrontierBench v0.1 (revision-dependent) | 43.3 | 21.1 (18.7 at launch) | 33.8 (33.7) | 34.4 (37.5) |
| The FrontierBench row is the summary-table figure. The system card's own FrontierBench section reports 44.4% for Opus 5 at xhigh effort, noting max "scored similarly and within noise, landing at 43%." | ||||
| BrowseComp | 90.8 | 84.3 | 87.4 | 90.4 |
| Humanity's Last Exam (with tools) | 64.7 | 57.9 | 63.9 | - |
| OSWorld 2.0 | 70.6 | 55.7 | 66.1 | 62.6 |
| HealthBench Professional | 59.8 | 57.4 | Not published (66.0 is Mythos 5) | 60.5 |
| GDPval-AA v2 | 1861 | 1593 | 1747 | 1736 |
| AutomationBench | 26.0 | 17.0 | 17.4 | 18.1 |
Independent measurement adds a different set of numbers:
| Measurement | Result | Measured by |
|---|---|---|
| AA Intelligence Index (max effort) | 61, ranked #1 of 190 models | Artificial Analysis |
| AA output speed (max effort) | 52.8 tokens/sec, ranked #115 of 190 | Artificial Analysis |
| AA-Omniscience hallucination rate | +14 points to 50% vs Opus 4.8 | Artificial Analysis |
| Overall (provisional) | #1 of 215 models (85.88) | BenchLM |
| Knowledge / agentic / multimodal | #1 of 53 · #3 of 129 · #3 of 32 | BenchLM |
| Coding category | #9 of 130 models (68.8) | BenchLM |
Three observations that the launch post does not surface.
It is the smartest model measured, and it is slow. Artificial Analysis ranks Opus 5 first of 190 on intelligence and 115th of 190 on output speed. That is the tradeoff, and it explains why a paid fast mode exists at all.
"Best at coding" deserves an asterisk. The aggregator BenchLM ranks Opus 5 #1 of 215 models overall, at 85.88, and its category breakdown complicates the coding pitch specifically: #1 of 53 on knowledge, #3 of 129 on agentic, #3 of 32 on multimodal, but #9 of 130 on coding. Those are all strong placings, and coding is the weakest of them rather than the strongest. Hold all of it loosely, though, and by the same standard applied to Anthropic above: BenchLM has published 79 of the 369 benchmarks it tracks for this model, the categories above are tagged "mixed sources," and it has not yet promoted Opus 5 to its verified leaderboard.
Anthropic reports its own second places. The announcement does not. The system card is candid in a way the launch post is not. Fable 5 leads SWE-bench Pro (80 to 79.2), GPT-5.6 Sol leads DeepSWE v1.1 (72.7 to 68.8) and HealthBench Professional (60.5 to 59.8), and FrontierCode is effectively a tie at 53.5 to 53.4 in Fable's favour. That is at least four rows where Opus 5 is not first, inside a launch headlined on agentic coding, and you only find them if you open the PDF. Treat the near-ties as ties, though: the system card configures effort per benchmark, so a tenth of a point is not a ranking.
What Actually Improved Over Opus 4.8
Strip out the benchmark noise and five changes show up repeatedly in both vendor material and practitioner reports.
Self-verification. Opus 5 checks its own work without being asked. Anthropic describes it opening rendered pages at desktop and mobile widths, spotting layout bugs, and fixing them before handing anything back. Several developers reported the same pattern independently.
Judgment. It pushes back. Given an unsound plan it will argue the point and propose an alternative rather than complying. Whether that reads as a feature depends heavily on how you work, which is a theme we return to below.
Knowledge freshness. The May 2026 cutoff is four months newer than the January 2026 cutoff on both Opus 4.8 and Fable 5. For a model answering questions about its own ecosystem, that gap is larger than it sounds.
Science. Anthropic reports gains on every life-sciences evaluation it ran, including 10.2 percentage points over Opus 4.8 on inferring molecular structures from spectroscopy data and 7.7 points on predicting how sequence variations affect protein function. These are stated as deltas, without absolute scores.
Visual output. Anthropic showcased a wind tunnel simulation and an interactive cell illustration built entirely by the model, and customers building in this space reported the strongest animation and 3D work they had seen from an Opus model.
The story doing the most work in the launch post is an anecdote rather than a benchmark. On a FrontierBench task, the model was asked to rebuild a machine part as a 3D FreeCAD model but deliberately given no way to view the drawing. It wrote its own computer vision pipeline to extract the geometry from raw pixels, then built the part.
That anecdote describes the release better than any benchmark does, and it is also the most contested thing about it. Simon Willison, careful to note he had not yet tested the model, called the behavior relentlessly proactive from the same passage. For background on the mechanics underneath, see how Claude works.
One improvement went the other way, and it is the least comfortable number in the launch. Anthropic's system card states that the model "hallucinates factual claims slightly more than Opus 4.8, despite being more accurate overall." Artificial Analysis measured the same trade: on its AA-Omniscience benchmark, Opus 5 improves factual accuracy by 7 points over Opus 4.8 but "answers more often when uncertain," with its hallucination rate rising 14 points to 50%. More knowledge and more confident wrong answers shipped together. If you are pointing this model at research or knowledge work, that is the caveat that matters most, and it is the one the launch tables do not carry.
The Safeguards Loosened, and That Is the Enterprise Story
The change most likely to unblock an actual purchase decision is not on the benchmark chart.
Opus 5's cybersecurity classifiers are less restrictive than Fable 5's. Anthropic's announcement states it directly: "Based on our testing, we expect the classifiers to intervene around 85% less often than they do for Fable 5." That is an expectation from internal testing rather than a measured production figure, which is worth holding in mind, but it is Anthropic's own published number. TechCrunch's write-up reports the same expectation.
The boundary itself is clearer. Opus 5 may search for vulnerabilities in source code, and is blocked from scanning a software binary for them. Anthropic frames the capability honestly: the model "comes close to Mythos 5 at finding cybersecurity vulnerabilities" but "remains substantially behind Mythos 5 on the exploitation of those vulnerabilities." It says it avoided training Opus 5 on cyber tasks entirely, and that the gains came from general capability instead.
Security researchers doing legitimate work have a further route: members of Anthropic's Cyber Verification Program get access to a version with fewer restrictions.
Then the part enterprise buyers actually care about. Opus 5 is not subject to the 30-day data retention policy that covers Fable and Mythos. For any organization whose security review stalled at Fable 5's retention requirement, that is what changes the answer, and it is nowhere on the benchmark chart.
What Breaks When You Upgrade
Swapping the model string is not sufficient. Four changes will bite production code.
Thinking is on by default. On Opus 4.8, a request without a thinking field ran without thinking. On Opus 5, the same request thinks. Your token consumption changes without any code change.
You cannot turn thinking off at the top two effort levels. Setting thinking: {"type": "disabled"} at xhigh or max returns a 400 error. This is documented, and it is the kind of thing that surfaces in production rather than in testing.
max_tokens now bounds thinking plus response text together. A limit tuned for Opus 4.8's output alone will truncate differently here. Anthropic suggests starting around 64K for xhigh and max work and tuning from there.
Refusals are not errors. When a safety classifier declines a request, the docs are explicit that "safety classifiers return this stop reason as a normal HTTP 200 response, not an error," with stop_reason set to refusal and a stop_details object naming the policy category. Error handling that only watches for non-200 status codes will sail straight past it. Anthropic notes that a refused request on Opus 5 or Fable 5 can usually be served by retrying on another Claude model.
There is a workflow-level version of this too. The team at Every, testing Opus 5 for a week before launch, found it "argued with instructions, stopped before the work was finished, and generally didn't play well with our existing skills and plugins." Their fix was to delete the accumulated scaffolding and start over, after which results improved sharply. Anthropic's own documentation points the same direction, advising a fresh effort sweep rather than carrying settings across.
You may not get the 1M context you read about. Day-one users reported seeing roughly 200K through Claude Code, and the explanation is in the Claude Code docs rather than the launch post. On Max, Team and Enterprise plans, Opus is "automatically upgraded to 1M context with no additional configuration." On Pro it is not: extended context there "requires usage credits." You can force it with the opus[1m] alias or /model opus[1m], and an admin can switch it off entirely with CLAUDE_CODE_DISABLE_1M_CONTEXT=1, which strips the 1M variants from the picker. The window itself carries no price premium beyond 200K.
So the 1M figure is real, and whether you have it depends on your plan and your model string. If long-context behavior matters, check which variant you are actually on before committing, and see our guide to context window limits for why the advertised context window and the usable one so often diverge.
Changing the effort value between requests invalidates prompt caching, because effort shapes the rendered prompt. Pick a level at the start of a cached session and hold it.
Opus 5 vs Fable 5 vs Sonnet 5: Which One to Use
| Claude Opus 5 | Claude Fable 5 | Claude Sonnet 5 | |
|---|---|---|---|
| Price (in / out) | $5 / $25 | $10 / $50 | $2 / $10 until Sep 1, then $3 / $15 |
| Position | Everyday premium | Documented capability ceiling | Volume workhorse |
| Knowledge cutoff | May 2026 | January 2026 | January 2026 |
| Data retention | No 30-day requirement | 30-day requirement | No 30-day requirement |
| Cost per task at max effort (AA) | $2.03 | $2.75 (with fallback) | $1.53 |
| Best for | Complex coding, agents, enterprise work, science | The hardest autonomous work | Everyday coding and research at volume |
So, is Opus 5 better than Fable 5? For most work, yes, at half the token price, and it outscores Fable 5 on most rows of Anthropic's own table. But the system card opens by stating the opposite in as many words: "Claude Opus 5 is not more capable overall than our most capable general-access model, Claude Fable 5." Fable still leads SWE-bench Pro, and the docs still route the highest-capability workloads to it. Anthropic does not reconcile the two for you.
The practical reading: default to Opus 5, and escalate to Fable 5 only when Opus 5 measurably fails on your workload and the cost of that failure exceeds the premium. If you have never hit a wall with Opus 5, the extra $5 and $25 buys you nothing.
Against Claude Sonnet 5 the decision is more common and cuts the other way. Sonnet 5 is the sensible default for high-volume everyday work, and Opus 5 earns its premium when accuracy on long, multi-step tasks is what you are paying for.
If you are on Opus 4.8 today, the per-token rate is unchanged, but the capability gain is not automatically free: the same task can consume more thinking and response tokens, which is the unit you actually pay for. Whether that trade is worth it is the one thing no benchmark table can tell you.
The Reviewers Cannot Agree on Its Personality
Here is the strangest thing about this launch. Two teams with early access reached opposite conclusions about what Opus 5 is like to work with.
| How I AI (Claire Vo) | Every | |
|---|---|---|
| Headline verdict | "Brilliant (but annoying)" | "A hard model to love" |
| Personality read | Timid and over-apologetic, in her companion video "I hate Opus 5. It's the best model, anyway." | Pushy, opinionated, argumentative |
| Failure mode observed | Asks for confirmation on tasks it could simply do | Stops early, overrides instructions, breaks existing skills |
| Named the problem | "Claude slop" (verbosity) | "A poor man's Fable" |
Both are first-hand and both are early: Claire Vo's is a podcast review, and Dan Shipper's is a day-one thread from a team with a week of pre-launch access, which he labels a "Day 0 vibe check." The overlap matters more than the contradiction. In both cases the model does something other than what it was told, and in both cases the reviewer noticed the personality before the capability. Anthropic's prompting guide for Opus 5 concedes the verbosity half, noting that its "default user-facing responses run longer than prior Opus models" and advising you to prompt for length rather than expecting a lower effort setting to fix it.
Which review is right matters less than what the disagreement implies: personality is now a deployment variable. It decides whether your existing prompts still work, and no benchmark score will warn you about it.
Without Retrieval, Every Engine We Tested Failed the Question
We ran a panel test on July 25, 2026, the day after launch, asking eight engine configurations the same question about Claude Opus 5.
| Engine configuration | Retrieval | Result |
|---|---|---|
| ChatGPT (GPT-5.6 Terra) | On | Correct |
| Gemini 3.1 Pro | On | Correct |
| Perplexity (Sonar Pro) | On | Correct |
| Claude (Opus 4.8) | On | Correct |
| ChatGPT, live web interface | On | Correct on date and pricing, wrong on context window |
| ChatGPT (GPT-5.6 Terra) | Off | Failed, could not verify any of it |
| Claude (Opus 4.8) | Off | Failed, denied its own existence |
| Gemini 3.1 Pro | Off | Failed, declared the Claude 5 generation fictional |
With web retrieval enabled, five out of five got the July 24 release date and both price points right, within roughly twenty-four hours of the announcement.
Retrieval is not a guarantee, though, and our own panel produced the counter-example. One of those five stated the context window as 200,000 tokens, twice, in a bolded table, citing Reuters, The Verge and Axios for a figure none of them carried. The other four said 1M. Retrieval solved the recency problem. It did not solve the confidence problem.
With retrieval disabled, three out of three failed. Not "were a bit behind." Failed.
Two refused cleanly, saying they could not verify any of it. The third did something more instructive. Gemini 3.1 Pro, asked the same question in the same session minutes apart with one flag flipped, declared that Claude Opus 5, Opus 4.8 and Fable 5 all did not exist, stated that Anthropic's most recent generation was the Claude 3 and 3.5 family, asserted that Anthropic models have no effort parameter, then supplied Claude 3 Opus specifications from March 2024 as the current answer. It attributed the premise of the question to "fictional internet speculation."
Claude Opus 4.8, with retrieval off, denied its own existence.
On the same day, claude-opus-5 was still absent from DataForSEO's LLM model catalog, which is the sort of infrastructure lag that decides whether a tool can even see a new model.
None of this is a knock on the engines. It is the mechanic underneath every AI answer about anything recent: the response is a retrieval result, not a memory. Same weights, same prompt, same session. The only variable was whether the model could go and look, and that variable produced the difference between a correct answer and a confidently hallucinated one.
There is one more result from the same test, and it cuts against the easy conclusion. Most of what the engines actually cited was not Anthropic's documentation. Across the panel, first-party citations were rare: one engine returned 24 sources with a single anthropic.com link, and that link pointed at Opus 4.5. The rest were third-party pages, several of them written before the model shipped. Anthropic's own docs are reachable, crawlable and correct, and the engines largely went elsewhere anyway.
So being crawlable is the floor, not the finish line. It decides whether you are eligible to be cited, not whether you will be. When an engine answers a question about your product, your category, or your pricing, it is reading something, and if your pages are not reachable by the crawlers that feed those answers you are not in the running at all. That gap between "published" and "retrievable" is the problem geotoolbox exists to find.
The Setting to Change First
If you take one thing from this, make it the effort parameter.
The price did not change, the capability went up, and the variable that decides what you actually pay is a string most teams will never set. Anthropic's advice is to start at high and reach for low and medium liberally wherever your evals hold. Independent evaluation runs cost roughly twice as much at max as at high for a two-point intelligence difference, and on Anthropic's FrontierBench numbers max is not even the peak. Running everything at max because it sounds better is the most expensive mistake available here.
So the next question is not really "is it better." The token rate alone favours testing the upgrade, but it does not settle the deployment decision: cost per completed task, refusal behaviour, the hallucination trade and the migration work all sit on the other side of it. The question worth answering first is which effort level your workload actually needs, and that means running your own evals across at least three of the five levels before you standardize on one.
While you are auditing what the model can do, it is worth checking what the models can see. If you also own the pages your product gets documented on, and AI engines answer questions about your business from whatever they can retrieve, the first thing to confirm is that they can reach your pages at all. The free AI crawler checker we built at geotoolbox tests whether the crawlers behind ChatGPT, Claude, Perplexity and Google's AI surfaces are actually allowed to fetch your site. It is a faster answer than most people expect, and occasionally an unwelcome one.
Frequently Asked Questions
Is Claude Opus 5 available on the free plan?
No. Claude Opus 5 requires a paid plan. It is the default model on Claude Max and the strongest model available on Claude Pro, and it is also available on Team, Enterprise, Claude Code and the API. Free users get Claude Sonnet 5 instead.
How much does Claude Opus 5 cost?
$5 per million input tokens and $25 per million output tokens, which is identical to Opus 4.8 and half of Claude Fable 5. Batch API pricing is $2.50 and $12.50, cache hits are $0.50, and fast mode doubles the base rate to $10 and $50 for roughly 2.5 times the speed. There is no surcharge for using the full 1M-token context window.
Is Claude Opus 5 better than Claude Fable 5?
On most of Anthropic's own published benchmarks, yes, at half the token price. But Anthropic still directs workloads needing the highest available capability to Fable 5, and states that Opus 5 is not more capable overall. The practical approach is to default to Opus 5 and escalate to Fable 5 only when Opus 5 measurably fails on your specific workload.
What is the default effort level for Claude Opus 5?
The API default is high, and setting high explicitly produces exactly the same behavior as omitting the parameter. Opus 5 supports all five levels: low, medium, high, xhigh and max. You pass it as output_config.effort.
Does Claude Opus 5 work in Claude Code?
Yes, and high is the default there as well. The context window depends on your plan: Max, Team and Enterprise get the 1M window automatically, while Pro requires usage credits for it. You can select it explicitly with /model opus[1m], and it carries no price premium beyond 200K.
Is Claude Opus 5 better than GPT-5.6?
On Anthropic's published comparisons, Opus 5 leads GPT-5.6 Sol on most rows: FrontierBench (43.3 to 34.4 in the current system-card revision), OSWorld 2.0 (70.6 to 62.6), SWE-bench Pro (79.2 to 64.6), GDPval-AA v2 (1861 to 1736) and AutomationBench (26.0 to 18.1). GPT-5.6 Sol leads on DeepSWE v1.1 (72.7 to 68.8) and HealthBench Professional (60.5 to 59.8), and effectively ties BrowseComp. These are Anthropic's numbers on Anthropic's harness, so treat them as directional and run your own evaluation on the work you actually do.
How much does a Claude Opus subscription cost?
Opus 5 is not sold separately. It comes with Claude Pro at $20 a month, where it is the strongest model available, and with Claude Max at $100 or $200 a month, where it is the default. Team and Enterprise plans include it too. Paying by the token through the API instead costs $5 per million input and $25 per million output, on a completely separate bill from the subscription.
Is Claude Opus 5 worth upgrading to from Opus 4.8?
The per-token price is unchanged, but the capability gain is not automatically free: thinking is now on by default and responses run longer, so the same task can consume more tokens. Test on your own workload at medium and high before assuming the bill stays flat, and budget time for the breaking changes around thinking and max_tokens.
Sources
- Introducing Claude Opus 5 - Anthropic, July 24, 2026 -
anthropic.com/news/claude-opus-5 - Claude Opus 5 System Card - Anthropic, July 24, 2026 (two revisions compared:
c5fbac3f, 193pp, and the canonicalb514064a, 194pp) -anthropic.com/claude-opus-5-system-card - Effort - Claude Platform Docs, Anthropic -
platform.claude.com/docs/en/build-with-claude/effort - What's new in Claude Opus 5 - Claude Platform Docs, Anthropic -
platform.claude.com/docs/en/about-claude/models/whats-new-opus-5 - Pricing - Claude Platform Docs, Anthropic -
platform.claude.com/docs/en/about-claude/pricing - Prompting Claude Opus 5 - Claude Platform Docs, Anthropic -
platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-claude-opus-5 - Opus 5: Fable 5 level intelligence at a lower cost per task - Artificial Analysis, July 24, 2026 -
artificialanalysis.ai/articles/opus-5 - Claude Opus 5 (max) and (high) model profiles - Artificial Analysis, July 2026 -
artificialanalysis.ai/models/claude-opus-5 - Claude Opus 5 benchmark profile - BenchLM, July 2026 -
benchlm.ai/models/claude-opus-5 - Claude Opus 5 review: this model is brilliant (but annoying) - Claire Vo, Lenny's Newsletter, July 24, 2026 -
lennysnewsletter.com/p/claude-opus-5-review-this-model-is - Day-one thread on testing Claude Opus 5 - Dan Shipper, Every, July 24, 2026 -
x.com/danshipper/status/2080700057892815114 - Introducing Claude Opus 5 - Simon Willison's Weblog, July 24, 2026 -
simonwillison.net/2026/Jul/24/introducing-claude-opus-5/ - Anthropic launches Opus 5 - Russell Brandom, TechCrunch, July 24, 2026 -
techcrunch.com/2026/07/24/anthropic-launches-opus-5/ - Introducing Claude Opus 5 (launch discussion) - Hacker News, July 24, 2026 -
news.ycombinator.com/item?id=49038433