跳至内容
NVIDIA Nemotron Nano 9B

NVIDIA Nemotron Nano 9B

模型 ID nvidia/nemotron-nano-9b-v2:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

属性
上下文长度128000 tokens
最大输出128,000 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商OpenRouter
状态免费

描述

NVIDIA Nemotron Nano 9B V2 是 9B 参数模型,支持可配置推理深度和完整思维链访问。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-nano-9b-v2:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接