Nemotron 3.5 Lightning - NVIDIA 免费 AI 模型,1M 上下文
Nemotron 3.5 Lightning - 免费 AI 模型
Nemotron 3.5 Lightning 完全免费,$0/M input tokens,$0/M output tokens。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 1,000,000 tokens |
| 最大输出 | 65,536 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | NVIDIA |
| 状态 | 免费 |
描述
Nemotron 3.5 Lightning 是 NVIDIA 的开源混合专家模型,30B 总参数、3B 激活,面向高吞吐智能体负载与专用任务优化,1M 超长上下文。
使用示例
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-lightning:free",
"messages": [{"role": "user", "content": "你好!"}]
}'