跳至内容
NVIDIA Nemotron 3 Ultra 550B - 免费 AI 模型,1M 超长上下文

NVIDIA Nemotron 3 Ultra 550B - 免费 AI 模型,1M 超长上下文

NVIDIA Nemotron 3 Ultra 550B - 免费前沿推理 AI 模型

NVIDIA Nemotron 3 Ultra 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

属性
上下文长度1,000,000 tokens
最大输出65,536 tokens
参数规模550B (55B 激活)
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商NVIDIA
状态免费

描述

NVIDIA Nemotron 3 Ultra 是 NVIDIA 的开源前沿推理与编排模型,550B 总参数,55B 激活 (MoE)。采用混合 Transformer-Mamba 混合专家架构,支持 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-ultra-550b-a55b:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接