To rent GPU for AI, start with VRAM: a 70B model at Q4_K_M needs roughly 40 GB, covered by the packet.ai L40S at $0.92/hr. The same model at FP16 needs 140 GB, requiring the H200 (coming soon) or an H100 (coming soon). Pick the wrong GPU and you either OOM on launch or burn budget on every hour.
Key takeaways
VRAM is the hard constraint in AI inference. Your model either fits or it does not. Picking the right GPU before you deploy saves you from OOM crashes mid-run, from oversizing a cluster and burning budget on idle memory, and from figuring out why a 70B model that should fit on a 48 GB GPU is failing at 60 GB of actual usage.
This guide maps every major model to exact VRAM requirements and the packet.ai GPU that covers it at the lowest cost. It sits alongside the L40S pricing and throughput deep-dive and the GPU selection guide for ComfyUI and image generation in the packet.ai inference cluster. To skip GPU management entirely, packet.ai Token Factory serves Llama 3, DeepSeek, and Qwen models on an OpenAI-compatible API — no VRAM sizing or GPU provisioning required. For a direct rate comparison against AWS, CoreWeave, and Lambda Labs, see the pricing page.
The formula that covers most production cases:
Total VRAM = model weights + KV cache + framework overhead + 20% headroom
Calculate model weight VRAM
FP16: multiply params by 2 (70B × 2 = 140 GB). Q4_K_M: multiply by 0.5 (70B × 0.5 = 35 GB). Scales linearly.
Add KV cache for your concurrency
For a 70B FP16 model, each token adds ~2.5 MB. At 4K context with 8 concurrent users, add roughly 80 GB on top of model weights. Size for peak concurrency, not average load.
Add framework overhead
vLLM, TGI, SGLang, and TensorRT-LLM each consume 2-4 GB at idle. Add to your running total.
Add 20% headroom and match to a GPU
Multiply total by 1.2. Under 48 GB: L40S at $0.92/hr. Under 80 GB: A100 at $1.43/hr. Under 192 GB: B200 at $3.75/hr Dynamic. H100 and H200 coming soon — join the waitlist.
packet.ai L40S 48 GB starts at $0.92/hr dedicated versus $3.50/hr on AWS for equivalent capacity.
For a team running continuous 70B Q4 inference, the $0.92/hr versus $3.50/hr gap compounds to over $20,000 saved per GPU per year on packet.ai compared to AWS.
All figures include a KV cache estimate at 4K context with 4 concurrent users. For high-concurrency or long-context workloads, add KV cache for your actual peak concurrency on top.
Sources: VRLA Tech LLM Requirements Guide (June 2026), Spheron GPU Memory Requirements (May 2026), Will It Run AI (April 2026). GPU prices verified against the packet.ai pricing page, July 16, 2026.
Llama 4 Scout has 109B total parameters but only 17B active per token. All 109B must load into VRAM at startup. This is why Scout at Q4 needs 55-60 GB, not the 9 GB you would expect from 17B active parameters.
Watch out
Never size a MoE GPU by active parameters. Size by total parameters at your target quantization level.
DeepSeek V3 (671B total, 37B active) requires approximately 671 GB at FP8 for weights alone, making a full B200 cluster the minimum viable deployment. The distilled variant, DeepSeek-R1-Distill-32B, needs approximately 20 GB at Q4 and runs on a single L40S 48 GB, carrying most of full R1 reasoning capability at $0.92/hr.
vLLM holds model weights plus peak KV cache across all concurrent requests simultaneously. Teams using TGI or SGLang see similar VRAM profiles. Size for peak concurrency, not average load.
Live now: L40S, A100, RTX 6000 Pro, and B200. H100 SXM and H200 are coming soon — join the waitlists below.
L40S 48 GB
$0.92/hr dedicated
Ada Lovelace, 48 GB GDDR6 — Live now
A100 80 GB
$1.43/hr dedicated
Ampere, 80 GB HBM2e, ECC — Live now
H100 SXM 80 GB
Coming soon
Hopper, 80 GB HBM3, NVLink 4.0
H200 SXM 141 GB
Coming soon
Hopper, 141 GB HBM3e, 4.8 TB/s
B200 SXM 192 GB — Flagship
$3.75 Dynamic · $5.90 Dedicated
Blackwell, 192 GB HBM3e, 8 TB/s — Live now
RTX 6000 Pro 96 GB
$0.66/hr Dynamic
Blackwell, 96 GB GDDR7 — Live now
Live on packet.ai: L40S $0.92/hr dedicated, A100 80 GB $1.43/hr dedicated, B200 $3.75/hr Dynamic / $5.90/hr Dedicated, RTX 6000 Pro $0.66/hr Dynamic. H100 SXM and H200 are coming soon. AWS EC2 charges approximately $6.88/hr per H100 GPU on P5 instances, based on the AIMultiple GPU Rental Price Index (July 2026). packet.ai charges no egress fees and no minimum commitment on on-demand instances.
Fine-tuning needs approximately 3-4x more VRAM than inference of the same model. The training loop stores model weights, gradients (same size as weights at FP16), Adam optimizer states (2x weights), and activations simultaneously.
A 70B QLoRA run fits on a single A100 80 GB at $1.43/hr at approximately 41 GB peak — no cluster required. Full FP16 fine-tuning of 70B exceeds 570 GB and requires an 8x H100 or B200 cluster.
Don't want to size VRAM or provision GPUs? packet.ai Token Factory serves open LLMs on an OpenAI-compatible API — no infrastructure required.
Last reviewed: July 16, 2026. All prices verified against the packet.ai pricing page. Live now: L40S $0.92/hr, A100 $1.43/hr, B200 $3.75/hr Dynamic / $5.90/hr Dedicated, RTX 6000 Pro $0.66/hr Dynamic. H100 SXM and H200 coming soon — join the waitlist. For multi-node deployments, see packet.ai GPU clusters.
Same models. Same API. Fraction of the cost. Start free — no credit card required.
Start Building →