Claude Opus 4 and 4.1 retirement: the deprecation that pays you

Two retirement dates, one destination. Opus 4.8 replaces both models at a third of the price — with a 16-point benchmark jump thrown in.

By the benchr team · · Verified against Anthropic's deprecation docs, June 16, 2026 · View changelog

cheaper per token on Opus 4.8: the bill for 10M input + 3M output a month falls from $375 to $125

Two dates, because two models

Anthropic split this retirement across the summer. Opus 4, announced deprecated on April 14, 2026, retired first on June 15, the same day as Claude Sonnet 4. Opus 4.1 got its notice on June 5, 2026 and retires August 5, one year to the day after it launched. If you're on 4.1 you still have until August 5. If you're on 4, it's already gone — calls now fail.

There's no reason to migrate from one doomed model to the other. Both point at the same replacement, and the replacement is better than either by a margin that isn't close.

The money, before and after

Opus pricing across the retirement (per 1M tokens, verified June 12, 2026)
ModelInputOutputSWE-bench VerifiedStatus
Claude Opus 4$15.00$75.0072.5%Retired Jun 15, 2026
Claude Opus 4.1$15.00$75.0074.5%Retires Aug 5, 2026
Claude Opus 4.8$5.00$25.0088.6%Active (floor date May 28, 2027)

The output column is where budgets change. Agent loops and long generations on old Opus burned $75 per million tokens out. On 4.8 the same tokens cost $25, and the model finishes harder tasks in fewer turns. Teams that held Opus usage to a minimum because of the price should re-run the math; the tier got three times more affordable while most people weren't looking.

Anthropic publishes a retirement floor for the replacement, too: Opus 4.8 won't retire before May 28, 2027. You're not jumping onto another sinking ship.

The parameter that breaks

Here's the migration surprise nobody reads the docs for. Anthropic deprecated the temperature, top_p, and top_k request parameters on Opus 4.7 and later. Send a non-default value to claude-opus-4-8 and the API returns a 400 error — your request doesn't degrade gracefully, it fails.

Old Opus integrations set temperature constantly, because 2025-era prompt guides told everyone to. Before you flip the model ID, strip those parameters from your request builder and move any determinism requirements into the prompt itself. This one line of cleanup prevents the most common post-migration outage.

Migration order of operations

Swap the model string, delete the sampling parameters, re-run your eval suite, then watch the first week of production traffic. Anthropic's console exports usage by API key and model; use it to confirm nothing still calls claude-opus-4-20250514 or claude-opus-4-1-20250805 after the cutover. Bedrock and Vertex AI deployments follow separate retirement calendars; check their model tables directly. And since the per-token price just fell by two-thirds, it's a good week to re-run your monthly numbers through the cost calculator and see what you can afford to move up-tier.

Frequently asked

When exactly do Opus 4 and 4.1 stop working?

Opus 4 is already retired — it stopped working on June 15, 2026. Opus 4.1 retires after August 5, 2026, on the Claude API, AWS, and Microsoft Foundry. Partner platforms like Bedrock and Vertex set their own dates.

Is Opus 4.8 really cheaper than the models it replaces?

Yes: $5/$25 vs $15/$75 per million tokens. That's two-thirds off both input and output, and the benchmark scores are higher, not lower.

Why would a request that worked on Opus 4 return 400 on 4.8?

Almost always the sampling parameters. temperature, top_p, and top_k are deprecated on Opus 4.7+; non-default values trigger a 400. Remove them and guide the model through prompting.

Changelog

  • — Claude Opus 4 status updated to retired (June 15 shutdown passed, re-confirmed on Anthropic's deprecation table). Opus 4.1 remains deprecated until August 5, 2026.
  • — Published. Dates, prices, and the parameter deprecation verified against platform.claude.com docs.

Sources

  • Anthropic model deprecations + parameter deprecations — platform.claude.com/docs/en/about-claude/model-deprecations (verified June 12, 2026)
  • Claude Opus 4.1 launch (Aug 5, 2025, 74.5% SWE-bench) — anthropic.com/news/claude-opus-4-1
  • Claude 4 launch (Opus 4 at 72.5% SWE-bench, $15/$75) — anthropic.com/news/claude-4
  • benchr deprecations dataset · model-figures.json