Share via

Dall-E3 Model retirement and it's upgrade

Bipin Kadam 40 Reputation points
2026-02-03T02:39:41.1166667+00:00

We are currently using the DALL·E 3 model with version 3.0. Its retirement date is 18-Feb-2026, and the Version Upgrade Policy is set to “Once a new default version is available.”

When we try to edit the deployment, we only see the default version 3.0, with no option to upgrade to another version.

According to the documentation, the replacement model for DALL·E 3 is gpt-image-1-mini.

Question: Given the current version upgrade policy:

  • Will the deployment be automatically upgraded to the latest default model, managed by Microsoft?
    OR
  • Do we need to make application changes and explicitly migrate from DALL·E 3.0 to gpt-image-1-mini going forward?
Azure AI services
Azure AI services

A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.

0 comments No comments
{count} votes

Answer accepted by question author
  1. SRILAKSHMI C 15,030 Reputation points Microsoft External Staff Moderator
    2026-02-03T09:59:47.0233333+00:00

    Hello Bipin Kadam,

    Welcome to Microsoft Q&A and Thank you for reaching out.

    I understand that you’re navigating the DALL·E 3 retirement and the associated upgrade process. Here’s the complete and accurate picture to help you plan confidently.

    Automatic upgrades

    Although your deployment’s Version Upgrade Policy is set to “Once a new default version is available”, this policy only applies within the same model family. In this case:

    • DALL·E 3 (v3.0) is being retired, not upgraded.

    gpt-image-1-mini is a different model family, not a newer version of DALL·E 3.

    Because of this Microsoft will not automatically upgrade your deployment.

    There is no newer default version of DALL·E 3 to roll forward to.

    If no action is taken, the deployment will stop working after 18-Feb-2026.

    This is why, when editing the deployment, you only see version 3.0 and no upgrade options.

    Manual migration

    You will need to explicitly migrate your application from DALL·E 3.0 to gpt-image-1-mini. This involves:

    Creating a new deployment using gpt-image-1-mini

    Updating application code:

    • Model name / deployment reference
    • Request parameters (image generation schema differs)
    • Response handling

    Validating output behavior (style, quality, safety)

    Switching traffic to the new deployment

    Retiring the old DALL·E 3 deployment

    Microsoft intentionally does not perform cross-model automatic upgrades to avoid silent behavior, output, or pricing changes.

    Please refer this DALL·E 3 Model Retirement and Upgrade Documentation

    I Hope this helps. Do let me know if you have any further queries.


    If this answers your query, please do click Accept Answer and Yes for was this answer helpful.

    Thank you!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.