claude-3-opus-20240229
Claude Opus 3 (Anthropic)
Yes — Claude Opus 3 is retired. Anthropic deprecated it on June 30, 2025 and shut it down on January 5, 2026; API requests to it now fail. The recommended replacement is Claude Opus 4.8.
The first Claude to beat GPT-4 on published benchmarks, and the model that put Anthropic in serious contention. It had an unusually long deprecation window — six months — and its retirement prompted Anthropic's public commitments on preserving model weights after shutdown.
The facts
| Provider | Anthropic |
|---|---|
| Model id | claude-3-opus-20240229 |
| Released | February 29, 2024 |
| Deprecated | June 30, 2025 |
| Shutdown | January 5, 2026 · 206 days ago |
| Status | Retired |
| Last verified | July 30, 2026 |
What to use instead
Opus 4.8 is cheaper per token than Opus 3 was, has a 1M-token context window against 200k, and rejects temperature, top_p and top_k.
What parameters claude-opus-4-8 accepts on modelparams.dev
Change the id
In most cases the migration is one string. Check the parameter differences before you ship — newer models drop older sampling knobs more often than they add them.
- "model": "claude-3-opus-20240229"
+ "model": "claude-opus-4-8"
Frequently asked questions
- When did Anthropic Claude Opus 3 shut down?
- Anthropic Claude Opus 3 shut down on January 5, 2026. API requests to it fail from that date onward.
- What replaces Anthropic Claude Opus 3?
- Anthropic recommends Claude Opus 4.8 (`claude-opus-4-8`) as the replacement for Anthropic Claude Opus 3. Opus 4.8 is cheaper per token than Opus 3 was, has a 1M-token context window against 200k, and rejects temperature, top_p and top_k.
- Is Anthropic Claude Opus 3 still available?
- No. Anthropic Claude Opus 3 is retired and no longer served — it was shut down on January 5, 2026. Calls to it return an error.
- How do I migrate from Anthropic Claude Opus 3 to claude-opus-4-8?
- Swap the model id in your API call: replace "claude-3-opus-20240229" with "claude-opus-4-8". Opus 4.8 is cheaper per token than Opus 3 was, has a 1M-token context window against 200k, and rejects temperature, top_p and top_k.
Sources
- Anthropic model deprecations · platform.claude.com · accessed July 30, 2026
Found something wrong? The data is one YAML file — edit it on GitHub.
This page, for machines
Drop the badge in a README so it turns red the day this model is retired:
[](https://modeldeprecations.dev/anthropic/claude-3-opus-20240229)