feat: add qwen3-vl-plus vision model support for Qwen Code CLI #8994
+12
−1
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.
Summary
This PR attempts to address Issue #8993 by adding support for the qwen3-vl-plus vision model, enabling users of Qwen Code CLI to access this vision-language model through Roo Code.
Changes
qwen3-vl-plusto theQwenCodeModelIdtype unionqwen3-vl-pluswith:supportsImages: true)Implementation Notes
The model parameters (maxTokens: 65_536, contextWindow: 1_000_000) were set to match the existing qwen3-coder-plus and qwen3-coder-flash models for consistency. If different values are needed based on official Qwen specifications, these can be adjusted.
Testing
Related Issues
Closes #8993
Feedback
Feedback and guidance are welcome, especially regarding the specific model parameters if they should differ from the other Qwen3 models.
Important
Add support for
qwen3-vl-plusvision-language model to Qwen Code CLI with specific configuration inqwen-code.ts.qwen3-vl-plustoQwenCodeModelIdinqwen-code.ts.qwen3-vl-pluswithsupportsImages: true, 1M context window, and 65K max tokens.This description was created by
for 00f20de. You can customize this summary. It will automatically update as commits are pushed.