API · Models
Text
Nemotron 3 Ultra
A 550B parameter (55B active) open reasoning model from NVIDIA, built for long-running agent workflows. It uses a hybrid Mamba-Transformer MoE architecture and supports a 1M token context window.
ReasoningToolsCache
Context 1M·Max out 65K
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-550b-a55b'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.6
- Output $/M
- 2.40
- Context window
- 1M
- Max output
- 65K
- Supported parameters
- —
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| NVIDIA: Nemotron 3 Ultra | Text | 1M | 0.6 |
| Nemotron 3 Nano 30B | Text | 262.1K | 0.05 |
| Nemotron Nano 12B VL | Text | 128K | 0.2 |
| NVIDIA Nemotron 3 Super 120B A12B | Text | 256K | 0.15 |
| Nvidia Nemotron Nano 9B V2 | Text | 131.1K | 0.06 |