What it takes to run the biggest open models

The weights are free to download. The hardware is not. Kimi-K3 has 2780B parameters and needs about 1575 GB of memory at 4-bit precision — roughly 22 H100 cards, or $594,000 of silicon before you have powered any of it on.

Nobody is running these at a desk — that isn't the point. It's worth seeing the scale of what “open” actually means at the top end, and how far it sits from the models on the rest of this section. What your own computer can run →

For scale: the largest computer you can simply order — a Mac Studio M3 Ultra, 512GB at about $9,500 — holds 512GB. That is still 3.1× too small for Kimi-K3.

The models, by size

Two prices, because there are two ways to do this. 13 of these 22 fit a single 512GB Mac Studio at about $9,500 — one machine, no server rack. The H100 column is what a datacentre build costs, and you pay that for speed rather than capacity: 3,350 GB/s per card against the Mac's 819, multiplied across every card.

ModelParametersMemory neededCheapest that fitsOn H100s
Kimi-K3Moonshot AI2780B1575 GB$594,000no consumer option22 cards$594,000
Qwen3.8-2.4T-A95BAlibaba / Qwen · 95B active2446B1482 GB$567,000no consumer option21 cards$567,000
DeepSeek-V4-Pro-0813DeepSeek1650B1786 GB$675,000no consumer option25 cards$675,000
Nex-N2.5-MaxNex Agi1601B1658 GB$621,000no consumer option23 cards$621,000
Kimi-K2.7-CodeMoonshot AI1027B606 GB$243,000no consumer option9 cards$243,000
Ling-2.6-1T-baseInclusionai · 205B active1025B1042 GB$405,000no consumer option15 cards$405,000
InklingThinking Machines952B579 GB$216,000no consumer option8 cards$216,000
Hy4-previewTencent780B471 GB$189,000no consumer option7 cards$189,000
DeepSeek-V4.1-FlashDeepSeek763B514 GB$216,000no consumer option8 cards$216,000
GLM-5.3Zhipu AI753B360 GB$9,500Mac Studio 512GB5 cards$135,000
NVIDIA-Nemotron-3-Ultra-550B-A55B-GenRMNVIDIA · 55B active561B382 GB$9,500Mac Studio 512GB6 cards$162,000
MiniMax-M3MiniMax · 85B active427B265 GB$9,500Mac Studio 512GB4 cards$108,000
Ornith-1.5-397BDeepreinforce · 81B active403B248 GB$9,500Mac Studio 512GB4 cards$108,000
Nex-N2.5-ProNex Agi · 79B active397B255 GB$9,500Mac Studio 512GB4 cards$108,000
GLM-5.3-FlashZhipu AI321B385 GB$9,500Mac Studio 512GB6 cards$162,000
DeepSeek-V4-Flash-Vision-ExpDeepSeek305B171 GB$9,500Mac Studio 512GB3 cards$81,000
Hy3Tencent · 60B active299B187 GB$9,500Mac Studio 512GB3 cards$81,000
Inkling-SmallThinking Machines266B166 GB$9,500Mac Studio 512GB3 cards$81,000
Solar-Open2-250BUpstage250B155 GB$9,500Mac Studio 512GB3 cards$81,000
Step-3.7-FlashStepFun201B140 GB$9,500Mac Studio 512GB2 cards$54,000
Qwen3.8-Flash-NextAlibaba / Qwen · 36B active180B199 GB$9,500Mac Studio 512GB3 cards$81,000
Ling-2.6-flash-baseInclusionai · 22B active108B114 GB$9,500Mac Studio 512GB2 cards$54,000

Memory is at 4-bit with 4K context — the smallest anyone sensibly runs these at, and at full precision they are roughly four times larger again. Models that ship natively quantised are measured from their published weights rather than a conversion. Card counts divide memory by the H100's 80GB with a 10% allowance, so they are a floor: real deployments lose more to activations, long-context caches and sharding. Both prices are indicative street prices for the hardware alone, excluding the server, networking, power and cooling an H100 build needs and a Mac does not.

Kimi-K3 on different hardware

The same model, and what it would take on each generation of accelerator.

AcceleratorMemory eachCards neededRough costEst. speed
A100 80GBNVIDIA published specification: 80 GB HBM2e, 2,039 GB/s80 GB22$330,000<1 tok/s
H100 80GBNVIDIA published specification: 80 GB HBM3, 3.35 TB/s80 GB22$594,000~1.4 tok/s
H200 141GBNVIDIA published specification: 141 GB HBM3e, 4.8 TB/s141 GB13$416,000~2.0 tok/s
B200 192GBNVIDIA published specification: 192 GB HBM3e, 8 TB/s192 GB10$400,000~3.3 tok/s
Mac Studio M3 Ultra, 512GBApple's largest unified-memory configuration: 512 GB at 819 GB/s512 GBDoes not fit$9,500

Speeds assume a single card's bandwidth and are optimistic: splitting a model across several cards adds communication cost that a single-card figure ignores.

Can't you just quantize it down until it fits?

Not far enough. Quantization has a floor, and these models start so far above it that even the most extreme settings land well beyond any consumer machine. DeepSeek is the example people ask about most, so here are the real published file sizes:

DeepSeek V3.1, 685BDownloadFits a 128GB machine?
Q4_K_M — the normal setting414 GBNo
Q2_K — already visibly degraded246 GBNo
IQ1_S — barely more than one bit per weight192 GBNo
Q1_0 — the smallest anyone publishes170 GBNo

Measured from the published GGUF conversions at unsloth/DeepSeek-V3.1-GGUF. DeepSeek R1 goes slightly lower — its smallest is 140 GB — but that still needs a 192GB machine once the context cache and runtime are counted.

Squeezing a model to one bit per weight is not free either. By that point it has lost enough precision that it makes mistakes the full version wouldn't, so you are running a noticeably worse model on hardware that still cost more than a car.

So how is everyone running DeepSeek?

Three ways, and only one of them is a laptop:

  • Through an API. Overwhelmingly the most common. The weights being public doesn't mean people host them themselves — it means anyone may, and a handful of providers do.
  • On a distilled version. This is the one that causes the confusion. Repos like DeepSeek-R1-Distill-Qwen-32B and DeepSeek-R1-0528-Qwen3-8B run happily on a laptop and have millions of downloads — but they are Qwen models trained on DeepSeek's output, not DeepSeek's own architecture. When somebody says they're running DeepSeek locally, it is usually one of these.
  • On serious hardware. A 256GB or 512GB Mac Studio, or a multi-GPU rig, running a heavily quantized build slowly. Real, but rare, and expensive.

The same is true of every model on this page. “Open weights” is a licensing fact, not a hardware one.

What about GPT, Claude and Gemini?

We can't tell you. OpenAI, Anthropic and Google don't publish parameter counts or release weights for their frontier models, so any figure for them would be a guess dressed up as a fact. Every number on this page comes from a published file size or an official specification, and we'd rather leave a gap than fill it with invention.

That difference is itself the point of the page. With an open-weight model you can measure exactly what it costs to run, because the weights are right there. With a closed one you get a price per token and no way to check what sits behind it.

Verified against HuggingFace on 2026-09-16What your computer can run →Why bandwidth sets the speed →Open-weight models released in the last 120 days1.07 GB per GiB