Skip to content

Commit 83cdaeb

Browse files
committed
adding ministral model
1 parent acc2e8e commit 83cdaeb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
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 (2402), Mistral Large (2407), and Mistral Small.
22+
* __Premium models__: Mistral Large (2402), Mistral Large (2407), Mistral Small, and Ministral-3B.
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.
@@ -62,6 +62,17 @@ Mistral Small is:
6262
- **Multi-lingual by design.** Best-in-class performance in French, German, Spanish, Italian, and English. Dozens of other languages are supported.
6363
- **Responsible AI compliant.** Efficient guardrails baked in the model, and extra safety layer with the `safe_mode` option.
6464

65+
# [Ministral 3B](#tab/ministral-3b)
66+
67+
Ministral 3B is Mistral AI's Small Language Model (SLM) optimized for edge computing and on-device applications. The model is designed for low-latency and compute-efficient inference; therefore, it is perfect for standard GenAI applications that have real-time requirements and high-volume.
68+
69+
* **Input**: text only
70+
* **Output**: text only
71+
* **Number of parameters**: 3.6 billion
72+
73+
The following models are available:
74+
75+
* [Ministral-3B](https://aka.ms/azureai/landing/Ministral-3B)
6576

6677
# [Mistral Nemo](#tab/mistral-nemo)
6778

0 commit comments

Comments
 (0)