Skip to main content
๐ŸŽ“ Claude Code Masterclass Learn AI-assisted development on Udemy โ€” plus the companion book on Leanpub & Amazon. Start Learning
NVIDIA NIM Support Matrix Models GPUs Profiles 2026
AI

NVIDIA NIM Support Matrix: Every Model ร— GPU ร— Profile

Complete 2026 NIM LLM support matrix: which models run on which GPUs, precision profiles (BF16, FP8, NVFP4, MXFP4), TP configs, and LoRA adapter support.

LB
Luca Berton
ยท 5 min read

Before deploying a NIM model, you need to answer three questions: Does NIM support my model? Does it run on my GPU? Which profile should I use?

This article consolidates the official NIM LLM Support Matrix into a single reference with practical guidance.

NIM 2.x Supported Models

NIM LLM 2.0.x ships with model-specific containers for these models:

ModelContainerParametersPrecisionsMax TP
GPT-OSS 120Bopenai/gpt-oss-120b120BMXFP4TP8
GPT-OSS 20Bopenai/gpt-oss-20b20BMXFP4TP8
Llama 3.1 70B Instructmeta/llama-3.1-70b-instruct70BBF16, FP8, NVFP4TP8
Llama 3.1 8B Instructmeta/llama-3.1-8b-instruct8BBF16, FP8, NVFP4TP1
Llama 3.3 70B Instructmeta/llama-3.3-70b-instruct70BBF16, FP8, NVFP4TP8
Nemotron Super 49B v1.5nvidia/llama-3.3-nemotron-super-49b-v1.549BBF16, FP8, NVFP4TP8
Nemotron 3 Nanonvidia/nemotron-3-nanoSmallBF16, FP8, NVFP4TP8
Nemotron 3 Super 120Bnvidia/nemotron-3-super-120b-a12b120B (12B active)BF16, FP8, NVFP4TP8
StarCoder2 7Bbigcode/starcoder2-7b7BBF16TP2

All models support LoRA adapters at every TP level (except StarCoder2 and some NVFP4 combinations).

Profile Matrix by Model

The workhorse model. Full precision and TP coverage:

PrecisionTP1TP2TP4TP8
BF16โœ…โœ…โœ…โœ…
BF16 + LoRAโœ…โœ…โœ…โœ…
FP8โœ…โœ…โœ…โœ…
FP8 + LoRAโœ…โœ…โœ…โœ…
NVFP4โœ…โœ…โœ…โœ…
NVFP4 + LoRAโœ…*โœ…โœ…โœ…

*Llama 3.3 70B: NVFP4+LoRA not available at TP1.

Recommendation: Use vllm-fp8-tp2-pp1 on 2x A100 80GB or H100. Best cost-performance ratio.

GPT-OSS 120B / 20B (OpenAI Open Models)

MXFP4 only โ€” aggressively quantized for efficiency:

PrecisionTP1TP2TP4TP8
MXFP4โœ…โœ…โœ…โœ…
MXFP4 + LoRAโœ…โœ…โœ…โœ…

Nemotron Super 120B (MoE โ€” 12B Active)

This is a Mixture of Experts model with 120B total but only 12B active parameters. Profile availability varies significantly by GPU:

  • B200/B300/GB200: Full coverage (BF16/FP8/NVFP4, TP1-TP8)
  • H100/H200: BF16 from TP2, FP8 from TP1, NVFP4 limited
  • A100 80GB: BF16 from TP4, FP8 from TP2
  • L40S: FP8 TP8 only, NVFP4 TP4+

Llama 3.1 8B Instruct

Single-GPU model โ€” no multi-GPU profiles needed:

PrecisionTP1
BF16โœ…
BF16 + LoRAโœ…
FP8โœ…
FP8 + LoRAโœ…
NVFP4โœ…
NVFP4 + LoRAโœ…

Verified GPU Compatibility

Which Models Run on My GPU?

GPUVerified Models
B200All 9 models
B300 SXM6 ACAll 9 models
GB200All 9 models
H200GPT-OSS 120B/20B, Llama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B, StarCoder2
H200 NVLLlama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
H100 80GB HBM3All 9 models
H100 NVLLlama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
GH200 144G HBM3eGPT-OSS 120B/20B, Llama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
GH200 480GBGPT-OSS 20B, Llama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano
A100 SXM4 80GBGPT-OSS 120B/20B, Llama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
A100 SXM4 40GBGPT-OSS 120B/20B, Llama 70B/8B, Nemotron Super 49B, Nemotron Nano
A10GGPT-OSS 20B, Llama 70B/3.3
L40SGPT-OSS 120B/20B, Llama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
RTX PRO 6000 Blackwell SEGPT-OSS 120B/20B, Llama 70B/8B/3.3, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
RTX PRO 4500 Blackwell SEGPT-OSS 20B, Nemotron Super 49B, Nemotron Nano, Nemotron Super 120B
GB10GPT-OSS 20B, Llama 8B, Nemotron Super 49B, Nemotron Nano

Key Observations

Blackwell GPUs (B200, B300, GB200) support every model at every precision โ€” the most versatile option.

H100 80GB remains the production workhorse. Supports all 9 models. FP8 effectively doubles capacity vs BF16.

A100 40GB is limited but functional. Smaller models (8B, 20B) work fine. 70B requires FP8 or NVFP4 quantization.

L40S is the cost-effective inference GPU. Supports most models but larger ones (120B) need TP8 with FP8.

GB10 (DGX Spark) is desktop-class. Only small models (8B, 20B, Nano).

Model-Free NIM

The generic nvidia/model-free-nim container supports any vLLM-compatible model, not just the ones listed above. Explicitly validated models:

  • GPT-OSS 20B
  • Apriel Nemotron
  • Codestral

Verified GPUs for model-free NIM:

  • A100 (40GB PCIe, 80GB PCIe, 40GB SXM4, 80GB SXM4)
  • B300 SXM6 AC
  • GH200 480GB
  • H100 (80GB HBM3, NVL, PCIe)
  • H200, H200 NVL
  • RTX PRO 4500 Blackwell SE

For deployment details, see the Model-Free NIM Guide.

NIM 1.x Legacy Models

These models are supported in NIM LLM 1.15 and earlier (not yet migrated to 2.x):

ModelContainer
DeepSeek-V3.1 Terminusdeepseek-ai/deepseek-v3.1-terminus
DeepSeek-V3.2 Expdeepseek-ai/deepseek-v32-exp-nim
GLM-5zai-org/glm-5
MiniMax-M2.5minimax-ai/minimax-m25
Nemotron Nano 9B v2 (DGX Spark)nvidia/nvidia-nemotron-nano-9b-v2-dgx-spark
Qwen3 Coder Nextqwen/qwen3-coder-next
Qwen3 Next 80B A3B Instructqwen/qwen3-next-80b-a3b-instruct
Qwen3 Next 80B A3B Thinkingqwen/qwen3-next-80b-a3b-thinking
Qwen3 32Bqwen/qwen3-32b
Qwen3 32B (DGX Spark)qwen/qwen3-32b-dgx-spark
Riva Translate 4B v1.1nvidia/riva-translate-4b-instruct-v1.1
Healthcare Text2SQL (8B)nvidia/llama-3.1-nemotron-nano-8b-healthcare-text2sql-v1.0
Healthcare Text2SQL (49B)nvidia/llama-3.3-nemotron-super-49b-healthcare-text2sql-v1.0

For 1.x deployment, refer to the NIM LLM 1.15 supported models documentation.

Quick Decision Guide

What GPU do you have?
โ”œโ”€โ”€ B200/B300/GB200 โ†’ Any model, any precision, any TP
โ”œโ”€โ”€ H100/H200 80GB โ†’ Any model, prefer FP8
โ”œโ”€โ”€ A100 80GB โ†’ Most models, prefer FP8 for 70B+
โ”œโ”€โ”€ A100 40GB โ†’ 8B-20B models only (or FP8/NVFP4 for 70B)
โ”œโ”€โ”€ L40S โ†’ Most models, FP8 recommended, large models need TP8
โ”œโ”€โ”€ A10G โ†’ 20B and 70B only
โ””โ”€โ”€ GB10 โ†’ 8B, 20B, Nano only

What model do you need?
โ”œโ”€โ”€ General purpose โ†’ Llama 3.3 70B (FP8)
โ”œโ”€โ”€ Code generation โ†’ StarCoder2 7B or model-free with Codestral
โ”œโ”€โ”€ OpenAI compatible โ†’ GPT-OSS 20B/120B (MXFP4)
โ”œโ”€โ”€ NVIDIA optimized โ†’ Nemotron Super 49B or 120B
โ”œโ”€โ”€ Small/edge โ†’ Llama 8B or Nemotron Nano
โ””โ”€โ”€ Custom/fine-tuned โ†’ Model-free NIM

About the Author

I am Luca Berton, AI and Cloud Advisor. I help enterprises select the right GPU and model configuration for their inference workloads. Book a consultation.

Frequently Asked Questions

Which GPUs are supported by NVIDIA NIM?

NVIDIA NIM supports A100 (40/80GB), H100, H200, L40S, L4, and A10G GPUs. Model availability varies by GPU memory.

Can I run NIM on consumer GPUs like RTX 4090?

NIM is designed for data center GPUs. Consumer GPUs are not officially supported, though smaller models may work with vLLM directly.

#NVIDIA #NIM #Support Matrix #GPU #LLM #Inference #H100 #B200
Share:
AI Integration & GPU Platforms

Need help with AI Integration & GPU Platforms?

Need help deploying AI/ML platforms? Get expert consulting on OpenShift AI, GPU orchestration, and MLOps.

Learn more about AI Integration & GPU Platforms

Want to operate this yourself, in production?

Take the free AI Platform Engineer Readiness Scorecard to see which skills transfer โ€” then build a production-shaped AI platform in the 4-week Bootcamp.

Take the Scorecard โ†’
Luca Berton โ€” AI & Cloud Advisor, Docker Captain

Luca Berton

AI & Cloud Advisor ยท Docker Captain ยท KubeCon Speaker

15+ years in enterprise infrastructure. Author of 8 technical books, creator of Ansible Pilot (1M+ YouTube views, 648K site users). Former Red Hat engineer. Speaker at KubeCon EU 2026 and Red Hat Summit 2026.

Free 30-min AI & Cloud consultation

Book Now