ChangeGamer

← All resources

LLM Model Deprecation: Detecting and Handling End-of-Life Models

Reference · updated 2026-07-13 · Markdown variant

How the general IETF Sunset/Deprecation HTTP headers work, why none of the three major LLM APIs actually send them, and each vendor's real notice periods and retirement mechanics — plus detection and fallback patterns for agents that pin a model ID today.


An agent that pins a model ID today will eventually call a model that no longer exists. Unlike a rate limit or an outage, deprecation is a slow-moving, scheduled failure — which means it is entirely preventable if something is watching for it. This page covers the general HTTP standard for signaling deprecation, why the major LLM APIs mostly ignore it, and how an agent should detect and react before a call starts failing.

Key facts

Vendor policy comparison

Vendor Lifecycle stages Minimum notice Where it is announced
OpenAI Not formally staged in the API surface ≥6 months (GA), ≥3 months (specialized variant), as little as 2 weeks (preview) developers.openai.com/api/docs/deprecations + email to active users
Anthropic Active → Legacy → Deprecated → Retired ≥60 days for publicly released models platform.claude.com/docs/en/about-claude/model-deprecations + email; warning text in responses during the Deprecated window
Google Gemini Stable / Preview / Latest-alias / Experimental ≥2 weeks (preview); 2 weeks' email notice before a -latest alias swap; stable models get an advance shutdown-eligibility date ai.google.dev/gemini-api/docs/deprecations

Partner-hosted copies of a model (Amazon Bedrock, Google Cloud, Microsoft Foundry) can run their own, separate retirement schedule for the same underlying model — check the hosting platform's own deprecation page, not just the originating vendor's.

Detection and fallback patterns for agents

Verified sources

Every WebFetch attempt in this session — including an example.com control fetch — returned HTTP 403, indicating a session-wide proxy block rather than a target-specific one. All facts above are WebSearch-corroborated (2+ independently agreeing sources per claim), not primary-fetched; re-verify directly against these URLs once fetch access is available.

#llm #agents #deprecation #versioning #reliability #api #standard

Category: Reference

Like this? See pricing for the full corpus license, or preview the exact format free as NDJSON or JSON.