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
@@ -538,7 +538,8 @@ POST https://{your-resource-name}.openai.azure.com/openai/{deployment-id}/images
538
538
|`n`| integer | Optional | 1 | The number of images to generate. Must be between 1 and 5. |
539
539
|`size`| string | Optional |`1024x1024`| The size of the generated images. Must be one of `1792x1024`, `1024x1024`, or `1024x1792`. |
540
540
|`quality`| string | Optional |`standard`| The quality of the generated images. Must be `hd` or `standard`. |
541
-
|`style`| string | Optional |`vivid`| The style of the generated images. Must be `natural` or `vivid`. |
541
+
|`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). |
542
+
|`style`| string | Optional |`vivid`| The style of the generated images. Must be `natural` or `vivid` (for hyper-realistic / dramatic images). |
0 commit comments