mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Run failed: Model qwen-max not exist , All models not exist #287
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?
Originally created by @woshilangdanger on GitHub (May 16, 2025).
Self Checks
Dify version
1.4.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
when i update by the plugin of tongyi ( 0.0.25 ), All models not exist
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (May 16, 2025):
Hello @woshilangdanger! I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and assist you while we wait for a human maintainer. Let's tackle your issue together!
The error "Model qwen-max not exist, All models not exist" occurs because you are using an outdated version of the Tongyi plugin and possibly an outdated version of Dify. To resolve this error, upgrade your Dify installation to at least version 1.3.0 and update your Tongyi plugin to the latest version through the Dify plugin marketplace [1][2].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@woshilangdanger commented on GitHub (May 16, 2025):
@dosubot I'm using the latest code version 1.4.0, but this error still occurs.
@dosubot[bot] commented on GitHub (May 16, 2025):
Ensure that both your Dify installation and the Tongyi plugin are updated. Specifically, upgrade your Dify installation to version 1.3.0 or later, and update your Tongyi plugin to the latest version through the Dify plugin marketplace. This should resolve the error in the LLM configuration interface [1][2].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@woshilangdanger commented on GitHub (May 16, 2025):
@dosubot Yes,I am sure, All other model providers work fine, but Tongyi's doesn't. I have installed the latest version of the Tongyi plugin (v0.0.25, updated on May 11).
@dosubot[bot] commented on GitHub (May 16, 2025):
To address the issue with the Tongyi plugin not working despite being updated to version 0.0.25, consider the following troubleshooting steps:
Check Compatibility: Ensure that the Tongyi plugin version 0.0.25 is compatible with Dify version 1.4.0. There might be compatibility issues that need to be addressed [1].
Unsupported Models: If specific models like
qwen-maxare not supported, this could be due to the models not being added through the official plugin development process. You may need to submit an issue in the dify-official-plugins repository to request support for these models [2].Debugging: Utilize Dify's remote debugging method to test if the plugin is functioning correctly. Obtain the debug key and remote server address from the "Plugin Management" page, and input this information into your plugin project [3].
Error Mapping: Use the
_invoke_error_mappingproperty to map model invoke errors to unified errors, which can help in consistent error handling [1].If these steps do not resolve the issue, further investigation into the plugin's configuration or potential updates from the Dify team may be necessary.
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@crazywoola commented on GitHub (May 16, 2025):
I can not reproduce this problem. Do you have more details?
I think you can try reinstall the plugin as well.
@woshilangdanger commented on GitHub (May 16, 2025):
@crazywoola I can see and select the models (but there's an issue when choosing models in the workflow - I can only see the model names, without access to settings like temperature or max length).
@woshilangdanger commented on GitHub (May 16, 2025):
@crazywoola
@woshilangdanger commented on GitHub (May 16, 2025):
@crazywoola

The configuration is set up exactly like in the image below (everything appears properly configured), but it throws an error during workflow execution - the model cannot be found.
@journey191 commented on GitHub (May 27, 2025):
exactly same problem occurred after the "tongyi" plugin upgraded from 0.0.18 to latest version(0.0.25).
the plugin works fine after downgraded to v0.0.18.
@Ariesly commented on GitHub (Jun 4, 2025):
It's likely a network issue that caused the plugin installation to fail.
Please try modifying the plugin-related environment variables and reinstalling the plugin.
For example:
@dosubot[bot] commented on GitHub (Aug 21, 2025):
Hi, @woshilangdanger. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!