Skip to content

Commit 3014939

Browse files
committed
update input image size note
1 parent f056757 commit 3014939

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,12 @@ The format in which DALL-E 3 generated images are returned. Must be one of `url`
263263

264264
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.
265265

266-
> [!IMPORTANT]
267-
> The input image must be less than 20 MB in size and must be a PNG or JPG file.
268266

269267
#### [GPT-image-1](#tab/gpt-image-1)
270268

269+
> [!IMPORTANT]
270+
> The input image must be less than 50 MB in size and must be a PNG or JPG file.
271+
271272
Send a POST request to:
272273

273274
```

0 commit comments

Comments
 (0)