RUNTIME / ADVANCED
KTransformers
Very large MoE models with hot experts on the GPU and cold experts in system RAM
Fuente primariaDifficultyAdvancedSetup profile
Platforms4nvidia · amd · intel · cpu
APIOpenAI-compatible through its SGLang integration:30000
01 / INSTALL & RUN
Installation depends on your OS. These commands are examples or templates: replace placeholders and verify quantization, file format, drivers and runtime support. Memory fit does not guarantee deployment.
- 1Install
pip install kt-kernel sglang-kt - 2Start a model
python -m sglang.launch_server --model <verified-checkpoint> --kt-weight-path <cpu-expert-weights> --port 30000 - 3Connect your app
OpenAI-compatible through its SGLang integration · :30000. Keep the service bound to localhost unless you add authentication and network controls.
Atención
A research project rather than a drop-in server: it needs the kvcache-ai SGLang fork, a separate CPU-side expert weight set, and enough system RAM for the offloaded experts. VRAM alone does not decide the fit here.
02 / COMPATIBLE MODELS
Modelos open-weight representativos
Alibaba Qwen
Qwen3.6 35B-A3B
35B3B active · Q4 / NVFP4 MoE
- Memoria estimada
- ~25 GB
- Contexto
- 262K native
DeepSeek
DeepSeek V4 Flash
284B13B active · Official FP4 + FP8 mixed
- Memoria estimada
- ~176 GB
- Contexto
- 1M native
Alibaba Qwen
Qwen3 30B-A3B
30B3B active · GGUF Q4 MoE
- Memoria estimada
- ~22.5 GB
- Contexto
- 32K+
Meta
Llama 4 Scout
109B17B active · INT4 MoE
- Memoria estimada
- ~78 GB
- Contexto
- 10M advertised
OpenAI
gpt-oss-120b
117B5.1B active · MXFP4
- Memoria estimada
- ~80 GB
- Contexto
- 128K