Moderation scores are now available in the Responses API and Completions API. Return moderation signals in the same request flow as generation, then decide how your app uses them for logging, routing, review, or blocking. https://t.co/0FMSLek2je
OpenAI Integrates Moderation Scores Directly into Generation APIs
OpenAIOpenAI now provides moderation scores directly within its Responses API and Completions API. This allows developers to get safety signals for both input and generated content in a single request, simplifying the integration of content policies into AI applications.
moderation object in their generation requests to receive signals for both the input and the generated output. This functionality uses the omni-moderation-latest model, which is designed to classify harmful content in both text and images.- Moderation Model
- `omni-moderation-latest`
- Supported Inputs
- Text, Images
- Image File Size Limit
- 20 MB
- Moderation Endpoint Cost
- Free
- Streaming Behavior
- Scores arrive after full output
- Tool-Calling Coverage
- Tool-call arguments, tool outputs in conversation content
This update streamlines AI safety and guardrails implementation by providing immediate feedback alongside generated content. Developers no longer need to make separate calls to a moderation endpoint, enabling quicker decisions on logging, routing for human review, or blocking outputs. This integration simplifies the process of enforcing application policies.
Developers can use these inline scores to enforce their application's content policy, such as filtering outputs or flagging content for review. The moderation endpoint itself is free to use, and the omni-moderation-latest model supports various harm categories for text and images, with image files up to 20 MB. For streaming responses, moderation scores are provided after the full output is available.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →


