Back to Models
N

Nemotron Nano 12B v2 VL

Nemotron
by NVIDIA

Nemotron Nano 12B v2 VL enables multi-image and video understanding, along with visual Q&A and summarization capabilities.

Free EndpointDownloadableOct 28, 2025open license2M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
3
text→text, image+text→text, video→text

Capabilities

text generationchatvisionreasoning

Tags

language-generationvideo-understandingvision

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

nvidia/nemotron-nano-12b-v2-vl
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-nano-12b-v2-vl",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'