Anthropic retires Claude Opus 4.1 from the API
Anthropic retired Claude Opus 4.1 from the Claude Platform on August 5, 2026, cutting off API access to a model that had been available since August 2025. The change was logged in the company's official release notes and takes effect immediately: any request naming the retired model now fails.
What's new
Anthropic's release notes state plainly: "We've retired the Claude Opus 4.1 model (claude-opus-4-1-20250805). All requests to this model will now return an error." Developers still calling the model by its API identifier will get a hard failure rather than a deprecation warning or grace period. Anthropic's guidance for anyone affected is direct: "We recommend upgrading to Claude Opus 5." The company is carving out one exception, noting that "researchers can request ongoing access through the External Researcher Access Program."
The retirement was published the same day Anthropic also rolled out an unrelated beta feature, Inference Hooks for Claude Enterprise, in the same release notes update, underscoring that Anthropic is now iterating on both new capabilities and legacy cleanup on a near-daily cadence within its platform changelog.
Context
Claude Opus 4.1 shipped roughly a year ago as an incremental upgrade to the original Opus 4 line, before being succeeded by newer Opus releases and eventually Claude Opus 5, which Anthropic now positions as the direct upgrade path. Model retirements are a routine part of Anthropic's API lifecycle management, but they carry real consequences for any production system still pinned to a specific model identifier, since Anthropic's practice is to fully disable the endpoint rather than silently route requests to a newer model.
Why it matters
For developers and enterprises with applications still hardcoded to claude-opus-4-1-20250805, this is a breaking change with no transition window described in the notes beyond the retirement itself. It is a reminder that frontier-model API identifiers are not permanent infrastructure: teams building on any provider's models need to track deprecation notices as closely as they track new releases, or risk an outage the moment a legacy model is switched off. The narrow carve-out for the External Researcher Access Program also signals Anthropic still sees value in preserving older model versions for reproducibility in academic and safety research, even as it cuts off general commercial access.
Corroborating sources
- Platform.claude
https://platform.claude.com/docs/en/release-notes/api
“All requests to this model will now return an error.”