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/model-inference/overview.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,30 +18,27 @@ recommendations: false
18
18
19
19
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.
20
20
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
-
24
21
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.
25
22
26
23
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).
27
24
28
25
## Models
29
26
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.
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.
0 commit comments