nvidiaVision
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...
Context
131k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.20
Benchmark
—
Pricing
Input tokens$0.20 per 1M tokens
Output tokens$0.20 per 1M tokens
Technical details
Model IDnvidia/nemotron-3.5-content-safety
Context window131k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerOther
Max output tokens117,964
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'nvidia/nemotron-3.5-content-safety',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use NVIDIA: Nemotron 3.5 Content Safety?
Get an API key and start making requests in minutes.
Get an API key