MoE Inference

32 guides in this topic

Mixture-of-experts models need a different deployment playbook than dense ones: you have to hold every expert in memory but only compute on a handful per token, which changes how you think about VRAM, parallelism, and cost. This cluster covers that playbook end to end, from deploying specific MoE releases (DeepSeek V4 and V4-Flash, Kimi K2.6 and K3, GLM-5.1 and 5.2, Qwen3.6, Mistral Large 3, Grok 2.5, Hunyuan 3, and more) to the underlying mechanics: expert parallelism, wide expert parallelism with online load balancing, and dynamic expert quantization that keeps hot experts in FP8 and cold ones in INT4.

We also cover fine-tuning MoE models specifically, since standard LoRA setups don't handle router stability or auxiliary loss the same way dense fine-tuning does, and speculative decoding for MoE, which needs draft heads that understand expert routing.

The pillar guide, MoE Model Inference on GPU Cloud, lays out the core tradeoff: how expert parallelism and memory layout interact, and how to deploy efficiently with vLLM, SGLang, and spot pricing. Start there before jumping into a specific model's deployment guide, since the concepts carry across almost every MoE release in this cluster.

Start Here

All MoE Inference Guides

Deploy AI21 Jamba2 on GPU Cloud: Long-Context Guide (2026)
Engineering

Deploy AI21 Jamba2 on GPU Cloud: Long-Context Guide (2026)

Jul 14, 2026
Deploy Grok 2.5 on GPU Cloud: VRAM and Setup (2026)
Tutorial

Deploy Grok 2.5 on GPU Cloud: VRAM and Setup (2026)

Jul 8, 2026
Deploy MiMo-V2.5-Pro on GPU Cloud: Xiaomi's 1T MoE Coding Model
Tutorial

Deploy MiMo-V2.5-Pro on GPU Cloud: Xiaomi's 1T MoE Coding Model

Jul 3, 2026
Wide Expert Parallelism on GPU Cloud: Online EPLB and Rack-Scale Load Balancing for Giant MoE Inference (2026 Guide)
Engineering

Wide Expert Parallelism on GPU Cloud: Online EPLB and Rack-Scale Load Balancing for Giant MoE Inference (2026 Guide)

Jul 3, 2026
Fine-Tune MoE LLMs on GPU Cloud: Expert Parallelism, Load Balancing, and MoE-LoRA for DeepSeek V4, Qwen3, and GLM-5.2 (2026 Guide)
Engineering

Fine-Tune MoE LLMs on GPU Cloud: Expert Parallelism, Load Balancing, and MoE-LoRA for DeepSeek V4, Qwen3, and GLM-5.2 (2026 Guide)

Jul 2, 2026
Deploy Hunyuan 3 on GPU Cloud: Self-Host Tencent's 295B MoE Reasoning and Agent Model with vLLM and Expert Parallelism (2026 Guide)
Tutorial

Deploy Hunyuan 3 on GPU Cloud: Self-Host Tencent's 295B MoE Reasoning and Agent Model with vLLM and Expert Parallelism (2026 Guide)

Jun 30, 2026
Deploy Arcee Trinity-Large-Thinking on GPU Cloud: Self-Host the 400B Apache-2.0 Reasoning Agent That Rivals Claude Opus at a Fraction of the Cost (2026 Guide)
Tutorial

Deploy Arcee Trinity-Large-Thinking on GPU Cloud: Self-Host the 400B Apache-2.0 Reasoning Agent That Rivals Claude Opus at a Fraction of the Cost (2026 Guide)

Jun 29, 2026
Deploy NVIDIA Nemotron 3 Nano Omni on GPU Cloud: Self-Host the 30B-A3B Omni-Modal Perception Model for Multimodal AI Agents (2026 Guide)
Tutorial

Deploy NVIDIA Nemotron 3 Nano Omni on GPU Cloud: Self-Host the 30B-A3B Omni-Modal Perception Model for Multimodal AI Agents (2026 Guide)

Jun 29, 2026
Deploy Step-3.7-Flash on GPU Cloud: Self-Host StepFun's 198B MoE Agentic Vision Model with vLLM (2026 Setup Guide)
Tutorial

Deploy Step-3.7-Flash on GPU Cloud: Self-Host StepFun's 198B MoE Agentic Vision Model with vLLM (2026 Setup Guide)

Jun 22, 2026
Deploy DeepSeek V4-Pro on GPU Cloud: Multi-Node Setup for the 1.6T MoE with vLLM (2026 Guide)
Tutorial

Deploy DeepSeek V4-Pro on GPU Cloud: Multi-Node Setup for the 1.6T MoE with vLLM (2026 Guide)

Jun 19, 2026
Deploy Qwen3-Coder-Next on GPU Cloud: Self-Host Alibaba's 80B MoE Coding Model with vLLM (2026)
Tutorial

Deploy Qwen3-Coder-Next on GPU Cloud: Self-Host Alibaba's 80B MoE Coding Model with vLLM (2026)

Jun 19, 2026
Deploy GLM-5.2 on GPU Cloud: VRAM, Cost & vLLM Setup (2026)
Tutorial

Deploy GLM-5.2 on GPU Cloud: VRAM, Cost & vLLM Setup (2026)

Jun 17, 2026
Deploy DeepSeek V4-Flash on GPU Cloud: 284B MoE, 13B Active Params, 1M Context for Low-Cost Agentic Inference (2026)
Tutorial

Deploy DeepSeek V4-Flash on GPU Cloud: 284B MoE, 13B Active Params, 1M Context for Low-Cost Agentic Inference (2026)

Jun 15, 2026
Deploy Kimi K2.7 Code on GPU Cloud: Self-Host Moonshot's 1T-Parameter Agentic Coding Model (2026)
Tutorial

Deploy Kimi K2.7 Code on GPU Cloud: Self-Host Moonshot's 1T-Parameter Agentic Coding Model (2026)

Jun 14, 2026
Dynamic Expert Quantization on GPU Cloud: Run Giant MoE Models on Fewer GPUs with Runtime Expert Offloading (2026 Guide)
Engineering

Dynamic Expert Quantization on GPU Cloud: Run Giant MoE Models on Fewer GPUs with Runtime Expert Offloading (2026 Guide)

Jun 13, 2026
Deploy NVIDIA Nemotron 3 Ultra on GPU Cloud: Self-Host the 550B Reasoning Model (2026)
Tutorial

Deploy NVIDIA Nemotron 3 Ultra on GPU Cloud: Self-Host the 550B Reasoning Model (2026)

Jun 12, 2026
Deploy Mistral Large 3 on GPU Cloud: Self-Host the 675B MoE with vLLM and Expert Parallelism (2026)
Tutorial

Deploy Mistral Large 3 on GPU Cloud: Self-Host the 675B MoE with vLLM and Expert Parallelism (2026)

Jun 9, 2026
Deploy Qwen3.7 Max on GPU Cloud: MoE Setup Guide (2026)
Tutorial

Deploy Qwen3.7 Max on GPU Cloud: MoE Setup Guide (2026)

Jun 8, 2026
Speculative Decoding for MoE Models on GPU Cloud: Expert Parallelism + Draft-Head Acceleration for up to 4x Faster Inference (2026)
Engineering

Speculative Decoding for MoE Models on GPU Cloud: Expert Parallelism + Draft-Head Acceleration for up to 4x Faster Inference (2026)

May 31, 2026
Deploy DeepSeek V4 on GPU Cloud: MoE Inference with vLLM and Expert Parallelism
Tutorial

Deploy DeepSeek V4 on GPU Cloud: MoE Inference with vLLM and Expert Parallelism

May 18, 2026
GPT-OSS 120B vs GLM-5.1 vs DeepSeek V4: Which Open-Weight Model Wins in 2026?
Comparison

GPT-OSS 120B vs GLM-5.1 vs DeepSeek V4: Which Open-Weight Model Wins in 2026?

May 18, 2026
Deploy GLM-5.1 on GPU Cloud: Self-Host the 754B MoE Model (2026 Guide)
Tutorial

Deploy GLM-5.1 on GPU Cloud: Self-Host the 754B MoE Model (2026 Guide)

May 15, 2026
Deploy Qwen 3.5 on GPU Cloud: GDN Hybrid Architecture, 262K Context, and vLLM Setup (2026)
Tutorial

Deploy Qwen 3.5 on GPU Cloud: GDN Hybrid Architecture, 262K Context, and vLLM Setup (2026)

May 15, 2026
Deploy DeepEP and DeepGEMM on GPU Cloud: MoE Inference Kernels Guide (2026)
Engineering

Deploy DeepEP and DeepGEMM on GPU Cloud: MoE Inference Kernels Guide (2026)

May 14, 2026
Deploy Mistral Small 4: Self-Host the 119B MoE Model on GPU Cloud (2026)
Tutorial

Deploy Mistral Small 4: Self-Host the 119B MoE Model on GPU Cloud (2026)

Apr 21, 2026
Deploy MiMo-V2-Flash on GPU Cloud: Xiaomi's 309B MoE Model Setup Guide (2026)
Tutorial

Deploy MiMo-V2-Flash on GPU Cloud: Xiaomi's 309B MoE Model Setup Guide (2026)

Apr 8, 2026
Deploy Qwen 3.6 Plus on GPU Cloud: Hybrid MoE with 1M Context (2026)
Tutorial

Deploy Qwen 3.6 Plus on GPU Cloud: Hybrid MoE with 1M Context (2026)

Apr 6, 2026
Deploy DeepSeek R2 on GPU Cloud: Self-Host the Best Open-Source Reasoning Model (2026)
Tutorial

Deploy DeepSeek R2 on GPU Cloud: Self-Host the Best Open-Source Reasoning Model (2026)

Apr 5, 2026
Deploy Google Gemma 4 on GPU Cloud: MoE and Dense Model Guide (2026)
Tutorial

Deploy Google Gemma 4 on GPU Cloud: MoE and Dense Model Guide (2026)

Apr 5, 2026
Try It Yourself

Try It on Real GPUs

The GPUs behind these guides are the ones you can rent here: H100s, H200s, B200s, and more, billed per minute with no contracts and no minimum. Pick one and you are live in under two minutes.

Deploy Time
< 2 min
Uptime SLA
99.9%
GPU Models
10+
Billing
Per-Min