mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-18 03:14:39 +01:00
docs: Mention supported tool-calling models
This commit is contained in:
parent
737ded6959
commit
6c05a964a7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue