mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
miss qwen3-vl model in siliconflow plugin #847
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 @GhostXu11 on GitHub (Dec 3, 2025).
Self Checks
Dify version
2.0.0-beta2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When using the SiliconFlow plugin in Dify, I noticed that the Qwen3-VL model series is missing from the available model list.
My SiliconFlow plugin version is 0.0.35 (latest), and even when I manually add the model, it does not appear in the model list with the toggle switch.
It seems that adding the model does not take effect, and the Qwen3-VL series cannot be selected or used.
Could you please check whether Qwen3-VL is supported in the current plugin version, or if there is an issue with model registration?
✔️ Expected Behavior
Add qwen3-VL series to plugin
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Dec 3, 2025):
Hi @GhostXu11! I'm Dosu and I’m helping the dify team.
The Qwen3-VL model series is not currently supported in the SiliconFlow plugin v0.0.35. The plugin only exposes models that are hard-coded in its tool YAMLs and provider logic, and Qwen3-VL is not included there, so manual addition will not work. Adding support for Qwen3-VL would require a plugin update to include the model in the relevant tool definitions or registration logic. If you need Qwen3-VL urgently, you can monitor for plugin updates or consider using another plugin (like Tongyi) that supports Qwen3-VL models. For now, there is no registration or migration workaround that will make Qwen3-VL appear in the SiliconFlow plugin until it is officially supported in the codebase.
Reference: SiliconFlow plugin code and model registration logic
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@dosubot[bot] commented on GitHub (Dec 3, 2025):
The Qwen3-VL model series is not currently supported or registered in the SiliconFlow plugin (version 0.0.35). The plugin's documentation and configuration files only list support for models like Flux, Stable Diffusion, Janus-Pro, Wan-AI, and Tencent HunyuanVideo, with no mention of Qwen3-VL. Even though a recent update references Qwen3-VL-30B-A3B-Instruct in the context of agent thinking mode, this does not mean the model is generally available or selectable in the plugin UI. At this time, there is no evidence of official support or a workaround for adding Qwen3-VL models to the SiliconFlow plugin as of the latest version README PR #2149.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other