Skip to content

Conversation

@mohammad154
Copy link
Contributor

@mohammad154 mohammad154 commented Oct 2, 2025

…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

  • Issue Linked: This PR is linked to an approved GitHub Issue (see "Related GitHub Issue" above).
  • Scope: My changes are focused on the linked issue (one major feature/fix per PR).
  • Self-Review: I have performed a thorough self-review of my code.
  • Testing: New and/or updated tests have been added to cover my changes (if applicable).
  • Documentation Impact: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
  • Contribution Guidelines: I have read and agree to the Contributor Guidelines.

Screenshots / Videos

Documentation Updates

Additional Notes

Get in Touch


Important

Add new DeepSeek and GLM models to chutes.ts with detailed configurations and descriptions.

  • Models Added:
    • Added deepseek-ai/DeepSeek-V3.1-Terminus, deepseek-ai/DeepSeek-V3.1-turbo, deepseek-ai/DeepSeek-V3.2-Exp to ChutesModelId and chutesModels.
    • Added zai-org/GLM-4.6-FP8 and Qwen/Qwen3-VL-235B-A22B-Thinking to ChutesModelId and chutesModels.
  • Model Details:
    • 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 Ellipsis for 0257fea. You can customize this summary. It will automatically update as commits are pushed.

@mohammad154 mohammad154 requested review from cte, jr and mrubens as code owners October 2, 2025 14:54
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Oct 2, 2025
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Oct 2, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found some issues that need attention in the changes.

@mohammad154 mohammad154 changed the title feat: add new DeepSeek and GLM models with detailed descriptions and … feat: add new DeepSeek and GLM models with detailed descriptions in the Chutes provider Oct 2, 2025
@mohammad154 mohammad154 changed the title feat: add new DeepSeek and GLM models with detailed descriptions in the Chutes provider feat: add new DeepSeek and GLM models with detailed descriptions to the Chutes provider Oct 2, 2025
@mrubens mrubens merged commit 8622d93 into RooCodeInc:main Oct 2, 2025
20 checks passed
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 2, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Oct 2, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.