Nemotron 3 Nano Omni - NVIDIA 免费 AI 模型,256K 上下文
Nemotron 3 Nano Omni - NVIDIA 免费 AI 模型
Nemotron 3 Nano Omni 完全免费,$0/M input tokens,$0/M output tokens。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 256,000 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | NVIDIA |
| 状态 | 免费 |
描述
NVIDIA Nemotron 3 Nano Omni 是 30B-A3B 开源多模态模型,作为企业 agent 系统的感知和上下文子 agent 运行。支持文本、图像、视频输入。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
"messages": [{"role": "user", "content": "分析这张图片"}]
}'