Back to Models
OpenAI: gpt-oss-safeguard-20b
openai/gpt-oss-safeguard-20bOct 29, 2025131.1K context65.5K max output$0.07/M in · $0.30/M outReasoning
Description
gpt-oss-safeguard-20b is a safety reasoning model from OpenAI built upon gpt-oss-20b. This open-weight, 21B-parameter Mixture-of-Experts (MoE) model offers lower latency for safety tasks like content classification, LLM filtering, and trust & safety labeling.
Learn more about this model in OpenAI's gpt-oss-safeguard user guide.
Specifications
Provider
openai
Context Length
131.1K
Max Output
65.5K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.07 |
| Output | $0.30 |
| Cache Read | $0.04 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-oss-safeguard-20b",
"messages": [{"role": "user", "content": "Hello!"}]
}'