跪拜 Guibai
← All articles
AIGC · AI Programming

The $4.1M Reality Check: What It Actually Costs to Run a 2.8-Trillion-Parameter MoE Model On-Prem

By 李剑一 ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

The gap between API subscription pricing and the capital cost of on-prem AI hardware is wide enough to reshape build-vs-buy decisions for entire engineering teams. A 30-million-yuan upfront investment breaks even against 30 monthly API subscriptions only after a century, which makes the cloud the rational default for all but the largest enterprises or most sensitive workloads.

Summary

A full on-premises deployment of a 2.8-trillion-parameter Mixture of Experts model like Kimi K3 is an enterprise-scale engineering project, not a single-server job. The minimum viable configuration starts with 64 H200 GPUs, each with 141GB of VRAM, spread across eight server chassis with dual-socket Xeon or EPYC CPUs and 1-2TB of DDR5 memory per node. The cluster also demands NVLink switches, 800G optical modules, and RDMA-capable Ethernet to handle the high-frequency data synchronization between experts that MoE architectures require during inference.

Cooling 64 high-wattage cards packed into a single cabinet rules out air cooling; cold-plate or immersion liquid cooling is mandatory, along with enterprise-grade titanium power supplies to handle a single-cabinet draw that can reach 160kW. Storage needs are equally heavy, with RAID arrays of at least 8TB per server to hold the 1.4TB model weights and KV cache.

A conservative hardware estimate lands at 30 million yuan (about $4.1 million) as a one-time capital expense. Operating costs add roughly 910,000 yuan ($125K) per year in electricity alone, assuming 24/7 full load at industrial power rates and a PUE of 1.55. The calculation excludes consumables, network transit, and data-center rental, making it a floor, not a ceiling.

Takeaways
A minimum viable local deployment of a 2.8T-parameter MoE model requires 64 H200 GPUs with 141GB VRAM each, spread across eight server chassis.
NVLink switches and 800G optical modules are necessary to prevent the expert-to-expert data synchronization from bottlenecking inference.
Each server needs dual-socket Xeon Sapphire Rapids or AMD EPYC Genoa CPUs, plus 1-2TB of DDR5 memory to hold the KV cache and intermediate activations.
Cold-plate or immersion liquid cooling is mandatory because 64 H200 cards in one cabinet overwhelm any air-cooling setup.
Conservative one-time hardware cost is 30 million yuan ($4.1M), excluding server-room renovation, consumables, or network transit.
Annual electricity cost alone runs about 910,000 yuan ($125K) at 24/7 full load, assuming industrial power rates and a PUE of 1.55.
Conclusions

The cost breakdown makes a blunt case that on-prem deployment of frontier MoE models is an infrastructure play, not a software decision. The networking and cooling requirements alone gate it behind data-center-grade facilities.

Comparing the 30-million-yuan hardware outlay against 30 monthly API subscriptions at 699 yuan each yields a break-even horizon of roughly 119 years, which collapses the build-vs-buy argument for nearly every team.

The power calculation exposes a hidden truth about AI TCO: electricity alone costs more per year than the annual salary of a junior engineer in many markets, even before accounting for the hardware depreciation.

Concepts & terms
Mixture of Experts (MoE)
A model architecture that activates only a subset of its total parameters (the 'experts') for any given input, reducing computation per token but requiring high-bandwidth communication between experts during inference.
NVLink
NVIDIA's high-bandwidth, low-latency interconnect technology that allows GPUs to communicate directly at speeds far beyond standard PCIe, critical for multi-GPU inference workloads like MoE models.
PUE (Power Usage Effectiveness)
A data-center efficiency metric calculated as total facility power divided by IT equipment power. A PUE of 1.55 means that for every watt used by the servers, an additional 0.55 watts is consumed by cooling, lighting, and other overhead.
KV Cache
A memory buffer that stores the key and value tensors from previous tokens during autoregressive generation, avoiding recomputation and speeding up inference at the cost of significant memory consumption, especially with long context windows.
From the discussion

The conversation pivots sharply from the article's hardware costs to the economics of developer tooling. A core tension emerges between the perceived cheapness of a 699-yuan-per-seat monthly AI subscription and the suspicion that companies simply want to freeload. The boss's calculus gets dissected: a 30-million-yuan investment might look better spent on firing staff than on infrastructure that still can't handle 30 concurrent users. A separate thread questions whether inference truly demands such extreme hardware, while a real-world Claude Opus 5 bill of $2.83 for two incomplete queries adds a visceral data point on runaway API costs.

A 699-yuan monthly AI subscription per developer is considered cheap, yet some companies still refuse to pay, revealing a desire to get tools for free rather than a genuine budget constraint.
The boss's business logic is questioned: investing 30 million yuan in on-prem hardware may look worse on a spreadsheet than cutting staff and selling subscriptions, even if the hardware can't actually serve 30 people reliably.
Inference for a 2.8-trillion-parameter model genuinely requires the described extreme hardware; the scale is not an exaggeration.
Cloud API costs for frontier models are already shockingly high in practice, with a single short, incomplete brainstorming session on Claude Opus 5 costing $2.83.
Hardware choices directly determine the number of concurrent users an on-prem deployment can support, making capacity planning critical.
One sarcastic proposal suggests making developers pay for their own token costs as a twisted cost-saving measure.
Featured comments
我擦

The boss holding the quote is actually thinking: with a 30M investment, if I sell a 99-yuan subscription, how long until I break even? Maybe I should just fire all these developers. That might be more profitable.

哪里是远方

I estimate this setup still can't support high-frequency use by 30 people.

无止境

Yesterday I used Claude Opus 5, asked two questions, didn't even have it do anything, just brainstorming, and it didn't even finish the second reply, but it cost $2.83. Scared me to death.

吃瓜的猹

30 developers, only 699 per person, that's just over 20k a month. That's already very cheap. Can your company really not afford that?

李剑一

Essentially they want a free ride. You think they'd pay?

吃瓜的猹  → 李剑一

[facepalm] Where's the boss's vision?

See top comments, translated →
Source: juejin.cn ↗ Google Translate ↗ Backup ↗