Skip to content

feat(model): add Qwen3.5-Plus model preset#382

Merged
c121914yu merged 2 commits intolabring:mainfrom
c121914yu:feat/qwen3.5-plus-preset
Feb 16, 2026
Merged

feat(model): add Qwen3.5-Plus model preset#382
c121914yu merged 2 commits intolabring:mainfrom
c121914yu:feat/qwen3.5-plus-preset

Conversation

@c121914yu
Copy link
Contributor

Add Qwen3.5-Plus (qwen3.5-plus) model preset to Qwen provider.

Model Info (from Alibaba Cloud official docs)

  • Model: qwen3.5-plus
  • Context: 1,000,000 tokens
  • Max Output: 65,536 tokens
  • Max Thinking Chain: 81,920 tokens
  • Vision: ✅ (text + image + video input)
  • Reasoning: ✅ (thinking mode enabled by default)
  • Tool Choice: ✅
  • Response Format: text, json_object

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.

Copilot AI review requested due to automatic review settings February 16, 2026 12:06
@github-actions
Copy link

github-actions bot commented Feb 16, 2026

Build Successful - Preview Images for this PR:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin-pr:2ac7b9bbe1f10be232f8e443cb91d8f1e684c820

Changed packages:
None

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-plus LLM 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.

@c121914yu c121914yu force-pushed the feat/qwen3.5-plus-preset branch from a7072b5 to 2ac7b9b Compare February 16, 2026 12:11
- 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)
@c121914yu c121914yu merged commit 33bfd4e into labring:main Feb 16, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants