From 0637e8f021555b655fe0562fd2175c439d7cb3fc Mon Sep 17 00:00:00 2001 From: zhangxinyuehfad <59153331+zhangxinyuehfad@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:13:46 +0800 Subject: [PATCH] [Doc] Update supported models (#3481) ### What this PR does / why we need it? Update supported models ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 Signed-off-by: hfadzxy --- .../user_guide/support_matrix/supported_models.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/source/user_guide/support_matrix/supported_models.md b/docs/source/user_guide/support_matrix/supported_models.md index 7cd8ff34..d7a0705f 100644 --- a/docs/source/user_guide/support_matrix/supported_models.md +++ b/docs/source/user_guide/support_matrix/supported_models.md @@ -8,13 +8,15 @@ Get the newest info here: https://github.com/vllm-project/vllm-ascend/issues/160 | Model | Supported | Note | |-------------------------------|-----------|----------------------------------------------------------------------| -| DeepSeek v3 | ✅ | | +| DeepSeek v3/3.1 | ✅ | | +| DeepSeek v3.2 EXP | ✅ | | | DeepSeek R1 | ✅ | | | DeepSeek Distill (Qwen/LLama) | ✅ | | | Qwen3 | ✅ | | | Qwen3-based | ✅ | | | Qwen3-Coder | ✅ | | | Qwen3-Moe | ✅ | | +| Qwen3NextMoE | ✅ | | | Qwen2.5 | ✅ | | | Qwen2 | ✅ | | | Qwen2-based | ✅ | | @@ -32,7 +34,7 @@ Get the newest info here: https://github.com/vllm-project/vllm-ascend/issues/160 | Gemma-3 | ✅ | | | Phi-3/4 | ✅ | | | Mistral/Mistral-Instruct | ✅ | | -| GLM-4.5 | ✅ | | +| GLM-4.5 | ✅ | | | GLM-4 | ❌ | [#2255](https://github.com/vllm-project/vllm-ascend/issues/2255) | | GLM-4-0414 | ❌ | [#2258](https://github.com/vllm-project/vllm-ascend/issues/2258) | | ChatGLM | ❌ | [#554](https://github.com/vllm-project/vllm-ascend/issues/554) | @@ -56,6 +58,8 @@ Get the newest info here: https://github.com/vllm-project/vllm-ascend/issues/160 |--------------------------------|---------------|----------------------------------------------------------------------| | Qwen2-VL | ✅ | | | Qwen2.5-VL | ✅ | | +| Qwen3-VL | ✅ | | +| Qwen3-VL-MOE | ✅ | | | Qwen2.5-Omni | ✅ | [1760](https://github.com/vllm-project/vllm-ascend/issues/1760) | | QVQ | ✅ | | | LLaVA 1.5/1.6 | ✅ | [1962](https://github.com/vllm-project/vllm-ascend/issues/1962) | @@ -76,4 +80,4 @@ Get the newest info here: https://github.com/vllm-project/vllm-ascend/issues/160 | GLM-4V | ❌ | [2260](https://github.com/vllm-project/vllm-ascend/issues/2260) | | InternVL2.0/2.5/3.0
InternVideo2.5/Mono-InternVL | ❌ | [2064](https://github.com/vllm-project/vllm-ascend/issues/2064) | | Whisper | ❌ | [2262](https://github.com/vllm-project/vllm-ascend/issues/2262) | -| Ultravox | 🟡 Need test | | +| Ultravox | 🟡 | Need test |