Nemotron 3 Nano Omni 30B A3B Reasoning is a compact reasoning-oriented model from NVIDIA's Nemotron 3 Nano line, measured at roughly 330 output tokens per second in third-party testing.
| Provider | Input / 1M | Output / 1M | Cached / 1M |
|---|---|---|---|
| $0.300 | $1.83 | $0.300 |
Prices updated daily. Last check: Sep 20, 2026
Input, output, and batch rates, plus alternatives, for one provider at a time.
Benchmarks measured Sep 2026. Scores are independent evaluations, not vendor-reported.
This model fits workloads that need step-by-step reasoning at high request volume rather than maximum single-answer accuracy: agentic loops that chain many tool calls and benefit from fast generation, math and logic tasks where showing intermediate work improves correctness, structured extraction pipelines with a verification pass, and coding assistance on scoped problems. The measured ~330 tokens per second output rate and ~554 ms time to first token make it viable for interactive assistants where a reasoning model would otherwise feel slow, and the small active parameter count makes it a reasonable candidate for self-hosted or on-prem serving when data residency matters. For the hardest research-grade reasoning, long-document analysis, or tasks where you need a confirmed large context window, evaluate larger Nemotron 3 tiers or other reasoning models alongside this one.
Cost varies by provider and by pricing model — some hosts bill separately for input and output tokens, and reasoning tokens count toward output volume. Because this is a reasoning variant, expect higher output token counts per request than a non-reasoning model would produce. See the pricing table on this page for current per-provider rates, and if you self-host, your cost is driven by GPU hourly rates and achieved throughput instead.
Tasks that benefit from explicit multi-step reasoning but run at volume or under latency pressure: agent loops with repeated tool calls, math and logic problems, structured extraction with a verification step, and scoped coding tasks. Its measured throughput of roughly 330 output tokens per second helps offset the extra tokens a reasoning model generates.
It follows a common naming convention for sparse mixture-of-experts models: roughly 30 billion total parameters with about 3 billion active per token. In practice that means memory requirements scale with the total parameter count while compute per token scales with the much smaller active count, which is why models named this way often serve faster and cheaper than dense models of similar total size.
A reasoning-tuned variant spends extra output tokens working through a problem before answering, which usually helps on multi-step math, logic, and constraint-following tasks but increases both latency and billed output volume on simple prompts. If most of your traffic is short classification or formatting work, a non-reasoning model in the same size class is typically the better fit.
We do not currently track a confirmed context window or modality list for this variant. The "Omni" designation in the name suggests broader input handling, but you should confirm supported modalities and maximum input length in NVIDIA's or your serving provider's documentation before building around them.