[PR #2503] [MERGED] feat(tongyi): add enable_thinking parameter for qwen3-max-2026-01-23 #2529

Closed
opened 2026-02-16 11:17:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2503
Author: @ZenKaiii
Created: 1/28/2026
Status: Merged
Merged: 2/2/2026
Merged by: @crazywoola

Base: mainHead: add-qwen3-max-2026-01-23


📝 Commits (10+)

  • 892c623 feat(tongyi): add qwen3-max-2026-01-23 model
  • bb3204b feat(tongyi): add qwen3-max-2026-01-23 model
  • 3f2bc50 feat(tongyi): add qwen3-max-2026-01-23 model
  • cb0bb3d feat(tongyi): add enable_thinking parameter for qwen3-max-2026-01-23
  • bfa1105 Merge branch 'main' into add-qwen3-max-2026-01-23
  • f22b05d fix(tongyi): add qwen3-max-2026-01-23 to thinking_business_qwen3 check
  • f41192e Merge branch 'main' into add-qwen3-max-2026-01-23
  • 06db151 Merge branch 'main' into add-qwen3-max-2026-01-23
  • cc83277 fix(tongyi): bump version to 0.1.24
  • 48f4f4a Merge branch 'main' into add-qwen3-max-2026-01-23

📊 Changes

3 files changed (+13 additions, -2 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/llm.py (+2 -1)
📝 models/tongyi/models/llm/qwen3-max-2026-01-23.yaml (+10 -0)

📄 Description

Summary

The qwen3-max-2026-01-23 model supports deep thinking mode (深度思考), so add the enable_thinking parameter to allow users to enable it.

Changes

  • Added enable_thinking parameter to models/tongyi/models/llm/qwen3-max-2026-01-23.yaml
  • Updated models/tongyi/manifest.yaml version from 0.1.21 to 0.1.22

Test plan

  • Verify the enable_thinking parameter appears in the model configuration
  • Test that the thinking mode works correctly when enabled

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/2503 **Author:** [@ZenKaiii](https://github.com/ZenKaiii) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `add-qwen3-max-2026-01-23` --- ### 📝 Commits (10+) - [`892c623`](https://github.com/langgenius/dify-official-plugins/commit/892c6237c298b78cdc8c38aed2e85e290ba759eb) feat(tongyi): add qwen3-max-2026-01-23 model - [`bb3204b`](https://github.com/langgenius/dify-official-plugins/commit/bb3204be2e8d4c79eba65e32f396b55a9859a5b7) feat(tongyi): add qwen3-max-2026-01-23 model - [`3f2bc50`](https://github.com/langgenius/dify-official-plugins/commit/3f2bc507e38cd84f76b95e88e4f75fee36cc196f) feat(tongyi): add qwen3-max-2026-01-23 model - [`cb0bb3d`](https://github.com/langgenius/dify-official-plugins/commit/cb0bb3dbd2bff27e32766268f6a563d736ed1c3d) feat(tongyi): add enable_thinking parameter for qwen3-max-2026-01-23 - [`bfa1105`](https://github.com/langgenius/dify-official-plugins/commit/bfa1105fcea75478d3b08741e3a95bbf53f0eff8) Merge branch 'main' into add-qwen3-max-2026-01-23 - [`f22b05d`](https://github.com/langgenius/dify-official-plugins/commit/f22b05d9c642ce9ac3eba185c267e6dda33cfb72) fix(tongyi): add qwen3-max-2026-01-23 to thinking_business_qwen3 check - [`f41192e`](https://github.com/langgenius/dify-official-plugins/commit/f41192e9c3980f392252efe3cc9879ef2dbe0634) Merge branch 'main' into add-qwen3-max-2026-01-23 - [`06db151`](https://github.com/langgenius/dify-official-plugins/commit/06db15114dfbef58ef37f737f72ce6a0d3bc95f8) Merge branch 'main' into add-qwen3-max-2026-01-23 - [`cc83277`](https://github.com/langgenius/dify-official-plugins/commit/cc83277555cdc9ddca5be2df2b70aaea508a4c36) fix(tongyi): bump version to 0.1.24 - [`48f4f4a`](https://github.com/langgenius/dify-official-plugins/commit/48f4f4a90c93c9752eec93a482182cbf6db8b241) Merge branch 'main' into add-qwen3-max-2026-01-23 ### 📊 Changes **3 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/llm.py` (+2 -1) 📝 `models/tongyi/models/llm/qwen3-max-2026-01-23.yaml` (+10 -0) </details> ### 📄 Description ## Summary The qwen3-max-2026-01-23 model supports deep thinking mode (深度思考), so add the `enable_thinking` parameter to allow users to enable it. ## Changes - Added `enable_thinking` parameter to `models/tongyi/models/llm/qwen3-max-2026-01-23.yaml` - Updated `models/tongyi/manifest.yaml` version from 0.1.21 to 0.1.22 ## Test plan - [x] Verify the enable_thinking parameter appears in the model configuration - [x] Test that the thinking mode works correctly when enabled 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:17:14 -05:00
yindo closed this issue 2026-02-16 11:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2529