Skip to content

Commit 7e13408

Browse files
Add 'user' property to Dall-E 3 docs
See https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-12-01-preview/inference.json "user": { "description": "A unique identifier representing your end-user, which can help to monitor and detect abuse.", "type": "string", "format": "string", "example": "user123456" },
1 parent aced742 commit 7e13408

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
@@ -967,6 +967,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deploymen
967967
| `quality` | string | Optional | `standard` | The quality of the generated images. Must be `hd` or `standard`. |
968968
| `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). |
969969
| `style` | string | Optional | `vivid` | The style of the generated images. Must be `natural` or `vivid` (for hyper-realistic / dramatic images). |
970+
| `user` | string | Optional || A unique identifier representing your end-user, which can help to monitor and detect abuse. |
970971

971972

972973
#### Example request

0 commit comments

Comments
 (0)