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-rerank.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,22 +86,22 @@ To create a deployment:
86
86
1. Alternatively, you can initiate a deployment from your project in the AI Foundry portal as follows:
87
87
88
88
1. From the left sidebar of your project, select **Models + Endpoints**.
89
-
1. Select **+ Deploy model**.
89
+
1. Select **+ Deploy model** > **Deploy base model**.
90
90
1. Search for and select **Cohere-rerank-v3-english** to open the Model Details page.
91
91
1. Select **Confirm** to open a serverless API deployment window for the model.
92
92
93
93
1. In the deployment wizard, select the link to **Azure Marketplace Terms** to learn more about the terms of use.
94
94
1. Select the **Pricing and terms** tab to learn about pricing for the selected model.
95
95
1. Select the **Subscribe and Deploy** button. If this is your first time deploying the model in the project, you have to subscribe your project for the particular offering.
96
96
97
-
> [!NOTE]
98
-
> This step requires that your account has the **Azure AI Developer role** permissions on the resource group, as listed in the prerequisites. Models that are offered by non-Microsoft providers (for example, Cohere models) are billed through the Azure Marketplace. For such models, you're required to subscribe your project to the particular model offering. Each project has its own subscription to the particular Azure Marketplace offering of the model, which allows you to control and monitor spending. Currently, you can have only one deployment for each model within a project.
97
+
> [!NOTE]
98
+
> This step requires that your account has the **Azure AI Developer role** permissions on the resource group, as listed in the prerequisites. Models that are offered by non-Microsoft providers (for example, Cohere models) are billed through the Azure Marketplace. For such models, you're required to subscribe your project to the particular model offering. Each project has its own subscription to the particular Azure Marketplace offering of the model, which allows you to control and monitor spending. Currently, you can have only one deployment for each model within a project.
99
99
100
100
1. Once you subscribe the project for the particular Azure Marketplace offering, subsequent deployments of the _same_ offering in the _same_ project don't require subscribing again. If this scenario applies to you, there's a **Continue to deploy** option to select.
101
101
102
102
1. Give the deployment a name. This name becomes part of the deployment API URL. This URL must be unique in each Azure region.
103
103
104
-
1. Select **Deploy**. Wait until the deployment is ready and you're redirected to the Deployments page.
104
+
1. Select **Deploy**. Wait until the deployment is ready and you're redirected to the **Model deployments** page.
105
105
1. On the Deployments page, select the deployment, and note the endpoint's **Target** URL and the Secret **Key**. For more information on using the APIs, see the [reference](#rerank-api-reference-for-cohere-rerank-models-deployed-as-a-service) section.
106
106
1.[!INCLUDE [Find your deployment details](../includes/find-deployments.md)]
0 commit comments