跳至内容

Nemotron Nano 12B VL - NVIDIA 免费 AI 模型,128K 上下文

Nemotron Nano 12B VL - NVIDIA 免费 AI 模型

Nemotron Nano 12B VL 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

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

描述

NVIDIA Nemotron Nano 2 VL 是 120 亿参数开源多模态推理模型,专为视频理解和文档智能设计。引入混合 Transformer-Mamba 架构。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-nano-12b-v2-vl:free",
    "messages": [{"role": "user", "content": "分析这张图片"}]
  }'

相关链接