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-mistral.md
+3-34Lines changed: 3 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,45 +60,15 @@ Certain models in the model catalog can be deployed as a serverless API with pay
60
60
61
61
### Prerequisites
62
62
63
-
# [Mistral Large](#tab/mistral-large)
64
-
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.
66
-
- An [Azure AI Studio hub](../how-to/create-azure-ai-resource.md). The serverless API model deployment offering for _Mistral Large_ is only available with hubs created in these regions:
67
-
68
-
* East US
69
-
* East US 2
70
-
* France Central
71
-
* North Central US
72
-
* South Central US
73
-
* West US
74
-
* West US 3
75
-
* Sweden Central
76
-
77
-
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](deploy-models-serverless-availability.md).
78
-
79
-
- An [Azure AI Studio project](../how-to/create-projects.md).
80
-
- Azure role-based access controls (Azure RBAC) 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).
81
-
82
-
# [Mistral Small](#tab/mistral-small)
83
-
84
63
- 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.
85
-
- An [Azure AI Studio hub](../how-to/create-azure-ai-resource.md). The serverless API model deployment offering for _Mistral Small_ is only available with hubs created in these regions:
64
+
- An [Azure AI Studio hub](../how-to/create-azure-ai-resource.md).
86
65
87
-
* East US
88
-
* East US 2
89
-
* North Central US
90
-
* South Central US
91
-
* West US
92
-
* West US 3
93
-
* Sweden Central
94
-
95
-
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](deploy-models-serverless-availability.md).
66
+
> [!IMPORTANT]
67
+
> The serverless API model deployment offering for eligible models in the Mistral family is only available in hubs created in the **East US 2** and **Sweden Central** regions. For _Mistral Large_, the serverless API model deployment offering is also available in the **France Central** region.
96
68
97
69
- An [Azure AI Studio project](../how-to/create-projects.md).
98
70
- Azure role-based access controls (Azure RBAC) 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).
99
71
100
-
---
101
-
102
72
### Create a new deployment
103
73
104
74
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.
@@ -322,4 +292,3 @@ Models deployed as a serverless API with pay-as-you-go billing are protected by
322
292
323
293
-[What is Azure AI Studio?](../what-is-ai-studio.md)
324
294
-[Azure AI FAQ article](../faq.yml)
325
-
-[Region availability for models in serverless API endpoints](deploy-models-serverless-availability.md)
0 commit comments