1- # Feature and Model Support Matrix
1+ # Feature and Model Support Matrix
22
33This page provides an overview of UCM (Unified Cache Manager) compatibility across different models and inference frameworks.
44Use this matrix as a compatibility reference for model selection, deployment, and feature validation.
@@ -20,21 +20,24 @@ This information serves as a reference for evaluating framework compatibility in
2020
2121| Model | vLLM<br >(main) | vLLM-Ascend<br >(main) | SGLang<br >(main) |
2222| -------| :-----------:| :------------------:| :------:|
23- | DeepSeek V3.2 | ✅ | ✅ | ✅ |
24- | DeepSeek R1 | ✅ | ✅ | ✅ |
2523| DeepSeek V3/3.1 | ✅ | ✅ | ✅ |
24+ | DeepSeek R1 | ✅ | ✅ | ✅ |
25+ | DeepSeek V3.2 | ✅ | ✅ | ✅ |
2626| DeepSeek V4 Pro | ✅ | ✅ | ❌ |
2727| DeepSeek V4 Flash | ✅ | ✅ | ❌ |
28- | Qwen3.6 | ✅ | ✅ | ❌ |
29- | Qwen3.5 | ✅ | ✅ | ❌ |
28+ | Qwen2.5 | ✅ | ✅ | ✅ |
3029| Qwen3 | ✅ | ✅ | ✅ |
3130| Qwen3-Moe | ✅ | ✅ | ✅ |
3231| Qwen3-Next | ✅ | ✅ | ❌ |
33- | Qwen2 .5 | ✅ | ✅ | ✅ |
34- | GLM-5.2 | ✅ | ✅ | ❌ |
35- | GLM-5.1 | ✅ | ✅ | ❌ |
36- | GLM-5 | ✅ | ✅ | ❌ |
32+ | Qwen3 .5 | ✅ | ✅ | ❌ |
33+ | Qwen3.6 | ✅ | ✅ | ❌ |
34+ | Qwen3.8 | ✅ | ✅ | ❌ |
35+ | Qwen3.8-Flash-Next | 🟡 | 🟡 | ❌ |
3736| GLM-4.x | ✅ | ✅ | ✅ |
37+ | GLM-5 | ✅ | ✅ | ❌ |
38+ | GLM-5.1 | ✅ | ✅ | ❌ |
39+ | GLM-5.2 | ✅ | ✅ | ❌ |
40+ | GLM-5.3 | 🟡 | 🟡 | ❌ |
3841| MiniMax-M2.5 | ✅ | ✅ | ✅ |
3942| MiniMax-M2.7 | ✅ | ✅ | ✅ |
4043| MiniMax-M3 | 🟡 | 🟡 | ❌ |
@@ -76,3 +79,4 @@ This section presents the currently supported compute platforms and devices.
7679- This matrix is provided as a compatibility reference for the configurations listed on this page.
7780- Actual behavior may vary depending on hardware, runtime settings, backend changes, and model variants.
7881- This support matrix is continuously updated. ** For the latest information, please refer to the GitHub issues and pull requests.**
82+
0 commit comments