Skip to content

Commit ab8a1e7

Browse files
authored
Merge pull request #4241 from santiagxf/santiagxf-patch-1
Update overview.md
2 parents f133160 + a32c174 commit ab8a1e7

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

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

Lines changed: 15 additions & 18 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:
31-
32-
To see details for each model including, language, types, and capabilities, see [Models](concepts/models.md) article.
33-
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) | - 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-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 <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) | - Ministral-3B <br /> - Mistral-large <br /> - Mistral-small <br /> - Mistral-Nemo <br /> - Mistral-large-2407 <br /> - Mistral-Large-2411 <br /> - Codestral-2501 <br /> |
44-
| [NTT Data](concepts/models.md#ntt-data) | - Tsuzumi-7b |
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.
28+
29+
Explore the following model families available:
30+
31+
- [AI21 Labs](concepts/models.md#ai21-labs)
32+
- [Azure OpenAI](concepts/models.md#azure-openai)
33+
- [Cohere](concepts/models.md#cohere)
34+
- [Core42](concepts/models.md#core42)
35+
- [DeepSeek](concepts/models.md#deepseek)
36+
- [Meta](concepts/models.md#meta)
37+
- [Microsoft](concepts/models.md#microsoft)
38+
- [Mistral AI](concepts/models.md#mistral-ai)
39+
- [NTT Data](concepts/models.md#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)