A new Opus with a different cost equation

Anthropic has introduced Claude Opus 5.5 as the first model in its 5.5 family. The Anthropic announcement, dated 22 September, says the model reaches the level of Claude Fable 5.1 on most work while costing less to serve than Opus 5. This is a new model release, not simply a change to how an existing Opus model is priced. For organisations using Claude in sustained coding or research workflows, both capability and running cost deserve a fresh comparison.

The company says its evaluations show a 40 per cent reduction in cost for typical workloads at default settings compared with Opus 5. That is a workload-level claim, not the token-price reduction alone. Anthropic lists input at US$4 and output at US$20 per million tokens, 20 per cent below Opus 5, while cache reads cost US$0.20 per million. Cache-heavy agents could therefore see a different saving from an application that sends mostly new context on every call.

Anthropic also reports that the model generates output more than 30 per cent faster than Opus 5. Faster generation can make interactive work feel better, but an end-to-end agent may spend more time waiting on tools, retrieval or human approvals than on model output. Buyers should measure a complete task rather than treating a generation-speed comparison as a guarantee about their own application.

Capability claims need a practical test

Anthropic emphasises agentic coding and real-world knowledge work, and says Opus 5.5 improves on Opus 5 and Fable 5.1 across nearly every benchmark it reports. Benchmarks are useful for identifying promising models, but they do not tell a team whether a model will understand its repository conventions, cite the right internal policy or recover gracefully when a tool fails. A migration decision should be based on representative tasks with a clear pass criterion.

For software teams, a useful trial could ask the old and new models to fix the same bounded issues, run the same tests and explain any changes to security-sensitive code. Record human review time, test failures and unnecessary edits alongside token usage. A model that writes quickly but requires extensive correction might cost more in engineering effort even when its API bill is lower.

For document-heavy work, use material that requires evidence across several sources and check whether the model distinguishes a quotation from an inference. Compare not just the fluency of the final answer but the accuracy of citations, the number of unsupported claims and the effort required to get a usable result. Those checks make a claimed capability gain meaningful for the organisation.

The pricing and access details

The list prices are denominated in US dollars; Australian customers should check local billing, currency conversion and any contracted terms. Prompt caching changes the calculation only if an application actually reuses a stable prefix. Teams should inspect cache-hit metrics and separate input, output and reasoning costs when they run a pilot, rather than applying the headline 40 per cent figure to every request.

Anthropic says it is increasing five-hour usage limits on Pro, Max, Team and seat-based Enterprise plans. That matters to people working in the Claude interface, but plan limits are not the same as API throughput or a service-level commitment. Administrators should confirm the limits and access path relevant to their users. Google Cloud also lists the model as generally available under the identifier claude-opus-5-5, with a million-token input limit and 128,000-token output limit on its partner-model page.

Google Cloud documents US and European multi-region options and a global endpoint, with processing options that include an Asia Pacific region. These are cloud-hosting details, not proof that every location or feature is available in a particular Australian deployment. Check the exact endpoint, quota, data-location terms and pricing before routing sensitive work through a new model.

A measured migration path

Anthropic says Opus 5.5 communicates more naturally and follows writing rules more reliably. Style matters when assistants draft customer-facing material, but it should be tested with the same editorial rubric as factual work. Give reviewers examples from each model without revealing which produced them and ask them to mark clarity, unsupported claims and adherence to house style.

A staged rollout should keep the current model available while a small set of tasks moves to Opus 5.5. Monitor task completion, safety refusals, latency, cache use and spend. If the model takes different actions with tools, inspect permission boundaries and require human approval for consequential operations. A model upgrade should not silently expand what an agent is authorised to do.

The substantial news is a more efficient Opus release with a lower list price and an asserted improvement in difficult work. Its commercial value will depend on whether those improvements survive contact with real tasks, real documents and the organisation’s controls. A disciplined side-by-side evaluation can establish that without assuming every vendor benchmark translates directly into a production saving.