8 changes verified July 26, 2026
Know what will break before it ships.
A source-backed compatibility database for AI APIs. Find model shutdowns, exact error symptoms, affected identifiers, and the migration fix before production finds them for you.
- Official sources monitored by cron
- Exact model and parameter IDs
- Visible verification dates
Your input stays in this browser. Nothing is uploaded or stored.
Deadline watch
Cutoffs that need action
Claude Opus 4.1 retires on August 5, 2026
Replace the retired model ID with claude-opus-4-8 and regression-test model behavior before the cutoff.
Anthropic · Claude API13 days leftGemini embedding-2-preview shuts down on August 10, 2026
Move embedding requests to the generally available gemini-embedding-2 model.
Google · Gemini API20 days leftImagen 4 API models shut down on August 17, 2026
Migrate image-generation workflows to gemini-3.1-flash-image using Google's current image-generation guidance.
Google · Gemini API29 days leftOpenAI Assistants API shuts down on August 26, 2026
Use the official Assistants-to-Conversations migration guide to move state and execution to Responses and Conversations.
OpenAI · OpenAI APIChange ledger
Recently announced or effective
Gemini deprecates temperature, top_p, and top_k
Gemini 3.6 Flash and 3.5 Flash-Lite ignore the sampling parameters; Google says future model generations will return HTTP 400 when they are supplied.
Claude Sonnet 5 changes thinking defaults and token counts
Claude Sonnet 5 enables adaptive thinking by default, removes manual thinking budgets, rejects non-default sampling parameters, and tokenizes the same text into roughly 30% more tokens.
Imagen 4 API models shut down on August 17, 2026
Google is shutting down all three Imagen 4 production model IDs and recommends gemini-3.1-flash-image.
Claude Opus 4.1 retires on August 5, 2026
Anthropic is retiring Claude Opus 4.1 on the Claude API and recommends Claude Opus 4.8 as its replacement.
Claude Opus 4.7 and later reject non-default sampling parameters
Anthropic has deprecated temperature, top_p, and top_k on Claude Opus 4.7 and later; non-default values return an HTTP 400 error.
Gemini embedding-2-preview shuts down on August 10, 2026
Google is shutting down the preview embedding model and lists gemini-embedding-2 as the replacement.
From symptom to fix
A changelog that answers the next question.
Provider announcements tell you what changed. Each record here also maps the affected surface, the observable failure, and the practical migration step.
- 1Paste a model ID, parameter, code fragment, or error.
- 2Match it against source-backed provider announcements.
- 3Open the source receipt and apply the migration fix.
response = client.messages.create(
model="claude-opus-4-8",
- temperature=0.2,
- top_p=0.9,
+ system="Be concise and factual.",
messages=messages,
)Coverage
Tracked AI platform surfaces
12 model providers, cloud platforms, and inference services monitored through first-party lifecycle pages and release notes.
OpenAI
2 recordsAPI, model, endpoint, and parameter lifecycle changes.
OpenAI API · 2 official sources →Anthropic
3 recordsClaude model retirements, API changes, and migration guidance.
Claude API · 4 official sources →Gemini API and Vertex AI model lifecycle changes.
Gemini API · Vertex AI · 4 official sources →Microsoft
MonitoringAzure-hosted model versions and regional retirement dates.
Azure AI Foundry · 1 official source →AWS
MonitoringBedrock foundation-model active, legacy, and end-of-life states.
Amazon Bedrock · 1 official source →Mistral
MonitoringMistral model retirements and breaking API updates.
Mistral API · 1 official source →Cohere
MonitoringCohere model and endpoint deprecations with replacements.
Cohere API · 1 official source →xAI
MonitoringGrok API releases, retirement notices, and migration guides.
xAI API · 1 official source →Groq
MonitoringGroqCloud model deprecations and shutdown migrations.
GroqCloud · 1 official source →Together AI
MonitoringTogether-hosted model removals, redirects, and replacements.
Together AI · 1 official source →Fireworks AI
MonitoringServerless model decommissions and platform API changes.
Fireworks AI · 1 official source →Cloudflare
MonitoringWorkers AI model deprecations and breaking platform updates.
Workers AI · 1 official source →Evidence over volume
Every claim should be inspectable.
See what qualifies for the registry, how dates are handled, and what “verified” means.
Read the methodology →