NVIDIA Nemotron 3 Super
模型 ID
nvidia/nemotron-3-super-120b-a12b:free
这是 OpenRouter 免费模型,无需付费即可使用。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 262144 tokens |
| 最大输出 | 262,144 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
NVIDIA Nemotron 3 Super 是 120B 参数混合 Mamba-Transformer MoE 模型,激活 12B 参数,提供 5 倍吞吐量提升。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/nemotron-3-super-120b-a12b:free",
"messages": [{"role": "user", "content": "你好!"}]
}'