mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
The model cannot be added. #431
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 @shatang123 on GitHub (Jul 8, 2025).
Self Checks
Dify version
1.5.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Directly using the Tongyi Qianwen plugin can display the model normally. However, it was found that the deepseek-r1-0528 model was missing, so I wanted to manually add this model. During the addition process, it was found that when manually adding the model using the Tongyi Qianwen plugin, a request timeout occurred. After switching to the vllm plugin, the same timeout was reported. The API address filled in was the official address: https://dashscope.aliyuncs.com/compatible-mode/v1
✔️ Expected Behavior
Normal model addition
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Jul 8, 2025):
Timeouts when adding models via plugins in Dify (especially in Docker) are often caused by network configuration issues. Make sure your Docker container can reach https://dashscope.aliyuncs.com/compatible-mode/v1 from inside the container (try curl or wget inside the container). Double-check that your environment variables are set correctly: PLUGIN_DAEMON_URL should use your host's internal IP or http://host.docker.internal, and SANDBOX_ENABLE_NETWORK should be true. Also, confirm your Tongyi DashScope API key is set.
If the plugin or model still times out, check Docker and plugin daemon logs for errors. Note that not all plugins support every model—if deepseek-r1-0528 isn't supported by the Tongyi or vllm plugin, you may need to request support or try an OpenAI-compatible provider instead. The Dify codebase handles plugin timeouts generically, so network or plugin daemon issues are the most likely cause here. For more details and similar troubleshooting steps, see this issue and this one.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@shatang123 commented on GitHub (Jul 8, 2025):
At present PLUGIN_DAEMON_URL=http://plugin_daemon:5002
@hjlarry commented on GitHub (Jul 9, 2025):
I can't reproduce it
@dosubot[bot] commented on GitHub (Aug 20, 2025):
Hi, @shatang123. 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!