Back to all models
omni-moderation-latest - In-Depth Overview
OpenAI · OpenAI
Current
Latest in family
Model ID: omni-moderation
Get all the details on omni-moderation-latest, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as multimodal_input, content_moderation, available API code samples, and performance strengths.
Key Metrics
Input Limit
No data tokens
Output Limit
No data tokens
Input Cost
$0.00/1M
Output Cost
$0.00/1M
Sample API Code
from openai import OpenAI
client = OpenAI()
response = client.moderations.create(
model="omni-moderation-latest",
input="...text to classify goes here...",
)
print(response)
Required Libraries
openai
openai
Notes
Identifies potentially harmful content in text and images. Supports more categorization options and multi-modal inputs compared to legacy models.
Capabilities
Supported Data Types
Input Types
text
image
Output Types
json
Strengths & Weaknesses
Exceptional at
multimodal content moderation
identifying harmful content (text and images)
Additional Information
Latest Update
May 20, 2025
Knowledge Cutoff
No data