Compute Comparison
NVIDIAVolta2017

V100 16GB

Original Volta flagship. Cheapest way to access NVLink. Limited by 16GB VRAM for modern models.

VRAM
16GB
HBM2
FP16
112.0
TFLOPS
Bandwidth
900.0
GB/s
TDP
250W
power
Best for:Legacy ML trainingBudget inferenceExperimentation

V100 16GB Overview

The V100 16GB is a Volta-generation NVIDIA GPU built on the GV100 architecture, manufactured on a TSMC 12nm process node with 21.1 billion transistors. Released in 2017, it delivers 112 TFLOPS of FP16 throughput and 112 TFLOPS BF16 — the two precision formats most commonly used for transformer model training and inference. The GV100 architecture represents NVIDIA's approach to balancing compute throughput, memory bandwidth, and power efficiency for data center AI workloads. At 250W TDP, the V100 16GB sits in the moderate power envelope (250W), suitable for both workstation and data center deployments.

Memory capacity is 16GB of HBM2 with 900 GB/s bandwidth. This determines which models can run without quantization: approximately 8B parameters at FP16 (2 bytes/param), 16B at INT8 (1 byte/param), or up to 32B 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 is approximately 124 FLOP/byte (112 TFLOPS ÷ 900 GB/s). Most autoregressive LLM inference falls well below this threshold, making the 900 GB/s memory bandwidth the binding constraint on tokens-per-second throughput rather than raw TFLOPS.

Multi-GPU configurations are a first-class use case for the V100 16GB. NVLink 2.0 / PCIe 3.0 provides 300 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 32GB of pooled VRAM — sufficient for 16B parameter models at FP16 — while a four-card setup reaches 64GB. 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 V100 16GB are Legacy ML training, Budget inference, Experimentation. Original Volta flagship. Cheapest way to access NVLink. Limited by 16GB VRAM for modern models. Key limitations to factor into your evaluation: Only 16GB HBM2 — limits to ~7B models at FP16; No BF16 or FP8 hardware support; Older Volta architecture — significantly slower than A100/H100. 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 V100 16GB is a 9-year-old design that is increasingly being replaced by newer architectures in cloud deployments, though it remains available at competitive rental rates. CUDA compatibility is a significant advantage: the V100 16GB 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

VRAM16 GB
Memory TypeHBM2
Bandwidth900 GB/s
NVLink BW300 GB/s

Compute Performance

FP647 TFLOPS
FP3214 TFLOPS
FP16112 TFLOPS
BF16112 TFLOPS
INT8224 TOPS

Hardware Specifications

Chip

ArchitectureGV100
GenerationVolta
Process NodeTSMC 12nm
Transistors21.1B
Die Size815 mm²
Release DateDecember 7, 2017

Processors

CUDA / Shader Cores5,120
Tensor Cores640

Clocks

Boost Clock1,530 MHz

Memory

VRAM16 GB
Memory TypeHBM2
Memory Bus4096-bit
Bandwidth900 GB/s
L2 Cache6 MB
NVLink BW300 GB/s

Power

TDP250 W
InterconnectNVLink 2.0 / PCIe 3.0

Relative Performance

FP16 Compute1%
VRAM Capacity6%
Mem Bandwidth6%

Relative to highest-spec GPU in database

Limitations

Only 16GB HBM2 — limits to ~7B models at FP16
No BF16 or FP8 hardware support
Older Volta architecture — significantly slower than A100/H100

Live Cloud PricingOn-demand hourly rates

Loading live prices…

Compare V100 16GB vs…

Use Case Guidance

Legacy ML training
Budget inference
Experimentation

LLM Model Size Guidance

Max model (FP16)~8Bparameters at FP16 precision
Max model (INT8)~16Bparameters at INT8 precision
Max model (INT4)~32Bparameters 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 Volta-class hardware.

Browse all 42 LLM models

V100 16GB vs Alternatives — Spec Comparison

SpecV100 16GB thisV100 32GBTITAN V 12GBA10G
VRAM16GB HBM232GB HBM212GB HBM224GB GDDR6
Memory Bandwidth900 GB/s900 GB/s653 GB/s600 GB/s
FP16 TFLOPS112112110125
BF16 TFLOPS112112110125
FP8 TFLOPS
INT8 TOPS224224220250
TDP250W300W250W150W
Process NodeTSMC 12nmTSMC 12nmTSMC 12nmSamsung 8nm
ArchitectureGV100GV100GV100GA102
Release Year2017201820172021
Max model (FP16)~8B params~16B params~6B params~12B params
Max model (INT4)~32B params~64B params~24B params~48B params
▲ indicates best value in row · FP16/BF16 TFLOPS at full precision · Max model estimates at 2 bytes/param (FP16) and 0.5 bytes/param (INT4)Full side-by-side comparison

Related GPUs

Frequently Asked Questions

How much VRAM does the V100 16GB have?

The V100 16GB has 16GB of HBM2 memory with 900 GB/s bandwidth. This enables running models up to approximately 32B parameters at INT4 precision, 16B at INT8, or 8B at FP16.

What is the FP16 performance of the V100 16GB?

The V100 16GB delivers 112 TFLOPS of FP16 performance and 112 TFLOPS BF16. INT8 throughput is 224 TOPS. For transformer inference, memory bandwidth (900 GB/s) is often the binding constraint rather than raw TFLOPS.

What is the V100 16GB best used for?

The V100 16GB is best suited for: Legacy ML training, Budget inference, Experimentation. Original Volta flagship. Cheapest way to access NVLink. Limited by 16GB VRAM for modern models.

What interconnect does the V100 16GB use?

The V100 16GB uses NVLink 2.0 / PCIe 3.0 with 300 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 V100 16GB run?

With 16GB of HBM2, the V100 16GB can run models up to approximately 8B parameters at FP16 (2 bytes/param), 16B at INT8 (1 byte/param), or 32B 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 V100 16GB compare to the A100 for LLM inference?

The V100 16GB has 112 TFLOPS FP16 vs the A100 80GB's 312 TFLOPS, and 900 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 A100's higher bandwidth gives it a throughput advantage for large model inference, despite the V100 16GB's lower cost.

What is the power consumption of the V100 16GB?

The V100 16GB has a TDP (Thermal Design Power) of 250W. 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 250W, the V100 16GB is in the low-power tier — enables high-density deployments with standard rack power.

Ready to rent?

Compare V100 16GB prices across 102+ providers

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

Compare rental prices