Skip to content

Commit 46b0767

Browse files
committed
update
1 parent b56346e commit 46b0767

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
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) |

0 commit comments

Comments
 (0)