From 6c05a964a75af8d6e75c053ee8642eb787151029 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:00:16 -0700 Subject: [PATCH] docs: Mention supported tool-calling models --- docs/Tool Calling Tutorial.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/Tool Calling Tutorial.md b/docs/Tool Calling Tutorial.md index 170bdff7..801e9d78 100644 --- a/docs/Tool Calling Tutorial.md +++ b/docs/Tool Calling Tutorial.md @@ -1,8 +1,23 @@ +## Supported models + +The following models are supported: + +- Qwen 3.5 +- GPT-OSS +- Mistral Small / Devstral +- DeepSeek V3 +- Kimi-K2 +- MiniMax-M2.5 +- GLM-5 +- Llama 4 + +Other models that output tool calls as JSON (inside XML tags, code blocks, or plain JSON) are also supported through a generic fallback parser. + ## Tool calling in the UI ### 1. Load a model with tool-calling support -Load a model with tool-calling support (Qwen, Mistral, Llama 4, etc.) from the Model tab. +Load a model with tool-calling support from the Model tab. ### 2. Select tools