API · Models
Text
Nemotron Nano 12B VL
Nemotron Nano 12B V2 VL is NVIDIA's compact vision-language model with a 128K context window, supporting text, image, and video inputs.
Context 128K·Max out 128K
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-12b-v2-vl'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- $0.20
- Output $/M
- $0.60
- Context window
- 128K
- Max output
- 128K
- Supported parameters
- tool-usevisionjson-modestreaming
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Nemotron 3 Nano 30B | Text | 262.1K | $0.05 |
| Blackbox Pro | Text | 400K | $1.75 |
| Claude Opus 4.7 | Text | 1M | $5 |
| Claude Opus 4.6 | Text | 1M | $5 |
| Claude Sonnet 4.6 | Text | 1M | $3 |