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
|`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. |
613
613
|`size`| string | Optional |`1024x1024`| The size of the generated images. Must be one of `1792x1024`, `1024x1024`, or `1024x1792`. |
614
614
|`quality`| string | Optional |`standard`| The quality of the generated images. Must be `hd` or `standard`. |
615
615
|`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