API · Models
Text
NVIDIA Nemotron 3 Super 120B A12B
NVIDIA Nemotron 3 Super is a 120B-parameter open hybrid MoE model, activating just 12B parameters for maximum compute efficiency and accuracy in complex multi-agent applications. It delivers up to 7x higher throughput, providing fast, cost-efficient inference for agentic tasks. Additionally, a long context window gives the model long-term memory, preventing AI agents from losing focus on long, multi-step tasks and ensuring high-accuracy results. Fully open with weights, datasets, and recipes, Super allows easy customization and secure deployment anywhere.
ReasoningTools
Context 256K·Max out 32K
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-super-120b-a12b'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.15
- Output $/M
- 0.65
- Context window
- 256K
- Max output
- 32K
- 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 |
| Nemotron 3 Ultra | Text | 1M | 0.6 |
| Nvidia Nemotron Nano 9B V2 | Text | 131.1K | 0.06 |