Anthropic deprecates fast mode for Claude Opus 4.7, removal set for July 24
Anthropic announced on June 25, 2026 that fast mode for Claude Opus 4.7 is deprecated, with a hard removal date of July 24, 2026. Developers using the claude-opus-4-7 model with speed: "fast" have four weeks to migrate to Claude Opus 4.8 before their requests will return errors.
What's new
Fast mode — a configuration flag that traded output quality for lower latency on Opus-class models — is being retired specifically on Claude Opus 4.7. After July 24, any API call to claude-opus-4-7 that includes the speed: "fast" parameter will return a hard error rather than a graceful degradation. Developers must migrate to Claude Opus 4.8 to continue using fast mode.
Key migration details:
- Affected: Any application calling
claude-opus-4-7withspeed: "fast" - Deadline: July 24, 2026
- Migration path: Switch to
claude-opus-4-8— fast mode remains supported there - No action needed if your application uses standard (non-fast) mode on Opus 4.7
The change appears in Anthropic's API release notes and applies to the Claude API, client SDKs, and Claude Console.
Context
Anthropic has been consolidating its Opus model line around the 4.8 generation. The same release cycle brought changes to rate limits (announced June 26), consolidating usage tiers into three tiers — Start, Build, and Scale — and equalizing limits across Claude Sonnet, Haiku, and Opus at every tier.
Fast mode on Opus 4.7 represented a specific latency-optimization path that Anthropic is now centralizing on the newer 4.8 version. This follows a pattern of retiring capability-specific configurations on older model snapshots as newer versions ship with those capabilities built in or improved.
Why it matters
For most developers this is routine version hygiene — a four-week migration window with a clear swap path. But for high-traffic applications that rely on the Opus 4.7 fast mode path for latency-sensitive workloads, the hard deadline is a forcing function: there is no soft fallback after July 24. Applications that miss the migration will experience errors, not silently degraded performance.
The broader signal is Anthropic tightening the deprecation timeline on older model configurations. With Opus 4.8 as the recommended foundation for fast mode going forward, teams building on the Claude API should audit their model version pins before the end of July.
Corroborating sources
- Platform.claude
https://platform.claude.com/docs/en/release-notes/api
“We've deprecated fast mode for Claude Opus 4.7, with removal on July 24, 2026. After removal, requests to claude-opus-4-7 with speed: "fast" will return an error. Migrate to fast mode for Claude Opus 4.8.”