Anthropic launches Opus 5.5 with 20% cheaper tokens and Fable-level coding performance
The new model replaces Opus 5 with lower prices and performance that surpasses Fable, Anthropic's larger model, on several coding benchmarks.

Anthropic launched Opus 5.5 this Tuesday, September 22, an update to its top-of-line model that arrives cheaper and, according to the company, faster to run than the previous version. The launch comes just over two months after Opus 5, released on July 24, a pace of iteration that shows how Anthropic keeps pushing the Opus family even after publicly announcing its intention to slow down the advance of capabilities in the company's most advanced model, Fable.
The price cut that matters to teams running in production
The most concrete figure in the announcement is the price: Opus 5.5's output tokens drop to $20 per million, down from the $25 charged for Opus 5. According to Anthropic, other billing metrics saw similarly proportional cuts. For anyone projecting the cost of a coding agent, an automated review pipeline, or any automation that generates large volumes of output text (code, documentation, reports), that's a 20% reduction straight off the provider's bill, with no architecture or prompt changes required.
Anthropic also says the model is faster to serve, which the company attributes to an overall drop in the computational cost of running it. That matters beyond the per-token price: lower latency counts in interactive scenarios, such as in-IDE coding assistants or support chatbots, where response time is part of the experience.
Comparison with Fable: the smaller model beats the larger one on several benchmarks
The point that generated the most technical buzz in the announcement is the comparison with Fable, Anthropic's most advanced (and largest) model. According to the company, Opus 5.5, despite being a lower tier in the product hierarchy, outperformed Fable on several coding and knowledge-work benchmarks, and succeeded at informal tasks where Fable failed. Anthropic did not publicly detail which specific benchmarks were used in this comparison, but the message for anyone choosing between model tiers is direct: the capability gap between the "smaller" model (Opus) and the "larger" one (Fable) of the same generation may not justify the extra cost of running the flagship model for coding tasks, depending on the use case.
This changes the decision logic for teams that today pay the price of the more expensive model by default. It's worth reassessing, task by task, whether Opus 5.5 already handles what used to require Fable, especially in CI pipelines, test generation, or assisted refactoring, where call volume is high and the marginal gain from a larger model tends to be small.
A change in how it communicates, not just in capability
The announcement also describes adjustments to how Opus 5.5 communicates: less jargon and a greater tendency to put the most important information at the start of the response. For anyone building products on top of the API (not just those using it via chat), that has a practical effect on prompts and on pipelines that parse the model's response: more direct responses tend to reduce the need for elaborate prompts whose only purpose is to force objectivity, though this still needs to be validated case by case by teams that already have this kind of prompt engineering in production.
Dario Amodei's brake and what it means for the roadmap
This is Anthropic's first model launch since CEO Dario Amodei publicly argued, in a post from early September, for the idea of "pace the frontier": deliberately slowing down the advance of capabilities to give safety and alignment work time to keep pace. In the post, Amodei wrote that addressing the risks fully requires "even more caution," not just by investing in risk prevention but also by controlling the speed of capability advances.
In practice, Opus 5.5 follows through on that message more in scope than in launch pace: Anthropic says safety training was "broadly similar" to that of previous models, with alignment testing and pre-launch evaluation carried out by external organizations such as METR and Frontier Design, the same ones that already evaluate other frontier models in the industry. The company states that more advanced training and evaluation systems, including stronger monitoring and security, are already being prepared for future models, though without detailing timelines.
One point of interest for those working in security and pentesting: Anthropic classifies Opus 5.5 as comparable to Mythos in biology and cybersecurity capabilities, which means the model inherits the same safeguards applied to Fable. That includes limits on how much the model can be used to discover exploits in compiled programs or for tasks related to biological weapons. Teams that use Opus in offensive security analysis workflows (automated red teaming, AI-assisted fuzzing) may feel this limit in practice, since the usage policy now treats this model with the same rigor as the company's flagship.
What's still to come
The announcement confirms that Sonnet 5.5 and Haiku 5.5 are expected to launch "in the coming weeks," with performance gains in line with Opus 5.5. For anyone currently building an architecture with multiple Anthropic models (Opus for complex tasks, Sonnet or Haiku for volume and lower cost), it's worth waiting for these updates before locking in a model choice by task tier, since the cost-benefit relationship between tiers may change again within a few weeks.
What changes for those building in Brazil
For Brazilian teams already running Opus in production, whether in internal copilots or in agents that generate code or documentation at volume, the 20% cut in output token pricing is the kind of change that hits directly on the monthly API bill, with no code migration required. For those still weighing whether to swap Fable for Opus in parts of their pipeline, Anthropic's claim that the smaller model outperformed the larger one on coding benchmarks is an explicit invitation to test that swap before assuming the more expensive model is always the right choice. And for those working in offensive security with LLMs, Opus 5.5's new safeguards (equivalent to Fable's) are a reminder that more restrictive usage policies tend to accompany any capability gain in cybersecurity, which may require workflow adjustments for those who depend on this kind of automated task.
Translated from the Brazilian Portuguese original · Read the original
Perplexity swaps DynamoDB for in-house database and cuts latency by 5x
The company behind the AI-powered search engine migrated its serving layer to CobbleDB, an internal database written in Rust, and cut batch read latency by up to 5x while saving at least 20% on storage.