OpenAI: dall-e-3 logo

OpenAI: dall-e-3

Visit

Deprecated OpenAI image model from November 2023. Removed from the API; OpenAI now points new work to GPT Image 2.

Share:

OpenAI: dall-e-3

DALL-E 3 is OpenAI's November 2023 text-to-image model. Official API docs now label it a deprecated image generation model with ID dall-e-3 and say it has been removed from the API. The replacement they name is GPT Image 2. Keep this page as a historical and migration entry, not as a buying guide for new production stills.

Key Features (historical)

  • Text-to-image only: Input modality is text; output is image. The model page lists Image generation as supported and Image edit as not supported.
  • No Chat Completions or Responses host: Same as later GPT Image models, DALL-E 3 was an Images endpoint model, not a chat model.
  • No Batch or fine-tuning: The current model table marks Batch, fine-tuning, and edits as not supported.
  • Rate-limit table still published: Docs still show per-tier image RPM, from 1 img/min on the free tier up to 10,000 img/min on Tier 5. That table does not mean you should start a new integration.

Use Cases

  • Migration audits: Find leftover dall-e-3 strings in old SDKs and swap them for gpt-image-2.
  • History and comparison: Explain why 2023-2024 blogs talk about DALL-E 3 when today's default is GPT Image.
  • Do not use for new work: Official recommendation is GPT Image 2 for generation and editing.

Pricing

Do not quote a live DALL-E 3 token or per-image price. The model is deprecated and removed. Current OpenAI stills pricing lives on the GPT Image tables (GPT Image 2 standard image output is $30 per 1M tokens as of 2026-08-17). Recheck API pricing when you migrate.

Getting Started (migration)

  1. Open the DALL-E 3 model page and confirm the deprecated banner.
  2. Read GPT Image 2 for generate plus edit, sizes up to 4K, and quality presets.
  3. Replace model: "dall-e-3" with gpt-image-2 and handle b64_json the way the current image guide shows.
  4. Complete Organization Verification if the developer console requires it for GPT Image.

Frequently Asked Questions

Can I still call dall-e-3?

Official docs say the model has been removed from the API. Plan for failure if any old key path still names it.

Is ChatGPT Images 2.0 the same thing?

No. ChatGPT's consumer image UI and the gpt-image-2 API model are related but not the same billable surface.

Why keep this entry?

People still search for DALL-E 3. The useful page now answers "deprecated, use GPT Image 2".

Alternatives

  • GPT Image 2: Current OpenAI API stills and edits model.
  • Flux.1 Pro: Non-OpenAI commercial stills.
  • FLUX 3: If the job has moved from stills into video and audio.

Tips

  1. Search the repo for dall-e-3 and DALL·E before a release.
  2. Do not promise inpainting on DALL-E 3. Edits were not supported on this model ID.
  3. Send readers to GPT Image 2 in the first screen, not after a 2023 feature list.

Conclusion

DALL-E 3 mattered in 2023. In 2026 the official line is that it is deprecated and removed. Leave this page up for searchers, then move production stills to GPT Image 2.

Comments

No comments yet. Be the first to comment!