Overview
Claude Opus 4.5 is a large language model from Anthropic, released on November 24, 2025 as part of the Claude Opus line. At launch Anthropic positioned it as its most capable Opus-tier model and described it as the best model in the world for coding, agents, and computer use. It is available through the Claude apps, the Claude API, and the three major cloud platforms (Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry).
Claude Opus 4.5 accepts text and image input, ships with a 200K-token context window, and can generate up to 64K output tokens in a single synchronous response. It supports extended thinking and introduced the effort parameter, which lets developers dial how much the model reasons before responding — Anthropic reported it using 48–76% fewer output tokens than its predecessors for comparable results.
The headline change versus the prior Opus generation is price: Claude Opus 4.5 launched at $5 per million input tokens and $25 per million output tokens, roughly a two-thirds cut from Claude Opus 4.1's $15/$75. The model has since been superseded by Claude Opus 4.6, 4.7, and 4.8, so it is now a legacy model, but the API ID claude-opus-4-5-20251101 remains available.
| Released | 2025-11-24 |
|---|---|
| License | Proprietary |
| Weights | API only |
| Parameters | Undisclosed |
| Context | 200K |
| Max output | 64K |
| Architecture | Undisclosed proprietary transformer. A hybrid-reasoning model that supports extended ("thinking") mode and introduced the effort parameter to trade off depth of reasoning against token spend. |
| Knowledge cutoff | May 2025 |
| Modalities | Text, Vision |
| Status | Generally available (legacy) |
Benchmarks
- SWE-bench Verified80.9%
- Terminal-Bench59.3%
- Aider Polyglot89.4%
- GPQA Diamond87%
- MMMLU (multilingual)90.8%
- ARC-AGI-237.6%
Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.
Pricing
| Input | $5.00 / 1M tokens |
|---|---|
| Cached input | $0.50 / 1M tokens |
| Output | $25.00 / 1M tokens |
Roughly a two-thirds cut from Claude Opus 4.1 ($15 / $75). Cache writes and the Batch API (50% discount) are priced separately.
Strengths
- State-of-the-art real-world software engineering at launch — 80.9% on SWE-bench Verified, leading frontier models
- Strong agentic and computer-use performance, including 59.3% on Terminal-Bench
- The effort parameter for tuning reasoning depth against token cost (48–76% fewer output tokens for comparable results)
- Extended thinking for hard reasoning, coding, and math problems
- Large two-thirds price cut versus Opus 4.1 while raising the capability ceiling
- Robustness to prompt-injection attacks relative to other frontier models
Best for
- Reach for it when you need a capable model for multi-step agentic coding and bug-fixing across real repositories.
- Use it for computer-use and terminal/agent workflows that chain many tool calls.
- Apply it to deep research, spreadsheet, and slide work that benefits from extended thinking.
- Pick it when you want Opus-class capability at a materially lower price than Opus 4.1.
How to access
| Provider | Model ID |
|---|---|
| Anthropic API ↗ | claude-opus-4-5-20251101 |
| Amazon Bedrock ↗ | anthropic.claude-opus-4-5-20251101-v1:0 |
| Google Cloud Vertex AI ↗ | claude-opus-4-5@20251101 |
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 4.8current | 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 4.5 released?
Anthropic released Claude Opus 4.5 on November 24, 2025, across the Claude apps, the Claude API, Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry. Its reliable knowledge cutoff is May 2025 (with a broader training data cutoff of August 2025).
How much does Claude Opus 4.5 cost?
Claude Opus 4.5 costs $5 per million input tokens and $25 per million output tokens on the Anthropic API, with prompt-cache reads at $0.50 per million tokens. That is roughly a two-thirds reduction from Claude Opus 4.1's $15/$75 pricing.
What is the context window of Claude Opus 4.5?
Claude Opus 4.5 has a 200K-token context window and can generate up to 64K output tokens in a single synchronous Messages API response.
How does Claude Opus 4.5 perform on coding benchmarks?
Claude Opus 4.5 scored 80.9% on SWE-bench Verified and 89.4% on Aider Polyglot, leading frontier models at launch, plus 59.3% on Terminal-Bench for agentic command-line work.
