On-Premise LLM Deployment Cost: Real Numbers, Hardware Tiers, and the 2M-Token Break-Even
On-premise LLM deployment in 2026 costs less than most buyers expect at the workgroup tier and more than vendors admit at the frontier tier. The real numbers: a hardened single-node deployment serving a mid-size open-weight model starts in the low six figures; a single-rack cluster serving GLM-5.2 — Zhipu AI's 744B-parameter MoE with 40B active parameters — lands in the low-to-mid six figures of hardware and comfortably supports hundreds of users; full-precision Kimi K3-class models are supercomputer-class, with Moonshot itself recommending 64+ accelerators, i.e., a multi-million-dollar cluster or a managed sovereign facility tier. The decision metric is daily token volume: self-hosting breaks even against metered APIs at roughly 2 million tokens per day, and organizations above that line see 60–85% inference savings. Below it, stay on APIs for non-sensitive work; above it — or wherever data cannot leave your jurisdiction — owned hardware wins.
What are the hardware tiers for on-premise LLM deployment?
Sizing follows the model's active parameters and your peak concurrency, not the headline parameter count. A mixture-of-experts model like GLM-5.2 stores 744B parameters but activates only 40B per token — which is precisely what makes single-rack serving practical.
| Tier | What it serves | Typical hardware | Hardware budget (2026) | Fits |
|---|---|---|---|---|
| Inference node | 30–70B-class dense or quantized MoE models | 4–8 datacenter GPUs, single chassis | Low six figures | Teams of 10–50; pilot deployments |
| Single rack | GLM-5.2-class (744B MoE, 40B active), quantized; DeepSeek-class batch | 8–16 GPUs, NVLink/400G fabric | Low-to-mid six figures | 100–500 users; firm-wide copilots |
| Multi-rack cluster | Full-precision GLM-5.2; large concurrent agentic workloads | 32+ GPUs, multi-node serving | High six to low seven figures | Enterprise-wide, heavy agents |
| Supernode / managed facility | Kimi K3-class (2.8T MoE) at full precision | 64+ accelerators (Moonshot's own guidance) | Multi-million; or managed tier | Frontier workloads, batch farms |
Two honest notes we give every client. First, most organizations do not need the top tier: GLM-5.2's 40B-active design is the workhorse that makes on-prem genuinely practical today, within a few points of Claude Opus 4.8 on key agentic benchmarks at a fraction of the serving cost. Second, quantization changes the math dramatically — see our GLM-5.2 GPU requirements guide and Kimi K3 hardware requirements breakdown for model-specific sizing.
Where is the break-even against cloud APIs?
The structural difference is the direction of the cost curve. Metered APIs charge per token forever: the more your team adopts AI, the bigger the bill — a pricing model that quietly punishes the behavior you are trying to encourage. Owned infrastructure is the inverse: capital cost is fixed, so cost per token falls as usage grows, and any capacity you are not using at 2 a.m. is free.
The crossover arrives at roughly 2M+ tokens per day of sustained usage. For calibration: 2M tokens is on the order of 1,500,000 words — a mid-size firm running document summarization, drafting assistance, and a handful of agentic workflows crosses it without trying. At sustained enterprise volume, self-hosted inference runs 60–85% cheaper than equivalent API spend, before counting the workloads that only exist because marginal cost hit zero:
- Overnight batch at zero marginal cost. Discovery triage, portfolio document review, code-migration agents, report generation — queued at close of business, done by morning, on electricity alone.
- No seat metering. Every employee gets access; adoption stops being a procurement negotiation.
- No usage anxiety. Teams stop rationing a tool that is supposed to be a force multiplier.
What does a full three-year TCO include?
Hardware is the headline, not the whole bill. A credible three-year total-cost model includes:
- Compute: GPUs/accelerators sized to active parameters × precision × concurrency.
- Fabric and storage: NVLink/InfiniBand or 400G Ethernet for multi-GPU serving; NVMe for weights, KV-cache spill, and corpus storage.
- Power and cooling: a serving rack draws 30–60kW; on-premise deployment may require electrical and cooling upgrades, which is why many clients choose an in-country colocation rack they own instead.
- Serving and security engineering: inference stack (vLLM/SGLang-class), SSO, role-based access, audit logging, monitoring.
- Fine-tuning and evaluation: parameter-efficient tuning (LoRA/adapters) on your corpus plus an eval harness built from your real work.
- Maintenance: open-weight releases now arrive monthly; budget for evaluating and migrating to models that beat your incumbent.
Rule of thumb: items 2–6 add 20–40% on top of the hardware line over three years. That is still, above the break-even, dramatically cheaper than metered APIs — and unlike API spend, most of it is a capital asset.
When does on-premise NOT make sense?
Below ~2M tokens/day with no regulatory constraint, a cloud API is the rational choice — we say so in assessments. The calculus flips when either condition changes: volume grows, or the data is client files, patient records, lending files, or controlled technical data that cannot defensibly transit a third party. For regulated organizations the cost argument is often secondary anyway — financial institutions facing OSFI Guideline E-23's May 1, 2027 effective date, for instance, need model-risk documentation and version pinning that metered multi-tenant APIs cannot provide. And the market is moving regardless of the spreadsheet: Deloitte projects that more than 70% of enterprises will run on-prem or edge AI by 2028, and Gartner projects over 75% of EU and Middle East enterprises will repatriate workloads to sovereign infrastructure by 2030.
How do you get a real number for your organization?
Generic tiers bound the problem; your number comes from your workloads. Our two-week sovereignty assessment maps data classes, obligations, workloads, and true concurrency, then hands you a written architecture and a cost model against your projected usage — whether or not you build with us. The expensive mistake is not buying the wrong GPU; it is sizing for a peak you never hit, or discovering at audit time that the cheap option routed regulated data through someone else's cloud.
Questions we get
Frequently asked questions
How much does it cost to run an LLM on-premise?
In 2026, a hardened single-node deployment serving a mid-size open-weight model to a workgroup starts in the low six figures of hardware. A single-rack cluster serving GLM-5.2-class models (744B parameters, 40B active) to a few hundred users runs low-to-mid six figures. Full-precision Kimi K3-class serving is supercomputer-class — Moonshot recommends 64 or more accelerators — placing it in multi-million-dollar enterprise cluster territory or a managed sovereign facility tier.
At what usage does self-hosting an LLM become cheaper than an API?
The break-even lands around 2 million or more tokens per day of sustained usage. Below that, metered APIs are usually cheaper; above it, owned hardware wins increasingly fast, with organizations at sustained enterprise volume seeing 60–85% inference-cost savings versus API pricing.
Is on-premise AI cheaper than ChatGPT Enterprise or API access long term?
At sustained enterprise usage, yes. Metered pricing scales up with every prompt, which structurally punishes adoption. Owned infrastructure inverts the curve: cost per token falls as utilization rises, and off-peak batch workloads — document review, analysis queues, overnight agent runs — execute at zero marginal cost.
What hidden costs should an on-premise LLM budget include?
Beyond GPUs: networking (400G+ interconnects for multi-node serving), power and cooling (a serving rack can draw 30–60kW), colocation or facility hardening, serving-stack engineering, evaluation and fine-tuning effort, and ongoing maintenance as new model releases arrive monthly. These typically add 20–40% to the hardware line over three years.
Take the 40 Claude skills and the briefing with you
The Vault 2026 skills pack (calendar audits, hiring scorecards, calibration, continuity plans) plus the sovereignty briefing: model releases, deployment economics and regulatory shifts for regulated firms. One click to unsubscribe.
Ready to move from reading to running?
We design, build, fine-tune, host, and maintain sovereign AI deployments end to end.
Book a sovereignty assessment How deployment works