Logo
Back to all models

Omni Moderation - In-Depth Overview

OpenAI · Moderation

Current
Latest in family

Get all the details on Omni Moderation, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as 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.")
output = response.results[0]
print(output)

Required Libraries

openai
openai

Notes

Fine-tuned model that detects whether input may be sensitive or unsafe.

Capabilities

moderation
multimodal input

Supported Data Types

Input Types

text
image

Output Types

json

Strengths & Weaknesses

Exceptional at

identifying harmful content

Good at

text moderation
image moderation

Additional Information

Latest Update

Sep 26, 2024

Knowledge Cutoff

No data