Skip to content
Friendly disclaimer: flozi00 TechHub is a solo side-project next to a full-time job β€” personal learning notes, no official statements. Verify critical steps yourself.

GPU Buying Guide for LLM Inference (2026)

How to read GPU specs for LLM serving, verified September 2026 price ranges from consumer cards to B300, cost per GB VRAM and per TB/s bandwidth, NVLink vs PCIe, used-market risks, and a decision table by workload.

9 min readflozi00
aigpuhardwareh100blackwellbuying-guide

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.

TierCardVRAMBandwidthStreet price (EUR, Sept 2026)EUR / GB VRAMEUR per TB/s
Consumer flagshipRTX 509032 GB GDDR71.79 TB/s~1.700–3.70053–115950–2.100
WorkstationRTX PRO 6000 Blackwell96 GB GDDR7 ECC1.79 TB/s~6.900–10.30072–1083.850–5.750
Used data centerA100 80GB80 GB HBM2e2.0 TB/s~6.000–12.000 (used)75–1503.000–6.000
Data centerH10080 GB HBM33.35 TB/s~21.500–34.500270–4306.400–10.300
Data centerH200141 GB HBM3e4.8 TB/s~26.500–34.500190–2455.550–7.200
Data centerB200180 GB HBM3e8.0 TB/s~34.500–47.500190–2604.300–5.950
Data centerB300288 GB HBM3e8.0 TB/s~43.000–52.000150–1805.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.

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

WorkloadPickWhy
Single user, local models ≀ ~70B via 4-bit quantRTX 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 EURUsed A100 80GB80 GB HBM at €6–12k; accept the section-4 risks
Small team, new purchase, max flexibilityH100 PCIe or H200 NVL80–141 GB, MIG on H100, single-card purchasable 3
Production serving, 8B–70B models, SLO-bound8Γ— H100 or 8Γ— H200 HGXMature 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 GBKV cache scales with context Γ— concurrency β€” see the KV-cache guide 5
Frontier throughput (>70B dense, max tokens/s/rack)B200 / B300 systems2.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

Footnotes

  1. 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. ↩

  2. 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). ↩

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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. ↩

  8. 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 ↩