Skip to content

Commit a44378c

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

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
@@ -282,6 +282,16 @@ Supported models:
282282

283283
Flags: `--tool-call-parser deepseek_v3 --chat-template {see_above}`
284284

285+
### Hunyuan Models (`hunyuan_a13b`)
286+
287+
Supported models:
288+
289+
* `tencent/Hunyuan-A13B-Instruct` (chat template already included huggingface model file.)
290+
291+
Flags:
292+
* For non-reasoning: `--tool-call-parser hunyuan_a13b`
293+
* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning`
294+
285295
### Models with Pythonic Tool Calls (`pythonic`)
286296

287297
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)