Skip to content

feat: add Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider #6052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025

Conversation

roomote[bot]
Copy link

@roomote roomote bot commented Jul 22, 2025

This PR adds support for the Qwen/Qwen3-235B-A22B-Instruct-2507 model to the Chutes AI provider, enabling users to leverage its massive 262,144 token context window for processing large documents and codebases.

Changes

  • Added Qwen/Qwen3-235B-A22B-Instruct-2507 to the ChutesModelId type
  • Added model configuration with 262,144 token context window to chutesModels
  • Added test case to verify the new model configuration

Testing

  • All existing tests pass
  • Added specific test case for the new model configuration
  • Type checking passes

Fixes #6050


Important

Add Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider with 262,144 token context window and verify with tests.

  • Behavior:
    • Add Qwen/Qwen3-235B-A22B-Instruct-2507 to ChutesModelId in chutes.ts.
    • Configure model in chutesModels with 262,144 token context window.
  • Testing:
    • Add test in chutes.spec.ts to verify Qwen/Qwen3-235B-A22B-Instruct-2507 configuration.
    • Ensure all existing tests pass and type checking is successful.

This description was created by Ellipsis for cea0fe9. You can customize this summary. It will automatically update as commits are pushed.

- Added model ID to ChutesModelId type
- Added model configuration with 262,144 token context window
- Added test case to verify model configuration
- Fixes #6050
@roomote roomote bot requested review from mrubens, cte and jr as code owners July 22, 2025 06:15
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Jul 22, 2025
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Jul 22, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 23, 2025
@mrubens mrubens merged commit 8dcc078 into main Jul 23, 2025
13 checks passed
@mrubens mrubens deleted the feature/add-qwen3-235b-instruct-2507 branch July 23, 2025 01:17
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jul 23, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jul 23, 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.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider
3 participants