- Organizations
- Nvidia
- Nemotron 3 Nano (30B A3B)
Nemotron 3 Nano (30B A3B): API Pricing, Context Window & Benchmarks
Nemotron 3 Nano (30B A3B) is a language model from Nvidia, released in December 2025, with a 262K-token context window, and pricing from $0.060/M input and $0.240/M output.
Nemotron 3 Nano is a 31.6B hybrid MoE model optimized for fast, long‑context agentic reasoning. It mixes Mamba‑2 and Transformer layers with a sparse MoE router (~3.6B active params per token) to deliver up to 4× higher throughput than
Nemotron 3 Nano (30B A3B) benchmarks
Rankings
Quality Tracker
Nemotron 3 Nano (30B A3B) Performance Across Datasets
Scores sourced from the model's scorecard, paper, or official blog posts
Nemotron 3 Nano (30B A3B) pricing
Providers
Nemotron 3 Nano (30B A3B) starts at $0.0600 per million input tokens and $0.240 per million output tokens via DeepInfra.
| Provider | Input $/M | Cached input $/M | Output $/M | Context in / out | TTFT p95 s | Output p5 c/s | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $0.0600 | — | $0.240 | 262.1K/262.1K | 8.59 | 321 | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.
Nemotron 3 Nano (30B A3B) model size
Nemotron 3 Nano (30B A3B) has 32 billion parameters and was trained on 25 trillion tokens. See how it compares to other models in the same parameter range.
Nemotron 3 Nano (30B A3B) context window
Input and output token limits for Nemotron 3 Nano (30B A3B), plus how it ranks on long-context understanding.
Nemotron 3 Nano (30B A3B) API
Run a request to see the response
Use it in your code
Billed at $0.06 input / $0.24 output per 1M tokens through the LLM Stats gateway.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://gateway.llm-stats.com/v1"
)
response = client.chat.completions.create(
model="nemotron-3-nano-30b-a3b",
messages=[
{"role": "user", "content": "What is machine learning?"}
]
)
print(response.choices[0].message.content)Need an API key? Create one above in the playground, or read the API documentation.
Nemotron 3 Nano (30B A3B) latency
Nemotron 3 Nano (30B A3B) time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Provider operational metrics
Time to first token, output throughput, and failed-request rate from live API traffic
Nemotron 3 Nano (30B A3B) examples
Recent arena outputs from Nemotron 3 Nano (30B A3B), picked from the highest-ranked matchups.
Nemotron 3 Nano (30B A3B) license
Nemotron 3 Nano (30B A3B) is released under the NVIDIA Open Model License Agreement license, which permits commercial use, has 32.0B parameters, has a knowledge cutoff of November 2025.
- License
- NVIDIA Open Model License Agreement
- Commercial use allowed
- Parameters
- 32.0B
- Knowledge cutoff
- November 2025
NVIDIA Open Model License Agreement
Nemotron 3 Nano (30B A3B) resources
Official sources for Nemotron 3 Nano (30B A3B): official playground, paper or system card, official launch post, model weights.
Nemotron 3 Nano (30B A3B) vs other models
The most-compared alternatives to Nemotron 3 Nano (30B A3B) are GPT-5.1 Medium, GPT-5.1 High, GPT OSS 20B High. Open any pair side-by-side for benchmarks, pricing, context, and latency.
Models like Nemotron 3 Nano (30B A3B)
Models ranked just above and below Nemotron 3 Nano (30B A3B) by LLM Stats score.
FAQ
Common questions about Nemotron 3 Nano (30B A3B).