Nemotron 3 Super 120B A12B

by NVIDIA

Nemotron 3 Super 120B A12B is the A12B build of NVIDIA's flagship reasoning model, with 120B parameters, 12B active per token, and a 262K token context for extended multi-turn agentic workflows. The hybrid Mamba-Transformer LatentMoE architecture with Multi-Token Prediction layers provides both efficient inference and native speculative decoding. Pre-trained on tens of trillions of tokens across code, math, and science, the model is built for collaborative multi-agent coordination, complex reasoning chains, and high-throughput tool-calling. NVIDIA reports accuracy comparable to or better than similarly sized open models across reasoning, code, and agent benchmarks. The A12B build is aimed at enterprises deploying collaborative agents, where one reasoning agent coordinates several specialists, along with knowledge-work automation and long-running reasoning pipelines. It is ready for commercial use and available in BF16 precision.

Key info

Input
Output
Features
Context window
262K
Max output
262K
Input price
$0.09 /1M
Output price
$0.40 /1M
  • US residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • no-KYC deposit available

Available routes

Nemotron 3 Super 120B A12B runs on 4 different routes through the qynio gateway. Compare residency, zero retention, and training posture at a glance β€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
USZero data retentionNo$0.09$0.40
USNot by defaultNo$0.30$0.65
USZero data retentionNo$0.09$0.50
USNot by defaultNo$0.30$0.90

Uptime and availability

Nemotron 3 Super 120B A12B runs on 2 independently monitored routes through the qynio gateway. A direct integration leaves you on one of them, the gateway serves whichever is healthy.

100%effective uptime, last 30 days
Averaged across these routes on their own, a single provider reached 98.18% over the same window.
Daily status through the gateway, which serves each request from whichever route is healthy.
2 monitored providers serve Nemotron 3 Super 120B A12B.

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 2 further routes for this model are not on the board yet and are not counted above. See uptime for every provider qynio monitors.

Data handling per route

Each route hosting Nemotron 3 Super 120B A12B has its own privacy posture, residency, and no-KYC terms. Postures are maintained by qynio with a last-verification timestamp.

DeepInfra β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. US; unknown; deposit available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
unknown

DigitalOcean β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is not on by default β€” a moderation hold applies. No training on customer data. US; dpf sccs; deposit available.

Zero data retention
Not by default β€” a moderation hold applies. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Holds content for review
Caching
Content cached for replay
Subprocessor access
No subprocessor reads content
no-KYC deposit
deposit available
Transfer mechanism
dpf sccs

Geodd β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. US; wallets; deposit available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
No hold on content
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
wallets

Nebius β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is not on by default β€” abuse monitoring. No training on customer data. US; wallets; deposit available.

Zero data retention
Not by default β€” abuse monitoring. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
Abuse monitoring
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
wallets

Get started

Call Nemotron 3 Super 120B A12B through the qynio gateway with one API key. Let your coding agent set it up, or call it directly β€” qynio is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up qynio for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.QYN_API_KEY,
baseURL: "https://api.qyn.io/v3/compat",
});
const completion = await client.chat.completions.create({
model: "deepinfra/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Nemotron 3 Super 120B A12B with…

Side-by-side on privacy, crypto rails, pricing, and benchmarks.

Other models from NVIDIA

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation