Skip to content

Commit a3a1357

Browse files
authored
Update overview.md
1 parent f2d1877 commit a3a1357

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

articles/ai-foundry/model-inference/overview.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,27 @@ recommendations: false
1818

1919
Azure AI model inference provides access to the most powerful models available in the Azure AI model catalog. The models come from key model providers in the industry, including OpenAI, Microsoft, Meta, Mistral, Cohere, G42, and AI21 Labs. These models can be integrated with software solutions to deliver a wide range of tasks that include content generation, summarization, image understanding, semantic search, and code generation.
2020

21-
> [!TIP]
22-
> To deploy DeepSeek-R1 or OpenAI o3-mini in Azure AI model inference, follow the steps at [Add and configure models](how-to/create-model-deployments.md).
23-
2421
Azure AI model inference provides a way to **consume models as APIs without hosting them on your infrastructure**. Models are hosted in a Microsoft-managed infrastructure, which enables API-based access to the model provider's model. API-based access can dramatically reduce the cost of accessing a model and simplify the provisioning experience.
2522

2623
Azure AI model inference is part of Azure AI Services, and users can access the service through [REST APIs](./reference/reference-model-inference-api.md), [SDKs in several languages](supported-languages.md) such as Python, C#, JavaScript, and Java. You can also use the Azure AI model inference from [Azure AI Foundry by configuring a connection](how-to/configure-project-connection.md).
2724

2825
## Models
2926

30-
You can get access to the key model providers in the industry including OpenAI, Microsoft, Meta, Mistral, Cohere, G42, and AI21 Labs. Model providers define the license terms and set the price for use of their models. The following list shows all the models available:
27+
You can get access to the key model providers in the industry including OpenAI, Microsoft, Meta, Mistral, Cohere, G42, and AI21 Labs. Model providers define the license terms and set the price for use of their models.
3128

32-
To see details for each model including, language, types, and capabilities, see [Models](concepts/models.md) article.
29+
Explore the following model families available:
3330

34-
| Provider | Models |
35-
| -------- | ------ |
36-
| [AI21 Labs](concepts/models.md#ai21-labs) | - AI21-Jamba-1.5-Mini <br /> - AI21-Jamba-1.5-Large <br /> |
37-
| [Azure OpenAI](concepts/models.md#azure-openai) | - o4-mini <br /> - o3 <br /> - gpt-4.1 <br /> - gpt-4.1-mini <br /> - gpt-4.1-nano <br /> - o3-mini <br /> - o1 <br /> - gpt-4o <br /> - o1-preview <br /> - o1-mini <br /> - gpt-4o-mini <br /> - text-embedding-3-large <br /> - text-embedding-3-small <br /> |
38-
| [Cohere](concepts/models.md#cohere) | - Cohere-command-a <br /> - Cohere-embed-v-4-0 <br />- Cohere-embed-v3-english <br /> - Cohere-embed-v3-multilingual <br /> - Cohere-command-r-plus-08-2024 <br /> - Cohere-command-r-08-2024 <br /> - Cohere-command-r-plus <br /> - Cohere-command-r <br /> |
39-
| [Core42](concepts/models.md#core42) | - jais-30b-chat <br /> |
40-
| [DeepSeek](concepts/models.md#deepseek) | - DeepSeek-V3-0324 <br /> - DeepSeek-R1 <br /> |
41-
| [Meta](concepts/models.md#meta) | - Llama-3.3-70B-Instruct <br /> - Llama-3.2-11B-Vision-Instruct <br /> - Llama-3.2-90B-Vision-Instruct <br /> - Meta-Llama-3.1-405B-Instruct <br /> - Meta-Llama-3-8B-Instruct <br /> - Meta-Llama-3.1-70B-Instruct <br /> - Meta-Llama-3.1-8B-Instruct <br /> - Meta-Llama-3-70B-Instruct <br /> |
42-
| [Microsoft](concepts/models.md#microsoft) | - Phi-4-multimodal-instruct <br /> - Phi-4-mini-instruct <br /> - Phi-4 <br /> - Phi-3-mini-128k-instruct <br /> - Phi-3-mini-4k-instruct <br /> - Phi-3-small-8k-instruct <br /> - Phi-3-medium-128k-instruct <br /> - Phi-3-medium-4k-instruct <br /> - Phi-3.5-vision-instruct <br /> - Phi-3.5-MoE-instruct <br /> - Phi-3-small-128k-instruct <br /> - Phi-3.5-mini-instruct <br /> |
43-
| [Mistral AI](concepts/models.md#mistral-ai) | - Codestral-2501 <br /> - Mistral-Large-2411 <br /> - Mistral-large-2407 <br /> - Ministral-3B <br /> - Mistral-Nemo <br /> - Mistral-large <br /> - Mistral-small <br /> |
44-
| [NTT Data](concepts/models.md#ntt-data) | - Tsuzumi-7b |
31+
- [AI21 Labs](#ai21-labs)
32+
- [Azure OpenAI](#azure-openai)
33+
- [Cohere](#cohere)
34+
- [Core42](#core42)
35+
- [DeepSeek](#deepseek)
36+
- [Meta](#meta)
37+
- [Microsoft](#microsoft)
38+
- [Mistral AI](#mistral-ai)
39+
- [NTT Data](#ntt-data)
40+
41+
To see details for each model including, language, types, and capabilities, see [Models](concepts/models.md) article.
4542

4643
## Pricing
4744

0 commit comments

Comments
 (0)