Skip to content

Commit a4c419e

Browse files
Merge pull request #5594 from PatrickFarley/openai-updates-3
add restriction notice
2 parents 1352c58 + 16f9cf4 commit a4c419e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/ai-services/openai/how-to/content-filters.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can configure the following filter categories in addition to the default har
5353

5454
## Specify a content filtering configuration at request time (preview)
5555

56-
In addition to the deployment-level content filtering configuration, we also provide a request header that allows you specify your custom configuration at request time for every API call.
56+
In addition to the deployment-level content filtering configuration, we also provide a request header that allows you specify your custom configuration at request time for each API call.
5757

5858
```bash
5959
curl --request POST \
@@ -75,7 +75,12 @@ curl --request POST \
7575
}'
7676
```
7777

78-
The request-level content filtering configuration will override the deployment-level configuration, for the specific API call. If a configuration is specified that does not exist, the following error message will be returned.
78+
The request-level content filtering configuration will override the deployment-level configuration, for the specific API call.
79+
80+
> [!IMPORTANT]
81+
> Content filter specification at request time is not available for image input (chat with images) scenarios. In those cases the default content filter will be used.
82+
83+
If a configuration is specified that does not exist, the following error message will be returned.
7984

8085
```json
8186
{

0 commit comments

Comments
 (0)