Back to all models
Get all the details on omni-moderation, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as vision, moderation, multimodal_input, 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(
input="I want to kill them."
)
Required Libraries
openai
openai
Notes
Moderation models are free models designed to detect harmful content. This model is our most capable moderation model, accepting images as input as well.
Capabilities
vision
moderation
multimodal input
Supported Data Types
Input Types
text
image
Output Types
text
Strengths & Weaknesses
Exceptional at
harmful content detection
multimodal moderation
Additional Information
Latest Update
Sep 26, 2024
Knowledge Cutoff
No data