API · Models
TextFeatured

NVIDIA: Nemotron 3 Ultra

NVIDIA Nemotron 3 Ultra is a 550B parameter (55B activated) open reasoning model built for long-running autonomous agents handling orchestration and complex tasks across coding, deep research, and enterprise workflows. Its hybrid Mamba-Transformer MoE architecture combines Latent MoE — which calls 4 experts at the inference cost of 1 — with Multi-Token Prediction for reduced generation time on long sequences, and Token Budget support for optimal accuracy with minimum reasoning token output. The model supports a 1M token context window and is fully open under the NVIDIA Open Model License with open weights, training data, and recipes.

ReasoningToolsCache
Context 1M·Max out 16.4K

Quickstart

import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';

const blackbox = createOpenAICompatible({
  name: 'blackbox',
  apiKey: process.env.BLACKBOX_API_KEY!,
  baseURL: 'https://api.blackbox.ai/v1',
});

const result = streamText({
  model: blackbox('blackboxai/nvidia/nemotron-3-ultra'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
0.5
Output $/M
2.20
Context window
1M
Max output
16.4K
Supported parameters
tool-usereasoningstreaming

Related models

ModelTypeContextInput $/M
Nemotron 3 Nano 30BText262.1K0.05
Nemotron Nano 12B VLText128K0.2
Kimi K2.7 CodeText262.1K0.74
GLM 5.2Text1.0M0.93
Gemma 4 31BText262.1K0.12