Back to Models
N

Llama 3.1 Nemotron Safety Guard 8B v3

Nemotron
by NVIDIA

Leading multilingual content safety model for enhancing the safety and moderation capabilities of LLMs.

Free EndpointDownloadableOct 28, 2025open license336K API calls / 30d

Specifications

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

Capabilities

safetycontent moderation

Tags

content-moderationsafetymultilingual

API Usage

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

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