API
OpenAI
OpenAI is deprecating three GPT Image generation models — gpt-image-1-mini, gpt-image-1.5 and chatgpt-image-latest — and removing them from the API, directing developers to gpt-image-2
departs 1 Dec 2026
What this means for you
On 2 June 2026 OpenAI notified developers that three older GPT Image models — gpt-image-1-mini, gpt-image-1.5 and chatgpt-image-latest — are deprecated and will be removed from the API on 1 December 2026. After that date, calls naming those model identifiers stop being answered. Unlike OpenAI's Sora 2 removal, this one names a direct replacement — gpt-image-2 — so it is a version migration rather than a capability being withdrawn: image generation stays on the platform, only the older model strings go away. The exposure is anything that hard-codes one of the three identifiers: an app that generates or edits images on demand, a pipeline that renders assets from prompts, or code pinned to chatgpt-image-latest — which, despite the "latest" in its name, is a fixed alias being retired, not one that will roll forward to the new model on its own. Deprecated models keep working until the date, so nothing breaks the day you read this, but the runway is finite.
Where to go
Move each affected call from gpt-image-1-mini, gpt-image-1.5 or chatgpt-image-latest to gpt-image-2, the replacement OpenAI names for all three. Because a replacement exists on the same platform, this is closer to a model-string swap than the provider change a capability withdrawal would force — but test rather than assume drop-in parity: image models differ in output characteristics, supported parameters and pricing between versions, so validate the results and cost of gpt-image-2 against what you rely on today before the cutover. Anything pinned to chatgpt-image-latest deserves particular attention: the alias is being removed rather than repointed, so it must be updated explicitly.
- gpt-image-2 (the vendor-named replacement for all three models)
OpenAI is retiring the older models in its GPT Image line. The company’s API deprecations page records that on 2 June 2026 it notified developers using those models of their deprecation and removal from the API on 1 December 2026. Three identifiers are affected: gpt-image-1-mini, gpt-image-1.5, and chatgpt-image-latest. All three are directed to a single replacement, gpt-image-2.
This is a gentler shape of sunset than OpenAI’s Sora 2 removal earlier in the year. There, programmatic video generation was leaving the API with no in-platform substitute, forcing a provider decision. Here, image generation stays — only the specific model versions change. OpenAI names gpt-image-2 as the successor for each of the three, so for most integrations the work is updating a model string rather than rebuilding around a different service.
The one identifier worth a second look is chatgpt-image-latest. The word “latest” reads like a floating alias that would follow OpenAI to the new model automatically, but it appears in the deprecation table as a model being shut down on 1 December 2026, pointed at gpt-image-2 like the other two. Treat it as a fixed name being removed, not one that will quietly roll forward — code pinned to it needs an explicit change.
Deprecated models keep responding until the date, so nothing breaks immediately. The exposure is any production path that names one of the three: on-demand image generation or editing, an asset pipeline, a feature built on the mini model for cost. The safe move is to swap in gpt-image-2 ahead of 1 December 2026 and verify output quality, parameters, and cost against what you depend on now — image models are not always drop-in identical across versions — rather than discovering the difference when the old strings stop answering.
Entry changelog
- — last reviewed.
- — Entry created from OpenAI's official API deprecations page. Announcement dated 2 June 2026; removal 1 December 2026; the three models gpt-image-1-mini, gpt-image-1.5 and chatgpt-image-latest are all directed to gpt-image-2. Written from the primary source (developers.openai.com/api/docs/deprecations), verified against the deprecation table. Backfill toward archive depth (B-041).
Spot an error or a changed date? Tell us and it’s corrected the same night.