Nemotron 3.5 Content Safety

NVIDIA Nemotron 3.5 Content Safety is a compact 4B-parameter multimodal guardrail model from NVIDIA, fine-tuned from Google Gemma-3-4B. It moderates both inputs to and responses from LLMs and VLMs, accepting text and image input and returning text output: a safe/unsafe classification for the user prompt and the response, safety category labels, and an optional reasoning trace. It covers 12 languages with a context window of up to 128K tokens. It is suited for prompt and response moderation, content classification, safety pipelines, and enterprise AI guardrails with policy enforcement, and includes a togglable reasoning mode. It is part of the NVIDIA Nemotron family of open models for agentic AI.

ChatNVIDIA131k tokens$0.218 / $0.218 · 1M

nvidia/nemotron-3.5-content-safety

Context
131k tokens
Completion cap
117,964
Tools
No
JSON
Yes
Released
2026-06-04

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-3.5-content-safety",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Nemotron 3.5 Content Safety?
NVIDIA Nemotron 3.5 Content Safety is a compact 4B-parameter multimodal guardrail model from NVIDIA, fine-tuned from Google Gemma-3-4B. It moderates both inputs to and responses from LLMs and VLMs, accepting text and image input and returning text output: a safe/unsafe classification for the user prompt and the response, safety category labels, and an optional reasoning trace. It covers 12 languages with a context window of up to 128K tokens. It is suited for prompt and response moderation, content classification, safety pipelines, and enterprise AI guardrails with policy enforcement, and includes a togglable reasoning mode. It is part of the NVIDIA Nemotron family of open models for agentic AI. Nemotron 3.5 Content Safety runs on the Geek Hub API (OpenAI-compatible). Model id: nvidia/nemotron-3.5-content-safety.
Is Nemotron 3.5 Content Safety free?
No. Input is $0.218 per 1M tokens and output is $0.218 per 1M tokens on Geek Hub (markup included).
What is the context length of Nemotron 3.5 Content Safety?
Nemotron 3.5 Content Safety has a 131k tokens context window. It supports up to 117,964 completion tokens.
Does Nemotron 3.5 Content Safety support tool calling and structured outputs?
Nemotron 3.5 Content Safety does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
When was Nemotron 3.5 Content Safety released?
Nemotron 3.5 Content Safety was released on 2026-06-04.

More models from NVIDIA