NVIDIA: Nemotron 3.5 Content Safety performance data on Rival is based on blind head-to-head community voting. All vote data is part of Rival's open dataset of 21,000+ human preference judgments across 200+ AI models. Model responses are curated from 53 challenges.
NVIDIA: Nemotron 3.5 Content Safety is good. We've said that. We stand by it. But we'd be doing you a disservice if we didn't show you these.
NVIDIA: Nemotron 3.5 Content Safety performance data on Rival is based on blind head-to-head community voting. All vote data is part of Rival's open dataset of 21,000+ human preference judgments across 200+ AI models. Model responses are curated from 53 challenges.
NVIDIA: Nemotron 3.5 Content Safety is good. We've said that. We stand by it. But we'd be doing you a disservice if we didn't show you these.
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 128K context window.
Use NVIDIA: Nemotron 3.5 Content Safety in your applications via the OpenRouter API. Copy the code below to get started.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions" ,
headers={
"Authorization""Bearer $OPENROUTER_API_KEY" : ,
"Content-Type""application/json" :
},
json={
"model""nvidia/nemotron-3.5-content-safety:free" : ,
"messages""role""user""content""Hello!" : [{: , : }]
}
)
print(response.json())Replace $OPENROUTER_API_KEY with your API key from openrouter.ai/keys
53 outputs from NVIDIA: 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 128K context window.
Use NVIDIA: Nemotron 3.5 Content Safety in your applications via the OpenRouter API. Copy the code below to get started.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions" ,
headers={
"Authorization""Bearer $OPENROUTER_API_KEY" : ,
"Content-Type""application/json" :
},
json={
"model""nvidia/nemotron-3.5-content-safety:free" : ,
"messages""role""user""content""Hello!" : [{: , : }]
}
)
print(response.json())Replace $OPENROUTER_API_KEY with your API key from openrouter.ai/keys
53 outputs from NVIDIA: Nemotron 3.5 Content Safety