
What Claude Opus 5 actually is
In about two months Anthropic has shipped four Claude 5-generation releases, and Opus 5 is the fourth of them. It slots in directly above Opus 4.8, at a price that has not moved. The launch framing says it "comes close to the frontier intelligence of Claude Fable 5 at half the price." Unusually for launch framing, the independent numbers mostly back that up.
Here are the specs, taken from the models overview:
| Spec | Claude Opus 5 |
|---|---|
| Claude API model ID | claude-opus-5 |
| AWS Bedrock ID | anthropic.claude-opus-5 |
| Google Cloud ID | claude-opus-5 |
| Context window | 1M tokens, no beta header, no long-context premium |
| Max output | 128k synchronous, 300k on the Batch API |
| Price | $5 / $25 per MTok |
| Adaptive thinking | Yes, on by default |
| Effort levels | low, medium, high, xhigh, max |
| Knowledge cutoff | May 2026 |
| Web fetch | Not supported |
| Priority Tier | Not supported |
Two rows in there tend to surprise people. First, the 1M context window is served at standard rates, so a 900k-token request bills per token at the rate a 9k one does, which the pricing docs spell out. Second, no Priority Tier at all. Opus 4.8 keeps one, so anybody sitting on a capacity commitment has to plan that part separately.
If your last look at this family was a couple of releases back, the pace is worth registering. My Opus 4.5 review is only a few months old, and it already reads like a different tier of tool, with Opus 4.6 sitting somewhere in between.
"Claude Opus 5" is five models wearing one name
Everything else in the post gets reframed by this one part, so I want to spend real time on it here.
The effort parameter is not some quality slider you nudge for taste. In the whole API it is the single biggest lever on cost and latency, and on output quality too, and the distance between its two ends is wider than what separates most competing models.

Artificial Analysis ran every setting through AA-Briefcase. That benchmark covers long-horizon knowledge work, built on multi-week projects carrying thousands of source files. The spread is the story here:
| Effort setting | AA-Briefcase Elo | Cost per task | Minutes per task | Turns per task |
|---|---|---|---|---|
max | 1720 | $17.79 | 36.2 | 103 |
xhigh | 1693 | $14.26 | 34.3 | 91 |
high | 1606 | $10.41 | 25.7 | 76 |
medium | 1470 | not published | – | – |
low | 1223 | not published | – | – |
| Claude Fable 5, for scale | 1574 | $22.30 | – | – |
Read the Fable 5 row next to the high row and what falls out is the best value data point in the whole dataset: at high effort, Opus 5 beats Fable 5 by 32 Elo, and it does that at $10.41 a task, under half of Fable's price. Now read the same row against low. 1223, which is below GLM-5.2. Same model ID, same week, and both of them true.
GDPval-AA v2 shows the same shape, where the effort levels span 407 Elo points and output token usage ranges around 8x going from low up to max.

Worth noticing what the chart admits: down at the cheap end of the ladder, GPT-5.6 Sol sits above Opus 5 and not below it. Only once you are paying real money per task does Anthropic's line pull ahead. A single headline rank hides exactly that sort of detail.
One more wrinkle, and this is the strangest number of the whole launch. On Cognition's FrontierCode 1.1 the best Opus 5 score lands at medium effort. Not max. Anthropic explains why straight out in the system card: at higher effort the model "make[s] more changes than the task requires," and out-of-scope edits get penalised by the grader. Adding a short stay-in-scope instruction "recovered performance on most of these tasks." More thinking, then, is not monotonically better, and on one real coding benchmark at least, it is worse.
Pick your effort level
Instead of making you scroll back up to that table, here is the same decision laid out as a picker. Pick whichever setting you were planning to run, then see what it buys you.
Why nobody online agrees on whether it is cheap
Once the effort dial is sitting in your head, launch-week chaos stops looking confusing at all.
Inside the same 48 hours, Reddit ran two top threads that contradicted each other flat out. One camp posted that token usage is amazing, and an r/ClaudeCode poster there reported eight hours of work for 5% of a weekly quota. The other camp posted about burning the 5-hour limit 10x faster, describing a limit they used to reach in six hours now arriving in under two. Then a thread titled, literally, so which is it pulled 150-plus comments from people asking about the whiplash.
Hacker News got to the answer faster than the benchmark coverage did:
"The chart shows max effort, used mostly by price-insensitive enterprise users. At medium effort it drops to almost half K3's cost, and is probably sufficient for 95% of coding tasks."
"It overthinks quite a bit above medium effort, try using that."
Underneath that first cause sits a second one, and this one catches people who never touched the effort parameter at all. Thinking is on by default on Opus 5 and it was not on Opus 4.8, so a request you never changed now spends tokens on reasoning that it used to skip. Someone caught it in the migration notes within hours of launch:
"The breaking changes vs. Opus 4.8 are interesting: 1. Thinking on by default: On Claude Opus 4.8, requests without a thinking field run without thinking; on Claude Opus 5, the same requests run with adaptive thinking. 2. Disabling thinking is capped at high effort"
Both camps, then, were telling the truth. Just about different configurations of the same model. That is the whole fight.
The two things that break when you migrate
Anthropic calls Opus 5 "a drop-in upgrade for Claude Opus 4.8 at the same pricing," and the migration guide then lists exactly two breaking changes.
Thinking is on by default. On 4.8, a request with no thinking field ran thinking-free; on Opus 5 that same request runs with adaptive thinking. And since max_tokens caps total output, reasoning included, any workload that used to run lean wants its ceiling revisited before it starts truncating on you.
Disabling thinking is capped at high. Sending thinking: {type: "disabled"} still works, but combine it with xhigh or max and you get a 400 back. That check runs per request, which means raising effort mid-conversation while thinking is off gets rejected even when earlier turns went through fine. Anthropic warns too that with thinking off, the model "can occasionally emit tool calls as plain text or include internal XML tags in its visible output."
The rest of the upgrade is upside, and a few pieces of it are worth switching on deliberately:
- The prompt-cache floor dropped to 512 tokens, coming down from 1,024 on Opus 4.8 and 4,096 on Opus 4.6. Short system prompts that were never cacheable before now are, and no code change is needed for it.
- Mid-conversation tool changes, sitting behind the
mid-conversation-tool-changes-2026-07-01beta header, let you add tools or remove them between turns, and cache hits on the earlier turns survive it. - A
fallbacksparameter sends cyber-classifier refusals over to Opus 4.8 rather than returning an error, so requests "always route to the best available model by default rather than being blocked." Availability is the catch: not on the Batch API, not on Bedrock, and not on Google Cloud or Microsoft Foundry. - Opus 5 has its own rate-limit bucket. The rate limits page is explicit about it not being part of the combined Opus 4.x pool, and it lists the bucket at 1,000 RPM with 2,000,000 input tokens per minute.
Two prompting deltas are easy to miss here. Anthropic says to strip out any carried-over verification instructions, because "Claude Opus 5 verifies its own work without being told to," and it says to cap subagent spawning as well, the model delegating more readily than its predecessors did. Claude Code took that second one seriously enough to ship a hardcoded instruction telling Opus 5 not to use subagents. Reaction on HN split, predictably.
Where it leads, and where it does not
The headline is real enough. On its Intelligence Index, Artificial Analysis puts Opus 5 at max effort at 61, rank #1 against a class median of 32. Before getting excited, read the runners-up: Fable 5 at 60, GPT-5.6 Sol at 59, Kimi K3 at 57, then Opus 4.8 at 56. Artificial Analysis's own word for Opus 5 is "narrowly the most intelligent model," and the whole frontier fits inside a five-point band.
Where the wide, unambiguous wins live is all one place, agentic work. Zapier's AutomationBench drops an agent into a simulated company holding dozens of REST endpoints spread over 47 apps, and there Opus 5 scores 26.0% against 17.0 for Opus 4.8, 17.4 for Fable 5 and 18.1 for GPT-5.6 Sol.

The other real outlier is ARC-AGI-3, at 30.16% Relative Human Action Efficiency against GPT-5.6 Sol's 7.78%. And worth flagging for this post's argument: that score came out of high effort, not max.

Now the honest other column. Artificial Analysis measured 53% on Humanity's Last Exam, "in line with Fable 5," so a tie and not a win. Over on CritPt frontier physics it matches Fable 5, sitting behind three OpenAI models. Terminal-Bench v2.1 gives it 89%, which is "roughly in line with" the leader. Anthropic itself says Opus 5 stays behind Mythos 5 on biology research, and on offensive cybersecurity too.
Then there is the leaderboard that finally has data on it. At launch, LMArena carried no entry for Opus 5, so nobody could say what humans made of it. As of early August it is listed. The answer is not the one the Intelligence Index would predict.

On LMArena's text leaderboard, claude-opus-5-high sits at rank 7 with 1492 Elo, and claude-opus-5-max at rank 8 with 1490. Above the pair of them: Fable 5 at 1509, plus three older Claude models. Benchmarks measuring task completion, and humans voting on the answer they liked better, are measuring two different things, and Opus 5 demonstrates that gap cleanly. The community put it in plainer language:
"I compared the writing style of Opus 5 vs Fable 5, and Opus 5 continues many of the 'Claude-isms' of its 4.8 predecessor in a way that Fable broke away from."
How to actually get it
Six routes to it, and they do not all hand you the same thing.
| Route | What you get | Notes |
|---|---|---|
| Claude Free, $0 | No Opus at all | Sonnet and Haiku only, 200k context |
| Claude Pro, $20/mo | Opus 5 as the strongest model available | $17/mo billed annually. Fable via usage credits |
| Claude Max 5x, $100/mo | Opus 5 as the default model | Fable capped at 50% of weekly limits |
| Claude Max 20x, $200/mo | Same, 20x Pro usage per session | Session-based limits, not message counts |
| Claude Team, $25/seat/mo | All four model families | $20/seat annually, teams of 2 to 150 |
| Claude API | claude-opus-5 at $5 / $25 | Batch halves it, cache hits cost $0.50 |
Claude Code comes with every paid plan and it draws from the same pool. Should your picker still be serving 4.8, /model claude-opus-5 works directly, and on older CLI versions /model claude-opus-5[1m] gets you the 1M-context variant. Worth knowing as well: Claude Code at first exposed only a 200K window for it, which is the kind of thing my notes on Claude Code's context window exist for.
Over on the cloud platforms, Bedrock and Google Cloud are partner-operated, they invoice you directly, and regional endpoints carry a 10% premium over the global ones. Claude Platform on AWS bills in Claude Consumption Units at $0.01 per CCU, and so does Microsoft Foundry. On top of tokens, Managed Agents add $0.08 per session-hour of active runtime.
Fast mode is the one route carrying real strings. Up to 2.5x higher output tokens per second, at exactly double the price, $10 and $50, applied across the full context window. The conditions on it: still a research preview, first-party Claude API only, gated behind either a waitlist or an account manager, and it does not work with Batch. Per token those rates land in the same place as standard Fable 5, so what you are buying there is latency and not capability. My Claude Opus 5 pricing breakdown works through what that does to a monthly bill, while Claude Code pricing covers the CLI side.
The wall between Opus 5 and a live customer
Everything above has been about picking a setting. This section is about the place where no setting helps.

Right now Artificial Analysis measures Opus 5 at 55.7 output tokens per second, which is rank #111 of 184, and time to first token sits at 63.43 seconds. Dropping the effort down buys back very little speed. All three of the top settings on AA-Briefcase average more than 25 minutes per task. The one-liner Artificial Analysis wrote for it: Opus 5 is "amongst the leading models in intelligence, but particularly expensive when comparing to other models of similar price. It's also notably slow and very verbose."
The second number is the one I care about more, and it points opposite to the marketing. Over Opus 4.8, Opus 5 gained 7 points of accuracy on AA-Omniscience, and at the same time its hallucination rate rose 14 points to 50%, the reason being that it answers more often when it is uncertain. Anthropic's own system card says it plainly: "The model hallucinates factual claims slightly more than Opus 4.8, despite being more accurate overall."
For a coding agent that reruns its own tests, that trade is fine. Now put the same trade on a support reply going out to a paying customer with your logo attached. A confident wrong answer there is the failure mode that costs you the account, and that is why preventing hallucinations in support ends up being a product-design problem instead of a model-selection one.
I have watched this play out enough times now to be blunt about it. Something like 10% of a working support deployment is the model. The other 90% is knowledge retrieval that stays current, plus a confidence threshold deciding what the AI is even allowed to touch, a simulation pass over historical tickets so the answer rate is known to you before any customer sees it, and then a handoff that does not drop context on the floor. One eesel customer, running a crypto-ATM network, put the build-versus-buy side of it better than I can:
"We could try to write our own LLM application but we didn't want to invest our time into that. We wanted something that we would not have to maintain."
Karel, GENERAL BYTES
A CX lead at a DTC supplements brand then described the control problem in one sentence that has stuck with me for years: the AI will never answer 100% of questions, so what she needed was an AI handling only the tickets it is confident about and leaving the rest alone. No effort parameter hands you that. It is a routing decision, and it gets made outside the model.
Try eesel
If you landed here because a model is being picked for a support queue, the honest advice is this: Opus 5 is a fine engine and the engine was never your bottleneck. eesel is the part that wraps around it. It plugs into the helpdesk you already run, it trains on your past tickets and your help center instead of on a pasted prompt, and it simulates against your own ticket history, so the resolution rate is in front of you before any customer sees the agent at all. Setup takes minutes rather than a quarter, and the pricing counts resolved tickets and not tokens, so a verbose model cannot quietly inflate the invoice.

That reporting view is the piece no raw API key gives you: which tickets the agent actually took, what triggered each run, and the points where a human stepped in. To see what your own numbers look like you can try eesel free, or read how the same decision plays out across this year's support tools and what an AI support agent costs.
For the rest of the Opus 5 picture: the full review carries the verdict on whether to upgrade at all, Opus 5 versus Fable 5 covers the tier above and Opus 5 versus Sonnet 5 the tier below, and Sonnet 5 pricing matters right now, since its introductory $2 and $10 rates expire on August 31, 2026.
Frequently Asked Questions
What is Claude Opus 5?
claude-opus-5, it holds a 1M token context window with 128k max output, and it costs $5 per million input tokens and $25 per million output. Anthropic's docs tell you to start here for agentic coding and enterprise work, and move up to Fable 5 only when you need the ceiling. My Opus 5 review has the full verdict.How much does Claude Opus 5 cost?
Is Claude Opus 5 better than Claude Fable 5?
What is the difference between the Claude Opus 5 effort levels?
low, medium, high, xhigh, max. On Artificial Analysis's AA-Briefcase they span 497 Elo points, and output token usage runs about 8x from low to max on GDPval-AA v2. The API default is high. Treat effort as your main cost control before you look at cheaper models like Sonnet 5.Do I need to change my code to upgrade from Opus 4.8?
max_tokens on reasoning. And passing thinking: disabled together with xhigh or max effort returns a 400. Everything else is a drop-in swap at the same price. If you run it through the CLI, my Claude Code model selection notes cover the picker side.Where can I use Claude Opus 5 for free?
Can Claude Opus 5 handle customer support tickets?

Article by
Kurnia Kharisma Agung Samiadjie
Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.






