How-To Guides
Technical Research Report · Visual Edition
Nemotron 3 vs Gemma 4 31B
Which open model should you deploy?
Benchmarks, GPU footprint, multimodality, license, and a decision tree — read the tradeoff at a glance.
TL;DR — who wins what
Gemma 4 31B takes the academic benchmarks and the clean license; Nemotron 3 owns agentic work, million-token context, and native audio + video. Different halves of "intelligence" — pick by workload, not by leaderboard.
Scope: the Nemotron 3 family (Nano 31.6B, Super 120B, Ultra 550B, multimodal Nano Omni 30B). "Gemma 4 31B" is real and in production — benchmarked directly; Gemma 3 27B appears only as a faded reference bar.
1. The Nemotron 3 Family
Four open-weight models, Dec 2025 – Jun 2026, all hybrid Mamba-2 + Transformer + MoE (activating ~10% of params per token). From-scratch designs — not pruned from Llama, despite some blogs saying so.
| Variant | Total | Active | Released | Role |
|---|---|---|---|---|
| Nano (30B-A3B) | 31.6B | 3.2B | 15 Dec 2025 | Efficiency + long-context workhorse. Text-only, single-GPU, ~3.3× Qwen3-30B throughput. |
| Super (120B-A12B) | 120.6B | 12.7B | 11 Mar 2026 | Quality/agentic tier. Text-only. LatentMoE + MTP, 1M context. |
| Ultra (550B-A55B) | 550B | 55B | 4 Jun 2026 | Frontier open reasoning for long-running agents. Text-only. NVFP4 on Blackwell. |
| Nano Omni (30B-A3B) | ~30B | ~3B | 28 Apr 2026 | The multimodal member: vision + audio + video + text, single-GPU. |
License at a glance: Nano & Super — NVIDIA Nemotron Open Model License (custom, commercial-OK). Ultra — moving to OpenMDW-1.1 (Linux Foundation). Gemma 4 — Apache 2.0 per Google's official card (Gemma 3 stayed on the custom Gemma Terms). For resale/redistribution, Apache 2.0 is the lowest-friction; verify the exact Nemotron checkpoint license before embedding in a resold product.
2. Benchmarks — Two Different Winners
Gemma 4 31B wins the academic evals; Nemotron 3 wins the agentic and long-context evals. The two charts below show exactly that split.
Chart A — Academic benchmarks (%, higher is better)
Chart B — Agentic & long-context (%, higher is better)
3. Hardware — What Fits on How Many H100s
MoE models must hold all params in VRAM, not just active ones. The bars show weight memory; the vertical lines show cumulative H100 80GB capacity. Where a bar crosses a line, you need that many GPUs.
Diagram — Weight footprint vs GPU capacity (GB)
4. Multimodality — Capability Matrix
Flagship reasoning models are text-only on both sides. Native audio + video lives only in Nemotron 3 Nano Omni. Gemma 4 does image everywhere, but audio only on its two smallest edge models.
| Modality | Gemma 4 31B | Gemma 4 E2B/E4B | Nemotron Nano/Super/Ultra | Nemotron Nano Omni |
|---|---|---|---|---|
| Text | ● | ● | ● | ● |
| Image | ● | ● | ○ | ● |
| Audio | ○ | ● | ○ | ● |
| Video | ◐ | ◐ | ○ | ● |
5. Head-to-Head Scorecard
Each bar leans toward the winner of that dimension. The shape shows the tradeoff instantly: Gemma left, Nemotron right.
The synthesis: Gemma optimises for reach, license simplicity, and single-GPU/consumer deployment. Nemotron optimises for agentic/long-context performance, MoE efficiency, full data+recipe openness, and native A/V (Nano Omni). Neither is "better" outright — they fit different deployment shapes.
6. Which One? — Decision Tree
Answer top to bottom. The first "Yes" is your model.
Cost note: MoE VRAM is set by total params (must resident-load all experts), speed by active params. Gemma dense = cheaper to hold, costlier per token; Nemotron MoE = pricier to hold, faster per token. Match the model to whichever resource — VRAM or throughput — is your binding constraint. Cloud H100/H200 ≈ $2–$3.50/GPU-hr (2026).
7. Source Notes & Premise Checks
| Item | Resolution |
|---|---|
| "Gemma 4 31B" exists? | Confirmed real & in production (spring 2026). Benchmarked directly; Gemma 3 27B used only as a reference bar. |
| Gemma 4 license | Apache 2.0 per Google's official model card — a change from the custom Gemma Terms (Gemma 3 and earlier). Confirmed primary. |
| Gemma 4 31B benchmarks | MMLU-Pro 85.2, GPQA 84.3, AIME 89.2 (no tools), LiveCodeBench 80.0, MATH-Vision 85.6 — all from the official card. No published IFEval found; τ2-bench 86.4 is the nearest agentic figure. |
| Nemotron Super lineage | From-scratch hybrid Mamba-MoE (NVIDIA), not pruned from Llama 3.1 405B (an erroneous blog claim). |
| Super GPQA spread (62 vs 79) | Reasoning-mode-off vs -on; Nemotron exposes a reasoning toggle. Chart uses reasoning-on 79.2. |
| Nemotron license per checkpoint | Nano/Super custom NVIDIA license; Ultra reportedly OpenMDW-1.1. Verify on the exact HF card. |
| Ultra on 8×H100 | FP8 (~550 GB) is tight on 8×H100 (640 GB); 8×H200 or 16×H100 is the safe config. |
Gemma 4 for reach & license; Nemotron 3 for agents, context & audio-video.
Both are strong open models in mid-2026. The decision isn't "which is better" but "which constraint binds." Run a short eval on your real workload before committing — standard practice for any vendor-reported benchmark, applied equally to both.
References
All URLs accessed 9 July 2026. primary = vendor-published (NVIDIA / Google); secondary = third-party, corroborating only.
NVIDIA Nemotron — primary
- primary Nemotron 3 family overview — research.nvidia.com/labs/nemotron/Nemotron-3
- primary Nemotron 3 Super technical report (PDF) — …/NVIDIA-Nemotron-3-Super-Technical-Report.pdf
- primary Nemotron 3 Ultra technical report (PDF) — …/NVIDIA-Nemotron-3-Ultra-Technical-Report.pdf
- primary Nemotron 3 Nano technical report (arXiv 2512.20848) — arxiv.org/html/2512.20848v1
- primary "Nemotron 3 Ultra Powers Faster Reasoning for Long-Running Agents" — developer.nvidia.com/blog/…nemotron-3-ultra…
- primary "Nemotron 3 Nano Omni Powers Multimodal Agent Reasoning" — developer.nvidia.com/blog/…nano-omni…
- primary Nano Omni on Hugging Face — huggingface.co/blog/nvidia/nemotron-3-nano-omni-multimodal-intelligence
- primary Super 120B-A12B FP8 model card — huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8
- primary Nano 30B-A3B FP8 model card — huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8
- primary NVIDIA newsroom — Nemotron 3 debut — nvidianews.nvidia.com/news/nvidia-debuts-nemotron-3-family-of-open-models
- primary Llama Nemotron Nano VL (8B, 2025) — build.nvidia.com/nvidia/llama-3.1-nemotron-nano-vl-8b-v1/modelcard
Google Gemma — primary
- primary Gemma 4 official model card (31B/26B benchmarks, 256K, Apache 2.0) — ai.google.dev/gemma/docs/core/model_card_4
- primary Gemma 4 model page — deepmind.google/models/gemma/gemma-4
- primary Gemma releases / dates — ai.google.dev/gemma/docs/releases
- primary Gemma 4 31B-IT card (NVIDIA build mirror) — build.nvidia.com/google/gemma-4-31b-it/modelcard
- primary Gemma 3 27B card (prior-gen ref) — huggingface.co/google/gemma-3-27b-it
- primary Gemma Terms of Use (prior-gen license) — ai.google.dev/gemma/terms
Nemotron — secondary / corroborating (deployment & benchmarks)
- secondary Spheron — Deploy Nemotron 3 Ultra (H100/H200 sizing) — spheron.network/blog/deploy-nemotron-3-ultra-gpu-cloud
- secondary Spheron — Self-Host Nemotron 3 Super — spheron.network/blog/nemotron-3-super-deployment-guide
- secondary E2E Networks — Running Super 120B — e2enetworks.com/blog/running-nvidia-nemotron-3-super-120B-on-E2E-networks
- secondary DigitalApplied — Super 120B (contains erroneous Llama-lineage claim) — digitalapplied.com/blog/nemotron-3-super-120b-nvidia-open-source-coding-model
- secondary DataCamp — Nemotron 3 architecture & benchmarks — datacamp.com/blog/nvidia-nemotron-3
- secondary BuildFastWithAI — Ultra review — buildfastwithai.com/blogs/nvidia-nemotron-3-ultra-review-2026
- secondary Kaitchup — Nemotron 3 Nano review — kaitchup.substack.com
Gemma — secondary / corroborating (deployment, VRAM, ecosystem)
- secondary AurigaIT — Gemma 4 guide (VRAM/quantization) — aurigait.com/blog/gemma-4-features-benchmarks-guide
- secondary Labellerr — Gemma 4 technical overview (architecture) — labellerr.com/blog/gemma-4-open-weight-ai-model-overview
- secondary Gemma4All — Gemma 4 benchmarks (corroborates official) — gemma4all.com/blog/gemma-4-benchmarks-performance
- secondary BenchLM — Gemma 4 31B benchmarks/speed — benchlm.ai/models/gemma-4-31b
- secondary MindStudio — Gemma 4 Apache 2.0 license analysis — mindstudio.ai/blog/gemma-4-apache-2-license-commercial-use
- secondary WCR.legal — prior Gemma license risks — wcr.legal/google-gemma-license-risks
