mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1950] [MERGED] Fix model errors in tongyi #2167
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1950
Author: @crazywoola
Created: 10/29/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @crazywoola
Base:
main← Head:fix/1922-why-qwen-always-error-with-any-model📝 Commits (1)
724cb81update: models📊 Changes
66 files changed (+187 additions, -153 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+1 -1)📝
models/tongyi/models/llm/_position.yaml(+45 -41)📝
models/tongyi/models/llm/qwen-coder-turbo-0919.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-long.yaml(+1 -1)📝
models/tongyi/models/llm/qwen-math-plus-0816.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-math-plus-0919.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-math-plus-latest.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-math-turbo-0919.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-math-turbo-latest.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-max-0125.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-max-0403.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-max-0428.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-max-0919.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-mt-plus.yaml(+2 -2)📝
models/tongyi/models/llm/qwen-mt-turbo.yaml(+1 -1)📝
models/tongyi/models/llm/qwen-plus-0112.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-plus-0125.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-plus-0723.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-plus-0806.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-plus-0919.yaml(+1 -0)...and 46 more files
📄 Description
Related Issues or Context
close #1922
close #1924
close https://github.com/langgenius/dify/issues/27414
This pull request updates the model manifest and reorganizes the available model positions for the Tongyi LLMs, introduces several new model variants, and marks multiple legacy models as deprecated. It also increases the context size for translation models and expands the token generation limit for the
qwen-longmodel.Model list reorganization and new additions:
models/tongyi/models/llm/_position.yamlto add newqwen3series models, including variousmax,coder, andvlvariants, and to reorder or reintroduce severalqwen-maxandqwen-vl-maxentries. Some older models were removed and then re-added in a different order. [1] [2] [3] [4]Deprecation of legacy models:
deprecated: trueto their pricing sections, including variousqwen-plus,qwen-math-plus,qwen-math-turbo, andqwen-maxvariants. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Model parameter and context improvements:
maxtoken parameter forqwen-longfrom 6000 to 8192, allowing for longer content generation.context_sizefor bothqwen-mt-plusandqwen-mt-turbotranslation models from 4096 to 16384, supporting longer input contexts. [1] [2]Manifest update:
0.0.58to0.1.0.This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.