Key Takeaways
- Fable-class results at an Opus price: 66.4% on Terminal-Bench 4.0, ahead of Fable 5.1 (55.8%) and Opus 5 (52.3%); it beats Fable 5.1 on most coding, knowledge-work and computer-use benchmarks
- Lower prices across the board: $4 input / $20 output per 1M tokens (Opus 5: $5 / $25), cache reads down from $0.50 to $0.20; Anthropic says typical workloads cost about 40% less than on Opus 5
- Faster output: Anthropic says it generates output more than 30% faster than Opus 5
- Live on APIYI:
claude-opus-5-5andclaude-opus-5-5-thinking, on both the OpenAI-compatible and native Anthropic endpoints, with all four billing items matching the provider - Four breaking changes: thinking can’t be disabled, forced tool use returns 400, thinking blocks are bound to the model and conversation, and computer use needs the new toolset; the default effort drops from
hightomedium
Background
On 22 September 2026, Anthropic released Claude Opus 5.5, the first model in the Claude 5.5 family and the successor to Opus 5, which shipped two months earlier. Anthropic says Sonnet 5.5 and Haiku 5.5 will follow. The pitch is simple: Fable 5.1-level results on most work, at a price below Opus 5. Fable 5.1 is priced at $10 / $50, so Opus 5.5 costs 40% of that. Compared with Opus 5, input and output are each 20% cheaper and cache reads are 60% cheaper. In long agentic sessions, cache reads are a recurring cost. Cutting them from $0.50 to $0.20 has the most direct effect on the bill. APIYI has launchedclaude-opus-5-5 (plus claude-opus-5-5-thinking) with input, output, cache write and cache read all priced in line with the provider.
In Detail
Core Features
Coding Beyond Fable 5.1
Leads Fable 5.1 and Opus 5 on all three agentic coding benchmarks: Terminal-Bench 4.0, FrontierCode and CursorBench
Lower Running Cost
Input and output down 20%, cache reads down 60%; Anthropic says typical workloads cost about 40% less than on Opus 5
1M Context
Same as Opus 5: a 1M-token context window (default and maximum), 128K max output, unchanged tokenizer
Safer Agent Behavior
Anthropic’s best-scoring model on its behavioral audit; attempts to get around boundaries dropped about 85% versus Opus 5
Performance Highlights
Source: Anthropic’s launch page
anthropic.com/claude-opus-5-5 (22 September 2026); most official benchmarks were run at max effort. Data retrieved 23 September 2026.For Developers: Four Breaking Changes
Opus 5.5 keeps the Opus 5 request shape, but four things now return errors or behave differently. Check them before migrating from Opus 5:
Two more changes don’t cause errors:
- Progress text written between tool calls now comes back in
thinkingblocks (empty by default; setthinking.display: "updates"to see it) - The safety classifiers cover more ground: besides cybersecurity, biology requests and attempts to extract the reasoning process may also be declined (
stop_reason: "refusal"); high-risk cybersecurity requests are routed by Anthropic to Claude Opus 4.8
Technical Specs
Using It
Recommended Scenarios
- Agentic coding: large code migrations, repo-wide refactors and terminal automation, where the gains are largest
- Knowledge work: reports, research, spreadsheets and documents, with a clear lead on GDPval-AA
- Computer use and automation: 81.8% on OSWorld 2.0, a good fit for browser and desktop workflows
- Replacing most Fable 5.1 workloads: outside the hardest reasoning tasks, similar or better results at 40% of the price
Code Examples
Native Anthropic Format
OpenAI-Compatible Format
Five Checks When Migrating from Opus 5
- Change the model name:
claude-opus-5→claude-opus-5-5 - Remove thinking-off settings: drop
thinking: {"type": "disabled"}; setefforttolowif you need low latency - Remove forced tool use: switch
tool_choicetoauto, check the reply actually contains a tool call, and retry if not - Set effort explicitly: the default is now
medium; start coding and agent work athighorxhigh - Keep history append-only: pass thinking blocks back unchanged and don’t edit
system/tools/ earlier messages between requests
Pricing and Availability
Pricing
Provider list prices (USD per 1M tokens):
This table is also APIYI’s pricing: all four items match the provider, with no markup.
Our model prices match the provider; we don’t mark them up. On top of that, some groups carry discounts and you can stack top-up bonuses. That is our own give-back and separate from the model’s pricing.For actual charges, go by the live “Cache billing details” in the console. The usage cache fields echoed by the API are not a billing reference.
Groups and Endpoints
The
ClaudeCode group is for Claude Code and other clients that speak the native Anthropic protocol. Match the group to the protocol: use ClaudeCode for the native Anthropic protocol, and default / svip for the OpenAI-compatible protocol. That group carries its own discount, which stacks with top-up bonuses.Stack with Top-Up Promotions
APIYI top-up bonuses lower your effective cost further. See Recharge Promotions.Summary
Claude Opus 5.5 is a cheaper next generation: it costs less than Opus 5, yet beats Fable 5.1, which is priced at more than twice as much, on most coding and knowledge-work benchmarks. The 60% cut to cache reads helps long sessions most. Recommendations:- Opus 5 users: change the model name to upgrade, but run the five checks above first, especially thinking-off settings, forced tool use and the effort default
- Fable 5.1 users: move most workloads to Opus 5.5 for an evaluation round first, at about 40% of the cost
- Coding / agent workflows: set effort to
highorxhighexplicitly and leavemax_tokensroom for thinking
Sources: Anthropic’s launch page
anthropic.com/claude-opus-5-5, Anthropic’s API migration docs, and coverage from TechCrunch, MacRumors and others. APIYI prices follow live platform data. Data retrieved 23 September 2026.