Skip to content

Commit 45d0c6f

Browse files
Merge pull request #7352 from mpande98/patch-4
Update dall-e.md
2 parents 3f0787c + f545015 commit 45d0c6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ OpenAI's image generation models create images from user-provided text prompts a
2727
- Deploy a `dall-e-3` or `gpt-image-1` model with your Azure OpenAI resource. For more information on deployments, see [Create a resource and deploy a model with Azure OpenAI](/azure/ai-foundry/openai/how-to/create-resource).
2828
- GPT-image-1 is the newer model and features a number of improvements over DALL-E 3. It's available in limited access: apply for access with [this form](https://aka.ms/oai/gptimage1access).
2929

30+
## Overview
31+
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+
- 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+
- Learn about [image generation tokens ](https://int.ai.azure.com/doc/azure/ai-foundry/openai/overview?tid=7f292395-a08f-4cc0-b3d0-a400b023b0d2)
36+
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 |
45+
3046

3147
## Call the image generation API
3248

0 commit comments

Comments
 (0)