Last refreshed 2026-05-22. Next refresh: weekly.
Why use Nemotron-Nano-9B-v2 on Vercel AI Gateway?
Vercel AI Gateway offers Nemotron-Nano-9B-v2 with pay-as-you-go pricing at $0.06/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-9B-v2 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-9b-v2Request 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-9b-v2",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Use provider model ID "nvidia/nemotron-nano-9b-v2", not the LLMReference slug "nemotron-nano-9b-v2".
- 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-9B-v2 Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| NVIDIA NIM | — | — |
| OpenRouter | $0.04 | $0.16 |
| Vercel AI Gateway | $0.06 | $0.23 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.06 |
| Output tokens | $0.23 |
Capabilities
About Nemotron-Nano-9B-v2
Nemotron-Nano-9B-v2 is NVIDIA AI's Nemotron Nano 2 model. Its knowledge cutoff is 2025-03.
FAQ
What does Nemotron-Nano-9B-v2 cost on Vercel AI Gateway?
On Vercel AI Gateway, Nemotron-Nano-9B-v2 costs $0.06 per 1M input tokens and $0.23 per 1M output tokens.
What is the context window for Nemotron-Nano-9B-v2 on Vercel AI Gateway?
Nemotron-Nano-9B-v2 supports a 131,072 token context window on Vercel AI Gateway.
How does Vercel AI Gateway compare to other Nemotron-Nano-9B-v2 providers?
Nemotron-Nano-9B-v2 is available from 3 providers. The cheapest input pricing is $0.04/1M tokens from OpenRouter.
What API model ID do I use for Nemotron-Nano-9B-v2 on Vercel AI Gateway?
Use the model ID nvidia/nemotron-nano-9b-v2 when calling Vercel AI Gateway's API.
Who created Nemotron-Nano-9B-v2?
Nemotron-Nano-9B-v2 was created by NVIDIA AI as part of the Nemotron Nano 2 model family.
Is Nemotron-Nano-9B-v2 open source?
Nemotron-Nano-9B-v2's open source status is unknown in the seed data.