LLM Hangar / Tools / LLM hosting cost calculator
LLM hosting cost calculator: GPU cost per model
Pick an open-weight model to see the smallest GPU it runs on, the hourly rate at current provider prices, and the monthly cost always on, business hours, weekdays or your own hours, with the cold-boot dead time and staged-weight storage priced in.
Pick a model
1 As shipped is the format the weights are published in: fp8 for DeepSeek V4 Flash and GLM-5.3-Flash, MXFP4 for Kimi K3 and gpt-oss, bf16 for most others. Fewer bits mean less memory and a small loss in answer quality. 2 The longest request the endpoint must hold in cache.
No model matches.
Minimum required hardware
Cost of private DeepSeek V4 Flash
Spot prices move and capacity varies; the savings shown assume the rate you entered held all month. A spot instance the provider reclaims recovers from the staged weights, see spot instances.
Prices come from the LLM Hangar price index, last checked 28 August 2026, 04:00 UTC. For a model the index lists, the hardware is the cheapest of its checked offers and provider estimates that holds the memory needed; for the others it is the cheapest per-GPU rate for each card type in the same index. Your provider bills you at its own rates and none of this is a quotation.
3 Business hours is 08:00 to 18:00 on weekdays, about 217 of the 730 hours in a month, a 70% cut. Weekdays 24x5 is about 522 hours, a 29% cut. Schedules that stop start cold once per working day unless the weights are staged, in which case the start is a warm boot; the dead time uses the boot minutes below either way, so it is an upper bound for staged deployments. The storage line is an estimate: max(weights x 1.1, the provider minimum of 100 GB) at the provider's list rate per GB-month; a confirmed deployment shows its actual stage quote.
Where the numbers come from
- Model sizes and licences: the model cards on Hugging Face and vendor documentation for DeepSeek V4 Flash and V4 Pro, GLM-5.3-Flash, GLM-5.2, Kimi K3, Qwen3.8-2.4T-A95B, Qwen3.8-27B, the Qwen3.5 family, the Gemma 4 model card, Muse Glimmer 30B, Mistral Small 4, gpt-oss, Llama 4. Sizes for Mistral Large 3, Kimi K2.5 and Qwen3 235B are as listed by Thunder Compute on 20 August 2026. GLM-5.3 is listed at the GLM-5.2 size; Z.ai has not published the flagship's configuration.
- Checkpoint sizes: DeepSeek V4 Flash 159.6 GB fp8, GLM-5.3-Flash 328 GB fp8 and Gemma 4 31B 58.25 GiB bf16 as downloaded in the measured deployments above; Kimi K3 1,560.94 GB MXFP4 and Qwen3.8-2.4T-A95B 4.89 TB bf16 from the shard listings on Hugging Face.
- Prices: the LLM Hangar price index, which records checked offers and provider list prices across AWS, Azure, GCP, OCI, Nebius, RunPod, Lambda, Verda and CloudRift every eight hours. The page loads the latest check and falls back to the 28 August 2026 snapshot.
- Boot times: measured cold boots on RunPod, from instance creation to a ready endpoint, 21 minutes 26 seconds for DeepSeek V4 Flash on 2x H200 (11 August 2026), 34 minutes for GLM-5.3-Flash on 4x H200 (27 August 2026) and about 14 minutes for Gemma 4 31B on one H100 (24 August 2026). Those models prefill their own figure; the 20-minute default for the others is an assumption inside that range, and the field is editable.
Questions
How much GPU memory does a model need?
Weights plus KV cache plus headroom. Weights are the parameter count times the bytes per parameter: about 2 bytes at 16-bit, 1 at 8-bit and 0.55 at 4-bit including the quantisation tables. The KV cache grows with context length and with the model's attention layout. Measured examples: Gemma 4 31B in bf16 loads 57.91 GiB of weights and needs 15.79 GiB of KV cache for one 32,768-token request; the DeepSeek V4 Flash fp8 checkpoint is 159.6 GB and runs on 2x H200.
How much does it cost to host an LLM per month?
The hourly rate of the cheapest GPU configuration in the price index that holds the model, times the hours it exists. Always on is 730 hours a month; 8 hours a day on weekdays is 176 plus a cold start each working day. At the index check of 28 August 2026, DeepSeek V4 Flash on 2x H200 at $8.00 an hour is $5,840 a month always on and about $1,470 for business hours including 22 boots; Kimi K3 at its native MXFP4 needs 16x H200 at $64 an hour, about $46,700 always on. The GPU bill comes from your provider; any platform fee is on top.
What does a cold boot cost?
The GPU meter runs from instance creation, before the first token. Measured cold boots on RunPod: 21 minutes 26 seconds for DeepSeek V4 Flash on 2x H200, 34 minutes for GLM-5.3-Flash on 4x H200 and about 14 minutes for Gemma 4 31B on one H100. At the $8.00 an hour the price index listed for 2x H200 on 28 August 2026, a 21-minute boot is $2.80 of dead time per start, about $62 a month if the box is started cold every working day. A stopped instance still bills its disk.