Skip to content

Commit 73b9546

Browse files
committed
rename mistral models
1 parent ec05fca commit 73b9546

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

articles/ai-studio/how-to/deploy-models-mistral.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: references_regions, build-2024
2020
In this article, you learn how to use Azure AI Studio to deploy the Mistral family of models as serverless APIs with pay-as-you-go token-based billing.
2121
Mistral AI offers two categories of models in the [Azure AI Studio](https://ai.azure.com). These models are available in the [model catalog](model-catalog-overview.md):
2222

23-
* __Premium models__: Mistral Large, Mistral Large 2407, and Mistral Small.
23+
* __Premium models__: Mistral Large (2402), Mistral Large (2407), and Mistral Small.
2424
* __Open models__: Mistral Nemo, Mixtral-8x7B-Instruct-v01, Mixtral-8x7B-v01, Mistral-7B-Instruct-v01, and Mistral-7B-v01.
2525

2626
All the premium models and Mistral Nemo (an open model) can be deployed as serverless APIs with pay-as-you-go token-based billing. The other open models can be deployed to managed computes in your own Azure subscription.
@@ -33,17 +33,17 @@ You can browse the Mistral family of models in the model catalog by filtering on
3333

3434
Mistral Large is Mistral AI's most advanced Large Language Model (LLM). It can be used on any language-based task, thanks to its state-of-the-art reasoning and knowledge capabilities. There are two variants available for the Mistral Large model version:
3535

36-
- Mistral Large
37-
- Mistral Large 2407
36+
- Mistral Large (2402)
37+
- Mistral Large (2407)
3838

39-
Additionally, some attributes of _Mistral Large_ include:
39+
Additionally, some attributes of _Mistral Large (2402)_ include:
4040

4141
* __Specialized in RAG.__ Crucial information isn't lost in the middle of long context windows (up to 32-K tokens).
4242
* __Strong in coding.__ Code generation, review, and comments. Supports all mainstream coding languages.
4343
* __Multi-lingual by design.__ Best-in-class performance in French, German, Spanish, Italian, and English. Dozens of other languages are supported.
4444
* __Responsible AI compliant.__ Efficient guardrails baked in the model and extra safety layer with the `safe_mode` option.
4545

46-
And attributes of _Mistral Large 2407_ include:
46+
And attributes of _Mistral Large (2407)_ include:
4747

4848
- **Multi-lingual by design.** Supports dozens of languages, including English, French, German, Spanish, and Italian.
4949
- **Proficient in coding.** Trained on more than 80 coding languages, including Python, Java, C, C++, JavaScript, and Bash. Also trained on more specific languages such as Swift and Fortran.
@@ -83,7 +83,7 @@ Additionally, Mistral Nemo is:
8383

8484
Certain models in the model catalog can be deployed as a serverless API with pay-as-you-go billing. This kind of deployment provides a way to consume models as an API without hosting them on your subscription, while keeping the enterprise security and compliance that organizations need. This deployment option doesn't require quota from your subscription.
8585

86-
**Mistral Large**, **Mistral Large 2407**, **Mistral Small**, and **Mistral Nemo** can be deployed as a serverless API with pay-as-you-go billing and are offered by Mistral AI through the Microsoft Azure Marketplace. Mistral AI can change or update the terms of use and pricing of these models.
86+
**Mistral Large (2402)**, **Mistral Large (2407)**, **Mistral Small**, and **Mistral Nemo** can be deployed as a serverless API with pay-as-you-go billing and are offered by Mistral AI through the Microsoft Azure Marketplace. Mistral AI can change or update the terms of use and pricing of these models.
8787

8888
### Prerequisites
8989

@@ -105,13 +105,13 @@ Certain models in the model catalog can be deployed as a serverless API with pay
105105

106106
### Create a new deployment
107107

108-
The following steps demonstrate the deployment of Mistral Large, but you can use the same steps to deploy Mistral Nemo or any of the premium Mistral models by replacing the model name.
108+
The following steps demonstrate the deployment of Mistral Large (2402), but you can use the same steps to deploy Mistral Nemo or any of the premium Mistral models by replacing the model name.
109109

110110
To create a deployment:
111111

112112
1. Sign in to [Azure AI Studio](https://ai.azure.com).
113113
1. Select **Model catalog** from the left sidebar.
114-
1. Search for and select **Mistral-large** to open its Details page.
114+
1. Search for and select the Mistral Large (2402) model to open its Details page.
115115

116116
:::image type="content" source="../media/deploy-monitor/mistral/mistral-large-deploy-directly-from-catalog.png" alt-text="A screenshot showing how to access the model details page by going through the model catalog." lightbox="../media/deploy-monitor/mistral/mistral-large-deploy-directly-from-catalog.png":::
117117

@@ -120,7 +120,7 @@ To create a deployment:
120120

121121
1. From the left sidebar of your project, select **Components** > **Deployments**.
122122
1. Select **+ Create deployment**.
123-
1. Search for and select **Mistral-large**. to open the Model's Details page.
123+
1. Search for and select the Mistral Large (2402) model to open the Model's Details page.
124124

125125
:::image type="content" source="../media/deploy-monitor/mistral/mistral-large-deploy-starting-from-project.png" alt-text="A screenshot showing how to access the model details page by going through the Deployments page in your project." lightbox="../media/deploy-monitor/mistral/mistral-large-deploy-starting-from-project.png":::
126126

articles/machine-learning/how-to-deploy-models-mistral.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this article, you learn how to use Azure Machine Learning studio to deploy th
1919

2020
Mistral AI offers two categories of models in Azure Machine Learning studio. These models are available in the [model catalog](concept-model-catalog.md).
2121

22-
* __Premium models__: Mistral Large, Mistral Large 2407, and Mistral Small.
22+
* __Premium models__: Mistral Large (2402), Mistral Large (2407), and Mistral Small.
2323
* __Open models__: Mistral Nemo, Mixtral-8x7B-Instruct-v01, Mixtral-8x7B-v01, Mistral-7B-Instruct-v01, and Mistral-7B-v01.
2424

2525
All the premium models and Mistral Nemo (an open model) can be deployed as serverless APIs with pay-as-you-go token-based billing. The other open models can be deployed to managed computes in your own Azure subscription.
@@ -32,17 +32,17 @@ You can browse the Mistral family of models in the model catalog by filtering on
3232

3333
Mistral Large is Mistral AI's most advanced Large Language Model (LLM). It can be used on any language-based task, thanks to its state-of-the-art reasoning and knowledge capabilities. There are two variants available for the Mistral Large model version:
3434

35-
- Mistral Large
36-
- Mistral Large 2407
35+
- Mistral Large (2402)
36+
- Mistral Large (2407)
3737

38-
Additionally, some attributes of _Mistral Large_ include:
38+
Additionally, some attributes of _Mistral Large (2402)_ include:
3939

4040
- __Specialized in RAG.__ Crucial information isn't lost in the middle of long context windows (up to 32 K tokens).
4141
- __Strong in coding.__ Code generation, review, and comments. Supports all mainstream coding languages.
4242
- __Multi-lingual by design.__ Best-in-class performance in French, German, Spanish, and Italian - in addition to English. Dozens of other languages are supported.
4343
- __Responsible AI compliant.__ Efficient guardrails baked in the model, and extra safety layer with the `safe_mode` option.
4444

45-
And attributes of _Mistral Large 2407_ include:
45+
And attributes of _Mistral Large (2407)_ include:
4646

4747
- **Multi-lingual by design.** Supports dozens of languages, including English, French, German, Spanish, and Italian.
4848
- **Proficient in coding.** Trained on more than 80 coding languages, including Python, Java, C, C++, JavaScript, and Bash. Also trained on more specific languages such as Swift and Fortran.
@@ -84,7 +84,7 @@ Additionally, Mistral Nemo is:
8484

8585
Certain models in the model catalog can be deployed as a serverless API with pay-as-you-go billing. This kind of deployment provides a way to consume models as an API without hosting them on your subscription, while keeping the enterprise security and compliance that organizations need. This deployment option doesn't require quota from your subscription.
8686

87-
**Mistral Large**, **Mistral Large 2407**, **Mistral Small**, and **Mistral Nemo** can be deployed as a serverless API with pay-as-you-go billing and are offered by Mistral AI through the Microsoft Azure Marketplace. Mistral AI can change or update the terms of use and pricing of these models.
87+
**Mistral Large (2402)**, **Mistral Large (2407)**, **Mistral Small**, and **Mistral Nemo** can be deployed as a serverless API with pay-as-you-go billing and are offered by Mistral AI through the Microsoft Azure Marketplace. Mistral AI can change or update the terms of use and pricing of these models.
8888

8989

9090
### Prerequisites
@@ -106,13 +106,13 @@ Certain models in the model catalog can be deployed as a serverless API with pay
106106

107107
### Create a new deployment
108108

109-
The following steps demonstrate the deployment of Mistral Large, but you can use the same steps to deploy Mistral Nemo or any of the premium Mistral models by replacing the model name.
109+
The following steps demonstrate the deployment of Mistral Large (2402), but you can use the same steps to deploy Mistral Nemo or any of the premium Mistral models by replacing the model name.
110110

111111
To create a deployment:
112112

113113
1. Go to [Azure Machine Learning studio](https://ml.azure.com/home).
114114
1. Select the workspace in which you want to deploy your model. To use the serverless API model deployment offering, your workspace must belong to one of the regions listed in the [prerequisites](#prerequisites).
115-
1. Choose the model you want to deploy, for example Mistral-large, from the [model catalog](https://ml.azure.com/model/catalog).
115+
1. Choose the model you want to deploy, for example the Mistral Large (2402) model, from the [model catalog](https://ml.azure.com/model/catalog).
116116

117117
Alternatively, you can initiate deployment by going to your workspace and selecting **Endpoints** > **Serverless endpoints** > **Create**.
118118

@@ -123,7 +123,7 @@ To create a deployment:
123123

124124
1. In the deployment wizard, select the link to **Azure Marketplace Terms** to learn more about the terms of use.
125125
1. You can also select the **Pricing and terms** tab to learn about pricing for the selected model.
126-
1. If this is your first time deploying the model in the workspace, you have to subscribe your workspace for the particular offering (for example, Mistral-large). This step requires that your account has the **Azure AI Developer role** permissions on the Resource Group, as listed in the prerequisites. Each workspace has its own subscription to the particular Azure Marketplace offering, which allows you to control and monitor spending. Select **Subscribe and Deploy**. Currently you can have only one deployment for each model within a workspace.
126+
1. If this is your first time deploying the model in the workspace, you have to subscribe your workspace for the particular offering (for example, Mistral Large (2402)). This step requires that your account has the **Azure AI Developer role** permissions on the Resource Group, as listed in the prerequisites. Each workspace has its own subscription to the particular Azure Marketplace offering, which allows you to control and monitor spending. Select **Subscribe and Deploy**. Currently you can have only one deployment for each model within a workspace.
127127

128128
1. Once you subscribe the workspace for the particular Azure Marketplace offering, subsequent deployments of the _same_ offering in the _same_ workspace don't require subscribing again. If this scenario applies to you, you'll see a **Continue to deploy** option to select.
129129

@@ -142,7 +142,7 @@ To learn about billing for Mistral models deployed as a serverless API with pay-
142142

143143
### Consume the Mistral family of models as a service
144144

145-
You can consume Mistral Large by using the chat API.
145+
You can consume Mistral Large models by using the chat API.
146146

147147
1. In the **workspace**, select **Endpoints** > **Serverless endpoints**.
148148
1. Find and select the deployment you created.

0 commit comments

Comments
 (0)