Alpha
Contact
Assess · NVIDIA Nemotron 3

Can you own it?

Ownership levelPartialnone·limited·partial·substantial·fullAnalytical input C ยท 66/100

This page is a projection of the one entry record, the Use & modify and Transparency factors that Assess covers. The full verdict is set by all four factors together, floor-weighted so the weakest caps the whole.

Which domain expands which factor
  • AssessUse & modify + Transparency
  • ImplementData control + Reliability
  • UseReliability
  • SupportTransparency

Intended & out-of-scope use

Nemotron 3 Super (120B / 12B active) and Nano (30B / 3.5B active) are the text flagships of NVIDIA's open, agent-focused hybrid Mamba-Transformer family, both with a context window up to 1M tokens. Their intended use is general-purpose reasoning, chat, coding and agentic workloads where you want open weights, runnable recipes and a downloadable guard model, and where a portable small variant matters.

Out of scope: autonomous or high-stakes deployment without a self-run red-team, because there is no published model-level safety evaluation to lean on. Ordinary commercial use and modification are unencumbered - the governing licence is irrevocable and carries no field-of-use restriction - so the gating question is safety assurance, not permission.

Known limitations, bias & failure modes

  • Partial corpus, not reproducible. The official recipes "train exclusively on the open-sourced subset of training data", so you can adapt but not reproduce the model.
  • No published model-level safety evaluation. Safety appears only as post-training data curation (a Nemotron-SFT-Safety dataset plus keyword/regex filtering); the base cards carry no safety benchmarks and the white paper's safety section is a contributor list.
  • Publisher-reported performance. Frontier-scale claims come from the cards and white paper; OneHill has not reproduced them and no independent re-runs were gathered this pass.
  • Non-OSI licence. The grant is clean and irrevocable, but it is Apache-2.0-derived rather than OSI-approved, and redistribution must carry the NVIDIA attribution notice.

The offsetting advantage is genuine openness plus a real, downloadable safety stack you can assemble yourself.

Openness tier & components

Super and Nano are open_weights_recipe (tier 4), materially more open than the open-weights norm. Weights are ungated safetensors, training code is released as runnable recipes, the documentation includes a white paper, and post-training data is genuinely CC-BY-4.0. They stop short of fully_open because the training data is only partially released: the recipes train on the open subset only, and the pretraining web corpus (Nemotron-CC-v2.1) sits under a custom NVIDIA data licence, so the full model is not reproducible.

License terms & permitted use

Both models are governed by the NVIDIA Nemotron Open Model License (v. 2025-12-15). On the corrected reading it is Apache-2.0-derived and genuinely permissive: a "perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work ... in source or object form", with commercial use allowed and no Trustworthy-AI clause, no acceptable-use or field-of-use restriction and no guardrail clause. It terminates only if the licensee institutes patent or copyright litigation alleging that the Work or an output from it infringes. Redistribution must carry the notice "Licensed by NVIDIA Corporation under the NVIDIA Nemotron Model License". It is source-available and not OSI (the termination reaching an output from the Work is broader than Apache-2.0). These are the load-bearing inputs to the legal (3) score.

Supply-chain & provenance

Weights are distributed from the verified nvidia org on Hugging Face as ungated safetensors, with official BF16 / FP8 / NVFP4 quantization variants and a clear canonical source. The checkpoint trust checklist scores about 4/8: published checksums, checkpoint scanning and a signing/attestation policy were not verified this pass, which is why provenance is a 3, not higher. Gating applies to some training datasets, not the weights. Pin the exact revision and verify checksums.

EU AI Act posture

Super and Nano are GPAI. NVIDIA (US-based) publishes more than most - a white paper, runnable recipes, and partially released, partly CC-BY-4.0 data - and the governing licence is irrevocable with no acceptable-use restriction. But there is no formal EU GPAI documentation package, no copyright policy, and NVIDIA is not a Code of Practice signatory. A non-OSI licence without the GPAI documentation package most likely does not cleanly reach the open-source exemption. Training compute is undisclosed (only tokens), but at ~25T tokens on a 120B / 30B scale a systemic-risk designation is not indicated for these two models.

Benchmarks & evaluation

Super and Nano are a competitive frontier-scale pair (hybrid Mamba-Transformer LatentMoE, up to 1M context, ~25T training tokens). OneHill did not run its own benchmarks this pass, and no independent third-party re-runs were gathered, so the figures are publisher and architectural (white paper + cards). This is marked partial and holds the performance dimension at 3.

Independent safety evaluation

There is no published model-level safety evaluation or independent red-team for Super or Nano: safety is post-training data curation only. What NVIDIA does ship, at the family level, is a genuinely downloadable safety stack - the Nemotron-3-Content-Safety guard classifier (Gemma-3-4B base, 23 categories / 12 languages), the Apache-2.0 NeMo Guardrails toolkit, and the Apache-2.0 garak red-team scanner. That downloadable stack is what holds the safety dimension at 3 rather than 2; the missing model-level evaluation is what holds it below 4. The guard-classifier scores are NVIDIA self-reported.

How this scores

The ownership factors this domain covers, drawn from the one entry record.

1

Use and modify freelyCan you run, modify and adapt it with no gate and no field-of-use trap?

Moderate

The NVIDIA Nemotron Open Model License is genuinely permissive - perpetual, royalty-free, IRREVOCABLE, commercial use allowed, no acceptable-use or field-of-use restriction, weights ungated and fine-tunable - which is a real improvement on the earlier reading. It is held at moderate, not strong, because it is Apache-2.0-derived but non-OSI: the termination reaches 'an output from the Work' (broader than Apache-2.0) and redistribution must carry the NVIDIA attribution notice, so it is an open_weight community licence with conditions, short of Ultra's unconditional OpenMDW 'deal without restriction' grant.

How this scores (AOI sub-dimensions)
Openness4/5how much is released - weights, data, code, licence - and how freelyOpen weights plus recipe: ungated safetensors weights, runnable training recipes on GitHub, a white paper, and post-training datasets genuinely under CC-BY-4.0 put Super and Nano at the open_weights_recipe tier - materially more open than the open-weights norm.
Legal3/5how permissive and clean the licence is for real commercial useA clean, commercially permissive grant for common uses: the NVIDIA Nemotron Open Model License is perpetual, royalty-free and IRREVOCABLE, with no acceptable-use or field-of-use restriction, terminating only on the licensee bringing IP litigation over the Work or an output from it - more permissive than the earlier aggregate reading claimed.
2

TransparencyDo you know what it is: weights, training, behaviour, and legible terms?

Strong

Unusually inspectable for the registry: ungated weights, a white paper, runnable training recipes, and partially released post-training data under CC-BY-4.0 let you see a great deal of how the model was built (open_weights_recipe tier). The limit is reproducibility, not visibility - the full corpus is not released - which caps the openness tier, not transparency.

How this scores (AOI sub-dimensions)
Provenance3/5how well we can trace and verify what went into the modelDistributed from the verified nvidia org on Hugging Face as ungated safetensors with official BF16 / FP8 / NVFP4 quantization variants and a clear canonical source (checklist ~4/8).
Governance3/5how accountable and well-documented the publisher isA reputable, accountable publisher (NVIDIA) with a white paper, a verified hub presence and an active release cadence, and a general corporate security-reporting path.
What this means for adoptionYou get unusually strong transparency for an open model - ungated weights, a white paper, runnable recipes and CC-BY post-training data - and, on the corrected licence reading, a clean irrevocable grant with no field-of-use restriction, so self-hosting keeps your data and rights yours. Ownership stays partial, not substantial, because the corpus is only partly released (not reproducible), the non-OSI licence with its attribution notice and output-reaching termination holds use-and-modify at moderate, and the absence of a published model-level safety evaluation holds reliability at moderate. Self-host via NIM, assemble the downloadable guard stack, and red-team for your own use case.

Sources

The same evidence records as the entry sheet. Read means the text was verified; unverified means it is known to exist but not yet read.

Model cardread2026-08-03
Nemotron 3 Super and Nano model cards on the verified nvidia HF org: Super 120B/12B, Nano 30B/3.5B active; hybrid Mamba-Transformer LatentMoE + MTP; up to 1M context; ~25T training tokens; ungated safetensors with BF16/FP8/NVFP4 variants; both cards state "a family of open models with open weights, training data, and recipes"; licence tag nvidia-nemotron-open-model-license.
Licenceread2026-08-03
NVIDIA Nemotron Open Model License (v.
Documentationread2026-08-03
Training data + recipes are PARTIALLY released: post-training datasets (Nemotron-Post-Training-v3, e.g.
Technical_reportread2026-08-03
Nemotron 3 White Paper (arXiv 2512.20856), read (abstract): hybrid Mamba-Transformer LatentMoE, up to 1M context, NVFP4 training for Super/Ultra.
Model cardread2026-08-03
Safety, read: no published model-level safety evaluation or independent red-team for Super/Nano (base cards carry only a keyword/regex data-filter note; white paper safety section is a contributor list).
Documentationread2026-08-03
Verified nvidia org on Hugging Face; Super and Nano weight repos are ungated safetensors with published BF16/FP8/NVFP4 quantization variants; some training DATASETS are gated but the WEIGHTS are not.
Terms of serviceread2026-08-03
NVIDIA NIM is self-hosted deployment tooling ("data never leaves your secure enclave"), so NVIDIA is not an AOI inference-provider entry and self-hosting supports data control.
Third-party analysisread2026-08-03
NVIDIA is NOT a signatory to the EU GPAI Code of Practice (EU signatory list), and no NVIDIA training-content summary or copyright policy for Nemotron was located on the NVIDIA trust centre.