Every "which GPU should I buy for LLM inference" question decomposes into three checks, in this order: does the model plus its KV cache fit in VRAM, is the memory bandwidth high enough for your token-rate target, and only then, does the compute matter. This guide covers how to read GPU specs through that lens, what the actual market tiers cost as of September 2026, and where the traps are β used data-center cards, consumer-card limits, and interconnect. The VRAM arithmetic itself is covered in our existing deep dives, so we link rather than re-derive.
1. How to Read GPU Specs for LLM Serving
Decode is memory-bandwidth-bound. At inference time, autoregressive decode reads every active model weight from VRAM once per generated token. At small batch sizes, FLOPS barely matter: tokens/s per GPU is bounded by bandwidth Γ· active weight bytes. A 70B model in BF16 is ~140 GB of bytes per token, so an H100 SXM (3.35 TB/s) has a hard ceiling near 24 tok/s per GPU at batch 1, while a B200 (8 TB/s in HGX configuration) reaches ~57 tok/s β regardless of the 4.5Γ FLOPS gap between them. Prefill and large-batch decode are compute-bound instead, which is where tensor-core throughput (FP8 on Hopper, native FP4 on Blackwell) earns its keep. The full roofline is derived in our inference math article.
Capacity decides what fits β and what you can batch. VRAM must hold weights plus KV cache plus activations. Quantization trades accuracy for both capacity and effective bandwidth (bytes per token), so the cheapest "GPU upgrade" is often a format change rather than a purchase β see the quantization guide. A model that fits comfortably leaves room for longer context and bigger batches, which is the real lever for cost per served token. Work the numbers with the VRAM calculator and the KV-cache deep dive before you spend anything.
So the spec-sheet reading order for serving is: VRAM capacity (hard gate) β memory bandwidth (decode speed) β NVLink/interconnect (multi-GPU scaling) β FLOPS (prefill and batch). Power draw and cooling multiply all of it and get a word below.
2. The Market Tiers and Prices (as of September 2026)
A hard honesty note first: this market has no list prices. NVIDIA publishes none for H100/H200/B200/B300; everything below is reseller listings, OEM system prices divided by GPU count, and analyst estimates re-verified across at least two independent current sources. Prices are volatile β the same H100 has spanned $25kβ$40k for over a year. Figures below are converted to EUR at the September 2026 USD/EUR rate of ~1.16 1; treat every number as a range with a Β±20% haircut for negotiating reality (provenance in 2). B200 and B300 are effectively not sold as single cards at all β they ship inside 8-GPU HGX systems ($430kβ$860k per node listed), so per-GPU prices for them are system-derived 3.
| Tier | Card | VRAM | Bandwidth | Street price (EUR, Sept 2026) | EUR / GB VRAM | EUR per TB/s |
|---|---|---|---|---|---|---|
| Consumer flagship | RTX 5090 | 32 GB GDDR7 | 1.79 TB/s | ~1.700β3.700 | 53β115 | 950β2.100 |
| Workstation | RTX PRO 6000 Blackwell | 96 GB GDDR7 ECC | 1.79 TB/s | ~6.900β10.300 | 72β108 | 3.850β5.750 |
| Used data center | A100 80GB | 80 GB HBM2e | 2.0 TB/s | ~6.000β12.000 (used) | 75β150 | 3.000β6.000 |
| Data center | H100 | 80 GB HBM3 | 3.35 TB/s | ~21.500β34.500 | 270β430 | 6.400β10.300 |
| Data center | H200 | 141 GB HBM3e | 4.8 TB/s | ~26.500β34.500 | 190β245 | 5.550β7.200 |
| Data center | B200 | 180 GB HBM3e | 8.0 TB/s | ~34.500β47.500 | 190β260 | 4.300β5.950 |
| Data center | B300 | 288 GB HBM3e | 8.0 TB/s | ~43.000β52.000 | 150β180 | 5.400β6.500 |
| Reading the two efficiency columns: consumer cards win on EUR per TB/s occasionally but their capacity is tiny; the B300 is the cheapest current-gen card per GB (it is the capacity play β 288 GB per GPU); and the B200 is the cheapest per TB/s of the current data-center generation. The A100's appeal is a broad used market with sub-β¬10k prices for 80 GB of HBM β still the best capacity-per-euro entry into data-center-class memory, at the risk covered in section 4. Note the RTX PRO 6000 pays ~3Γ the EUR/TB/s of an RTX 5090 for the same bandwidth: you buy its 96 GB and ECC, not speed 4. |
Tiers in one line each. Consumer flagships (RTX 5090, 32 GB): fast decode per euro, capped at ~32B BF16 / ~70B at 4-bit per card. Workstation (RTX PRO 6000 Blackwell, 96 GB ECC): single-slot 70Bβ120B serving for teams. Used previous-gen data center (A100): cheap HBM capacity, deprecated silicon. Current data center (H100/H200): the production workhorses with mature ecosystem. Current flagship (B200/B300): buy when VRAM or per-rack throughput demands it β effectively a system purchase, not a card purchase 5.
3. Interconnect: Why Multi-GPU Wants NVLink
Tensor parallelism splits every transformer layer across GPUs, so each generated token requires an all-reduce over activations at every layer boundary. Over PCIe Gen5 x16 (~128 GB/s bidirectional) that communication serializes against a 3.35 TB/s-class memory system; over NVLink it overlaps it. Per-GPU NVLink bandwidth by tier, per NVIDIA's documentation: NVLink 3 on A100 at 600 GB/s, NVLink 4 on H100/H200 at 900 GB/s, NVLink 5 on B200/B300 at 1.8 TB/s β versus ~64 GB/s per direction for PCIe Gen5 x16 6 7. NVLink also needs the SXM baseboard (or NVL bridge pairs); loose PCIe cards talk to each other through the host root complex at PCIe speeds.
Practical consequences: a single H100-class card on PCIe serves fine β TP=1 has no inter-GPU traffic. Two or four GPUs with NVLink bridges still scale well. Eight-way TP inside an HGX SXM node is where NVSwitch matters. And cross-node TP is so communication-bound that pipeline-parallel layouts deliver up to 4.5Γ higher throughput on 16 cross-node H100s, per a ScitiX AI study β the reason "more GPUs" beyond one node needs a layout rethink, not just a bigger fabric 8.
4. Risks by Tier
Used data-center cards (A100, ex-cloud H100s). Data-center parts have no consumer warranty; NVIDIA's enterprise coverage follows the original system integrator, and mining-style 24/7 history is invisible β ask for running-hours and thermal logs where possible. A100s are discontinued (CDW lists the PNY A100 80GB PCIe as "Discontinued" at a frozen $13.2k last-listed price), so spares and repair channels thin out over the hardware's remaining life 3. SXM modules require a matching baseboard β a cheap SXM card without one is a paperweight. Fake or stripped engineering samples circulate on secondary marketplaces; buy from resellers with return policies.
Consumer cards. 32 GB caps model choice before anything else does. No MIG partitioning (an H100 SXM splits into up to 7 isolated ~10 GB instances (7Γ1g.10gb; the 18 GB 1g.18gb profile belongs to the H200) β useful for many-small-model serving). The RTX 5090 has no ECC on GDDR7; the RTX PRO 6000 does β relevant for long unattended runs where silent bit-flips corrupt weights. Consumer cards have no NVLink; multi-GPU rigs pay PCIe overhead and don't scale TP well past 2 GPUs. Two-slot board designs and 575 W TBP also mean a single consumer-grade PSU and case can host at most one or two.
System realities at the top. A B200 draws ~1,000 W and a B300 ~1,400 W per GPU; an 8-GPU B300 node is listed at ~14.5 kW β liquid cooling territory, and a real facility cost on top of the sticker price 3.
5. Decision Table by Workload
| Workload | Pick | Why |
|---|---|---|
| Single user, local models β€ ~70B via 4-bit quant | RTX 5090 (32 GB) | Best EUR per TB/s in the table; capacity fine at Q4 with our quantization formats |
| Single user, 70Bβ120B models (gpt-oss-120B class) | RTX PRO 6000 Blackwell (96 GB) | One PCIe slot, 70B at Q8 or FP8 plus KV headroom 4 |
| Small team, budget server, best capacity per EUR | Used A100 80GB | 80 GB HBM at β¬6β12k; accept the section-4 risks |
| Small team, new purchase, max flexibility | H100 PCIe or H200 NVL | 80β141 GB, MIG on H100, single-card purchasable 3 |
| Production serving, 8Bβ70B models, SLO-bound | 8Γ H100 or 8Γ H200 HGX | Mature ecosystem; H200 halves GPU count vs H100 for 141 GB models 9 |
| Long-context / large-batch (RAG, agents, big KV) | Capacity-first: H200 141 GB, B300 288 GB | KV cache scales with context Γ concurrency β see the KV-cache guide 5 |
| Frontier throughput (>70B dense, max tokens/s/rack) | B200 / B300 systems | 2.3Γ H100 bandwidth per GPU, FP4, NVLink 5 β but plan kW and liquid cooling 7 |
Verdict
Buy the tier your capacity math dictates, not the tier with the best headline FLOPS: run the inference calculator with your real model, context, and concurrency first. In 2026 the surprising answers are that a β¬2k consumer card decodes a 30B model as fast as a β¬30k H100 (bandwidth ratio, not FLOPS), that the H200 is often the production sweet spot (141 GB at barely above H100 street prices), and that B200/B300 purchases are facility projects, not card upgrades. When in doubt, rent first β specialist-cloud H100 rates near $3/GPU-hour let you measure your real utilization before you commit capital 3.
Further Reading
- LLM Inference Math: From Theory to Hardware β the bandwidth-roofline derivation behind every token-rate claim above.
- How Much VRAM Does an LLM Need? β weight and KV-cache sizing before you shop.
- LLM Quantization β the cheapest capacity upgrade is a format change, not a card.
- KV Cache Explained β why long-context workloads should shop capacity-first.
- Inference Calculator β run your real model, context, and batch through the math.
Footnotes
-
EUR/USD β 1.16 as of September 2026 (ECB reference rate ~1.1578); all EUR figures are converted from verified USD listings and are approximate. β©
-
Price-band provenance: H100 $25β40k (GPUSmith, TRG Datacenters, intuitionlabs); H200 $30β40k + CDW single-card anchor (GPUSmith, GPUPerHour); B200 system-implied $40β55k (Thunder Compute, GPUSmith, GPUPerHour per-GPU divisions); B300 single-unit street ~$53k / systems $67β98k per GPU (Spheron via ledger Β§80, GPUPerHour Supermicro/Broadberry/Lenovo divisions); RTX 5090 $2,000β4,300 (convly.ai MSRP, dev.to Aug 2026 street, openclawdc); RTX PRO 6000 $8,000β9,400 (runaihome, dev.to, compute-market.com); used A100 $6β12k (gpucost.org $12k A100 SXM listing, intuitionlabs discontinued-new $15β17k baseline, getdeploying rental medians as sanity check). Bandwidth figures: NVIDIA H100/H200/B200 datasheets as compiled by Rackspace and Thunder Compute; A100 80GB SXM 2,039 GB/s (A100 datasheet via getdeploying). β©
-
GPUPerHour, "H200, B200, A100 Prices: You Buy a Server, Not a GPU" (Sept 2026) β CDW H200 NVL single-card listing $33,731.99 (21 Sep 2026), 8-GPU HGX system listings (Supermicro/Lenovo/Broadberry), A100 discontinued $13,223.99, DGX B300 14.5 kW. https://gpuperhour.com/blog/nvidia-gpu-prices β© β©2 β©3 β©4 β©5
-
RTX PRO 6000 Blackwell vs RTX 5090: 96 GB GDDR7 ECC vs 32 GB, identical 1,792 GB/s bandwidth, ~$8,000β$9,400 (Jun 2026 retail spread, Newegg/Amazon/B&H) vs ~$2,900β$4,300 β dev.to/runaihome local-AI benchmarks (JuneβAug 2026). β© β©2
-
Thunder Compute, "NVIDIA B200 Pricing" (Sept 2026) β single-B200 street $45β55k, H100/H200/B200 spec table (3.35 / 4.8 / 8 TB/s; NVLink 900 GB/s / 900 GB/s / 1.8 TB/s). https://www.thundercompute.com/blog/nvidia-b200-pricing β© β©2
-
Spheron, "What is NVLink? GPU Interconnect Bandwidth Explained" (2026) β per-generation NVLink bandwidth (A100 600 GB/s, H100/H200 900 GB/s, B200/B300 1.8 TB/s) vs PCIe Gen5 x16 128 GB/s bidirectional. https://spheron.network/blog/what-is-nvlink-gpu-interconnect-bandwidth-explained β©
-
Rackspace, "So You Need Enterprise GPUs" (2026) β H100/H200/B200 memory, bandwidth, NVLink and TDP per NVIDIA datasheets. https://blog.rackspacecloud.com/blog/2026/01/16/so_you_need_enterprise_gpus_-_a_no-bs_guide_to_h100_h200_and_b200 β© β©2
-
He, Zhao & Cao (ScitiX AI), "SiPipe" (arXiv:2506.22033, June 2025) β up to 4.5Γ throughput over pure TP in a cross-node setup with 16 H100 GPUs. β©
-
GPUSmith, "NVIDIA Data Center GPU Pricing: H100 to GB200 Cost Guide" (July 2026) β H100 $25β40k, H200 $30β40k per GPU, B200 street ~$40β45k. https://gpusmith.com/articles/en/nvidia-data-center-gpu-pricing-guide β©