Skip to content

Commit 5947835

Browse files
Merge pull request #7790 from mpande98/patch-6
Enhance DALL·E documentation with GPT-Image-1-Mini details
2 parents fdef97d + 88c6134 commit 5947835

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

articles/ai-foundry/openai/how-to/dall-e.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,28 @@ OpenAI's image generation models create images from user-provided text prompts a
3131

3232
- Use image generation via [image generation API](https://int.ai.azure.com/doc/azure/ai-foundry/openai/dall-e-quickstart?tid=7f292395-a08f-4cc0-b3d0-a400b023b0d2) or [responses API](/azure/ai-foundry/openai/how-to/responses?tabs=python-key)
3333
- Experiment with image generation in the [image playground](https://int.ai.azure.com/doc/azure/ai-foundry/openai/dall-e-quickstart?tid=7f292395-a08f-4cc0-b3d0-a400b023b0d2)
34-
- Explore [content filtering](https://int.ai.azure.com/doc/azure/ai-foundry/openai/concepts/content-filter?tid=7f292395-a08f-4cc0-b3d0-a400b023b0d2) and apply to opt out [here]([url](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUMlBQNkZMR0lFRldORTdVQzQ0TEI5Q1ExOSQlQCN0PWcu):
3534
- Learn about [image generation tokens ](https://int.ai.azure.com/doc/azure/ai-foundry/openai/overview?tid=7f292395-a08f-4cc0-b3d0-a400b023b0d2)
3635

37-
| Aspect | GPT-Image-1 | DALL·E 3 |
38-
|--------|-------------|----------|
39-
| **Input / Output Modalities & Format** | Accepts **text + image** inputs; outputs images only in **base64** (no URL option). | Accepts **text (primary)** input; limited image editing inputs (with mask). Outputs as **URL or base64**. |
40-
| **Image Sizes / Resolutions** | 1024×1024, 1024×1536, 1536×1024 | 1024×1024, 1024×1792, 1792×1024 |
41-
| **Quality Options** | `low`, `medium`, `high` (default = high) | `standard`, `hd`; style options: `natural`, `vivid` |
42-
| **Number of Images per Request** | 1–10 images per request (`n` parameter) | Only **1 image** per request (`n` must be 1) |
43-
| **Editing (inpainting / variations)** | Yes — supports inpainting and variations with mask + prompt | Yes — supports inpainting and variations |
44-
| **Strengths** | Better **prompt fidelity**, realism, multimodal context use, strong in **editing instruction-following** | Strong at **prompt adherence**, natural text rendering, stylistic variety, coherent image generation |
36+
| Aspect | GPT-Image-1 | GPT-Image-1-Mini | DALL·E 3 |
37+
|--------|--------------|------------------|-----------|
38+
| **Input / Output Modalities & Format** | Accepts **text + image** inputs; outputs images only in **base64** (no URL option). | Accepts **text + image** inputs; outputs images only in **base64** (no URL option). | Accepts **text (primary)** input; limited image editing inputs (with mask). Outputs as **URL or base64**. |
39+
| **Image Sizes / Resolutions** | 1024×1024, 1024×1536, 1536×1024 | 1024×1024, 1024×1536, 1536×1024 | 1024×1024, 1024×1792, 1792×1024 |
40+
| **Quality Options** | `low`, `medium`, `high` (default = high) | `low`, `medium`, `high` (default = medium) | `standard`, `hd`; style options: `natural`, `vivid` |
41+
| **Number of Images per Request** | 1–10 images per request (`n` parameter) | 1–10 images per request (`n` parameter) | Only **1 image** per request (`n` must be 1) |
42+
| **Editing (inpainting / variations)** | Yes — supports inpainting and variations with mask + prompt | Yes — supports inpainting and variations with mask + prompt | Yes — supports inpainting and variations |
43+
| **Face Preservation** | ✅ Advanced **face preservation** for realistic, consistent results | ❌ No dedicated face preservation; better for **non-portrait/general creative** imagery | ❌ No dedicated face preservation |
44+
| **Performance & Cost** | High-fidelity, **realism-optimized** model; higher latency and cost | **Cost-efficient** and **faster** for large-scale or iterative generation | Balanced performance; higher latency on complex prompts |
45+
| **Strengths** | Best for **realism**, **instruction following**, and **multimodal context** | Best for **fast prototyping**, **bulk generation**, or **cost-sensitive** use cases | Strong **prompt adherence**, **natural text rendering**, and **stylistic diversity** |
46+
47+
## Responsible AI and Image Generation
48+
Azure OpenAI image generation models include built-in Responsible AI (RAI) protections to help ensure safe and compliant use.
49+
We provide input and output moderation across all image generation models, along with Azure-specific safeguards such as content filtering and abuse monitoring. These systems help detect and prevent the generation or misuse of harmful, unsafe, or policy-violating content.
50+
Customers can learn more about these safeguards and how to customize them here:
51+
- Learn more: Explore[content filtering](https://learn.microsoft.com/azure/ai-foundry/openai/concepts/content-filter)
52+
- Request customization: Apply to [opt out of content filtering](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUMlBQNkZMR0lFRldORTdVQzQ0TEI5Q1ExOSQlQCN0PWcu)
53+
54+
Certain Enterprise Agreement (EA) customers, those with significant usage volume, or customers with approved use cases may also be eligible to enable photo transformations (i.e. applying image edits) to images containing minors.
55+
If you're approved, such images will not be automatically blocked by the system.
4556

4657

4758
## Call the image generation API
@@ -337,8 +348,6 @@ The Image Edit API enables you to modify existing images based on text prompts y
337348
> [!IMPORTANT]
338349
> The input image must be less than 50 MB in size and must be a PNG or JPG file.
339350
340-
> [!IMPORTANT]
341-
> `gpt-image-1-mini` does not currently support image edits.
342351

343352
Send a POST request to:
344353

0 commit comments

Comments
 (0)