API · Models
Text
Nvidia Nemotron Nano 9B V2
NVIDIA-Nemotron-Nano-9B-v2 is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasoning and non-reasoning tasks. It responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response. The model's reasoning capabilities can be controlled via a system prompt. If the user prefers the model to provide its final answer without intermediate reasoning traces, it can be configured to do so.\
ReasoningTools
Context 131.1K·Max out 131.1K
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-nano-9b-v2'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.06
- Output $/M
- 0.23
- Context window
- 131.1K
- Max output
- 131.1K
- 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 |
| Nemotron 3 Ultra | Text | 1M | 0.6 |