You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/tool_calling.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,16 @@ Supported models:
288
288
289
289
Flags: `--tool-call-parser kimi_k2`
290
290
291
+
### Hunyuan Models (`hunyuan_a13b`)
292
+
293
+
Supported models:
294
+
295
+
*`tencent/Hunyuan-A13B-Instruct` (chat template already included huggingface model file.)
296
+
297
+
Flags:
298
+
* For non-reasoning: `--tool-call-parser hunyuan_a13b`
299
+
* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning`
300
+
291
301
### Models with Pythonic Tool Calls (`pythonic`)
292
302
293
303
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