Claude Opus 4 and 4.1 retirement: dates, price change, and migration checks

Claude Opus 4 and 4.1 have different retirement dates but the same recorded replacement. Compare the identifiers, price, and request changes before migrating.

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

Separate dates for Opus 4 and 4.1

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.

Price before and after migration

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.

Unsupported sampling parameters

Anthropic deprecated the temperature, top_p, and top_k request parameters on Opus 4.7 and later. A non-default value sent to claude-opus-4-8 returns a 400 error rather than falling back to a supported setting. Remove those parameters and verify the resulting output behavior before cutover.

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.

Are Opus 4.8's listed rates lower than the retiring models?

Yes. The listed rates are $5/$25 rather than $15/$75 per million tokens, a two-thirds reduction for both input and output. Benchmark results are separate from the rate card and should be tested against your own workload.

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

One documented cause is a non-default temperature, top_p, or top_k value. Anthropic deprecated those sampling parameters on Opus 4.7 and later. Remove them, then inspect the error body and validate the remaining request fields if the 400 continues.

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