mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1937] [MERGED] fix: update tongyi models #2157
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/1937
Author: @crazywoola
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @crazywoola
Base:
main← Head:fix/1936-tongyi-credentials-outdated📝 Commits (1)
5e63f30fix: update tongyi models📊 Changes
9 files changed (+9 additions, -3 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+1 -1)📝
models/tongyi/models/llm/qwen-turbo-0624.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-turbo-0919.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-turbo-2025-04-28.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-turbo-2025-07-15.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-turbo-chat.yaml(+1 -1)📝
models/tongyi/models/llm/qwen-turbo-latest.yaml(+1 -0)📝
models/tongyi/models/llm/qwen-turbo.yaml(+1 -0)📝
models/tongyi/provider/tongyi.py(+1 -1)📄 Description
Related Issues or Context
This pull request introduces a minor version update and marks several pricing configurations as deprecated for the Qwen Turbo model family. Additionally, it updates the model used for credential validation in the provider code.
Versioning and configuration updates:
models/tongyi/manifest.yamlfrom0.0.57to0.0.58.Deprecation of legacy pricing configurations:
deprecated: trueto the pricing sections of multiple Qwen Turbo model YAML files, includingqwen-turbo.yaml,qwen-turbo-0624.yaml,qwen-turbo-0919.yaml,qwen-turbo-2025-04-28.yaml,qwen-turbo-2025-07-15.yaml, andqwen-turbo-latest.yaml. [1] [2] [3] [4] [5] [6]Provider logic update:
models/tongyi/provider/tongyi.pyfrom"qwen-turbo"to"qwen-flash".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.5.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.