Skip to content

Commit 31d18c3

Browse files
author
Derek Legenzoff
authored
Updating DALL-E 3 API docs
1 parent 6b38555 commit 31d18c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/{deployment-id}/images
609609
| Parameter | Type | Required? | Default | Description |
610610
|--|--|--|--|--|
611611
| `prompt` | string | Required | | A text description of the desired image(s). The maximum length is 1000 characters. |
612-
| `n` | integer | Optional | 1 | The number of images to generate. Must be between 1 and 5. |
612+
| `n` | integer | Optional | 1 | The number of images to generate. Only `n=1` is supported for DALL-E 3. |
613613
| `size` | string | Optional | `1024x1024` | The size of the generated images. Must be one of `1792x1024`, `1024x1024`, or `1024x1792`. |
614614
| `quality` | string | Optional | `standard` | The quality of the generated images. Must be `hd` or `standard`. |
615615
| `imagesResponseFormat` | string | Optional | `url` | The format in which the generated images are returned Must be `url` (a URL pointing to the image) or `b64_json` (the base 64 byte code in JSON format). |

0 commit comments

Comments
 (0)