Last refreshed 2026-05-22. Next refresh: weekly.
Why use Nemotron-Nano-12B-v2-VL on Vercel AI Gateway?
Vercel AI Gateway offers Nemotron-Nano-12B-v2-VL with pay-as-you-go pricing at $0.20/1M input tokens. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.
Compare Nemotron-Nano-12B-v2-VL across 3 providers to find the best fit for your use caseSetup recipe
Python + curlpip install openaiexport AI_GATEWAY_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],nvidia/nemotron-nano-12b-v2-vlRequest example
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],
base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
model="nvidia/nemotron-nano-12b-v2-vl",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Use provider model ID "nvidia/nemotron-nano-12b-v2-vl", not the LLMReference slug "nemotron-nano-12b-v2-vl".
- creator/model-name e.g. kwaipilot/kat-coder-pro-v2
- The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.
Compare Nemotron-Nano-12B-v2-VL Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| NVIDIA NIM | — | — |
| OpenRouter | $0.20 | $0.60 |
| Vercel AI Gateway | $0.20 | $0.60 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.20 |
| Output tokens | $0.60 |
Capabilities
About Nemotron-Nano-12B-v2-VL
Nemotron-Nano-12B-v2-VL is NVIDIA AI's Nemotron Nano 2 model with multimodal text and image input. It was released 2025-10-28.
FAQ
What does Nemotron-Nano-12B-v2-VL cost on Vercel AI Gateway?
On Vercel AI Gateway, Nemotron-Nano-12B-v2-VL costs $0.2 per 1M input tokens and $0.6 per 1M output tokens.
What is the context window for Nemotron-Nano-12B-v2-VL on Vercel AI Gateway?
Nemotron-Nano-12B-v2-VL supports a 131,072 token context window on Vercel AI Gateway.
How does Vercel AI Gateway compare to other Nemotron-Nano-12B-v2-VL providers?
Nemotron-Nano-12B-v2-VL is available from 3 providers. The cheapest input pricing is $0.2/1M tokens from OpenRouter.
What API model ID do I use for Nemotron-Nano-12B-v2-VL on Vercel AI Gateway?
Use the model ID nvidia/nemotron-nano-12b-v2-vl when calling Vercel AI Gateway's API.
Who created Nemotron-Nano-12B-v2-VL?
Nemotron-Nano-12B-v2-VL was created by NVIDIA AI as part of the Nemotron Nano 2 model family.
Is Nemotron-Nano-12B-v2-VL open source?
Nemotron-Nano-12B-v2-VL's open source status is unknown in the seed data.