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/content-filtering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ author: PatrickFarley
26
26
27
27
The content filtering system is powered by [Azure AI Content Safety](../../ai-services/content-safety/overview.md), and it works by running both the prompt input and completion output through a set of classification models designed to detect and prevent the output of harmful content. Variations in API configurations and application design might affect completions and thus filtering behavior.
28
28
29
-
With Azure OpenAI model deployments, you can use the default content filter or create your own content filter (described later on). Models available through **standard deployments** have content filtering enabled by default. To learn more about the default content filter enabled for standard deployments, see [Content safety for Azure Direct Models](model-catalog-content-safety.md).
29
+
With Azure OpenAI model deployments, you can use the default content filter or create your own content filter (described later on). Models available through **standard deployments** have content filtering enabled by default. To learn more about the default content filter enabled for standard deployments, see [Content safety for Models Sold Directly by Azure ](model-catalog-content-safety.md).
*[Models sold directly by Azure](#models-sold-directly-by-azure)
34
+
*[Models from Partners and Community](#models-from-partners-and-community)
35
35
36
36
Understanding the distinction between these categories helps you choose the right models based on your specific requirements and strategic goals.
37
37
38
-
## Azure Direct Models
38
+
## Models Sold Directly by Azure
39
39
40
-
Azure Direct Models are models that are hosted and sold by Microsoft under Microsoft Product Terms. These models have undergone rigorous evaluation and are deeply integrated into Azure's AI ecosystem. They offer enhanced integration, optimized performance, and direct Microsoft support, including enterprise-grade Service Level Agreements (SLAs).
40
+
These are models that are hosted and sold by Microsoft under Microsoft Product Terms. These models have undergone rigorous evaluation and are deeply integrated into Azure’s AI ecosystem. The models come from a variety of top providers and they offer enhanced integration, optimized performance, and direct Microsoft support, including enterprise-grade Service Level Agreements (SLAs).
41
41
42
-
Characteristics of Azure Direct Models:
42
+
Characteristics of models sold directly by Azure:
43
43
44
44
- Official first-party support from Microsoft
45
45
- High level of integration with Azure services and infrastructure
46
46
- Extensive performance benchmarking and validation
47
47
- Adherence to Microsoft's Responsible AI standards
48
48
- Enterprise-grade scalability, reliability, and security
49
49
50
-
Azure Direct Models also have the benefit of flexible Provisioned Throughput, meaning you can use your quota and reservations across any of these models.
50
+
These Models also have the benefit of fungible Provisioned Throughput, meaning you can flexibly use your quota and reservations across any of these models.
51
51
52
-
## Azure Ecosystem Models
52
+
## Models from Partners and Community
53
53
54
-
Models constitute the vast majority of the Azure AI Foundry Models. These models are provided by trusted third-party organizations, partners, research labs, and community contributors. These models offer specialized and diverse AI capabilities, covering a wide array of scenarios, industries, and innovations.
54
+
These models constitute the vast majority of the Azure AI Foundry Models. These models are provided by trusted third-party organizations, partners, research labs, and community contributors. These models offer specialized and diverse AI capabilities, covering a wide array of scenarios, industries, and innovations.
55
55
56
-
Characteristics of Azure Ecosystem Models:
56
+
Characteristics of Models from Partners and Community:
57
57
* Developed and supported by external partners and community contributors
58
58
* Diverse range of specialized models catering to niche or broad use cases
59
59
* Typically validated by providers themselves, with integration guidelines provided by Azure
@@ -62,28 +62,18 @@ Characteristics of Azure Ecosystem Models:
62
62
63
63
Models are deployable as Managed Compute or Standard (pay-go) deployment options. The model provider selects how the models are deployable.
64
64
65
-
## Choosing between Azure Direct and Azure Ecosystem Models
65
+
## Choosing Between direct models and partner & community models
66
66
67
67
68
68
When selecting models from Azure AI Foundry Models, consider the following:
69
-
***Use Case and Requirements**: Azure Direct Models are ideal for scenarios requiring deep Azure integration, guaranteed support, and enterprise SLAs. Azure Ecosystem Models excel in specialized use cases and innovation-led scenarios.
70
-
***Support Expectations**: Azure Direct Models come with robust Microsoft-provided support and maintenance. Azure Ecosystem Models are supported by their providers, with varying levels of SLA and support structures.
71
-
***Innovation and Specialization**: Azure Ecosystem Models offer rapid access to specialized innovations and niche capabilities often developed by leading research labs and emerging AI providers.
69
+
***Use Case and Requirements**: Models sold directly by Azure are ideal for scenarios requiring deep Azure integration, guaranteed support, and enterprise SLAs. Models from Partners and Community excel in specialized use cases and innovation-led scenarios.
70
+
***Support Expectations**: Models sold directly by Azure come with robust Microsoft-provided support and maintenance. These models are supported by their providers, with varying levels of SLA and support structures.
71
+
***Innovation and Specialization**: Models from Partners and Community offer rapid access to specialized innovations and niche capabilities often developed by leading research labs and emerging AI providers.
72
72
73
-
## Accessing Azure Ecosystem Models
74
-
75
-
Azure Ecosystem Models are accessible through Azure AI Foundry, providing:
76
-
* Comprehensive details about the model's capabilities and integration requirements.
77
-
* Community ratings, usage data, and qualitative feedback to guide your decisions.
78
-
* Clear integration guidelines to help incorporate these models seamlessly into your Azure workflows.
79
-
80
-
For more detailed guidance and exploration of available models, visit the [Azure AI Foundry documentation](/azure/ai-foundry/).
81
-
82
-
Azure AI Foundry remains committed to providing a robust ecosystem, enabling customers to easily access the best AI innovations from Microsoft and our trusted partners.
83
73
84
74
## Model collections
85
75
86
-
The model catalog organizes models into different collections:
76
+
The model catalog organizes models into different collections, including:
87
77
88
78
***Azure OpenAI models exclusively available on Azure**: Flagship Azure OpenAI models available through an integration with Azure OpenAI in Foundry Models. Microsoft supports these models and their use according to the product terms and [SLA for Azure OpenAI](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
Copy file name to clipboardExpand all lines: articles/ai-foundry/concepts/model-lifecycle-retirement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ reviewer: fkriti
19
19
Azure AI Foundry Models in the model catalog are continually refreshed with newer and more capable models. As part of this process, model providers might deprecate and retire their older models, and you might need to update your applications to use a newer model. This document communicates information about the model lifecycle and deprecation timelines and explains how you're informed of model lifecycle stages.
20
20
21
21
> [!IMPORTANT]
22
-
> This article describes deprecation and retirement only for Azure Direct models and Azure Ecosystem models models in Foundry Models. For information about deprecation and retirement for Azure OpenAI in Foundry Models, see the [Azure OpenAI models lifecycle](../../ai-services/openai/concepts/model-retirements.md?context=/azure/ai-foundry/context/context) documentation.
22
+
> This article describes deprecation and retirement only for AModels Sold Directly by Azure and Models from Partners and Community in Foundry Models. For information about deprecation and retirement for Azure OpenAI in Foundry Models, see the [Azure OpenAI models lifecycle](../../ai-services/openai/concepts/model-retirements.md?context=/azure/ai-foundry/context/context) documentation.
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/concept-data-privacy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Deploying models to managed compute deploys model weights to dedicated virtual m
35
35
36
36
You manage the infrastructure for these managed compute resources. Azure data, privacy, and security commitments apply. To learn more about Azure compliance offerings applicable to Azure AI Foundry, see the [Azure Compliance Offerings page](https://servicetrust.microsoft.com/DocumentPage/7adf2d9e-d7b5-4e71-bad8-713e6a183cf3).
37
37
38
-
Although containers for **Azure Direct Models** are scanned for vulnerabilities that could exfiltrate data, not all models available through the model catalog are scanned. To reduce the risk of data exfiltration, you can [help protect your deployment by using virtual networks](configure-managed-network.md). You can also use [Azure Policy](../../ai-services/policy-reference.md) to regulate the models that your users can deploy.
38
+
Although containers for **Models Sold Directly by Azure** are scanned for vulnerabilities that could exfiltrate data, not all models available through the model catalog are scanned. To reduce the risk of data exfiltration, you can [help protect your deployment by using virtual networks](configure-managed-network.md). You can also use [Azure Policy](../../ai-services/policy-reference.md) to regulate the models that your users can deploy.
39
39
40
40
:::image type="content" source="../media/explore/subscription-service-cycle.png" alt-text="Diagram that shows the platform service life cycle." lightbox="../media/explore/subscription-service-cycle.png":::
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/configure-managed-network.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ You need to configure following network isolation configurations.
29
29
- Choose network isolation mode. You have two options: allow internet outbound mode or allow only approved outbound mode.
30
30
- If you use Visual Studio Code integration with allow only approved outbound mode, create FQDN outbound rules described in the [use Visual Studio Code](#scenario-use-visual-studio-code) section.
31
31
- If you use HuggingFace models in Models with allow only approved outbound mode, create FQDN outbound rules described in the [use HuggingFace models](#scenario-use-huggingface-models) section.
32
-
- If you use one of the open-source models with allow only approved outbound mode, create FQDN outbound rules described in the [Azure Direct Models](#scenario-azure-direct-models) section.
32
+
- If you use one of the open-source models with allow only approved outbound mode, create FQDN outbound rules described in the [Models Sold Directly by Azure ](#scenario-azure-direct-models) section.
33
33
34
34
## Network isolation architecture and isolation modes
35
35
@@ -812,7 +812,7 @@ If you plan to use __HuggingFace models__ with the hub, add outbound _FQDN_ rule
812
812
* cnd.auth0.com
813
813
* cdn-lfs.huggingface.co
814
814
815
-
### Scenario: Azure Direct Models
815
+
### Scenario: Models Sold Directly by Azure
816
816
817
817
These models involve dynamic installation of dependencies at runtime, and require outbound _FQDN_ rules to allow traffic to the following hosts:
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/content-safety-serverless-apis-note.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ ms.custom: include file
13
13
---
14
14
15
15
> [!NOTE]
16
-
> Azure AI Content Safety is currently available for models deployed as standard deployment, but not to models deployed via managed compute. To learn more about Azure AI Content Safety for models deployed as standard deployment, see [Guardrails & controls for Azure Direct Models](../concepts/model-catalog-content-safety.md).
16
+
> Azure AI Content Safety is currently available for models deployed as standard deployment, but not to models deployed via managed compute. To learn more about Azure AI Content Safety for models deployed as standard deployment, see [Guardrails & controls for Models Sold Directly by Azure ](../concepts/model-catalog-content-safety.md).
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/content-safety-serverless-models.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom: include file
13
13
# Also used in Azure Machine Learning documentation
14
14
---
15
15
16
-
For language models deployed via standard deployment, Azure AI implements a default configuration of [Azure AI Content Safety](../../ai-services/content-safety/overview.md) text moderation filters that detect harmful content such as hate, self-harm, sexual, and violent content. To learn more about content filtering, see [Guardrails & controls for Azure Direct Models](../concepts/model-catalog-content-safety.md).
16
+
For language models deployed via standard deployment, Azure AI implements a default configuration of [Azure AI Content Safety](../../ai-services/content-safety/overview.md) text moderation filters that detect harmful content such as hate, self-harm, sexual, and violent content. To learn more about content filtering, see [Guardrails & controls for Models Sold Directly by Azure](../concepts/model-catalog-content-safety.md).
17
17
18
18
> [!TIP]
19
19
> Content filtering is not available for certain model types that are deployed via standard deployments. These model types include embedding models and time series models.
Azure AI Foundry Models gives you access to flagship models in Azure AI Foundry to consume them as APIs without hosting them on your infrastructure.
19
19
20
-
A selection of models is offered directly by Microsoft under [Azure Direct Models](#azure-direct-models) which brings the most powerful options to developers to build AI applications. We also enable the breath of models by partnering with key players in the industry and bringing [Azure Ecosystem Models](#azure-ecosystem-models).
20
+
A selection of models is offered directly by Microsoft under [Models Sold Directly by Azure](#azure-direct-models) which brings the most powerful options to developers to build AI applications. We also enable the breath of models by partnering with key players in the industry and bringing [Models from Partners and Community](#models-from-partners-and-community).
21
21
22
22
23
23
:::image type="content" source="../media/models/models-catalog.gif" alt-text="An animation showing Azure AI Foundry portal model catalog section and the models available." lightbox="../media/models/models-catalog.gif":::
24
24
25
25
26
-
## Azure Direct Models
26
+
## Models Sold Directly by Azure
27
27
28
-
Azure Direct Models is a selection of flagship models offered directly by Microsoft. These models don't require integration with Azure Marketplace.
28
+
Models Sold Directly by Azure is a selection of flagship models offered directly by Microsoft. These models don't require integration with Azure Marketplace.
29
29
30
30
### Azure OpenAI
31
31
@@ -65,7 +65,7 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
65
65
66
66
### Microsoft
67
67
68
-
Microsoft models include various model groups such as MAI models, Phi models, healthcare AI models, and more. Some Microsoft models are offered as [Azure Ecosystem Models](#azure-ecosystem-models). To see all the available Microsoft models, view [the Microsoft model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
68
+
Microsoft models include various model groups such as MAI models, Phi models, healthcare AI models, and more. Some Microsoft models are offered as [Models from Partners and Community](#models-from-partners-and-community). To see all the available Microsoft models, view [the Microsoft model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=phi).
69
69
70
70
71
71
| Model | Type | Tier | Capabilities |
@@ -74,7 +74,7 @@ Microsoft models include various model groups such as MAI models, Phi models, he
74
74
75
75
### Mistral AI
76
76
77
-
Mistral AI offers two categories of models: premium models including Mistral Large and Mistral Small and open models including Mistral Nemo. Some Mistral models are offered as [Azure Ecosystem Models](#azure-ecosystem-models).
77
+
Mistral AI offers two categories of models: premium models including Mistral Large and Mistral Small and open models including Mistral Nemo. Some Mistral models are offered as [Models from Partners and Community](#models-from-partners-and-community).
78
78
79
79
| Model | Type | Tier | Capabilities |
80
80
| ------ | ---- | --- | ------------ |
@@ -84,7 +84,7 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
84
84
85
85
### Meta
86
86
87
-
Meta Llama models and tools are a collection of pretrained and fine-tuned generative AI text and image reasoning models. Meta Llama 4 is part of Azure Direct Models, while the rest of the Llama family is offered as [Azure Ecosystem Models](#azure-ecosystem-models).
87
+
Meta Llama models and tools are a collection of pretrained and fine-tuned generative AI text and image reasoning models. Meta Llama 4 is part of Models Sold Directly by Azure, while the rest of the Llama family is offered as [Models from Partners and Community](#models-from-partners-and-community).
88
88
89
89
| Model | Type | Tier | Capabilities |
90
90
| ------ | ---- | --- | ------------ |
@@ -93,11 +93,11 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
93
93
94
94
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=meta).
95
95
96
-
## Azure Ecosystem Models
96
+
## Models from Partners and Community
97
97
98
-
Azure Ecosystem Models available for deployment with pay-as-you-go billing (for example, Cohere models) are offered by the model provider but hosted in Microsoft-managed Azure infrastructure and accessed via API in the Azure AI Foundry. Model providers define the license terms and set the price for use of their models, while Azure AI Foundry manages the hosting infrastructure.
98
+
Models from Partners and Community available for deployment with pay-as-you-go billing (for example, Cohere models) are offered by the model provider but hosted in Microsoft-managed Azure infrastructure and accessed via API in the Azure AI Foundry. Model providers define the license terms and set the price for use of their models, while Azure AI Foundry manages the hosting infrastructure.
99
99
100
-
Azure Ecosystem Models are offered through Azure Marketplace and [requires additional configuration for enabling](../how-to/configure-marketplace.md).
100
+
Models from Partners and Community are offered through Azure Marketplace and [requires additional configuration for enabling](../how-to/configure-marketplace.md).
0 commit comments