From 15b3c2cf29dff84cfb59cf3e82f8d0a4ae4693d2 Mon Sep 17 00:00:00 2001 From: Veightor <47860869+Veightor@users.noreply.github.com> Date: Sun, 25 Jan 2026 19:07:08 -0500 Subject: [PATCH] Docs: add tool-capable models to Chutes provider page --- docs/providers/chutes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/providers/chutes.md b/docs/providers/chutes.md index dbff3d5cb..f3ba897f8 100644 --- a/docs/providers/chutes.md +++ b/docs/providers/chutes.md @@ -47,9 +47,15 @@ clawdbot onboard --auth-choice chutes - Chutes models are available under the `chutes/` provider prefix. - The default model is `chutes/zai-org/GLM-4.6-TEE`. - Chutes uses OpenAI-compatible endpoints. +- Many top models on Chutes support tool calling, including: + - `Qwen/Qwen3-235B-A22B-Instruct-2507-TEE` + - `deepseek-ai/DeepSeek-V3.2-TEE` + - `chutesai/Mistral-Small-3.1-24B-Instruct-2503` + - `NousResearch/Hermes-4-14B` - For a full list of available models, see the [Chutes Models API](https://llm.chutes.ai/v1/models). Popular models include: - `deepseek-ai/DeepSeek-V3.2-TEE` - `Qwen/Qwen3-235B-A22B-Instruct-2507-TEE` - `mistralai/Mistral-Small-24B-Instruct-2501-TEE` - `NousResearch/Hermes-4-14B` +