Skip to content

Commit 178e7a4

Browse files
authored
Merge pull request #5318 from MicrosoftDocs/main
Publish to live, Sunday 4 AM PST, 6/1
2 parents ca0291a + e3b675c commit 178e7a4

36 files changed

+237
-176
lines changed

articles/ai-foundry/ai-services/content-safety-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: overview
10-
ms.date: 05/01/2025
10+
ms.date: 05/31/2025
1111
ms.author: pafarley
1212
author: PatrickFarley
1313
---

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

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: conceptual
12-
ms.date: 04/29/2025
12+
ms.date: 05/31/2025
1313
ms.reviewer: eur
1414
ms.author: pafarley
1515
author: PatrickFarley
@@ -24,9 +24,9 @@ author: PatrickFarley
2424
2525
## How it works
2626

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.
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 model 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.
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 **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).
29+
With Azure OpenAI model deployments, you can use the default content filter or create your own content filter (described later). 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).
3030

3131
## Language support
3232

@@ -73,20 +73,7 @@ You can also enable the following special output filters:
7373

7474
### Configurability (preview)
7575

76-
The default content filtering configuration for the GPT model series is set to filter at the medium severity threshold for all four content harm categories (hate, violence, sexual, and self-harm) and applies to both prompts (text, multi-modal text/image) and completions (text). This means that content that is detected at severity level medium or high is filtered, while content detected at severity level low isn't filtered by the content filters. For DALL-E, the default severity threshold is set to low for both prompts (text) and completions (images), so content detected at severity levels low, medium, or high is filtered.
77-
78-
The configurability feature allows customers to adjust the settings, separately for prompts and completions, to filter content for each content category at different severity levels as described in the table below:
79-
80-
| Severity filtered | Configurable for prompts | Configurable for completions | Descriptions |
81-
|-------------------|--------------------------|------------------------------|--------------|
82-
| Low, medium, high | Yes | Yes | Strictest filtering configuration. Content detected at severity levels low, medium and high is filtered.|
83-
| Medium, high | Yes | Yes | Content detected at severity level low isn't filtered, content at medium and high is filtered.|
84-
| High | Yes| Yes | Content detected at severity levels low and medium isn't filtered. Only content at severity level high is filtered. Requires approval<sup>1</sup>.|
85-
| No filters | If approved<sup>1</sup>| If approved<sup>1</sup>| No content is filtered regardless of severity level detected. Requires approval<sup>1</sup>.|
86-
87-
<sup>1</sup> For Azure OpenAI models, only customers who have been approved for modified content filtering have full content filtering control, including configuring content filters at severity level high only or turning off content filters. Apply for modified content filters via these forms: [Azure OpenAI Limited Access Review: Modified Content Filters](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUMlBQNkZMR0lFRldORTdVQzQ0TEI5Q1ExOSQlQCN0PWcu), and [Modified Abuse Monitoring](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUOE9MUTFMUlpBNk5IQlZWWkcyUEpWWEhGOCQlQCN0PWcu).
88-
89-
Customers are responsible for ensuring that applications integrating Azure OpenAI comply with the [Code of Conduct](/legal/ai-code-of-conduct?context=%2Fazure%2Fai-services%2Fopenai%2Fcontext%2Fcontext).
76+
[!INCLUDE [content-filter-configurability](../../ai-services/openai/includes/content-filter-configurability.md)]
9077

9178

9279
## Related content

articles/ai-foundry/how-to/use-blocklists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 05/01/2025
10+
ms.date: 05/31/2025
1111
ms.author: pafarley
1212
author: PatrickFarley
1313
---

articles/ai-foundry/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ productDirectory:
104104
text: Speech
105105
- url: ../ai-services/computer-vision/index.yml
106106
text: Vision
107-
- url: ../ai-services/custom-vision-service/index.yml
107+
- url: ../ai-services/translator/index.yml
108108
text: Translator
109109
- url: ../ai-services/language-service/index.yml
110110
text: Language

articles/ai-foundry/responsible-use-of-ai-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
keywords: Azure AI services, cognitive
77
ms.service: azure-ai-foundry
88
ms.topic: overview
9-
ms.date: 05/09/2025
9+
ms.date: 05/31/2025
1010
ms.author: pafarley
1111
author: PatrickFarley
1212
ms.custom: ignite-2024

articles/ai-services/computer-vision/concept-face-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: azure-ai-face
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: conceptual
13-
ms.date: 05/01/2025
13+
ms.date: 05/31/2025
1414
ms.author: pafarley
1515
feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
1616
---

articles/ai-services/computer-vision/concept-object-detection-40.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ manager: nitinme
77

88
ms.service: azure-ai-vision
99
ms.topic: conceptual
10-
ms.date: 05/01/2025
10+
ms.date: 05/31/2025
1111
ms.author: pafarley
12+
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1213
---
1314

1415
# Object detection (version 4.0)

articles/ai-services/computer-vision/concept-object-detection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.service: azure-ai-vision
99
ms.topic: conceptual
1010
ms.date: 03/26/2025
1111
ms.author: pafarley
12+
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
13+
1214
---
1315

1416
# Object detection

articles/ai-services/computer-vision/concept-people-detection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.service: azure-ai-vision
99
ms.topic: conceptual
1010
ms.date: 01/22/2025
1111
ms.author: pafarley
12+
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
13+
1214
---
1315

1416
# People detection (version 4.0)

articles/ai-services/openai/concepts/default-safety-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 02/20/2025
9+
ms.date: 05/31/2025
1010
manager: nitinme
1111
---
1212

0 commit comments

Comments
 (0)