Skip to content

Commit 319a080

Browse files
committed
content safety for models curated by AzureAI
1 parent 94f59f1 commit 319a080

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

articles/ai-studio/concepts/content-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure AI Foundry includes a content filtering system that works alongside core m
2626

2727
This 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 an ensemble of classification models aimed at detecting and preventing the output of harmful content. Variations in API configurations and application design might affect completions and thus filtering behavior.
2828

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 **serverless APIs** have content filtering enabled by default. To learn more about the default content filter enabled for serverless APIs, see [Content safety for models in the model catalog](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 **serverless APIs** have content filtering enabled by default. To learn more about the default content filter enabled for serverless APIs, see [Content safety for models curated by Azure AI in the model catalog](model-catalog-content-safety.md).
3030

3131
## Language support
3232

articles/ai-studio/concepts/model-catalog-content-safety.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Content safety for models in the model catalog
2+
title: Content safety for models curated by Azure AI in the model catalog
33
titleSuffix: Azure AI Foundry
44
description: Learn about content safety for models deployed using serverless APIs, using Azure AI Foundry.
55
manager: scottpolly
@@ -13,7 +13,7 @@ reviewer: ositanachi
1313
ms.custom:
1414
---
1515

16-
# Content safety for models in the model catalog
16+
# Content safety for models curated by Azure AI in the model catalog
1717

1818
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The model catalog in Azure AI Foundry portal is the hub to discover and use a wi
2727
The model catalog organizes models into different collections:
2828

2929

30-
* **Curated by Azure AI**: The most popular non-Microsoft open-weight and proprietary models packaged and optimized to work seamlessly on the Azure AI platform. Use of these models is subject to the model providers' license terms. When you deploy these models in Azure AI Foundry portal, their availability is subject to the applicable [Azure service-level agreement (SLA)](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services), and Microsoft provides support for deployment problems.
30+
* **Curated by Azure AI**: The most popular partner models (open-weight and proprietary) packaged and optimized to work seamlessly on the Azure AI platform. Use of these models is subject to the model providers' license terms. When you deploy these models in Azure AI Foundry portal, their availability is subject to the applicable [Azure service-level agreement (SLA)](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services), and Microsoft provides support for deployment problems.
3131

3232
Models from partners such as Meta, NVIDIA, and Mistral AI are examples of models available in this collection on the catalog. You can identify these models by looking for a green checkmark on the model tiles in the catalog. Or you can filter by the **Curated by Azure AI** collection.
3333

articles/ai-studio/includes/content-safety-serverless-apis-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.custom: include file
1010
---
1111

1212
> [!NOTE]
13-
> Azure AI content safety is currently available for models deployed as serverless API endpoints, but not to models deployed via managed compute. To learn more about Azure AI content safety for models deployed as serverless APIs, see [Content safety for models in the model catalog](../concepts/model-catalog-content-safety.md).
13+
> Azure AI content safety is currently available for models deployed as serverless API endpoints, but not to models deployed via managed compute. To learn more about Azure AI content safety for models deployed as serverless APIs, see [Content safety for models curated by Azure AI in the model catalog](../concepts/model-catalog-content-safety.md).

articles/ai-studio/includes/content-safety-serverless-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: include file
1313
# Also used in Azure Machine Learning documentation
1414
---
1515

16-
For language models deployed via serverless APIs, 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 (preview), see [Content safety for models in the model catalog](../concepts/model-catalog-content-safety.md).
16+
For language models deployed via serverless APIs, 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 (preview), see [Content safety for models curated by Azure AI in the model catalog](../concepts/model-catalog-content-safety.md).
1717

1818
> [!TIP]
1919
> Content filtering (preview) is not available for certain model types that are deployed via serverless APIs. These model types include embedding models and time series models.

articles/ai-studio/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ items:
198198
- name: Consume serverless API models from a different project or hub
199199
href: how-to/deploy-models-serverless-connect.md
200200
displayName: maas, paygo, models-as-a-service
201-
- name: Content safety for models deployed with serverless API
201+
- name: Content safety for models deployed with serverless APIs
202202
href: concepts/model-catalog-content-safety.md
203203
- name: Model and region availability for Serverless API deployments
204204
href: how-to/deploy-models-serverless-availability.md

0 commit comments

Comments
 (0)