API · Models
Text

Nemotron 3 Nano 30B

Nemotron 3 Nano 30B A3B is NVIDIA's efficient open-source MoE model with 262K context, delivering strong reasoning and instruction-following at very low cost.

Context 262.1K·Max out 228K

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-nano-30b-a3b'),
  prompt: 'Why is the sky blue?',
});

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

Specs & pricing

Input $/M
$0.05
Output $/M
$0.20
Context window
262.1K
Max output
228K
Supported parameters
tool-usejson-modestreaming

Related models

ModelTypeContextInput $/M
Nemotron Nano 12B VLText128K$0.20
Blackbox ProText400K$1.75
Claude Opus 4.7Text1M$5
Claude Opus 4.6Text1M$5
Claude Sonnet 4.6Text1M$3