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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,11 +263,12 @@ The format in which DALL-E 3 generated images are returned. Must be one of `url`
263
263
264
264
The Image Edit API allows you to modify existing images based on text prompts you provide. The API call is similar to the image generation API call, but you also need to provide an input image.
265
265
266
-
> [!IMPORTANT]
267
-
> The input image must be less than 20 MB in size and must be a PNG or JPG file.
268
266
269
267
#### [GPT-image-1](#tab/gpt-image-1)
270
268
269
+
> [!IMPORTANT]
270
+
> The input image must be less than 50 MB in size and must be a PNG or JPG file.
0 commit comments