Skip to content

Commit c45f97d

Browse files
committed
[Doc] Add Hunyuan Tool Calling and Reason part.
Signed-off-by: Asher Zhang <asherszhang@tencent.com>
1 parent b6dc291 commit c45f97d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/features/reasoning_outputs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ vLLM currently supports the following reasoning models:
1414
| [QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) | `deepseek_r1` | `guided_json`, `guided_regex` ||
1515
| [IBM Granite 3.2 language models](https://huggingface.co/collections/ibm-granite/granite-32-language-models-67b3bc8c13508f6d064cff9a) | `granite` |||
1616
| [Qwen3 series](https://huggingface.co/collections/Qwen/qwen3-67dd247413f0e2e4f653967f) | `qwen3` | `guided_json`, `guided_regex` ||
17+
| [Hunyuan A13B series](https://huggingface.co/collections/tencent/hunyuan-a13b-685ec38e5b46321e3ea7c4be) | `hunyuan_a13b` | `guided_json`, `guided_regex` ||
1718

1819
!!! note
1920
IBM Granite 3.2 reasoning is disabled by default; to enable it, you must also pass `thinking=True` in your `chat_template_kwargs`.

docs/features/tool_calling.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,16 @@ Supported models:
290290

291291
Flags: `--tool-call-parser kimi_k2`
292292

293+
### Hunyuan Models (`hunyuan_a13b`)
294+
295+
Supported models:
296+
297+
* `tencent/Hunyuan-A13B-Instruct` (chat template already included huggingface model file.)
298+
299+
Flags:
300+
* For non-reasoning: `--tool-call-parser hunyuan_a13b`
301+
* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning`
302+
293303
### Models with Pythonic Tool Calls (`pythonic`)
294304

295305
A growing number of models output a python list to represent tool calls instead of using JSON. This has the advantage of inherently supporting parallel tool calls and removing ambiguity around the JSON schema required for tool calls. The `pythonic` tool parser can support such models.

0 commit comments

Comments
 (0)