跳至内容
NVIDIA Nemotron 3.5 Content Safety - 免费内容安全 AI 模型,128K 上下文

NVIDIA Nemotron 3.5 Content Safety - 免费内容安全 AI 模型,128K 上下文

NVIDIA Nemotron 3.5 Content Safety - 免费内容安全 AI 模型

NVIDIA Nemotron 3.5 Content Safety 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

属性
上下文长度128,000 tokens
最大输出8,192 tokens
参数规模4B
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商NVIDIA
状态免费

描述

NVIDIA Nemotron 3.5 Content Safety 是紧凑的 4B 参数多模态安全防护模型,由 Google Gemma-3-4B 微调而来。它审查 LLM 和 VLM 的输入和响应,支持文本和图像输入,适合作为企业级内容安全防护层。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-3.5-content-safety:free",
    "messages": [{"role": "user", "content": "Check this content for safety issues"}]
  }'

相关链接