Skip to content

Commit b5eb431

Browse files
authored
Update reference-model-inference-images-embeddings.md
1 parent cda5ba9 commit b5eb431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/machine-learning/reference-model-inference-images-embeddings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ POST /images/embeddings?api-version=2024-04-01-preview
4141

4242
| Name | Required | Type | Description |
4343
| --- | --- | --- | --- |
44+
| model | | string | The model name. This parameter is ignored if the endpoint serves only one model. |
4445
| input | True | [EmbeddingInput](#embeddinginput)\[\] | Input image to embed. To embed multiple inputs in a single request, pass an array. The input must not exceed the max input tokens for the model. |
4546
| dimensions | | integer | The number of dimensions the resulting output embeddings should have. Passing null causes the model to use its default value. Returns a 422 error if the model doesn't support the value or parameter. |
4647
| encoding\_format | | [EmbeddingEncodingFormat](#embeddingencodingformat) | The format to return the embeddings in. Either base64, float, int8, uint8, binary, or ubinary. Returns a 422 error if the model doesn't support the value or parameter. |

0 commit comments

Comments
 (0)