You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/how-to/dall-e.md
+20-11Lines changed: 20 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,28 @@ OpenAI's image generation models create images from user-provided text prompts a
31
31
32
32
- 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)
33
33
- 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):
35
34
- Learn about [image generation tokens ](https://int.ai.azure.com/doc/azure/ai-foundry/openai/overview?tid=7f292395-a08f-4cc0-b3d0-a400b023b0d2)
36
35
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**. |
|**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:
- 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.
45
56
46
57
47
58
## Call the image generation API
@@ -337,8 +348,6 @@ The Image Edit API enables you to modify existing images based on text prompts y
337
348
> [!IMPORTANT]
338
349
> The input image must be less than 50 MB in size and must be a PNG or JPG file.
339
350
340
-
> [!IMPORTANT]
341
-
> `gpt-image-1-mini` does not currently support image edits.
0 commit comments