> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tinfoil.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Safety models

> Safety and content moderation models available on Tinfoil for policy enforcement, guardrails, and Trust & Safety workflows.

<Card>
  <div style={{ display: 'flex', alignItems: 'center', gap: '16px', marginBottom: '16px' }}>
    <img src="https://mintcdn.com/tinfoil/7kpqELCdP4WIVCil/images/model-icons/openai-light.png?fit=max&auto=format&n=7kpqELCdP4WIVCil&q=85&s=9310e77996ef1b70d6fa1ccc4d278581" alt="OpenAI" style={{ height: '40px', width: '40px', flexShrink: 0 }} className="dark:block hidden" width="225" height="225" data-path="images/model-icons/openai-light.png" />

    <img src="https://mintcdn.com/tinfoil/7kpqELCdP4WIVCil/images/model-icons/openai.png?fit=max&auto=format&n=7kpqELCdP4WIVCil&q=85&s=1b9cbe9cd3cbfe37d282867e0d448c69" alt="OpenAI" style={{ height: '40px', width: '40px', flexShrink: 0 }} className="dark:hidden block" width="225" height="225" data-path="images/model-icons/openai.png" />

    <div style={{ display: 'flex', alignItems: 'center', gap: '12px' }}>
      <div id="gpt-oss-safeguard-120b" className="model-anchor" style={{ fontSize: '18px', fontWeight: 'bold' }}>GPT-OSS Safeguard 120B</div>

      <a href="#gpt-oss-safeguard-120b" className="model-id-link" style={{ textDecoration: 'none' }}>
        <code className="text-xs text-gray-500 bg-gray-100 dark:bg-gray-800 dark:text-gray-300 px-1.5 py-0.5 rounded">gpt-oss-safeguard-120b</code>
      </a>
    </div>
  </div>

  **Parameters:** 117B (5.1B active)

  **Quantization:** MXFP4 (native MXFP4 MoE weights, as released by OpenAI)

  **Context:** 131K tokens

  **Strengths:** Safety reasoning, bring-your-own-policy flexibility, full access to reasoning chains for debugging, configurable reasoning effort levels

  **Structured Outputs:** Structured response formatting support

  **Best for:** Content moderation, policy enforcement, LLM guardrails, and Trust & Safety labeling workflows

  **Model weights:** [openai/gpt-oss-safeguard-120b](https://huggingface.co/openai/gpt-oss-safeguard-120b)

  **Configuration repo:** [tinfoilsh/confidential-gpt-oss-safeguard-120b](https://github.com/tinfoilsh/confidential-gpt-oss-safeguard-120b)

  <Info>
    **Safety Model:** Classifies text content based on custom safety policies you provide.
  </Info>
</Card>
