Vision

How to deploy GLM-4.5V on a GPU cloud

A 108B vision-language model that reads images alongside text. Full specs, license and use cases.

GLM-4.5V size and hardware requirements

107.7B
Total parameters
Dense (no MoE)
Architecture
BF16
Published precision
240.8 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
BF16200.6 GB240.8 GBRTX A60006$1.98/hr
FP8 (quantized)100.3 GB120.4 GBRTX 4000 SFF Ada7$1.26/hr
INT4 (quantized)50.2 GB60.2 GBA1001$0.851/hr

How to run GLM-4.5V

Run GLM-4.5V with vLLM

From zai-org/GLM-4.5V's own deployment docs.

vllm serve zai-org/GLM-4.5V \
     --tensor-parallel-size 4 \
     --tool-call-parser glm45 \
     --reasoning-parser glm45 \
     --enable-auto-tool-choice \
     --served-model-name glm-4.5v \
     --allowed-local-media-path / \
     --media-io-kwargs '{"video": {"num_frames": -1}}'

Source: https://huggingface.co/zai-org/GLM-4.5V/raw/main/README.md

Run GLM-4.5V with GGUF quantizations

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

llama-server -hf mradermacher/GLM-4.5V-GGUF

Source: https://huggingface.co/mradermacher/GLM-4.5V-GGUF

Deploy GLM-4.5V on Aquanode

Aquanode has no one-click deploy template for GLM-4.5V; 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.