Models / NVIDIA
NVIDIA
Nemotron Nano 12B 2 VL (free)
nvidia/nemotron-nano-12b-v2-vl:free
NVIDIA Nemotron Nano 2 VL is a 12-billion-parameter open multimodal reasoning model designed for video understanding and document intelligence. It introduces a hybrid Transformer-Mamba architecture, combining transformer-level accuracy with Mamba’s...
Input
$0 / 1M tokens
Output
$0 / 1M tokens
Context
128K tokens
Capabilities
✓ Streaming✓ Tool / function calling○ JSON / structured output✓ Vision (image input)
Call this model
Pass nvidia/nemotron-nano-12b-v2-vl:free as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/nemotron-nano-12b-v2-vl:free",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.