Claude Opus 4.1 Is Retired: A Model Swap Is Also a Behavior Change
The old endpoint has crossed its retirement date. The real migration work is proving that prompts, tools, costs, latency, and safety behavior still meet the application’s contract.

Sources: Anthropic model deprecations and retirement schedule, Anthropic Claude Platform release notes, Anthropic’s original Claude Opus 4.1 announcement.
Anthropic’s published retirement date for `claude-opus-4-1-20250805` was August 5, 2026. The company deprecated the model on June 5, gave developers 60 days of notice, and named `claude-opus-4-8` as the recommended replacement. Anthropic’s lifecycle policy is unambiguous: requests to a retired model fail.
The date applies to Anthropic-operated platforms, including the Claude API, Claude Platform on AWS, and Microsoft Foundry. Anthropic warns that Amazon Bedrock and Google Cloud operate their own schedules, so teams using a partner platform need to verify that provider’s model table rather than assuming the same cutoff.
Changing the model ID is the smallest part
A newer model can be more capable while still behaving differently on a specific workload. It may choose tools at different points, produce another JSON shape around an edge case, spend more tokens on planning, refuse a borderline request differently, or alter the tone and length that users have learned to expect. None of those differences are captured by a successful first response.
Treat the replacement as a dependency upgrade. Freeze a representative evaluation set that includes ordinary requests, long context, tool failures, malformed inputs, adversarial prompts, and cases that previously required manual correction. Compare task success, schema validity, latency, token use, refusal quality, citation behavior, and human preference before shifting all traffic.
Find every hidden dependency before it fails
Model IDs often live outside the main application: batch jobs, evaluation scripts, low-traffic workers, notebooks, infrastructure variables, fallback chains, and customer-specific configurations can all retain an old value. Anthropic recommends exporting usage data from the Claude Console so teams can review usage by API key and model. That inventory should be reconciled against code and deployment configuration.
A safe cutover uses a canary, explicit monitoring, and a rollback target that is still active. If Opus 4.1 is already unavailable, the rollback cannot point to it; teams need another supported model whose limits and behavior they have tested. Error alerts should identify the requested model ID so a retirement failure is not mistaken for a generic provider outage.
Model retirement is a continuity problem
Anthropic acknowledges that retirement has costs: users lose a model they may prefer, researchers lose a stable comparison point, and discontinuity can create safety and model-welfare concerns. The company says it preserves model weights and hopes to make past models available again, but that promise does not keep a production endpoint alive today.
The durable response is provider-independent application design. Version prompts and evaluations, keep tool contracts narrow, store enough provenance to reproduce consequential outputs, and make model selection configurable without making it invisible. Claude Opus 4.1’s retirement is one deadline. The larger lesson is that hosted model behavior is a moving dependency, and reliability requires planning for the next change before the calendar forces it.
Quick questions
When was Claude Opus 4.1 retired?
Anthropic lists August 5, 2026 as the retirement date for `claude-opus-4-1-20250805` on its operated platforms.
What replaces Claude Opus 4.1?
Anthropic recommends `claude-opus-4-8`. Applications should test their own prompts, tools, schemas, latency, cost, and safety behavior before completing the migration.
Does the same retirement date apply on Bedrock and Google Cloud?
Not necessarily. Anthropic says partner-operated platforms set their own retirement schedules, so developers must check the relevant provider’s current model table.