You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-cohere-embed.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,15 +119,15 @@ These models can be consumed using the embed API.
119
119
Content-type: application/json
120
120
```
121
121
122
-
#### v1/emebeddings request schema
122
+
#### v1/embeddings request schema
123
123
124
124
Cohere Embed v3 - English and Embed v3 - Multilingual accept the following parameters for a `v1/embeddings` API call:
125
125
126
126
| Property | Type | Default | Description |
127
127
| --- | --- | --- | --- |
128
128
|`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. |
129
129
130
-
#### v1/emebeddings response schema
130
+
#### v1/embeddings response schema
131
131
132
132
The response payload is a dictionary with the following fields:
0 commit comments