Back to Models
N

Nemotron 3.5 Content Safety

Nemotron
by NVIDIA

Multilingual, multimodal model for detecting unsafe and toxic content.

Free EndpointDownloadableJun 2, 2026open license2M API calls / 30d

Specifications

Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text

Capabilities

safetycontent moderation

Tags

llm-safetycontent-moderation

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

nvidia/nemotron-3.5-content-safety
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-3.5-content-safety",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'