Skip to content

Commit 9d82d2a

Browse files
authored
Merge pull request #118869 from HenryvanderVegte/patch-2
Add 'user' property to Dall-E 3 docs
2 parents 877bd5a + a42aa82 commit 9d82d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/ai-services/openai/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deploymen
10091009
| `quality` | string | Optional | `standard` | The quality of the generated images. Must be `hd` or `standard`. |
10101010
| `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). |
10111011
| `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. |
10121013

10131014

10141015
#### Example request

0 commit comments

Comments
 (0)