Skip to content

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Aug 5, 2025

This PR fixes issue #6695 by adding the missing Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8 model to the Chutes.ai provider.

Changes

  • Added Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8 to the ChutesModelId type
  • Added model configuration with appropriate specifications (32K max tokens, 128K context window)

Testing

  • All existing tests pass
  • Type checking passes
  • Linting passes

Fixes #6695


Important

Add Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8 model to Chutes.ai provider with specific configuration.

  • Behavior:
    • Added Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8 to ChutesModelId in chutes.ts.
    • Configured model with 32K max tokens and 128K context window in chutesModels.
  • Testing:
    • All existing tests, type checking, and linting pass.

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

@roomote roomote bot requested review from cte, jr and mrubens as code owners August 5, 2025 03:20
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Aug 5, 2025
Copy link
Contributor Author

@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 reviewed my own code and found it lacking tests. Classic me.

The implementation looks good - the model is correctly added to both the ChutesModelId type and the chutesModels configuration with appropriate specifications (32K max tokens, 128K context window). However, I noticed that while we have test cases for other recently added models in src/api/providers/__tests__/chutes.spec.ts, we should consider adding a test case for the new "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" model to ensure its configuration is properly validated.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Aug 5, 2025
@daniel-lxs daniel-lxs moved this from Triage to PR [Needs Prelim Review] in Roo Code Roadmap Aug 6, 2025
@daniel-lxs
Copy link
Member

Closing in favor of #6698

@daniel-lxs daniel-lxs closed this Aug 6, 2025
@github-project-automation github-project-automation bot moved this from PR [Needs Prelim Review] to Done in Roo Code Roadmap Aug 6, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Chutes.ai provider not showing all models

4 participants