Skip to content

Commit 8ea0933

Browse files
Merge pull request #279191 from mrbullwinkle/mrb_06_25_2024_content_filter
[Azure OpenAI] [Content Filter update]
2 parents fcaa545 + 73fae67 commit 8ea0933

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

articles/ai-services/openai/concepts/content-filter.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 11/06/2023
9+
ms.date: 06/25/2023
1010
ms.custom: template-concept, devx-track-python
1111
manager: nitinme
1212
---
@@ -70,10 +70,14 @@ The default content filtering configuration for the GPT model series is set to f
7070

7171
<sup>1</sup> For Azure OpenAI models, only customers who have been approved for modified content filtering have full content filtering control and can turn content filters off. Apply for modified content filters via this form: [Azure OpenAI Limited Access Review: Modified Content Filters](https://ncv.microsoft.com/uEfCgnITdR) For Azure Government customers, please apply for modified content filters via this form: [Azure Government - Request Modified Content Filtering for Azure OpenAI Service](https://aka.ms/AOAIGovModifyContentFilter).
7272

73-
This preview feature is available for the following Azure OpenAI models:
74-
* GPT model series (text)
75-
* GPT-4 Turbo Vision 2024-04-09 (multi-modal text/image)
76-
* DALL-E 2 and 3 (image)
73+
Configurable content filters for inputs (prompts) and outputs (completions) are available for the following Azure OpenAI models:
74+
75+
* GPT model series
76+
* GPT-4 Turbo Vision GA<sup>*</sup> (turbo-2024-04-09)
77+
* GPT-4o
78+
* DALL-E 2 and 3
79+
80+
<sup>*</sup>Only available for GPT-4 Turbo Vision GA, does not apply to GPT-4 Turbo Vision preview
7781

7882
Content filtering configurations are created within a Resource in Azure AI Studio, and can be associated with Deployments. [Learn more about configurability here](../how-to/content-filters.md).
7983

@@ -847,7 +851,7 @@ To enable Asynchronous Filter in Azure OpenAI Studio, follow the [Content filter
847851
|Status |GA |Public Preview |
848852
| Eligibility |All customers |Customers approved for modified content filtering |
849853
| How to enable | Enabled by default, no action needed |Customers approved for modified content filtering can configure it directly in Azure OpenAI Studio (as part of a content filtering configuration, applied at the deployment level) |
850-
|Modality and availability |Text; all GPT models |Text; all GPT models except gpt-4-vision |
854+
|Modality and availability |Text; all GPT models |Text; all GPT models |
851855
|Streaming experience |Content is buffered and returned in chunks |Zero latency (no buffering, filters run asynchronously) |
852856
|Content filtering signal |Immediate filtering signal |Delayed filtering signal (in up to ~1,000-character increments) |
853857
|Content filtering configurations |Supports default and any customer-defined filter setting (including optional models) |Supports default and any customer-defined filter setting (including optional models) |

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For more information, see the [deployment types guide](https://aka.ms/aoai/docs/
9898

9999
### DALL-E and GPT-4 Turbo Vision GA configurable content filters
100100

101-
Create custom content filters for your DALL-E 2 and 3 and GPT-4 Turbo with Vision GA (gpt-4-turbo-2024-04-09) deployments. [Content filtering](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cpython-new#configurability-preview)
101+
Create custom content filters for your DALL-E 2 and 3, GPT-4 Turbo with Vision GA (gpt-4-turbo-2024-04-09) and GPT-4o deployments. [Content filtering](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cpython-new#configurability-preview)
102102

103103
### Asynchronous Filter available for all Azure OpenAI customers
104104

0 commit comments

Comments
 (0)