Back to Models
N
Nemotron 3 Nano
NVIDIA/
nvidia/nemotron-3-nano-30b-a3bChat
Efficient NVIDIA model for fast inference
Input Price
$0.05
per 1M tokens
Output Price
$0.2
per 1M tokens
Context
128K
tokens
Modalities
text
Model ID
nvidia/nemotron-3-nano-30b-a3bPricing Breakdown
| Direction | Per 1K tokens | Per 1M tokens |
|---|---|---|
| Input | $0.00005000 | $0.0500 |
| Output | $0.00020000 | $0.2000 |
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="dg-your-api-key",
base_url="https://api.doggiegateway.com/v1"
)
response = client.chat.completions.create(
model="nvidia/nemotron-3-nano-30b-a3b",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)How It Works
Doggie Gateway routes your request to NVIDIA's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.
Pay-per-use pricing
No monthly fees
OpenAI-compatible API
Ready to use Nemotron 3 Nano?
Create an account, get your API key, and start making API calls in under a minute.
