On-Prem AIFree Interactive Tool

GLM-4.5 On-Prem Sizing Calculator: Flagship and Air Variant Hardware Plan

This free GLM-4.5 on-prem sizing calculator estimates GPU count, VRAM, and capital cost for Zhipu AI's mixture-of-experts model family, and it is built for teams evaluating GLM-4.5 or its smaller GLM-4.5-Air sibling for agentic and coding-focused deployments. Enter variant, precision, context length, and concurrency, and the tool returns weight footprint, KV cache, total VRAM, GPU count, and cost. GLM-4.5 was tuned specifically for agentic tool-use and coding workloads, and the Air variant exists precisely because many enterprises found the flagship's 355B total parameter footprint more capacity than their agentic workloads actually needed.

Your numbers

GLM-4.5-Air trades some capability for a dramatically smaller hardware footprint.

FP8 is the practical production default; INT4 is common for the Air variant on smaller GPU counts.

32,768 tokens

GLM-4.5 supports up to 128K context, useful for its agentic and long-document coding use cases.

users

Simultaneous in-flight requests during peak hours.

VRAM per GPU; enter a matching price below.

$

H100 80GB runs roughly $25,000-$32,000; H200 runs $32,000-$40,000; B200 runs $45,000-$60,000 in 2026.

$/hr

On-demand H100/H200 rates typically run $2-$6 per hour.

Your results

Total VRAM required
602.13
Weights plus KV cache plus a 5% allowance for runtime overhead.
Hardware capital cost
$240,000
One-time GPU spend at your entered price per card.
Model weights footprint
355
Full expert set at your chosen precision; active parameters govern compute, total parameters govern memory.
KV cache at peak concurrency
229.38
Attention cache growth across concurrent sessions at your target context length.
GPUs required
8
Minimum accelerator count for one serving replica at your target concurrency.
Equivalent monthly cloud rental
$20,440
What the same GPU count would cost per month rented on-demand, for capex payback comparison.

Planning estimates only. Real memory use depends on serving engine and batch size. Benchmark on representative traffic before finalizing a purchase order.

Get your full GLM-4.5 sizing comparison

We will email you a personalized flagship-versus-Air sizing and cost breakdown for your agentic workload, and a Netray AI specialist will follow up with a benchmark plan.

No spam. Your results stay private. Unsubscribe anytime.

How GLM-4.5 runs on hardware you own

GLM-4.5 routes 32B active parameters per token through its full 355B total parameter mixture-of-experts architecture, while GLM-4.5-Air routes 12B active through a smaller 106B total. As with any MoE model, the full expert set has to be resident in memory: at FP8, the flagship needs roughly 355GB, requiring 5 H100-class GPUs or 3 H200-class GPUs, while Air needs roughly 106GB, fitting comfortably on 2 GPUs. This meaningful gap between the two variants is why evaluating both against your actual agentic or coding workload before committing hardware matters: many tool-calling and code-generation tasks do not show a large quality gap between them.

  • GLM-4.5 (355B total) needs roughly 355GB at FP8, requiring 5 H100-class GPUs or 3 H200-class GPUs.
  • GLM-4.5-Air (106B total) needs roughly 106GB at FP8, fitting comfortably on 2 GPUs.
  • Both variants were tuned specifically for agentic tool-use and coding tasks.
  • Active parameters (32B and 12B respectively) govern per-token compute cost and latency.

Quantization tradeoffs for GLM-4.5

FP8 is the recommended default for both variants on modern datacenter GPUs, offering strong quality retention. INT4/AWQ quantization is particularly attractive for GLM-4.5-Air, since it can bring the smaller variant's footprint down to around 53GB, fitting a single 80GB GPU with room for KV cache, which meaningfully lowers the barrier to entry for agentic AI on-prem. For the full 355B flagship, INT4 quantization reduces the cluster to roughly 3 GPUs, still a real multi-GPU commitment but a substantial reduction from FP8, and worth validating carefully against your specific tool-calling accuracy requirements since agentic workloads are sensitive to subtle output format errors.

  • FP8 is the recommended default for both variants, with strong quality retention.
  • INT4/AWQ brings GLM-4.5-Air to roughly 53GB, fitting a single 80GB GPU.
  • INT4 quantization of the flagship reduces cluster size to roughly 3 GPUs.
  • Validate quantized checkpoints specifically on tool-calling format accuracy, not just general quality.

Serving GLM-4.5 with vLLM and SGLang

vLLM and SGLang both support GLM-4.5's architecture with expert-parallel serving for the MoE layers, and given the model's agentic focus, pay particular attention to your serving stack's function-calling and structured-output support, since that is where GLM-4.5 is designed to excel. Agentic workloads also tend to have different traffic patterns than chat: longer sequences of tool calls per user session, more variable request timing, and a higher tolerance for slightly longer per-request latency in exchange for correctness. Size concurrency planning around realistic agentic session patterns rather than assuming chat-style request rates.

  • vLLM and SGLang both support GLM-4.5's expert-parallel MoE serving.
  • Verify strong function-calling and structured-output support in your chosen serving stack.
  • Agentic session traffic patterns differ from chat traffic; plan concurrency accordingly.
  • Correctness on tool-call formatting often matters more than raw latency for this model's target use cases.

When to fine-tune GLM-4.5 instead of prompting

Fine-tune GLM-4.5 or Air when your agentic workflows need consistent adherence to a specific tool schema, internal API format, or multi-step task structure that generic prompting handles inconsistently at scale. GLM-4.5-Air is the more practical fine-tuning target for most enterprises given its smaller footprint and faster training iteration, and it is frequently sufficient once fine-tuned on domain-specific agentic examples, such as ERP transaction sequences or structured manufacturing work order flows. Reserve the full flagship for cases where evaluation results show a genuine capability gap on your hardest agentic tasks.

How Netray deploys and customizes GLM-4.5 on-prem

Netray deploys GLM-4.5 and Air for manufacturers building agentic AI that takes real actions against SyteLine, LN, or M3, where tool-calling correctness directly affects production data integrity. We benchmark both variants against your specific agentic tasks before recommending one, configure expert-parallel serving with function-calling validation, and fine-tune on your ERP transaction patterns where needed. Engagements typically start with a two-week pilot proving reliable tool-calling behavior on a narrow, well-defined workflow before expanding scope.

Frequently Asked Questions

Should I default to GLM-4.5 or GLM-4.5-Air?

Start with Air unless you have specific evidence you need the flagship's extra capacity. Air's 106B total parameter footprint is roughly a third of the flagship's, needs far less hardware, and for many enterprise agentic and coding tasks the quality gap is smaller than the hardware cost difference would suggest. Benchmark both against your actual tool-calling workflows before committing to the larger, more expensive deployment.

Why is GLM-4.5 specifically good for agentic workloads?

GLM-4.5 was trained and tuned with a particular emphasis on tool-use and multi-step agentic reasoning, meaning its training data and reinforcement learning process specifically optimized for reliable function-calling format, multi-turn tool orchestration, and code generation, rather than being a general-purpose chat model applied to agentic tasks after the fact. This shows up as more consistent structured output formatting, which matters enormously when a model's output is parsed and executed rather than just read by a human.

How many GPUs does GLM-4.5-Air realistically need for production?

At FP8, Air's 106B total parameters need roughly 106GB for weights, which fits on 2 GPUs at 80GB each with modest headroom for KV cache and concurrency. At INT4/AWQ, it can fit on a single 80GB GPU. For production workloads with meaningful concurrent user counts, plan for 2 GPUs at FP8 to maintain quality headroom and comfortable KV cache capacity.

Does GLM-4.5's Chinese origin create compliance concerns for regulated industries?

Model origin does not by itself create a compliance issue for on-prem deployment, since the weights run entirely inside your network boundary with no data leaving your infrastructure. However, some regulated contracts, particularly in defense, include flow-down clauses restricting the use of technology from specific countries regardless of deployment location. Review your specific contractual and regulatory obligations before adopting any model, and treat this as a legal question rather than a technical one.

Get a benchmarked GLM-4.5 deployment plan for your agentic workflows, including a flagship-versus-Air comparison.