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/machine-learning/how-to-deploy-models-mistral.md
+3-33Lines changed: 3 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,43 +62,14 @@ Certain models in the model catalog can be deployed as a service with pay-as-you
62
62
63
63
### Prerequisites
64
64
65
-
# [Mistral Large](#tab/mistral-large)
66
-
67
65
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
68
-
- An Azure Machine Learning workspace. If you don't have a workspace, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one. The serverless API model deployment offering for _Mistral Large_ is only available with workspaces created in these regions:
66
+
- An Azure Machine Learning workspace. If you don't have a workspace, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one.
69
67
70
-
* East US
71
-
* East US 2
72
-
* France Central
73
-
* North Central US
74
-
* South Central US
75
-
* West US
76
-
* West US 3
77
-
* Sweden Central
78
-
79
-
For a list of regions that are available for each of the models supporting serverless API endpoint deployments, see [Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md).
68
+
> [!IMPORTANT]
69
+
> The pay-as-you-go model deployment offering for eligible models in the Mistral family is only available in workspaces created in the **East US 2** and **Sweden Central** regions. For _Mistral Large_, the pay-as-you-go offering is also available in the **France Central** region.
80
70
81
71
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. 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 [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
82
72
83
-
# [Mistral Small](#tab/mistral-small)
84
-
85
-
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
86
-
- An Azure Machine Learning workspace. If you don't have a workspace, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one. The serverless API model deployment offering for _Mistral Small_ is only available with workspaces created in these regions:
87
-
88
-
* East US
89
-
* East US 2
90
-
* North Central US
91
-
* South Central US
92
-
* West US
93
-
* West US 3
94
-
* Sweden Central
95
-
96
-
For a list of regions that are available for each of the models supporting serverless API endpoint deployments, see [Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md).
97
-
98
-
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. 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 [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
99
-
100
-
---
101
-
102
73
### Create a new deployment
103
74
104
75
The following steps demonstrate the deployment of Mistral Large, but you can use the same steps to deploy Mistral Small by replacing the model name.
@@ -315,4 +286,3 @@ Models deployed as a service with pay-as-you-go are protected by Azure AI conten
315
286
-[Model Catalog and Collections](concept-model-catalog.md)
316
287
-[Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
317
288
-[Plan and manage costs for Azure AI Studio](concept-plan-manage-cost.md)
318
-
-[Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md)
0 commit comments