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

ModelTypeContextInput $/M
NVIDIA: Nemotron 3 UltraText1M0.6
Nemotron 3 Nano 30BText262.1K0.05
Nemotron Nano 12B VLText128K0.2
Nemotron 3 UltraText1M0.6
Nvidia Nemotron Nano 9B V2Text131.1K0.06