How much VRAM does a trending LLM need?
Start with total parameters multiplied by bits per parameter, converted to binary GiB, then add cache, runtime workspace, and measured headroom. This index shows only a weight-plus-20%-headroom floor.
Daily index / open-model discovery
Twelve trending Hugging Face text-generation models, translated into INT4, INT8, and BF16 weight-plus-headroom floors. The source refreshes daily; the assumptions stay visible.
Inspect today’s hardware index → Use the public JSON snapshot → Inspect another Hugging Face repository →Today’s model queue
Every VRAM figure is total safetensors parameters × selected bits ÷ eight, converted to binary GiB, plus 20% planning headroom. KV cache and runtime allocations are not included.
Swipe the index horizontally →
| Rank | Model repository | Parameters | INT4 + 20% | INT8 + 20% | BF16 + 20% | Hub signal | Next check |
|---|---|---|---|---|---|---|---|
| #01 | DeepSeek-V4-Flash-0731 ↗ deepseek-ai · updated Aug 1, 2026 | 304.18B | 170 GiB | 340 GiB | 679.9 GiB | 4721.8M downloads · 3.4K likes | Read evidence →Open calculator |
| #02 | DeepSeek-V4-Pro-0813 ↗ deepseek-ai · updated Aug 13, 2026 | 1650.5B | 922.3 GiB | 1,844.6 GiB | 3,689.2 GiB | 43619.9K downloads · 452 likes | Open plan → |
| #03 | NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 ↗ nvidia · updated Aug 13, 2026 | 17.82B | 9.96 GiB | 19.92 GiB | 39.83 GiB | 250170.6K downloads · 262 likes | Open plan → |
| #04 | LFM2.5-2.6B ↗ LiquidAI · updated Aug 7, 2026 | 2.7B | 1.51 GiB | 3.01 GiB | 6.03 GiB | 216135.4K downloads · 622 likes | Read evidence →Open calculator |
| #05 | Ling-3.0-flash ↗ inclusionAI · updated Aug 6, 2026 | 127.49B | 71.24 GiB | 142.5 GiB | 285 GiB | 11412.2K downloads · 333 likes | Read evidence →Open calculator |
| #06 | maple-preview ↗ deepgrove · updated Aug 4, 2026 | 20.21B | 11.3 GiB | 22.59 GiB | 45.18 GiB | 1136.1K downloads · 360 likes | Read evidence →Open calculator |
| #07 | Motif-3 ↗ Motif-Technologies · updated Aug 14, 2026 | 314.84B | 175.9 GiB | 351.9 GiB | 703.7 GiB | 1101.9K downloads · 111 likes | Open plan → |
| #08 | TwIL-LM3 ↗ webAI-Official · updated Aug 13, 2026 | 3.08B | 1.72 GiB | 3.44 GiB | 6.87 GiB | 5930K downloads · 61 likes | Open plan → |
| #09 | Huihui-CyberStrike-OffSec-35B-abliterated ↗ huihui-ai · updated Aug 11, 2026 | 35.95B | 20.09 GiB | 40.18 GiB | 80.36 GiB | 581.6K downloads · 60 likes | Open plan → |
| #10 | GLM-5.2 ↗ zai-org · updated Jul 2, 2026 | 753.33B | 421 GiB | 841.9 GiB | 1,683.8 GiB | 572.7M downloads · 5K likes | Read evidence →Open calculator |
| #11 | fuse-1-Lite ↗ Akahsizrr · updated Aug 9, 2026 | 5.72B | 3.2 GiB | 6.39 GiB | 12.78 GiB | 472.3K downloads · 119 likes | Read evidence →Open calculator |
| #12 | DeepSeek-V4-Pro ↗ deepseek-ai · updated Jun 22, 2026 | 1598.84B | 893.4 GiB | 1,786.8 GiB | 3,573.7 GiB | 431.3M downloads · 5.4K likes | Open plan → |
A listed repository may be a base model, fine-tune, research preview, or community release. Open the source card and license before downloading. Repositories labeled as format- or precision-specific artifacts—including GGUF, AWQ, GPTQ, EXL2, MLX, FP8, BF16, INT2/4/8, 2/4/8BIT, and W2/4/8 variants—are excluded so a converted copy does not crowd out the underlying model.
Three boundaries
Trend is not quality.
Hub attention does not prove benchmark strength, safety, or production readiness.
Active is not resident.
MoE active parameters can be much smaller than the total weights that need memory or offload.
Fit is not speed.
A weight floor says nothing about tokens per second, latency, context, or runtime support.
Reproducible method
Discovery. The refresh requests public text-generation repositories from the Hugging Face Hub models API, sorted by trending score. It keeps the first twelve repositories with a safetensors total between one billion and two trillion parameters.
Weight floor. The calculation is parameters × bits ÷ 8 ÷ 1024³. The displayed value then adds 20% headroom as a consistent first-pass planning allowance. It does not claim that every real four-bit format stores exactly four bits per parameter.
What is missing. The table deliberately excludes KV cache, activations, CUDA or Metal workspace, graph capture, allocator fragmentation, metadata, system memory, offload, multi-GPU communication, prompt processing, decode speed, and power.
Failure behavior. A refresh must return at least eight valid models and pass the full site verifier before it can be committed. If the upstream API fails or the response becomes invalid, the workflow fails and the last verified snapshot remains public.
Machine-readable evidence. The same validated snapshot is available as public JSON with source metadata, formulas, exclusions, timestamps, and every displayed number.
Turn discovery into a deployment check
Carry the parameter count into an editable plan, then replace generic precision and headroom with the exact checkpoint, architecture, context, runtime, and hardware.
Add exact artifact size, layers, KV heads, head dimension, context, concurrency, runtime headroom, and usable VRAM.
Open the GPU calculator → Start from hardwareUse the VRAM you already own to find the largest standard weight tier below a conservative capacity ceiling.
Open the model finder → Context + concurrencyCalculate cache memory per token, sequence, and simultaneous request from the actual model architecture.
Open the cache calculator → Hardware decision systemConnect model size, checkpoint, quantization, context, runtime, GPU tier, and exact released-model guides.
Open the hardware guide →Trending model FAQ
The index answers which text-generation repositories are moving on the Hub and what their total-parameter arithmetic implies. It cannot choose a model for your task.
Review the official Hugging Face models API → Review the safetensors format →Start with total parameters multiplied by bits per parameter, converted to binary GiB, then add cache, runtime workspace, and measured headroom. This index shows only a weight-plus-20%-headroom floor.
No. Active parameters can describe compute per token, while resident weights still need storage or an explicit offload path. The index uses the Hub safetensors total parameter count.
No. It is a discovery signal. It does not prove model quality, safety, speed, licensing suitability, or production readiness.
The model queue changes every day
ResearchAudio turns model announcements, checkpoint claims, memory boundaries, and serving constraints into practical decisions for engineers and builders.
Prefer the hosted signup page?Join ResearchAudio free →