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/deployments-overview.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,6 @@ titleSuffix: Azure AI Foundry
4
4
description: Learn about deploying models in Azure AI Foundry portal.
5
5
manager: scottpolly
6
6
ms.service: azure-ai-foundry
7
-
ms.custom:
8
-
- ignite-2023
9
-
- build-2024
10
-
- ignite-2024
11
7
ms.topic: concept-article
12
8
ms.date: 10/21/2024
13
9
ms.reviewer: fasantia
@@ -17,7 +13,7 @@ author: msakande
17
13
18
14
# Overview: Deploy AI models in Azure AI Foundry portal
19
15
20
-
The model catalog in Azure AI Foundry portal is the hub to discover and use a wide range of models for building generative AI applications. Models need to be deployed to make them available for receiving inference requests. The process of interacting with a deployed model is called *inferencing*. Azure AI Foundry offer a comprehensive suite of deployment options for those models depending on your needs and model requirements.
16
+
The model catalog in Azure AI Foundry portal is the hub to discover and use a wide range of models for building generative AI applications. Models need to be deployed to make them available for receiving inference requests. Azure AI Foundry offer a comprehensive suite of deployment options for those models depending on your needs and model requirements.
21
17
22
18
## Deploying models
23
19
@@ -31,10 +27,10 @@ Azure AI Foundry offers four different deployment options:
31
27
32
28
|Name | Azure OpenAI service | Azure AI model inference | Serverless API | Managed compute |
| Which models can be deployed? |[Azure OpenAI models](../../ai-services/openai/concepts/models.md)|[Azure OpenAI models and Models as a Service](../../ai-foundry/model-inference/concepts/models.md)|[Models as a Service](../how-to/model-catalog-overview.md#content-safety-for-models-deployed-via-serverless-apis)|[Open and custom models](../how-to/model-catalog-overview.md#availability-of-models-for-deployment-as-managed-compute)|
30
+
| Which models can be deployed? |[Azure OpenAI models](../../ai-services/openai/concepts/models.md)|[Azure OpenAI models and Models-as-a-Service](../../ai-foundry/model-inference/concepts/models.md)|[Models-as-a-Service](../how-to/model-catalog-overview.md#content-safety-for-models-deployed-via-serverless-apis)|[Open and custom models](../how-to/model-catalog-overview.md#availability-of-models-for-deployment-as-managed-compute)|
35
31
| Deployment resource | Azure OpenAI resource | Azure AI services resource | AI project resource | AI project resource |
36
32
| Requires Hubs/Projects | No | No | Yes | Yes |
37
-
| Data processing options | Regional <br /> Data-zone <br /> and Global | Global | Regional | Regional |
33
+
| Data processing options | Regional <br /> Data-zone <br /> Global | Global | Regional | Regional |
38
34
| Private networking | Yes | Yes | Yes | Yes |
39
35
| Content filtering | Yes | Yes | Yes | No |
40
36
| Custom content filtering | Yes | Yes | No | No |
0 commit comments