AI Model Deprecation Tracker

Track model deprecation dates so you're never caught off-guard

Ad placeholder (leaderboard)

AI model deprecation tracker

Pinned model snapshots do not live forever. Providers retire older versions on a schedule, and a hardcoded model ID that worked for a year can start returning errors overnight. This tracker gathers announced and scheduled retirement dates across the major providers — OpenAI, Anthropic, Google, and Cohere — with a live days-remaining countdown, the recommended successor, and a short migration note for each. Filter it to the models you actually run so you only see what matters to your stack.

How it works

Each entry pairs a model with its publicly stated lifecycle status — active, deprecated, or retired — and, where one has been announced, a retirement date. The tool computes days remaining against today’s date and sorts the soonest deadlines to the top, colour-coded by urgency. You can filter by provider or paste your own model IDs to narrow the list. For every model the tracker shows a recommended replacement and a one-line migration note covering the gotchas that usually bite — changed defaults, different token limits, or output-format drift. Dates are a planning aid; always confirm against the provider’s own deprecation page before a production cutover.

How to stay ahead of retirements

  • Don’t hardcode pinned snapshots. Where latency-aliases like *-latest exist, they ride forward automatically; pinned IDs do not.
  • Keep a model inventory. You can only migrate calls you know about. Track every model ID your code references.
  • Subscribe to deprecation notices. Every major provider publishes them; the surprise only happens to teams who do not read them.
  • Migrate then re-test. Successor models change defaults and formatting. Swap the ID, then re-run your output parsing and evals before shipping.
Ad placeholder (rectangle)