AI Briefing
KO

OpenAI releases gpt-oss-safeguard

·2025.10.29 09:00

Key point

OpenAI has released gpt-oss-safeguard, an open-weight model that uses reasoning to interpret developers' custom safety policies.

Details

OpenAI has released a research preview of gpt-oss-safeguard, an open-weight reasoning model for safety classification tasks. The model is available in two sizes, gpt-oss-safeguard-120b and 20b, and can be freely used and modified under the Apache 2.0 license.

This model directly interprets developer-provided policies at inference time through reasoning. Using a Chain-of-Thought (CoT) approach, it shows the process by which the model arrives at its conclusions, allowing developers to review the model's rationale.

While traditional safety classifiers (e.g., the Moderation API) learn from thousands of examples to indirectly infer policies, gpt-oss-safeguard takes the policy itself as input. This makes it particularly useful in the following situations:

  • When new types of harm emerge and policies need to be changed quickly
  • When a domain is so nuanced that small classifiers struggle to handle it
  • When there aren't enough samples to train a high-quality classifier for a specific risk
  • When explainable, high-quality labeling matters more than latency

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.