Logo
Back to all models

Text Moderation Stable - In-Depth Overview

OpenAI · Moderation

deprecated

Get all the details on Text Moderation Stable, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as content_moderation, available API code samples, and performance strengths.

Key Metrics

Input Limit

32.8K tokens

Output Limit

No data tokens

Input Cost

$0.00/1M

Output Cost

$0.00/1M

Sample API Code

import os 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

Deprecated previous generation text-only moderation model. Use omni-moderation instead.

Capabilities

content moderation

Supported Data Types

Input Types

text

Output Types

json

Strengths & Weaknesses

Exceptional at

Content moderation

Poor at

Text generation

Additional Information

Latest Update

May 15, 2023

Knowledge Cutoff

May 1, 2023