back

Nemotron Nano 12B VL

NVIDIA, open modelnemotron-nano-12b-v2-vlModel source: Hugging Face

Reads scanned documents and photos: invoices, contracts, forms.

Reads in one go

≈ 280 pages

131,072 tokens

Brain size

Small and fast

12B VL, NVFP4

Where it runs

Spain (EU)

MIG B200

Understands

Text and images

Vision, OCR

What it is good at

  • Vision. Reads images as well as text: photos, screenshots, scanned documents.
  • OCR. Pulls the text out of scanned documents, tables and columns included.

Pricing

€ per million tokens, VAT included

You send (input)0.06 €
It answers (output)0.24 €
1,000 chat answers~0.10 €
Analysing a 200 page contract~0.01 €
try it with 50 € freeActivated with your card. Enough for about 490,196 answers.

For your technical team

Compatible with the OpenAI SDK: change the base URL and the key, and that is it.

curl https://api.gpuflow.ai/v1/chat/completions \
  -H "Authorization: Bearer $GPUFLOW_API_KEY" \
  -d '{ "model": "nemotron-nano-12b-v2-vl",
        "messages": [{ "role": "user", "content": "Hola" }] }'