[Doc] Added QwQ-32B to the supported models list in the reasoning out… (#14479)

Signed-off-by: WangErXiao <863579016@qq.com>
This commit is contained in:
Robin 2025-03-08 15:07:32 +08:00 committed by GitHub
parent 7b6fd6e486
commit c908a07f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ vLLM currently supports the following reasoning models:
| Model Series | Parser Name | Structured Output Support | | Model Series | Parser Name | Structured Output Support |
|--------------|-------------|------------------| |--------------|-------------|------------------|
| [DeepSeek R1 series](https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d) | `deepseek_r1` | `guided_json`, `guided_regex` | | [DeepSeek R1 series](https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d) | `deepseek_r1` | `guided_json`, `guided_regex` |
| [QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) | `deepseek_r1` | `guided_json`, `guided_regex` |
## Quickstart ## Quickstart