PulseAugur
LIVE 06:47:56
tool · [1 source] ·

Anthropic retires Claude 4 Opus and Sonnet models on June 15

Anthropic is retiring specific versions of its Claude 4 Opus and Sonnet models, claude-opus-4-20250514 and claude-sonnet-4-20250514, on June 15, 2026. This deprecation affects not only direct calls to these snapshot IDs but also the versioned aliases like `claude-opus-4-0` and `claude-sonnet-4-0` that resolve to them. Developers using these models should update their code to reference newer versions, such as `claude-opus-4-1`, and be aware that partner platforms like AWS Bedrock and Google Vertex AI may have different retirement schedules. Additionally, teams relying on mocked SDK tests or model-router fallback configurations need to implement integration tests against live APIs to ensure their systems do not silently fail after the June 15 deadline. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Developers must update integrations to avoid service disruptions from retired model versions.

RANK_REASON This is a notice about model deprecation and its impact on existing integrations, not a new model release.

Read on dev.to — LLM tag →

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 · FlareCanary ·

    Claude Opus 4 and Sonnet 4 retire June 15 — your `claude-opus-4-0` alias is about to start failing

    <p>On April 14, 2026, Anthropic deprecated <code>claude-opus-4-20250514</code> and <code>claude-sonnet-4-20250514</code>. Both models retire on <strong>June 15, 2026</strong> — about four weeks from today. After that, the Anthropic API returns errors for those snapshot IDs.</p> <…