Skip to main content

8 verified records

AI API changes, without the guesswork.

Search exact model IDs, endpoints, parameters, error symptoms, and provider-announced shutdowns. Every record links to its official source and shows when it was last checked.

All source-backed changes

8 records.

AnthropicClaude APIcritical

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.

model retirementUpdate the model ID to claude-opus-4-8, then rerun prompt, tool-use, latency, and output-quality tests before August 5.
GoogleGemini APIcritical

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.

model shutdownChange the model ID to gemini-embedding-2 and validate vector dimensions, storage, and retrieval quality in a staging index before cutover.
GoogleGemini APIcritical

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.

model shutdownMove to gemini-3.1-flash-image and test request shape, output handling, latency, image quality, and safety behavior before the deadline.
OpenAIOpenAI APIcritical

OpenAI Assistants API shuts down on August 26, 2026

OpenAI is removing the Assistants API and directs developers to the Responses API and Conversations API.

api sunsetInventory Assistants and Threads SDK usage, map it to Responses and Conversations, migrate stored state, and run end-to-end tool and conversation tests before August 26.
OpenAIOpenAI APIcritical

Four legacy OpenAI models shut down on September 28, 2026

OpenAI is removing four older GPT and base-model IDs and recommends GPT-5.4 mini or GPT-5 mini.

model shutdownReplace the retired model ID with an official recommended model, update the API request shape where required, and regression-test prompts and outputs.
AnthropicClaude APIhigh

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.

breaking behaviorStop sending temperature, top_p, and top_k for affected models. Express tone, variability, and formatting requirements in the system prompt instead.
AnthropicClaude APIhigh

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.

breaking behaviorRemove manual thinking budgets and non-default sampling parameters, rely on adaptive thinking, and use Anthropic's token-counting API to recalibrate limits and cost controls.
GoogleGemini APIhigh

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.

parameter deprecationStrip temperature, top_p, and top_k from Gemini requests and encode response constraints in a clear system instruction.