Skip to content

Commit c8c568d

Browse files
committed
add MAI-DS-R1 to table
1 parent c1e6a81 commit c8c568d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/machine-learning/concept-models-featured.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,12 @@ For more examples of how to use Meta Llama models, see the following examples:
212212

213213
## Microsoft
214214

215-
Phi is a family of lightweight, state-of-the-art open models. These models were trained with Phi-3 datasets. The datasets include both synthetic data and the filtered, publicly available websites data, with a focus on high quality and reasoning-dense properties. The models underwent a rigorous enhancement process, incorporating both supervised fine-tuning, proximal policy optimization, and direct preference optimization to ensure precise instruction adherence and robust safety measures.
215+
Microsoft models include various model groups such as MAI models, Phi models, healthcare AI models, and more. To see all the available Microsoft models, view [the Microsoft model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
216+
216217

217218
| Model | Type | Capabilities |
218219
| ------ | ---- | ------------ |
220+
| [MAI-DS-R1](https://ai.azure.com/explore/models/MAI-DS-R1/version/1/registry/azureml) | [chat-completion with reasoning content](../ai-foundry/model-inference/how-to/use-chat-reasoning.md?context=/azure/machine-learning/context/context) | - **Input:** text (163,840 tokens) <br /> - **Output:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
219221
| [Phi-4-multimodal-instruct](https://ai.azure.com/explore/models/Phi-4-multimodal-instruct/version/1/registry/azureml) | [chat-completion (with image and audio content)](../ai-foundry/model-inference/how-to/use-chat-multi-modal.md?context=/azure/machine-learning/context/context) | - **Input:** text, images, and audio (131,072 tokens) <br /> - **Output:** text (4,096 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
220222
| [Phi-4-mini-instruct](https://ai.azure.com/explore/models/Phi-4-mini-instruct/version/1/registry/azureml) | [chat-completion](../ai-foundry/model-inference/how-to/use-chat-completions.md?context=/azure/machine-learning/context/context) | - **Input:** text (131,072 tokens) <br /> - **Output:** text (4,096 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
221223
| [Phi-4](https://ai.azure.com/explore/models/Phi-4/version/2/registry/azureml) | [chat-completion](../ai-foundry/model-inference/how-to/use-chat-completions.md?context=/azure/machine-learning/context/context) | - **Input:** text (16,384 tokens) <br /> - **Output:** text (16,384 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
@@ -230,11 +232,9 @@ Phi is a family of lightweight, state-of-the-art open models. These models were
230232
| [Phi-3-medium-4k-instruct](https://ai.azure.com/explore/models/Phi-3-medium-4k-instruct/version/5/registry/azureml) | [chat-completion](../ai-foundry/model-inference/how-to/use-chat-completions.md?context=/azure/machine-learning/context/context) | - **Input:** text (4,096 tokens) <br /> - **Output:** text (4,096 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
231233

232234

233-
See [this model collection in the Azure AI model catalog](https://ai.azure.com/explore/models?&selectedCollection=phi).
234-
235-
#### Inference examples: Microsoft Phi
235+
#### Inference examples: Microsoft models
236236

237-
For more examples of how to use Phi-3 family models, see the following examples:
237+
For more examples of how to use Microsoft models, see the following examples:
238238

239239
| Description | Language | Sample |
240240
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
@@ -245,6 +245,9 @@ For more examples of how to use Phi-3 family models, see the following examples:
245245
| Llama-Index | Python | [Link](https://aka.ms/azureai/llamaindex) |
246246

247247

248+
See [the Microsoft model collection in the Azure AI model catalog](https://ai.azure.com/explore/models?&selectedCollection=phi).
249+
250+
248251
## Mistral AI
249252

250253
Mistral AI offers two categories of models, namely:

0 commit comments

Comments
 (0)