Back to Models

NVIDIA: Nemotron Nano 12B 2 VL

nvidia/nemotron-nano-12b-v2-vl
Oct 28, 2025131.1K context$0.20/M in · $0.60/M outReasoningDeprecated

This model has been deprecated

This model was deprecated on 2026-05-07 and is no longer available for API calls. Please migrate to an alternative model.

Description

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 memory-efficient sequence modeling for significantly higher throughput and lower latency.

The model supports inputs of text and multi-image documents, producing natural-language outputs. It is trained on high-quality NVIDIA-curated synthetic datasets optimized for optical-character recognition, chart reasoning, and multimodal comprehension.

Nemotron Nano 2 VL achieves leading results on OCRBench v2 and scores ≈ 74 average across MMMU, MathVista, AI2D, OCRBench, OCR-Reasoning, ChartQA, DocVQA, and Video-MME—surpassing prior open VL baselines. With Efficient Video Sampling (EVS), it handles long-form videos while reducing inference cost.

Open-weights, training data, and fine-tuning recipes are released under a permissive NVIDIA open license, with deployment supported across NeMo, NIM, and major inference runtimes.

Specifications

Provider
nvidia
Context Length
131.1K
Max Output
Modality
Inimagetextvideo
Outtext

Pricing

TypePrice / 1M tokens
Input$0.20
Output$0.60

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-nano-12b-v2-vl",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
NVIDIA: Nemotron Nano 12B 2 VL — Pricing & API on OminiGate