Skip to content

Commit a426be2

Browse files
Update deploy-models-cohere-embed.md
1 parent 677f7af commit a426be2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The previously mentioned Cohere models can be deployed as a service with pay-as-
5252
- An [Azure AI hub resource](../how-to/create-azure-ai-resource.md).
5353

5454
> [!IMPORTANT]
55-
> For Cohere family models, the pay-as-you-go model deployment offering is only available with AI hubs created in EastUS, EastUS2 or Sweden Central regions.
55+
> For Cohere family models, the pay-as-you-go model deployment offering is only available with AI hubs created in EastUS2 or Sweden Central regions.
5656
5757
- An [Azure AI project](../how-to/create-projects.md) in Azure AI Studio.
5858
- Azure role-based access controls are used to grant access to operations in Azure AI Studio. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Studio](../concepts/rbac-ai-studio.md).
@@ -71,7 +71,7 @@ To create a deployment:
7171

7272
:::image type="content" source="../media/deploy-monitor/cohere-embed/embed-english-deploy-pay-as-you-go.png" alt-text="A screenshot showing how to deploy a model with the pay-as-you-go option." lightbox="../media/deploy-monitor/cohere-embed/embed-english-deploy-pay-as-you-go.png":::
7373

74-
1. Select the project in which you want to deploy your model. To deploy the model, your project must be in the EastUS, EastUS2 or Sweden Central regions.
74+
1. Select the project in which you want to deploy your model. To deploy the model, your project must be in the EastUS2 or Sweden Central regions.
7575
1. In the deployment wizard, select the link to **Azure Marketplace Terms** to learn more about the terms of use.
7676
1. You can also select the **Marketplace offer details** tab to learn about pricing for the selected model.
7777
1. If it is your first time deploying the model in the project, you have to subscribe your project for the particular offering. This step requires that your account has the **Azure AI Developer role** permissions on the Resource Group, as listed in the prerequisites. Each project has its own subscription to the particular Azure Marketplace offering of the model, which allows you to control and monitor spending. Select **Subscribe and Deploy**. Currently you can have only one deployment for each model within a project.
@@ -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)