Model reference · open weights
NVIDIA-Nemotron-Nano-VL-QAD is an open-weight language model from nvidia. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | NVIDIA |
|---|---|
| Type | Language models |
| Task | Vision + text |
| Parameters (lead) | 7.7B |
| Runs with | transformers |
| Released | 2025-10-22 |
| Popularity | 10k downloads / month |
| Licence | Commercial licence needed |
About
NVIDIA-Nemotron-Nano-VL-12B-V2-FP4-QAD is the quantized version of the NVIDIA Nemotron Nano VL V2 model, which is an auto-regressive vision language model that uses an optimized transformer architecture. For more information, please check here. The NVIDIA Nemotron Nano VL FP4 QAD model is quantized with TensorRT Model Optimizer.
This model was trained on commercial images using Quantization-aware Distillation (QAD).
This model was trained on commercial images for all three stages of training and supports single image inference.
Governing Terms:
Your use of the model is governed by the NVIDIA Open License Agreement.
Additional Information:
Backbone LLM: NVIDIA-Nemotron-Nano-12B-v2.
Global
Customers: AI foundry enterprise customers
Use Cases: Image summarization. Text-image analysis, Optical Character Recognition, Interactive Q&A on images, Text Chain-of-Thought reasoning
Network Type: Transformer
Network Architecture:
Vision Encoder: C-RADIOv2-H
Language Encoder: NVIDIA-Nemotron-Nano-12B-v2
Input Type(s): Image, Text
Input Format(s): Image (Red, Green, Blue (RGB)), and Text (String)
Input Parameters: Image (2D), Text (1D)
Other Properties Related to Input:
Output Type(s): Text
Output Formats: String
Output Parameters: One-Dimensional (1D): Sequences up to 128K
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
Runtime Engine(s): vLLM Supported Hardware Microarchitecture Compatibility: B100 SXM Supported Operating System(s): Linux
Nemotron-Nano-VL-12B-V2-FP4-QAD
pip install causal_conv1d "transformers>4.53,<4.54" torch timm "mamba-ssm==2.2.5" accelerate open_clip_torch numpy pillow
To serve this checkpoint with vLLM, you can start the docker vllm/vllm-openai:nightly and run the sample command below:
python3 -m vllm.entrypoints.openai.api_server --model nvidia/Nemotron-Nano-VL-12B-V2-FP4-QAD --trust-remote-code --quantization modelopt_fp4
Data Modalities ** Total Size: 39'486'703 samples ** Total Number of Datasets: 270 ** Text-only datasets: 33 ** Text-and-image datasets: 176 ** Video-and-text datasets: 61 ** Total size: 27.7 TB
** Data modalities: Text, Image, Video ** Data Collection Method by dataset: Hybrid: Automated, Human, Synthetic ** Labeling Method by dataset: Hybrid: Automated, Human, Synthetic
** Dataset partition: Training [100%], Testing [0%], Validation [0%] ** Time period for training data collection: 2023-2025 ** Time period for testing data collection: N/A ** Time period for validation data collection: N/A
The post-training datasets consist of a mix of internal and public datasets designed for training vision language models across various tasks. It includes:
For ar
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys nvidia-nemotron-nano-vl-qad for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (nvidia-nemotron-nano-vl-qad below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"nvidia-nemotron-nano-vl-qad","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.