feat(model): add Qwen3.5-Plus model preset#382
Merged
c121914yu merged 2 commits intolabring:mainfrom Feb 16, 2026
Merged
Conversation
|
✅ Build Successful - Preview Images for this PR: Changed packages: |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Qwen3.5-Plus (qwen3.5-plus) preset to the existing Qwen provider model catalog so it can be selected/used like other Qwen models.
Changes:
- Added a new
qwen3.5-plusLLM entry to the Qwen provider’s model list, including context/output limits and capability flags (vision/reasoning/toolChoice). - Set a default streaming config (
defaultConfig.stream: true) for the new model.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a7072b5 to
2ac7b9b
Compare
- qwen3-max, qwen-plus, qwen-flash: add json_schema support - qwen-vl-max, qwen-vl-plus: add json_object support (was missing) - qwen3-vl-flash, qwen3-vl-plus: add json_object (was text only) - qwen-long: add json_object support (was missing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add Qwen3.5-Plus (qwen3.5-plus) model preset to Qwen provider.
Model Info (from Alibaba Cloud official docs)
Qwen3.5-Plus achieves comparable performance to Qwen3-Max on pure text tasks with better cost efficiency, and significantly improves multimodal capabilities over the Qwen3-VL series.