Skip to content

Commit 0714eea

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#121463
Changes mad in line no 122 & 130 From emebeddings To embeddings
1 parent e842b99 commit 0714eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ These models can be consumed using the embed API.
119119
Content-type: application/json
120120
```
121121

122-
#### v1/emebeddings request schema
122+
#### v1/embeddings request schema
123123

124124
Cohere Embed v3 - English and Embed v3 - Multilingual accept the following parameters for a `v1/embeddings` API call:
125125

126126
| Property | Type | Default | Description |
127127
| --- | --- | --- | --- |
128128
|`input` |`array of strings` |Required |An array of strings for the model to embed. Maximum number of texts per call is 96. We recommend reducing the length of each text to be under 512 tokens for optimal quality. |
129129

130-
#### v1/emebeddings response schema
130+
#### v1/embeddings response schema
131131

132132
The response payload is a dictionary with the following fields:
133133

0 commit comments

Comments
 (0)