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-services/openai/reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1009,6 +1009,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deploymen
1009
1009
|`quality`| string | Optional |`standard`| The quality of the generated images. Must be `hd` or `standard`. |
1010
1010
|`response_format`| 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). |
1011
1011
|`style`| string | Optional |`vivid`| The style of the generated images. Must be `natural` or `vivid` (for hyper-realistic / dramatic images). |
1012
+
|`user`| string | Optional || A unique identifier representing your end-user, which can help to monitor and detect abuse. |
0 commit comments