Model Deprecations
As we launch safer and more capable models, we regularly retire older models. Applications relying on Anthropic models may need occasional updates to keep working. Impacted customers will always be notified by email and in our documentation.
This page lists all API deprecations, along with recommended replacements.
Overview
Anthropic uses the following terms to describe the lifecycle of our models:
- Active: The model is fully supported and recommended for use.
- Legacy: The model will no longer receive updates and may be deprecated in the future.
- Deprecated: The model is no longer available for new customers but continues to be available for existing users until retirement. We assign a retirement date at this point.
- Retired: The model is no longer available for use. Requests to retired models will fail.
Migrating to replacements
Once a model is deprecated, please migrate all usage to a suitable replacement before the retirement date. Requests to models past the retirement date will fail.
To help measure the performance of replacement models on your tasks, we recommend thorough testing of your applications with the new models well before the retirement date.
Notifications
Anthropic notifies customers with active deployments for models with upcoming retirements. We notify customers of upcoming retirements as follows:
- At model launch, we designate a “Guaranteed Available Until” date (at least one year out).
- We provide at least 6 months† notice before model retirement for publicly released models.
Auditing Model Usage
To help identify usage of deprecated models, customers can access an audit of their API usage. Follow these steps:
- Go to https://console.anthropic.com/settings/usage
- Click the “Export” button
- Review the downloaded CSV to see usage broken down by API key and model
This audit will help you locate any instances where your application is still using deprecated models, allowing you to prioritize updates to newer models before the retirement date.
Model Status
All publicly released models are listed below with their status:
API Model Name | Guaranteed Available Until | Current State | Deprecated | Retired |
---|---|---|---|---|
claude-1.0 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-1.1 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-1.2 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-1.3 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-instant-1.0 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-instant-1.1 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-instant-1.2 | N/A | Retired | September 4, 2024 | November 6, 2024 |
claude-2.0 | N/A | Legacy | N/A | N/A |
claude-2.1 | N/A | Legacy | N/A | N/A |
claude-3-haiku-20240307 | March 2025 | Active | N/A | N/A |
claude-3-sonnet-20240229 | March 2025 | Active | N/A | N/A |
claude-3-opus-20240229 | March 2025 | Active | N/A | N/A |
claude-3-5-sonnet-20240620 | June 2025 | Active | N/A | N/A |
Deprecation History
All deprecations are listed below, with the most recent announcements at the top.
2024-09-04: Claude 1 and Instant models
On September 4, 2024, we notified developers using Claude 1 and Instant models of their upcoming retirements.
Retirement Date | Deprecated Model | Recommended Replacement |
---|---|---|
November 6, 2024 | claude-1.0 | claude-3-5-haiku-20241022 |
November 6, 2024 | claude-1.1 | claude-3-5-haiku-20241022 |
November 6, 2024 | claude-1.2 | claude-3-5-haiku-20241022 |
November 6, 2024 | claude-1.3 | claude-3-5-haiku-20241022 |
November 6, 2024 | claude-instant-1.0 | claude-3-5-haiku-20241022 |
November 6, 2024 | claude-instant-1.1 | claude-3-5-haiku-20241022 |
November 6, 2024 | claude-instant-1.2 | claude-3-5-haiku-20241022 |
Best Practices
- Regularly check our documentation for updates on model deprecations.
- Test your applications with newer models well before the retirement date of your current model.
- Update your code to use the recommended replacement model as soon as possible.
- Contact our support team if you need assistance with migration or have any questions.
† The Claude 1 family of models have a 60-day notice period due to their limited usage compared to our newer models.
Was this page helpful?