Overview
Claude Opus 5.5 is the first model in Anthropic's Claude 5.5 family, released on September 22, 2026 and built for long-running agentic coding and knowledge work. Anthropic positions it as performing at the level of Claude Fable 5.1 on most work while costing 40% less to run than Claude Opus 5.
The model has a 1 million-token context window and up to 128K output tokens on the synchronous Messages API, rising to 300K on the Message Batches API with the output-300k-2026-03-24 beta header. Modalities are text and image in, text out. Reliable knowledge runs through June 2026. Adaptive thinking is always on and cannot be disabled; depth is controlled with the effort parameter, which defaults to medium.
Pricing is $4 per million input tokens and $20 per million output tokens, against $10/$50 for Claude Fable 5.1 and $2/$10 for Claude Sonnet 5. Cache reads cost $0.20 per million and a 5-minute cache write $5 per million; Batch API requests take 50% off both sides. A separately priced fast mode is available on the Claude API as a research preview.
Four changes break code written against Claude Opus 5: thinking cannot be disabled, forced tool use returns an error, thinking blocks are tied to the model and conversation that produced them, and the earlier computer_20251124 computer use tool is not accepted on the Claude API or Google Cloud. A fifth change alters the response shape without failing requests — text between tool calls returns inside thinking blocks whose text is empty at the default display setting.
| Released | 2026-09-22 |
|---|---|
| License | Proprietary |
| Weights | API only |
| Context | 1M |
| Max output | 128K |
| Architecture | Proprietary transformer with adaptive thinking that is always on, steered by an effort parameter rather than a manual token budget. |
| Knowledge cutoff | Jun 2026 |
| Modalities | Text, Vision |
| Status | Generally available |
Benchmarks
- Terminal-Bench 4.0 (agentic coding)66.4%
- FrontierCode v1.154.4%
- CursorBench 4.0 (agentic coding)57.8%
- Humanity's Last Exam67.7%
- Chartography89%
Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.
Pricing
| Input | $4.00 per million tokens |
|---|---|
| Output | $20.00 per million tokens |
Cache reads $0.20/MTok, 5m cache write $5.00/MTok, 1h cache write $8.00/MTok. Batch API takes 50% off input and output.
Strengths
- Frontier-level agentic coding at $4/$20 per MTok — 40% cheaper to run than Claude Opus 5
- Leads Anthropic's published comparisons on Terminal-Bench 4.0 (66.4%), FrontierCode v1.1 (54.4%) and Humanity's Last Exam (67.7%)
- 1M-token context with 128K max output, extendable to 300K on the Batch API
- Anthropic reports output generated more than 30% faster and fewer tokens used per task than Opus 5
- Anthropic reports its highest alignment audit scores, with more resistance to prompt injection and less tendency to take hard-to-reverse actions
Best for
- Reach for it when an agent has to run for hours across a large codebase and per-token cost, not capability, is the binding constraint.
- Reach for it for computer-use and automation workflows — Anthropic reports 81.8% partial on OSWorld 2.0 against 74.0% for Opus 5.
- Reach for it for complex knowledge work and research where long-horizon planning and self-verification matter more than latency.
How to access
| Provider | Model ID |
|---|---|
| Anthropic API ↗ | claude-opus-5-5 |
| Amazon Bedrock ↗ | anthropic.claude-opus-5-5 |
| Google Vertex AI ↗ | claude-opus-5-5 |
| Microsoft Foundry ↗ | claude-opus-5-5 |
Claude Opus — every version
The full lineage of the Claude Opus line, newest first. Every version has its own page — click any to compare specs, benchmarks and pricing.
| Version | Released | Context | License |
|---|---|---|---|
| Claude Opus 5.5current | 2026-09-22 | 1M | Proprietary |
| Claude Opus 5 | 2026-07-24 | 1M | Proprietary |
| Claude Opus 4.8 | 2026-05-28 | 1M | Proprietary |
| Claude Opus 4.7 | 2026-04-16 | — | Proprietary |
| Claude Opus 4.6 | 2026-02-05 | — | Proprietary |
| Claude Opus 4.5 | 2025-11-24 | — | Proprietary |
| Claude Opus 4.1 | 2025-08-05 | — | Proprietary |
| Claude Opus 4 | 2025-05-22 | — | Proprietary |
| Claude 3 Opus | 2024-03-04 | — | Proprietary |
FAQ
When was Claude Opus 5.5 released?
Anthropic released Claude Opus 5.5 on September 22, 2026, as the first model in the Claude 5.5 family. It launched on the Claude API, Amazon Bedrock, Google Cloud, Microsoft Foundry and Claude Platform on AWS, and powers claude.ai and the Claude apps. Anthropic commits to keeping it available until at least September 22, 2027.
How much does Claude Opus 5.5 cost?
Claude Opus 5.5 costs $4 per million input tokens and $20 per million output tokens. Cache reads are $0.20 per million, a 5-minute cache write is $5 per million and a 1-hour cache write is $8 per million. Batch API requests take 50% off both sides. Anthropic says this is 40% less to run than Claude Opus 5.
What is the context window of Claude Opus 5.5?
Claude Opus 5.5 has a 1 million-token context window and supports up to 128K output tokens in a single synchronous Messages API response. On the Message Batches API it supports up to 300K output tokens using the output-300k-2026-03-24 beta header. The minimum cacheable prompt length is 512 tokens.
What breaks when migrating from Claude Opus 5 to Claude Opus 5.5?
Four changes break existing Claude Opus 5 code. Thinking cannot be disabled, forced tool use returns an error, thinking blocks are tied to the model and conversation that produced them, and the computer_20251124 computer use tool is not accepted on the Claude API or Google Cloud. Anthropic publishes a migration guide for each.
How does Claude Opus 5.5 compare to Claude Fable 5.1?
Anthropic says Claude Opus 5.5 performs at the level of Claude Fable 5.1 on most work while costing far less — $4/$20 per MTok against $10/$50. Opus 5.5 leads Anthropic's published comparisons, scoring 66.4% to Fable 5.1's 55.8% on Terminal-Bench 4.0 and 67.7% to 65.6% on Humanity's Last Exam. Both carry a 1M-token context.
Can thinking be turned off on Claude Opus 5.5?
No. Adaptive thinking is always on for Claude Opus 5.5 and cannot be disabled, which is one of the four breaking changes from Claude Opus 5. Depth is controlled with the effort parameter instead, which defaults to medium on the Claude API — lower than the high default used by Claude Fable 5.1 and Claude Sonnet 5.
