Claude Model Migration Scanner
Paste your code, config, or .env to find retired and deprecated Claude / Anthropic model IDs and API parameters that break after model retirement. Get a dated migration checklist. Everything runs in your browser — nothing is uploaded.
Paste code, config or .env
0 linesFindings
Findings will appear here.
Paste code and press Scan, or try a sample above.
—
Retired
—
Deprecated
—
Review
—
Total findings
What this scanner checks
Model strings that now return an API error, such as claude-3-5-sonnet-20241022, claude-sonnet-4-20250514, and the Claude 2.x family. Each finding names the drop-in replacement.
Models still live but with a scheduled retirement — like claude-opus-4-1-20250805 (retires 2026-08-05) — and Opus 4.7 Fast mode, scheduled for removal 2026-07-24.
Request shapes that break or no longer apply on Opus 4.7 / 4.8 and Fable 5: budget_tokens, sampling params, output_format, old tool versions, and GA beta headers.
Retirement data reflects Anthropic's published model-deprecation schedule. Always confirm against the official deprecation docs before a production cutover.
Frequently Asked Questions
Which Claude models have been retired?
-20250514 snapshots, retired 2026-06-15) and Claude Haiku 3. A request to any retired model returns an error rather than a completion. This scanner flags every retired ID it finds and names the recommended replacement.
Is my code or API key sent anywhere?
.env file — is uploaded to any server. You can disconnect from the network and it still works once the page has loaded. The scanner only reads text to match model IDs and parameter names; it never sends a request to the Anthropic API.
What does it check besides model IDs?
budget_tokens field (replaced by adaptive thinking on Opus 4.7 / 4.8 and Fable 5), sampling parameters (temperature, top_p, top_k) that 400 on those models, the deprecated output_format parameter, older tool-version strings, beta headers that are now GA, and Opus 4.7 Fast mode.
Can I trust the scanner enough to skip the docs?
Related reading
Terminal AI Coding Agents Compared: 2026 Source Guide
Source-verified guide to Claude Code, Codex CLI, Gemini CLI, and Aider for terminal-based AI coding workflows in June 2026.
Read →DeepSeek V4-Pro: MIT Frontier Model Developer Guide 2026
DeepSeek V4-Pro is a 1.6T MIT-licensed model with 80.6% SWE-bench. This guide covers API setup, pricing vs GPT-5.5, and self-hosting options.
Read →Xiaomi MiMo-V2.5-Pro: Open-Source 1T Coding Agent Guide 2026
MiMo-V2.5-Pro: MIT-licensed 1T-param MoE model matching Claude Opus 4.6 on SWE-bench at 8x lower API cost. Benchmarks, API setup, and self-hosting guide.
Read →