Fetching from the wire…
Public story · 2026-08-23 · high
A cheaper 1-bit version on older GPUs ran 10x slower and cost 3.3x more per token, the same benchmark found.
Why now: The numbers are from a r/LocalLLaMA benchmark thread dated August 23, 2026.
A practitioner ran Kimi K3's 2.8 trillion parameters on 8 B300 GPUs through Modal, per a post on r/LocalLLaMA. That's the real cost of self-hosting a frontier model instead of renting one by the token. The meter runs whether or not anyone's asking it anything.
The setup ran vLLM with tensor parallelism across all eight cards and native MXFP4 quantization. The rig cost $56.79 an hour, and loading the 1.56 TB model took a 27-minute cold boot. Once running, time to first token landed between 0.92 and 1.02 seconds, with steady decode around 92 tokens per second.
A clean run cost roughly $36 in GPU time, about $190 per million output tokens. Keep the instance warm all day and it's $1,363.
A second attempt tried to cut cost by trading precision for cheaper hardware. Unsloth's 1-bit UD-IQ1_S quant, at 594 GB, ran on 8 A100-80GB GPUs through llama.cpp at $19.99 an hour. That's a third the price of the B300 setup. It didn't pay off. Throughput came in around 9 tokens per second, roughly a tenth the speed, and cost about $620 per million tokens, 3.3 times as much.
Cheaper hardware didn't make a cheaper model. It made a slower one that cost more per token, because the hourly rate isn't what sets cost per token. Throughput is.
Commenters on the thread flagged the catch. That $190 figure only holds with heavy batching, GPUs churning through concurrent requests. Run Kimi K3 for one person at a time and the per-token math falls apart.
Each link below shares sources, entities, or timing with this story.
The file is 1.56TB. That's the first thing you notice about the moonshotai/Kimi-K3 Hugging Face repo that went live today. 2.8 trillion total parameters, 104B activated, 896 routed experts with 16 selected plus 2 shared per token, 93 layers split 69 Kimi Delta Attention and 24...
Wafer.ai ran K3 at TP8 on a single MI355X node: 952 tok/s aggregate, 118 tok/s single-stream decode, ~13k tok/s steady-state prefill after fixing missing PyTorch sampling functions and AITER MLA prefill kernels via SGLang and ROCm. Against a two-node TP16 B200 deployment that'...
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
DeepSeek-V4-Flash-0731 landed July 31 under MIT with a DSpark speculative-decoding module attached. Terminal Bench 2.1: 82.7. Toolathlon-Verified: 70.3. DSBench-FullStack: 68.7. DeepSWE: 54.4. NL2Repo: 54.2. The model card claims it beats DeepSeek-V4-Pro (Preview) "despite its...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
Nvidia set new MLPerf Inference v6.0 records on April 2 using four GB300 NVL72 systems (288 Blackwell Ultra GPUs) interconnected via Quantum-X800 InfiniBand. The headline number: 2.49 million tokens per second on DeepSeek-R1 in offline mode. That's the largest GPU configuratio...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.