Compute Comparison
NVIDIABlackwell2025

GB200 NVL72

Rack-scale Blackwell system. 72 GPUs + 36 Grace CPUs in one NVL rack. Highest throughput available.

VRAM
192GB
HBM3e
FP16
4.5k
TFLOPS
Bandwidth
8.0k
GB/s
TDP
1000W
power
Best for:Frontier LLM trainingTrillion-param modelsRack-scale AI

GB200 NVL72 Overview

The GB200 NVL72 is a Blackwell-generation NVIDIA GPU built on the GB202 architecture, manufactured on a TSMC 4NP process node with 208 billion transistors. Released in 2025, it delivers 4500 TFLOPS of FP16 throughput and 4500 TFLOPS BF16 — the two precision formats most commonly used for transformer model training and inference. FP8 precision is supported at 9000 TFLOPS — roughly 2.0× the FP16 rate — enabling near-doubled throughput for inference workloads that can tolerate reduced numerical precision with calibration. The GB202 architecture represents NVIDIA's approach to balancing compute throughput, memory bandwidth, and power efficiency for data center AI workloads. At 1000W TDP, the GB200 NVL72 sits in the ultra-high-power data center tier (1000W), requiring specialized rack infrastructure with high-density power delivery.

Memory capacity is 192GB of HBM3e with 8000 GB/s bandwidth. This determines which models can run without quantization: approximately 96B parameters at FP16 (2 bytes/param), 192B at INT8 (1 byte/param), or up to 384B parameters at INT4/GGUF quantization (0.5 bytes/param). These figures are theoretical maximums — actual capacity is reduced by KV cache, framework overhead, and activation memory, typically by 10–20% for inference and 30–40% for training. The arithmetic intensity ceiling — the ratio of compute (4500 TFLOPS) to memory bandwidth (8000 GB/s) — is approximately 563 FLOP/byte. Transformer inference is typically memory-bound below this threshold, meaning the 8000 GB/s bandwidth figure is the primary determinant of tokens-per-second for most LLM serving workloads.

Multi-GPU configurations are a first-class use case for the GB200 NVL72. NVLink 5.0 / PCIe 6.0 provides 1800 GB/s of bidirectional NVLink bandwidth between cards, enabling tensor-parallel inference across multiple GPUs with near-linear VRAM scaling. A two-card configuration provides 384GB of pooled VRAM — sufficient for 192B parameter models at FP16 — while a four-card setup reaches 768GB. NVLink's low-latency, high-bandwidth fabric makes all-reduce operations in data-parallel training significantly faster than PCIe-based alternatives, which top out at ~64 GB/s bidirectional for PCIe 5.0 x16.

The primary workloads for the GB200 NVL72 are Frontier LLM training, Trillion-param models, Rack-scale AI. Rack-scale Blackwell system. 72 GPUs + 36 Grace CPUs in one NVL rack. Highest throughput available. Key limitations to factor into your evaluation: Rack-scale only — not available as individual GPUs; Extremely limited availability outside hyperscalers; Requires NVLink Switch infrastructure — very high cost. When comparing this GPU against alternatives at similar price points, the most important metrics are memory bandwidth (for inference throughput), VRAM capacity (for model size), and FP16/BF16 TFLOPS (for training speed). Raw TFLOPS figures can be misleading for inference — a GPU with lower TFLOPS but higher memory bandwidth will often outperform a higher-TFLOPS card on tokens-per-second for memory-bound autoregressive generation.

In the broader GPU market, the GB200 NVL72 is a one-year-old design that remains competitive for most workloads. CUDA compatibility is a significant advantage: the GB200 NVL72 benefits from the full NVIDIA software ecosystem including cuDNN, TensorRT, FlashAttention, and all major inference frameworks (vLLM, TGI, TensorRT-LLM). CUDA's maturity means optimized kernels are available for virtually every model architecture. For cloud rental, availability varies significantly by provider — some specialize in this GPU tier while others may have limited stock. Compare on-demand and spot pricing across providers using the rental comparison table on this page, and factor in region availability if latency is a concern for your inference workload.

Memory

VRAM192 GB
Memory TypeHBM3e
Bandwidth8000 GB/s
NVLink BW1800 GB/s

Compute Performance

FP3290 TFLOPS
FP164500 TFLOPS
BF164500 TFLOPS
FP89000 TFLOPS
INT89000 TOPS

Hardware

ArchitectureGB202
GenerationBlackwell
Process NodeTSMC 4NP
Transistors208B
TDP1000 W
InterconnectNVLink 5.0 / PCIe 6.0
Release Year2025

Relative Performance

FP16 Compute60%
VRAM Capacity67%
Mem Bandwidth50%

Relative to highest-spec GPU in database

Limitations

Rack-scale only — not available as individual GPUs
Extremely limited availability outside hyperscalers
Requires NVLink Switch infrastructure — very high cost

Live Cloud PricingOn-demand hourly rates

Loading live prices…

Compare GB200 NVL72 vs…

Use Case Guidance

Frontier LLM training
Trillion-param models
Rack-scale AI

LLM Model Size Guidance

Max model (FP16)~96Bparameters at FP16 precision
Max model (INT8)~192Bparameters at INT8 precision
Max model (INT4)~384Bparameters at INT4/GGUF

Estimates only. Actual capacity depends on context length, KV cache, and framework overhead.

Related Guides

LLM APIs Running on This GPU Class

Providers that serve frontier LLM inference on Blackwell-class hardware.

Browse all 42 LLM models

Related GPUs

Frequently Asked Questions

How much VRAM does the GB200 NVL72 have?

The GB200 NVL72 has 192GB of HBM3e memory with 8000 GB/s bandwidth. This enables running models up to approximately 384B parameters at INT4 precision, 192B at INT8, or 96B at FP16.

What is the FP16 performance of the GB200 NVL72?

The GB200 NVL72 delivers 4500 TFLOPS of FP16 performance and 4500 TFLOPS BF16, and 9000 TFLOPS FP8. INT8 throughput is 9000 TOPS. For transformer inference, memory bandwidth (8000 GB/s) is often the binding constraint rather than raw TFLOPS.

What is the GB200 NVL72 best used for?

The GB200 NVL72 is best suited for: Frontier LLM training, Trillion-param models, Rack-scale AI. Rack-scale Blackwell system. 72 GPUs + 36 Grace CPUs in one NVL rack. Highest throughput available.

What interconnect does the GB200 NVL72 use?

The GB200 NVL72 uses NVLink 5.0 / PCIe 6.0 with 1800 GB/s NVLink bandwidth for multi-GPU configurations. NVLink enables near-linear tensor-parallel scaling across multiple cards for models that exceed single-card VRAM.

What LLM model sizes can the GB200 NVL72 run?

With 192GB of HBM3e, the GB200 NVL72 can run models up to approximately 96B parameters at FP16 (2 bytes/param), 192B at INT8 (1 byte/param), or 384B at INT4/GGUF (0.5 bytes/param). These are estimates — actual capacity depends on context length, KV cache size, and framework overhead. Longer context windows require more KV cache memory, reducing the effective model size that fits.

How does the GB200 NVL72 compare to the A100 for LLM inference?

The GB200 NVL72 has 4500 TFLOPS FP16 vs the A100 80GB's 312 TFLOPS, and 8000 GB/s memory bandwidth vs the A100's 2,039 GB/s. For memory-bound autoregressive LLM inference, bandwidth is the primary determinant of tokens-per-second. The GB200 NVL72's higher bandwidth gives it a throughput advantage for large model inference.

What is the power consumption of the GB200 NVL72?

The GB200 NVL72 has a TDP (Thermal Design Power) of 1000W. This is the maximum sustained power draw under full load. For data center deployments, total rack power consumption is typically 1.2–1.5× the GPU TDP when accounting for CPU, memory, networking, and cooling overhead. At 1000W, the GB200 NVL72 is in the high-power tier — requires specialized data center infrastructure with high-density power delivery.

Ready to rent?

Compare GB200 NVL72 prices across 97+ providers

Live on-demand & spot rates · monthly cost estimates · availability status

Compare rental prices