LLM

How to deploy GLM-4.5-Air on a GPU cloud

A 110B (MoE) language model for chat and instruction-following. Full specs, license and use cases.

GLM-4.5-Air size and hardware requirements

110.5B
Total parameters
Mixture-of-experts: 8 of 128 experts active per token (exact active-parameter count not stated on the model card)
Active parameters
BF16
Published precision
246.9 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
BF16205.8 GB246.9 GBRTX A60006$1.98/hr
FP8 (quantized)102.9 GB123.5 GBRTX 4000 SFF Ada7$1.26/hr
INT4 (quantized)51.4 GB61.7 GBA1001$0.851/hr

How to run GLM-4.5-Air

Run GLM-4.5-Air with vLLM

Generic example, not from the model's own docs: adjust flags (quantization, context length, parallelism) for your setup.

vllm serve zai-org/GLM-4.5-Air --tensor-parallel-size 6

Run GLM-4.5-Air with GGUF quantizations

Prebuilt GGUF weights published at ubergarm/GLM-4.5-Air-GGUF. Run with llama.cpp's llama-server or load the repo directly in LM Studio.

llama-server -hf ubergarm/GLM-4.5-Air-GGUF

Source: https://huggingface.co/ubergarm/GLM-4.5-Air-GGUF

Deploy GLM-4.5-Air on Aquanode

Aquanode has no one-click deploy template for GLM-4.5-Air; you install the inference engine yourself with the commands below. Aquanode sells GPU pods billed per second, not a hosted inference API.

  1. Launch a bare GPU pod sized to the requirement above (6× RTX A6000 or larger).
  2. Open a terminal on the pod, or save one of the commands above as a startup script so it runs automatically the first time the pod boots.
  3. Run the command and connect to the resulting endpoint.

Submit the job. Everything after that is ours.

Sign up in 60 seconds. Pay for the GPU minutes you actually use.

© 2026 Aquanode. All rights reserved.

All trademarks, logos and brand names are the property of their respective owners.