Skip to content

Commit b394940

Browse files
Merge pull request #391 from santiagxf/santiagxf-patch-3
Update reference-model-inference-embeddings.md
2 parents 8013824 + 90b9dc3 commit b394940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/ai-studio/reference/reference-model-inference-embeddings.md

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

4343
| Name | Required | Type | Description |
4444
| --------------- | -------- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
45+
| model | | string | The model name. This parameter is ignored if the endpoint serves only one model. |
4546
| input | True | string[] | Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. |
4647
| dimensions | | integer | The number of dimensions the resulting output embeddings should have. Returns a 422 error if the model doesn't support the value or parameter. |
4748
| 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)