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-foundry/concepts/models-featured.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,19 @@ For more examples of how to use Meta Llama models, see the following examples:
207
207
208
208
## Microsoft
209
209
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
+
210
223
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.
211
224
212
225
| Model | Type | Capabilities |
@@ -224,9 +237,6 @@ Phi is a family of lightweight, state-of-the-art open models. These models were
224
237
|[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 |
225
238
|[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 |
226
239
227
-
228
-
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
229
-
230
240
#### Inference examples: Microsoft Phi
231
241
232
242
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:
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 |
72
72
73
73
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
81
75
82
76
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
83
77
|---------|---------|---------|---------|
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 |
84
79
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 |
85
80
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 |
86
81
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 |
Copy file name to clipboardExpand all lines: articles/ai-foundry/model-inference/concepts/models.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,19 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
141
141
142
142
### Microsoft
143
143
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
+
144
157
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.
145
158
146
159
| Model | Type | Tier | Capabilities |
@@ -159,18 +172,8 @@ Phi is a family of lightweight, state-of-the-art open models. These models were
159
172
|[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 |
160
173
161
174
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).
172
176
173
-
See [the Microsoft AI model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=).
0 commit comments