What replaced DALL-E?
OpenAI's GPT Image models replaced DALL-E. ChatGPT moved from DALL-E 3 to GPT Image in December 2025, and the DALL-E API shut down May 12, 2026. As of July 2026 the lineup is GPT Image 2 (flagship), GPT Image 1.5, GPT Image 1, and GPT Image 1 Mini, with the same $0.005-$0.25 per-image API range.
Why — the first-principles explanation
DALL-E was replaced by GPT Image, OpenAI's family of models that generate pictures as part of its main model stack rather than as a separate tool. The shift reflects a broader trend: instead of a specialized image model bolted onto a chatbot, image-making is now woven into the same system that understands your words, so it follows instructions and renders text more reliably.
The replacements come in tiers so you can trade cost against quality. As of July 2026 the current models are GPT Image 2 (the flagship), GPT Image 1.5, GPT Image 1, and GPT Image 1 Mini (the cheapest). GPT Image 1.5 rolled out on December 16, 2025 with sharper editing and better face and logo preservation, and GPT Image 2 followed as the top-quality option. On the API you pay per image, roughly $0.005 to $0.25 depending on size and quality.
If you used DALL-E through ChatGPT, you didn't have to do anything: OpenAI automatically switched the image button to GPT Image. If you used the API, you migrate your code from dall-e-3 to one of the gpt-image models. Either way, the replacement is a straight upgrade in prompt accuracy, editing, and text rendering.
An example that makes it click
It's like a camera brand discontinuing its old model and shipping a new flagship. If you owned the camera as a phone feature, an update just swapped in the better sensor overnight, that's ChatGPT users. If you built a photo booth around the old camera, you have to install the new one yourself, that's API developers. Same job, better hardware, a new name on the box: GPT Image instead of DALL-E.
How to do it
- If you use ChatGPT, do nothing: image generation already runs on GPT Image automatically.
- If you use the API, replace 'dall-e-3' or 'dall-e-2' in your code with 'gpt-image-2', 'gpt-image-1', or 'gpt-image-1-mini'.
- Pick a tier by need: GPT Image 2 for top quality, GPT Image 1 Mini for lowest cost.
- Re-test prompts, since GPT Image follows instructions and renders text differently than DALL-E 3.
Key facts
- GPT Image models replaced DALL-E; ChatGPT switched around December 2025.
- The DALL-E 2 and DALL-E 3 API shut down on May 12, 2026.
- As of July 2026 the lineup is GPT Image 2, GPT Image 1.5, GPT Image 1, and GPT Image 1 Mini.
- GPT Image 1.5 launched December 16, 2025 with improved editing and face/logo preservation.
- GPT Image API pricing runs roughly $0.005 to $0.25 per image by size and quality tier.
OpenAI's image generator, built into ChatGPT.
Affiliate link — we may earn a commission at no cost to you.▶ The 60-second explainer (script)
What replaced DALL-E? OpenAI's GPT Image models. When OpenAI retired DALL-E, it didn't just delete the feature, it upgraded it. ChatGPT switched from DALL-E 3 to GPT Image back in December 2025, and the old DALL-E API shut down in May 2026. Today there are four GPT Image models: GPT Image 2 is the flagship for top quality, then 1.5, then 1, and GPT Image 1 Mini for the cheapest generations. On the developer API they cost roughly half a cent to a quarter per image. The big win is that GPT Image builds picture-making into OpenAI's main model, so it follows your prompt more closely and even puts readable text in images. If you use ChatGPT, the switch happened automatically. If you use the API, just point your code at a GPT Image model.
What authoritative sources say
People also ask
Is GPT Image better than DALL-E 3?
Generally yes. GPT Image follows prompts more precisely, renders readable text in images, and offers stronger editing, including face and logo preservation, compared with DALL-E 3.
Which GPT Image model should I use?
GPT Image 2 for the best quality, GPT Image 1 Mini for the lowest cost. ChatGPT picks one for you automatically; API developers choose per call.
Do I need to switch anything in ChatGPT?
No. OpenAI moved ChatGPT's image feature to GPT Image automatically. You keep typing image requests exactly as before.
Are there non-OpenAI alternatives to DALL-E?
Yes, tools like Google's Gemini image models, Midjourney, and Adobe Firefly are popular alternatives, but OpenAI's own replacement for DALL-E is GPT Image.