Lifecycle definitions

The official lifecycle terms are operational, not marketing labels. Active models are supported and recommended. Legacy models no longer receive updates and may be deprecated later. Deprecated models still function but are no longer recommended and receive a retirement date. Retired models are unavailable, so API requests to those IDs fail.

The docs also warn that partner-operated platforms can have different schedules. The ledger below is for Anthropic-operated platforms unless a source says otherwise.

Deprecation ledger

AnnouncedRetirementModel IDsReplacement guidance
2026-06-052026-08-05claude-opus-4-1-20250805claude-opus-4-8
2026-04-142026-06-15claude-sonnet-4-20250514
claude-opus-4-20250514
claude-sonnet-4-6 / claude-opus-4-8
2026-02-192026-04-20claude-3-haiku-20240307claude-haiku-4-5-20251001
2025-12-192026-02-19claude-3-5-haiku-20241022claude-haiku-4-5-20251001
2025-10-282026-02-19claude-3-7-sonnet-20250219claude-sonnet-4-6
2025-08-132025-10-28claude-3-5-sonnet-20240620
claude-3-5-sonnet-20241022
claude-sonnet-4-6
2025-06-302026-01-05claude-3-opus-20240229claude-opus-4-8
2025-01-212025-07-21claude-2.0
claude-2.1
claude-3-sonnet-20240229
claude-opus-4-8 / claude-sonnet-4-6
2024-09-042024-11-06claude-1.0
claude-1.1
claude-1.2
claude-1.3
claude-instant-1.0
claude-instant-1.1
claude-instant-1.2
claude-haiku-4-5-20251001

Developer impact

The most common failure mode is a hard-coded model ID that outlives its retirement date. A system can pass tests for months, then fail when a scheduled retirement arrives. That is why the deprecation docs recommend auditing usage, testing replacements ahead of the deadline, and moving before retirement rather than waiting for a failed request.

The migration map turns this ledger into practical upgrade paths, but this page remains the source of truth for dates and model IDs.

Preservation note

The deprecation docs also acknowledge archival downsides: researchers can lose access to models used in comparative studies, and people who value a specific model must migrate. That makes source preservation important even when the model itself is gone.

Claude Archive preserves the public record, not model weights or live access.

Questions this page answers

What does retired mean for a Claude model?

In the Claude Platform docs, retired means the model is no longer available and requests to that model fail.

When did Claude 1 and Claude Instant retire?

The official deprecation page records November 6, 2024 as the retirement date for Claude 1 and Instant model IDs.

When did Claude 2 retire?

Claude 2.0 and Claude 2.1 retired on July 21, 2025 on Anthropic-operated platforms.