The biggest production change in Claude Opus 5 may not be a higher benchmark score. It is that teams can buy materially different amounts of reasoning from the same model.
That shifts the operating question from “Which model should we use?” to “How much effort should this task earn?”
AWS made Opus 5 available on Amazon Bedrock and Claude Platform on AWS on July 24. Axios reports list pricing of $5 per million input tokens and $25 per million output tokens, alongside an effort control that changes how much compute the model applies. Independent testing from Artificial Analysis suggests those settings create a wide quality-cost-latency curve.
The practical thesis: the effort setting is becoming a unit of AI procurement. Teams that use one global setting will either overspend on routine work or underpower high-consequence work.
One model, five operating points
Artificial Analysis tested all five Opus 5 effort settings on AA-Briefcase, its benchmark for agentic knowledge work.
At max effort, Opus 5 scored 1720 Elo and cost an average of $17.79 per task. Claude Fable 5 scored 1574 at $22.30. At high effort, Opus 5 scored 1606 at $10.41—above Fable 5 on this benchmark for less than half the reported task cost.
But quality did not come free. The top three Opus 5 settings averaged 25.7 to 36.2 minutes per task. Artificial Analysis also found that Opus 5’s presentation-quality score trailed GPT-5.6 Sol at max effort.
This is the signal operators should care about: there is no single “best” setting. There is a frontier of quality, cost, time, and output characteristics.
The Three-Budget Router
A production router should assign effort against three budgets.
1. Consequence budget
How expensive is a wrong or incomplete result?
A draft classification or first-pass summary may tolerate lower effort. A migration plan, compliance analysis, or code change touching critical systems should earn more reasoning and stricter review.
2. Cost budget
What can the workflow spend per accepted result?
Per-token price is only the sticker price. Retries, long outputs, tool calls, and human correction time determine the real unit cost. The relevant metric is not dollars per million tokens; it is dollars per result that passes the acceptance test.
3. Clock budget
How long can the workflow wait?
Thirty minutes may be reasonable for a complex research package and useless for an interactive support flow. Higher effort can improve results while breaking the product’s latency promise.
The router’s job is to find the lowest effort level that clears all three constraints.
Benchmark the route, not the model
AWS says Opus 5 is available through Bedrock with zero data retention by default, multiple regional endpoints, and APIs that can add or remove tools during a conversation. Those controls make deployment easier, but they do not decide the operating policy.
Teams should test a route matrix on their own tasks:
- Start routine work at medium or high effort.
- Promote to higher effort when the task touches critical systems, exceeds a complexity threshold, or fails an automated check.
- Fall back to a faster or cheaper path when the deadline matters more than marginal quality.
- Record the model, effort level, retries, tool calls, wall-clock time, and reviewer outcome for every run.
Four metrics are enough to expose most routing mistakes: acceptance rate, human correction minutes, cost per accepted result, and p95 completion time.
The operator takeaway
Claude Opus 5 is evidence that model selection is becoming dynamic infrastructure. The model name identifies the capability family; the effort setting determines the operating point.
Do not standardize on one effort level. Standardize on a routing policy—and make every promotion to more compute earn its keep.
Sources
- [AWS: Introducing Claude Opus 5 on AWS](https://aws.amazon.com/blogs/machine-learning/introducing-claude-opus-5-on-aws-anthropics-most-capable-opus-model/) — July 24, 2026
- [Axios: Anthropic releases new model, Opus 5](https://www.axios.com/2026/07/24/anthropic-releases-new-model-opus-5) — July 24, 2026
- [Artificial Analysis: Claude Opus 5 leads agentic knowledge work](https://artificialanalysis.ai/articles/claude-opus-5-leader-agentic-knowledge-work) — July 24, 2026
