GPT OSS Safeguard 20B
GPT OSS Safeguard 20B is a 20-billion parameter open-source safety model from OpenAI, designed to classify and filter content for harmful or policy-violating material in AI application pipelines.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-oss-safeguard-20b', prompt: 'Why is the sky blue?'})Playground
Try out GPT OSS Safeguard 20B by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.