Skip to content

Commit 3ce9c58

Browse files
committed
PM feedback
1 parent f851393 commit 3ce9c58

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

articles/ai-foundry/concepts/models-featured.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,19 @@ For more examples of how to use Meta Llama models, see the following examples:
207207

208208
## Microsoft
209209

210+
Microsoft models include various model groups such as MAI models, Phi models, ... _Add description for Microsoft models_
211+
212+
### MAI models
213+
214+
_Add description for MAI models_
215+
216+
| Model | Type | Capabilities |
217+
| ------ | ---- | ------------ |
218+
| [MAI-DS-R1](https://ai.azure.com/explore/models/) | [chat-completion with reasoning content](../model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context) | - **Input:** text (163,840 tokens) <br /> - **Output:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
219+
220+
221+
### Phi models
222+
210223
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.
211224

212225
| Model | Type | Capabilities |
@@ -224,9 +237,6 @@ Phi is a family of lightweight, state-of-the-art open models. These models were
224237
| [Phi-3-medium-128k-instruct](https://ai.azure.com/explore/models/Phi-3-medium-128k-instruct/version/6/registry/azureml) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text (131,072 tokens) <br /> - **Output:** text (4,096 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
225238
| [Phi-3-medium-4k-instruct](https://ai.azure.com/explore/models/Phi-3-medium-4k-instruct/version/5/registry/azureml) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text (4,096 tokens) <br /> - **Output:** text (4,096 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
226239

227-
228-
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
229-
230240
#### Inference examples: Microsoft Phi
231241

232242
For more examples of how to use Phi-3 family models, see the following examples:
@@ -239,16 +249,7 @@ For more examples of how to use Phi-3 family models, see the following examples:
239249
| LangChain | Python | [Link](https://aka.ms/azureai/langchain) |
240250
| Llama-Index | Python | [Link](https://aka.ms/azureai/llamaindex) |
241251

242-
243-
## Microsoft AI
244-
245-
Microsoft AI models are ...
246-
247-
| Model | Type | Capabilities |
248-
| ------ | ---- | --- |
249-
| [MAI-DeepSeek-R1](https://ai.azure.com/explore/models/) | [chat-completion with reasoning content](../model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context) | - **Input:** text (163,840 tokens) <br /> - **Output:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
250-
251-
See [the Microsoft AI model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=).
252+
See [the Microsoft model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
252253

253254

254255
## Mistral AI

articles/ai-foundry/includes/region-availability-maas.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,11 @@ Llama 3.1 8B Instruct <br> Llama 3.1 70B Instruct <br> Llama-3.2-11B-Vision-Inst
7171
Llama 3.1 405B Instruct | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US <br> East US 2 <br> North Central US <br> South Central US <br> West US <br> West US 3 | Not available |
7272

7373

74-
### Microsoft AI models
75-
76-
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
77-
|---------|---------|---------|---------|
78-
MAI-DeepSeek-R1 | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> West US <br> West US 3 | Not available |
79-
80-
### Microsoft Phi family models
74+
### Microsoft models
8175

8276
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
8377
|---------|---------|---------|---------|
78+
MAI-DS-R1 | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> West US <br> West US 3 | Not available |
8479
Phi-4 <br> Phi-4-mini-instruct <br> Phi-4-multimodal-instruct | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | East US 2 <br> East US <br> North Central US <br> South Central US <br> West US <br> West US 3 |
8580
Phi-3.5-vision-Instruct | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | Not available |
8681
Phi-3.5-MoE-Instruct | Not applicable | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | East US 2 <br> East US <br> North Central US <br> South Central US <br> West US <br> West US 3 |

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,19 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
141141

142142
### Microsoft
143143

144+
Microsoft models include various model groups such as MAI models, Phi models, ... _Add description for Microsoft models_
145+
146+
### MAI models
147+
148+
_Add description for MAI models_
149+
150+
| Model | Type | Tier | Capabilities |
151+
| ------ | ---- | --- | ------------ |
152+
| [MAI-DS-R1](https://ai.azure.com/explore/models/) | chat-completion <br /> [(with reasoning content)](../how-to/use-chat-reasoning.md) | Global standard | - **Input:** text (163,840 tokens) <br /> - **Output:** (163,840 tokens) <br /> - **Languages:** `en` and `zh` <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
153+
154+
155+
### Phi models
156+
144157
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.
145158

146159
| Model | Type | Tier | Capabilities |
@@ -159,18 +172,8 @@ Phi is a family of lightweight, state-of-the-art open models. These models were
159172
| [Phi-3-small-128k-instruct](https://ai.azure.com/explore/models/Phi-3-small-128k-instruct/version/4/registry/azureml) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** (4,096 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
160173

161174

162-
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
163-
164-
165-
### Microsoft AI
166-
167-
Microsoft AI models are ...
168-
169-
| Model | Type | Capabilities |
170-
| ------ | ---- | --- |
171-
| [MAI-DeepSeek-R1](https://ai.azure.com/explore/models/) | chat-completion <br /> [(with reasoning content)](../how-to/use-chat-reasoning.md) | Global standard | - **Input:** text (163,840 tokens) <br /> - **Output:** (163,840 tokens) <br /> - **Languages:** `en` and `zh` <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
175+
See [the Microsoft model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
172176

173-
See [the Microsoft AI model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=).
174177

175178
### Mistral AI
176179

0 commit comments

Comments
 (0)