Vision

How to deploy Kimi K2.5 on a GPU cloud

A 1T-parameter (32B active) native multimodal agentic model. Full specs, license and use cases.

Kimi K2.5 size and hardware requirements

1026.9B
Total parameters
Mixture-of-experts: 32B active parameters (stated on the model card)
Active parameters
Native INT4
Published precision
1128.0 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
Native INT4 (native)554.3 GB1128.0 GBAMD MI300X6$15.77/hr

How to run Kimi K2.5

Run Kimi K2.5 with vLLM

From moonshotai/Kimi-K2.5's own deployment guide: an example serving it on a single H200 node at tensor-parallel-8.

vllm serve $MODEL_PATH -tp 8 --mm-encoder-tp-mode data --trust-remote-code --tool-call-parser kimi_k2 --reasoning-parser kimi_k2

Source: https://huggingface.co/moonshotai/Kimi-K2.5/raw/main/docs/deploy_guidance.md

Run Kimi K2.5 with SGLang

From moonshotai/Kimi-K2.5's own deployment guide, same single H200 node at tensor-parallel-8.

sglang serve --model-path $MODEL_PATH --tp 8 --trust-remote-code --tool-call-parser kimi_k2 --reasoning-parser kimi_k2

Source: https://huggingface.co/moonshotai/Kimi-K2.5/raw/main/docs/deploy_guidance.md

Deploy Kimi K2.5 on Aquanode

Aquanode has no one-click deploy template for Kimi K2.5; 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× AMD MI300X 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.