Skip to content

Commit 9cd4170

Browse files
committed
additional edits
1 parent 9b86e85 commit 9cd4170

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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). The default content filter is also available for other text models curated by Azure AI in the [model catalog](../how-to/model-catalog.md), but custom content filters aren't yet available for those models. Models available through **Models as a Service** have content filtering enabled by default and can't be configured.
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, see [Content safety for models 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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Content safety for serverless APIs
2+
title: Content safety for models 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
66
ms.service: azure-ai-foundry
77
ms.topic: conceptual
8-
ms.date: 01/21/2025
8+
ms.date: 02/04/2025
99
ms.author: mopeakande
1010
author: msakande
1111
ms.reviewer: ositanachi
@@ -15,14 +15,16 @@ ms.custom:
1515

1616
# Content safety for models in the model catalog
1717

18+
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
19+
1820
In this article, learn about content safety capabilities for models from the model catalog deployed using serverless APIs.
1921

2022

2123
## Content filter defaults
2224

23-
Azure AI uses a default configuration of [Azure AI Content Safety](/azure/ai-services/content-safety/overview) content filters that detect harmful content across four categories hate and fairness, self-harm, sexual, and violence for models deployed via serverless APIs. To learn more about content filtering (preview), see [Harm categories in Azure AI Content Safety](/azure/ai-services/content-safety/concepts/harm-categories).
25+
Azure AI uses a default configuration of [Azure AI Content Safety](/azure/ai-services/content-safety/overview) content filters to detect harmful content across four categories including hate and fairness, self-harm, sexual, and violence for models deployed via serverless APIs. To learn more about content filtering (preview), see [Understand harm categories](#understand-harm-categories).
2426

25-
The default content filtering configuration for text models is set to filter at the medium severity threshold, filtering any detected content at this level or higher. For image models, the default content filtering configuration is set at the low configuration threshold, filtering at this level or higher. Models deployed using the [Azure AI model inference service](../../ai-foundry/model-inference/how-to/configure-content-filters.md)can create configurable filters by clicking the **Content filters** tab within the **Safety + security** page.
27+
The default content filtering configuration for text models is set to filter at the medium severity threshold, filtering any detected content at this level or higher. For image models, the default content filtering configuration is set at the low configuration threshold, filtering at this level or higher. For models deployed using the [Azure AI model inference service](../../ai-foundry/model-inference/how-to/configure-content-filters.md), you can create configurable filters by selecting the **Content filters** tab within the **Safety + security** page of the Azure AI Foundry portal.
2628

2729
> [!TIP]
2830
> Content filtering (preview) isn't 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ 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
202+
href: concepts/model-catalog-content-safety.md
201203
- name: Model and region availability for Serverless API deployments
202204
href: how-to/deploy-models-serverless-availability.md
203205
- name: Managed compute
@@ -414,7 +416,7 @@ items:
414416
href: responsible-use-of-ai-overview.md
415417
- name: What is Azure AI Content Safety?
416418
href: ai-services/content-safety-overview.md
417-
- name: Content safety in the Azure AI Foundry portal
419+
- name: Content safety for models deployed with serverless APIs
418420
href: concepts/model-catalog-content-safety.md
419421
- name: Use Azure AI content safety in the portal
420422
href: ../ai-services/content-safety/how-to/foundry.md?context=/azure/ai-studio/context/context

0 commit comments

Comments
 (0)