feat: add new DeepSeek and GLM models with detailed descriptions to the Chutes provider #8467
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…configurations
Related GitHub Issue
Closes: #8157
Roo Code Task Context (Optional)
Description
This PR adds five new Chutes models to Roo Code’s model registry so they appear in the provider picker and can be used across tasks: deepseek-ai/DeepSeek-V3.1-Terminus, deepseek-ai/DeepSeek-V3.1-turbo, deepseek-ai/DeepSeek-V3.2-Exp, zai-org/GLM-4.6-FP8, and Qwen/Qwen3-VL-235B-A22B-Thinking. It addresses the gap where the Chutes list was missing popular, up-to-date models by extending the existing, hardcoded registry without altering provider behavior.
Test Procedure
Successfully added to the Chutes ai models list
Pre-Submission Checklist
Screenshots / Videos
Documentation Updates
Additional Notes
Get in Touch
Important
Add new DeepSeek and GLM models to
chutes.tswith detailed configurations and descriptions.deepseek-ai/DeepSeek-V3.1-Terminus,deepseek-ai/DeepSeek-V3.1-turbo,deepseek-ai/DeepSeek-V3.2-ExptoChutesModelIdandchutesModels.zai-org/GLM-4.6-FP8andQwen/Qwen3-VL-235B-A22B-ThinkingtoChutesModelIdandchutesModels.DeepSeek-V3.1-Terminus: Improved language consistency, better agent performance.DeepSeek-V3.1-turbo: Optimized for fast queries, speculative-decoding.DeepSeek-V3.2-Exp: Experimental LLM with Sparse Attention.GLM-4.6-FP8: Longer context window, improved coding and reasoning.Qwen3-VL-235B-A22B-Thinking: Vision-language model with multi-step reasoning.This description was created by
for 0257fea. You can customize this summary. It will automatically update as commits are pushed.