Run the open models on your own hardware.
The best community quants of every model we host: where to download them, what license they carry, and what it honestly takes to run them.
Quantization in plain language, and how to pick yours.
Open weight models ship as enormous files of numbers. Quantization stores those numbers with fewer bits, which shrinks the file and the memory needed to run it, at a small cost in precision. The names tell you the bit depth: Q8 is near identical to the original, Q4 is the community's usual sweet spot of quality against size, and Q2 to Q3 squeezes giants onto smaller machines with a real but often acceptable quality dip, especially with the modern "dynamic" quants that keep the most important layers at higher precision.
Choosing comes down to one number: your fast memory. That means GPU VRAM plus system RAM on a PC, or unified memory on a Mac. Take the file size of a quant, add a few gigabytes of headroom for context, and if that total fits in your fast memory, you can probably run it. A GPU large enough to hold the whole file gives you the best speed; mixture of experts models also run surprisingly well split across a modest GPU and plenty of ordinary RAM.
| Your fast memory | Typical machine | What that opens up |
|---|---|---|
| ~16 GB | Thin laptop, small GPU | GLM 4.7 Flash at 3-bit, tightly. Everything else on this page is bigger. |
| 24 to 32 GB | One RTX 3090 or 4090 class GPU, or a 24 to 32 GB Mac | GLM 4.7 Flash and Gemma 4 at 4-bit: the comfortable sweet spot. 32 GB opens the 5 and 6-bit versions. |
| 48 to 64 GB | A 48 GB workstation card, or a 64 GB Mac | The two small models at 8-bit, effectively full quality. |
| 96 to 128 GB | 128 GB Mac, DGX Spark, or a 16 to 24 GB GPU plus 96 GB of RAM | DeepSeek V4 Flash at 2 to 3-bit. MiniMax M2.7 at 4-bit. MiMo V2.5 at 2 to 3-bit. |
| 192 to 256 GB | Mac Studio 256 GB, or a big DDR5 workstation | DeepSeek V4 Flash at effectively original quality. MiMo V2.5 at 4-bit. MiniMax M3 and Nemotron 3 Ultra at 3-bit. GLM 5, 5.1, and 5.2 at 2-bit. |
| 384 to 512 GB | Mac Studio 512 GB, or a used EPYC server | Kimi K2.6 and K2.7 at 2 to 3-bit. GLM 5.x at coding-grade 4-bit. MiMo V2.5 Pro at 2-bit. DeepSeek V4 Pro at 2-bit, barely. |
| 768 GB and up | Multi-GPU servers | Everything on this page at quality quants. At this point you are operating a small datacenter, and we respect that. |
Every model we host, and its best quants.
Grouped by the hardware it takes. Each entry links the original weights, the license, and the community quant releases people actually recommend, with honest memory requirements for each level.
Runs on a gaming PC or an ordinary Mac
16 to 32 GBThree of the models we host are genuine consumer-hardware models: one good GPU or a normal Mac and you are in. If you only ever download from one shelf on this page, this is the shelf.
Widely regarded as the sharpest mind in the 30 billion class, and the easiest download on this page. Because only about 3B parameters fire per token, it is fast even on modest hardware: a measured 52 tokens per second on a DGX Spark, and comfortable on a single 24 GB GPU.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q4_K_XL PICK | 17.5 GB | 24 GB | The quantizer's own recommended default. Dynamic 4-bit that protects the most important layers. |
| bartowski Q4_K_M | 18.3 GB | 24 GB | The classic "default for most use cases" 4-bit, from the other most trusted quantizer. |
| bartowski Q6_K | 24.8 GB | 32 GB | Near perfect quality if you have the extra headroom. |
| MLX 4-bit | 16.9 GB | 24 GB Mac | The Apple Silicon native path, via LM Studio or mlx-lm. |
Hardware verdict: a single RTX 3090 or 4090, or a 24 to 32 GB Mac, runs this at full speed. Two things to know: pull a current copy of the GGUFs (early January uploads had a routing bug, since fixed and re-uploaded), and the community steers away from Ollama for this one due to chat template issues. Use llama.cpp, LM Studio, or MLX.
Google's dense 31B that punches far above its size, and the best licensed model on this page: Gemma 4 moved from the old Gemma Terms to genuine Apache 2.0, patent grant included. Dense means no expert tricks, but at 4-bit that is still only ~18 GB, and the quant ecosystem around it is the best studied of any model here.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth QAT UD-Q4_K_XL PICK | 17.3 GB | 18 to 24 GB | Quantization-aware trained: 4-bit quality that punches near 8-bit. Deliberately the only QAT size, take it as is. |
| bartowski Q4_K_M | 19.6 GB | 24 GB | The standard imatrix 4-bit; step to its Q5 or Q6 for long documents or non-English work, which degrade first. |
| bartowski Q8_0 | 32.6 GB | 40 GB | Effectively the full model, for 48 GB cards and 64 GB Macs. |
| MLX 4-bit | 18.4 GB | 24 GB Mac | Apple native; run it through mlx-vlm and the vision capability comes along. |
Hardware verdict: a single 24 GB GPU or a 24 GB Mac runs 4-bit comfortably; independent KL-divergence testing found the unsloth dynamic quants and bartowski's ladder lead the field. One flag: vision needs the separate mmproj file with GGUF builds, otherwise your download is text-only.
The compact sibling of the Qwen flagship, and the best consumer-hardware story of 2026 so far. Independent benchmarks show the 4-bit file matching full precision, and a speculative-decode head ships inside every GGUF: one llama.cpp flag buys a 33 to 120 percent speedup, measured across five different GPUs.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q4_K_XL PICK | 17.6 GB | 19 GB | Benchmarked matching full precision on GPQA, instruction following, and terminal tasks. The community default. |
| bartowski Q4_K_M | 17 GB | 19 GB | The classic alternative ladder, same 4-bit sweet spot. |
| unsloth UD-IQ2_XXS | 7.3 GB | 9 GB | The squeeze pick for 8 to 12 GB cards; independently measured 2x better than rival builds at this size. |
Hardware verdict: a 12 GB card runs it at about 10 tokens per second, a 24 GB card flies (31 to 76 tokens per second measured on RTX 3090 and 4090, 135 on a 5090 at full context), and on Macs use MLX rather than llama.cpp for this one: the gap is about 4x today. Turn on the built-in speculative flag (--spec-type draft-mtp) for the free speedup. Skip 1-bit entirely; quality collapses to coin-flip territory there.
Runs on a serious workstation or a maxed out Mac
96 to 256 GBThese are mixture of experts giants with small active cores, which makes them surprisingly runnable: the trick is lots of ordinary RAM with the experts offloaded to CPU, or a big unified-memory Mac. Not cheap, but genuinely reachable.
The nimble tier of the V4 family, and the most local-friendly of the big MoE models. DeepSeek trained the experts natively in 4-bit, so the near-original file is only ~156 GB and, unusually, the "lossless" 8-bit is just 7 GB bigger than the 4-bit. If you can hold ~165 GB, you are running the real thing.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q4_K_XL PICK | 155 GB | 165 GB | Keeps the lab's native 4-bit experts bit for bit; effectively original quality. |
| unsloth UD-IQ3_XXS | 103 GB | 110 GB | The squeeze pick for 128 GB machines; the lowest level the community still calls good. |
| unsloth UD-Q2_K_XL | 96.8 GB | 105 GB | Fits under 100 GB on disk; quality dips as the native 4-bit experts get recompressed. |
| bartowski MXFP4 | 156 GB | 165 GB | The native format, and the only size bartowski ships: "MXFP4 does not quantize properly." |
Hardware verdict: a 128 GB Mac or DGX Spark runs it at 2-bit (reported 13 to 35 tokens per second, engine depending); a 256 GB workstation runs it at effectively original quality. Use a current llama.cpp build and the fixed GGUF uploads: early conversions broke tool calling and multi-turn chat, both since repaired. There is even a dedicated community engine for this family (antirez's DwarfStar) tuned for Macs.
DeepSeek's 7/31 checkpoint of V4 Flash, a startling quality jump at the same size, and now the best-measured quant ladder in the family: three independent quality curves agree on exactly where the knee is. Near-native is loss-free, ~110 GB costs about 16 percent agreement, ~85 GB costs about 25.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q8_K_XL PICK | 162 GB | 170 GB | Measured truly lossless (100 percent agreement), and only 7 GB over the 4-bit. If you can hold it, take it. |
| unsloth UD-Q4_K_XL | 155 GB | 165 GB | 96 percent agreement; keeps the lab's native 4-bit experts nearly intact. |
| unsloth UD-IQ3_XXS | 104 GB | 110 GB | What the 128 GB unified-memory crowd actually runs: DGX Spark, Strix Halo, 128 GB Macs. |
| bullerwins Pareto mix | 120 GB | 128 GB | A curated size-versus-quality build with published measurements: 84 percent agreement at 112 GiB. |
Hardware verdict: the best-documented home-run model in this guide. Around 17 to 20 tokens per second on a 128 GB DGX Spark, 27 to 39 on a 128 GB M5 Max MacBook, and one well-liked report of the smallest 82 GB build writing complete working applications at 30 tokens per second. Use a current llama.cpp build, and avoid the two 4-bit IQ4 files for now: there are unresolved garbled-output reports on exactly those, while 3-bit and Q4_K_XL run clean.
MiniMax's swift planner, and the best price-of-entry giant on this page: a single 16 GB GPU plus 96 GB of ordinary system RAM reportedly clears 25 tokens per second at 4-bit. If you want to taste a 200B-class model without exotic hardware, start here.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-IQ4_XS PICK | 108 GB | 118 GB | The consensus sweet spot: fits a 128 GB machine, or a 16 GB GPU with 96 GB of RAM. |
| unsloth UD-Q2_K_XL | 75.3 GB | 85 GB | The 96 GB-device version; usable, with a visible quality step down. |
| unsloth Q8_0 | 243 GB | 256 GB | Near full precision for 256 GB boxes. |
| nvidia NVFP4 | ~116 GB | Blackwell GPUs | Official near-lossless server quant for vLLM and SGLang. |
Hardware verdict: reported 15+ tokens per second on a 128 GB Mac, 25+ on the GPU-plus-RAM hybrid. One sharp caution from the quantizer: avoid CUDA 13.2 with this model, it can produce garbled output.
Xiaomi's lean 310B reasoner, MIT licensed. Upstream it is an omnimodal model; know before downloading that every GGUF today is text-only, because llama.cpp has not yet added its vision and audio path. The full experience lives on vLLM with the original FP8 weights.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| AesSedai Q4_K_M PICK | 178 GB | 190 GB | Hand-tuned MoE quant the community calls the practical middle ground. |
| unsloth UD-Q4_K_XL | 192 GB | 200 GB | The dynamic 4-bit ladder pick, chat template fixes included. |
| unsloth UD-Q2_K_XL | 103 GB | 115 GB | The 128 GB-machine entry point. |
Hardware verdict: 128 GB machines run 2 to 3-bit, 4-bit quality wants about 200 GB. One open question the community has flagged: some users report the GGUF behaving differently from Xiaomi's hosted FP8 on long reasoning chains, so temper expectations at low quants.
MiniMax's newest: natively multimodal with a million-token window built on sparse attention. The local catch is real, though: llama.cpp needs a special build for it, and sparse attention falls back to dense there, so keep context modest and treat the million-token story as a server-engine feature. (Built with MiniMax M3.)
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-IQ3_XXS PICK | 159 GB | 165 to 200 GB | The quantizer's lead recommendation: the best size-to-accuracy balance for this model. |
| unsloth UD-Q2_K_XL | 143 GB | 150 GB | The smaller fallback for 160 GB-class setups. |
| unsloth UD-Q4_K_XL | 265 GB | 270 GB | The quality step for 256 GB-plus machines; a 512 GB Mac Studio runs 5-bit. |
| official MXFP8 | ~440 GB | GPU servers | First-party 8-bit for vLLM and SGLang, full sparse attention intact. |
Hardware verdict: 3-bit on a 192 to 256 GB machine is the realistic local entry, via the dedicated llama.cpp branch with modest context. Community members run 5-bit on a single 512 GB M3 Ultra and call it near-frontier at home. For the full multimodal, million-token experience, this one really wants a server engine.
Z.ai's brand-new 5-series Flash, days old as we write this: a fifth of Kimi K3's size with a million-token context, and the most exciting new candidate for serious home hardware. The quant ecosystem is hours old, so treat this entry as a snapshot that will improve quickly. One thing to know going in: the source weights are 8-bit, not 4-bit, so unlike the DeepSeeks, 4-bit here costs real quality and the lower rungs fall off hard.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q4_K_XL PICK | 200 GB | 210 GB | 93 percent accuracy retention, the quality-preserving target. Needs Unsloth's llama.cpp branch for now. |
| orcarouter MLX 4-bit | 204 GB | 256 GB Mac | The best-measured quant of this model anywhere: +3 percent perplexity, attention layers kept at full precision. |
| unsloth UD-IQ3_XXS | 120 GB | 128 GB | 82 percent retention; the 128 GB-class compromise. |
| orcarouter MLX 2bit-lite | 102 GB | 128 GB Mac | It loads on a 128 GB MacBook Pro, at +141 percent perplexity. Know what you are trading. |
Hardware verdict: the 4-bit builds fit a 256 GB Mac Studio or a 192 GB-plus DDR5 workstation with a 24 GB GPU holding attention and cache. But be honest about the moment: mainline llama.cpp support is still in review (two competing pull requests as we write), MLX needs a bleeding-edge runtime, and nobody anywhere has published a home tokens-per-second number yet. We would rather tell you that than invent one. Check back soon; this card will age quickly, in a good way.
Server class, honestly
256 GB and upThe frontier giants. A few squeeze onto a 512 GB Mac Studio or a used EPYC build at low-bit quants, and we salute everyone who does it. But this tier is where "run it yourself" becomes a hobby with a hardware budget, and we would rather tell you that plainly than let a download link imply otherwise.
The foremost US-developed open weight of 2026, and the most openly licensed model on this page: NVIDIA published the weights, the training data, and the recipes under the Linux Foundation's permissive OpenMDW license. The hybrid Mamba design is also why it is the most reachable of the giants: 3-bit fits a 256 GB machine.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-IQ3_XXS PICK | ~230 GB | 256 GB | The quantizer's called-out balance point: "fits on a 256 GB device." |
| unsloth UD-Q2_K_XL | ~200 GB | 220 GB | The smaller fallback when 256 GB is not quite there. |
| official NVFP4 | ~330 GB | 4x B200 / 8x H100 | The production path. NVFP4 is the precision it was trained in, so this quant is unusually faithful. |
Hardware verdict: 3-bit on a 256 GB box is real; about 300 GB for 4-bit. Two honest caveats: the multi-token prediction speedup does not exist in GGUF form, and hybrid Mamba support in llama.cpp is young, so expect rougher edges than the pure transformer models. The polished experience is the official NVFP4 on server GPUs.
The first of Z.ai's 745B-class flagships, MIT licensed like the whole family. The GLM 5.x giants share one local story: unsloth's dynamic GGUFs are the only realistic path, 2-bit is the accessible entry at roughly 82 percent of full accuracy, and coding work deserves the 4-bit step up.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-IQ2_M PICK | 255 GB | 256 GB+ | The accessible entry for the family: a 256 GB Mac, or one 24 GB GPU with 256 GB of RAM. |
| unsloth UD-Q4_K_XL | 431 GB | 450 GB | The coding-grade step up; low-bit visibly slips on multi-step work. |
Hardware verdict: a 256 GB Mac Studio or a 512 GB EPYC build, at roughly 3 to 9 tokens per second. Long context runs dense in llama.cpp (the sparse attention path is server-engine only).
The methodical engineer of the family, tuned for very long agentic runs. That tuning is exactly where low-bit quantization bites hardest, so of all the GLMs this is the one where the community most insists on 4-bit for real coding work.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-IQ2_M PICK | 236 GB | 256 GB | The accessible entry; fine for chat and exploration. |
| unsloth UD-Q4_K_XL | 466 GB | 490 GB | What you actually want for its signature hours-long agentic coding. |
Hardware verdict: same floor as GLM 5: 256 GB gets you in at 2-bit, coding-grade 4-bit wants a 512 GB Mac Studio or a 768 GB EPYC workstation.
Z.ai's current flagship and the highest scoring open weight ever released, with a million-token window. Yes, the top-three-on-Earth model is MIT licensed and downloadable: 1.51 TB at full precision, 239 GB at the dynamic 2-bit that people actually run.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-IQ2_M PICK | 239 GB | 245 to 256 GB | The frontier on a 256 GB Mac, at roughly 82 percent of full accuracy. |
| unsloth UD-Q4_K_XL | 467 GB | 475 to 512 GB | Coding-grade quality; the level worth benchmarking against hosted frontier models. |
| official FP8 | ~800 GB | 8x H200 node | Z.ai's own recommended deployment, full sparse attention and the real million-token window. |
Hardware verdict: a named community rig (512 GB RAM, two RTX 3090s, 32-core EPYC) reports about 6 tokens per second; Mac Studios land in the 3 to 9 range at 2-bit. Long context falls back to dense attention in llama.cpp, so the million-token story belongs to the server engines.
Moonshot's trillion-parameter flagship, trained with 4-bit experts from the start. That native INT4 is why the "lossless" download is 595 GB rather than two terabytes, and why the 8-bit file is only 10 GB bigger than the 4-bit: there is no hidden full-precision version you are missing.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q2_K_XL PICK | ~340 GB | 350 GB+ | The memory-first best value; the community's entry point for 1T at home. |
| ubergarm IQ3_K | 460 GB | 470 GB+ | The quality tier, with a published perplexity curve showing degradation stays gentle down to 3-bit and turns steep below 2. |
| unsloth UD-Q8_K_XL | 595 GB | 610 GB+ | Genuinely lossless, and only 10 GB over Q4 thanks to the native INT4 experts. |
Hardware verdict: needs about 350 GB of memory minimum. A used EPYC with big DDR5 runs 2-bit at 8 to 12 tokens per second; a documented Blackwell-pair-plus-EPYC rig runs the 3-bit quality tier at 18 to 21; a 512 GB Mac Studio holds Q4. Image input works in GGUF via the mmproj file; video needs the server engines.
The coding specialist built on K2.6, and the only K2.7 there is. Same trillion-parameter economics, one practical upgrade for agent work: it reaches answers in roughly a third fewer thinking tokens, which matters more at home than anywhere, because every token is your electricity.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q2_K_XL PICK | 339 GB | 350 GB+ | The memory-first entry; the community advises staying at this level or above for coding reliability. |
| unsloth UD-Q4_K_XL | 584 GB | 600 GB+ | Effectively the full model for 512 GB Macs and big servers. |
| unsloth UD-Q8_K_XL | 595 GB | 610 GB+ | Lossless; the same plus-10 GB native INT4 story as K2.6. |
Hardware verdict: identical floor to K2.6 (about 350 GB minimum, EPYC or 512 GB Mac territory). Unlike DeepSeek V4 it ships a proper chat template, so tool calling wires up cleanly in llama.cpp. Runs text-only as a code model.
Moonshot's 2.8 trillion parameter flagship and the largest open weight ever released. Honesty first: the hardware floor moved roughly an order of magnitude past K2, and even the 1-bit file is 594 GB. K3 also uses a new 4-bit-native format, so K2-era quants, sizes, and folk wisdom do not transfer.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q2_K_XL PICK | 861 GB | 880 GB | 90 percent top-1 agreement, materially better than the 1-bit builds. The honest quality floor. |
| unsloth UD-IQ1_S | 594 GB | 610 GB | Unsloth's own recommendation, but know it is memory-forced, not quality-driven: 79 percent agreement. |
| AtomicChat IQ1_S | 590 GB | 610 GB | The imatrix alternative ladder, and the most-downloaded community K3 repo. |
| PipeNetwork REAP MLX | 350-451 GB | 512 GB Mac | Expert-pruned Mac builds: about 5.5 tokens per second on an M3 Ultra, the only sub-datacenter path with usable speed. A pruned model, not the full one. |
Hardware verdict: big workstations technically load it and produce 0.7 to 3 tokens per second: running, not usable. Genuine K3 speed starts at an 8x B300-class node, where a single user sees 111 or more tokens per second, 370 with speculative decoding. This is the clearest case in the guide where hosted is not just the cheaper path, it is the only practical way to touch the full model.
Xiaomi's trillion-parameter flagship, prized for token efficiency on long engineering work, and MIT licensed, which is remarkable at this scale. Local running is real but firmly server class: the best documented rig pairs two 96 GB workstation GPUs with 755 GB of RAM.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| bartowski IQ2_S PICK | 312 GB | 320 GB+ | The pragmatic pick for ~300 GB rigs, and the level behind the best public benchmark: 16.5 tokens per second on a dual-Blackwell EPYC box. |
| bartowski IQ4_XS | 546 GB | 560 GB+ | The quantizer's quality recommendation for those with the memory. |
| unsloth UD-Q2_K_XL | 338 GB | 350 GB+ | The dynamic-quant alternative at the same class. |
Hardware verdict: about 300 GB of combined memory is the floor, and quality quants want 550 GB and up. Stick to mainline llama.cpp builds (a load bug is open against the ik_llama fork for this model). Xiaomi's own blazing FP4 serving path exists, but it assumes a multi-GPU server.
The open-weight twin of Qwen3.8 Max and one of the largest open models ever released. We list it plainly: the 397 GB 1-bit GGUF is a genuine marvel of compression whose quality nobody has measured yet, and the one person who ran this model on a home-class machine measured 0.17 tokens per second and called it unusable. This is a rack model.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| AMD Quark MXFP4 PICK | ~1.3 TB | 8x B300 node | The only 4-bit with a published per-tensor policy and a 100 percent accuracy-recovery number. |
| Inferact NVFP4 | ~1.3 TB | 8x B300 node | The build vLLM's own launch commands name. |
| RedHatAI REAP-25 | ~1.9 TB | 1 node fewer | The sleeper: prunes about 500B parameters of experts for 1.1 points of GPQA. |
| unsloth UD-Q1_0 | 397 GB | 450 GB RAM | The 91-percent-reduction stunt build. Quality unmeasured; for the brave and the patient. |
Hardware verdict: not a local model, full stop. The cheapest usable configuration is an 8-GPU B300 or MI355X-class node at 4-bit, call it a quarter million dollars of hardware or a rental; even 64x H100 measures about 11 tokens per second single-stream. If you want Qwen on your own machine, the 27B in the first section is the one you actually want, and it is genuinely excellent.
The original preview checkpoint, still fully servable (the official 0813 release is just below). The summit: 1.6 trillion parameters, one of the most formidable open weights in existence, under plain MIT. The native FP4-expert download is 865 GB (not the 3.2 TB you might fear), and exactly one community quant currently fits a single machine.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| teamblobfish Q2_K-XL PICK | 498 GB | 512 GB | The one tested single-machine quant. Requires a dedicated llama.cpp fork; runs CPU-only on a 512 GB Mac Studio. |
| teamblobfish Q4_K_M-XL | 828 GB | 870 GB+ | Build-validated only; converts cleanly, almost nobody runs it locally. |
| native FP4 + FP8 | 865 GB | B200/H200 servers | The intended deployment: serve the original weights on vLLM or SGLang. |
Hardware verdict: barely local, and we say that with affection. A 512 GB Mac Studio runs 2-bit at about 9.5 tokens per second as a glorious stunt; genuinely usable serving means B200-class hardware. If any model on this page makes the case for letting someone else run it, it is this one.
The official V4 Pro release, superseding the preview above, and a rare case of a model moving further from home hardware: the preview had a ~500 GB 2-bit build, but the smallest 0813 file anyone has published is 850 GB. The experts are natively 4-bit; there is simply nothing left to squeeze.
| Quant | File size | Needs about | Why this one |
|---|---|---|---|
| unsloth UD-Q8_K_XL PICK | 873 GB | 890 GB | Lossless for just 23 GB more than the 4-bit. If you have the machine at all, take this one. |
| unsloth UD-Q4_K_XL | 850 GB | 870 GB | The smallest 0813 build in existence, anywhere. |
Hardware verdict: an 8x B200 or H200-class node is the entry ticket, and no one has published a personal-hardware run of this checkpoint. Careful with the ~498 GB 2-bit Pro file circulating online: it is the preview checkpoint, not this one, and even a 512 GB Mac Studio cannot hold any published 0813 build. On server engines, skip GGUF entirely and serve the native weights.
Quant questions, answered.
What quant should I download?
For the three consumer-size models (GLM 4.7 Flash, Gemma 4, Qwen 3.8 27B), 4-bit is the sweet spot: Q4_K_M or the unsloth UD-Q4 dynamic versions. Step up to Q5 or Q6 if you have headroom, especially for long documents or non-English work.
For the giants, the community pattern is unsloth's dynamic 2 to 3-bit quants, which protect the most important layers and hold up far better than old-style uniform 2-bit. And a fun quirk of 2026: several giants (DeepSeek V4, both Kimis) were trained with 4-bit experts natively, so their "lossless" 8-bit files are only a few GB bigger than 4-bit. On those, there is no point paying for Q8: Q4 is already the real model.
Is a quantized model worse than the original?
Slightly, and it depends where. At 4-bit the difference is small enough that most people never notice it in chat. What degrades first, per independent testing: multi-step coding and agent work, very long documents, and non-Latin languages. At 2-bit the dip is real but often acceptable for conversation; below 2-bit, quality falls off steeply on every model measured. When a card on this page says "roughly 82 percent of full accuracy," that is the honest trade you are making for the smaller file.
Can I really run DeepSeek or Kimi at home?
DeepSeek V4 Flash: genuinely yes, with 128 GB of fast memory, and at near-original quality with about 165 GB. The trillion-parameter class (Kimi K2.6 and K2.7, MiMo V2.5 Pro, DeepSeek V4 Pro) is honestly server territory: about 350 GB of memory minimum, think a used EPYC build or a 512 GB Mac Studio, at single-digit to low-teens tokens per second. People absolutely do it, and we love them for it. But it is a hobby with a hardware budget, not a casual download. The newest giants moved further still: Kimi K3 and DeepSeek V4 Pro 0813 have no build under 594 GB and 850 GB respectively, and are genuinely datacenter models.
What hardware should I buy to get started?
If you are buying anything, a used 24 GB GPU (RTX 3090 class) or a 32 GB Mac is the honest starting point: it runs GLM 4.7 Flash and Gemma 4 at their best quants, which is a genuinely great local setup. The interesting middle path for the mid-size giants is a modest GPU plus lots of ordinary RAM, since mixture of experts models run well with experts on CPU. Do not buy hardware for the trillion-parameter models unless you already know you enjoy this hobby. And remember the caveat that runs through this whole page: performance varies with your exact setup, these are estimates, not promises.
Are these models actually free to use?
Every model on this page is free to download and run, including commercially, under the license linked on its card. Most are plain MIT or Apache 2.0. The exceptions worth knowing: the Kimi K2 models ask for a UI credit only if your product exceeds 100 million monthly users or $20 million in monthly revenue; Kimi K3 and Qwen 3.8 2.4T go further, each requiring a separate license for model-service businesses above a revenue threshold ($20M and $50M a year respectively); and the MiniMax models require a "Built with MiniMax" notice for commercial use (M3 adds a written authorization step above $20 million in yearly revenue). Read the linked license yourself before shipping a product; this page is a map, not legal advice.
What if my hardware can't run the model I want?
Then you have two good options. Run the best model your machine does fit, which is a real answer: GLM 4.7 Flash at 4-bit is a wonderful daily driver. Or use Open Grove, where every model on this page runs full strength in your browser on private US infrastructure with memory and voice, for less than the electricity of a server rig, with a free trial month. This page exists either way: your hardware, your call.
If your hardware can run these, wonderful. Take the links and go.
That is genuinely why this page exists. And if it can't, or you would rather skip the setup entirely, the same models run in your browser on Open Grove: private US hosting, layered memory, voice, and a free trial month.