Content Filters Not Working in Azure openAI Service

Yovel Cohen 25 Reputation points
2025-02-13T10:35:34.2+00:00

Hi

I have created a Content Filter which has all of the annotations turned Off.
The "Annotate and block" is turned off completely.

Yet some prompts (with images) that I try on my endpoints (O1) are failing:
{'code': 'ResponsibleAIPolicyViolation', 'content_filter_results': {'sexual': {'filtered': False, 'severity': 'safe'}, 'violence': {'filtered': True, 'severity': 'high'}, 'hate': {'filtered': False, 'severity': 'safe'}, 'self_harm': {'filtered': False, 'severity': 'safe'}}}

Why is Azure keep filtering even if I turned off the filters?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,653 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Martin Brandl 395 Reputation points MVP
    2025-02-13T10:49:57.08+00:00

    Azure OpenAI still enforces baseline responsible AI policies, even if you disable content filters on your endpoint. This means that some categories, particularly high-severity violence, will still trigger filtering at the platform level, regardless of your settings.

    Your error message indicates:

    'violence': {'filtered': True, 'severity': 'high'}
    

    This means the system flagged the response as high-severity violence, which is automatically blocked by Azure's internal enforcement.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.