miss qwen3-vl model in siliconflow plugin #847

Closed
opened 2026-02-16 10:20:42 -05:00 by yindo · 2 comments
Owner

Originally created by @GhostXu11 on GitHub (Dec 3, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

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

Originally created by @GhostXu11 on GitHub (Dec 3, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### 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_
yindo added the bug label 2026-02-16 10:20:42 -05:00
yindo closed this issue 2026-02-16 10:20:42 -05:00
Author
Owner

@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

Chat with Dosu Open in Cursor Join Discord Share on X

@dosubot[bot] commented on GitHub (Dec 3, 2025): <!-- Greeting --> Hi @GhostXu11! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the dify team. <!-- Answer --> 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](https://github.com/langgenius/dify-official-plugins/blob/ce98548234e058990cb0e630b2204e8e243f49bf/tools/siliconflow/provider/siliconflow.py#L6-L13) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/2e22c072-d1df-4329-9463-9600bbc27f59?feedback_type=other)</sup> [![Chat with Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/6088a4f4-073a-43f3-b3d4-4f06fb0c05a0/ask?utm_source=github)&nbsp;[![Open in Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=The%20Qwen3-VL%20model%20series%20is%20not%20currently%20supported%20in%20the%20SiliconFlow%20plugin%20v0.0.35.%20The%20plugin%20only%20exposes%20models%20that%20are%20hard-coded%20in%20its%20tool%20YAMLs%20and%20provider%20logic%2C%20and%20Qwen3-VL%20is%20not%20included%20there%2C%20so%20manual%20addition%20will%20not%20work.%20Adding%20support%20for%20Qwen3-VL%20would%20require%20a%20plugin%20update%20to%20include%20the%20model%20in%20the%20relevant%20tool%20definitions%20or%20registration%20logic.%20If%20you%20need%20Qwen3-VL%20urgently%2C%20you%20can%20monitor%20for%20plugin%20updates%20or%20consider%20using%20another%20plugin%20%28like%20Tongyi%29%20that%20supports%20Qwen3-VL%20models.%20For%20now%2C%20there%20is%20no%20registration%20or%20migration%20workaround%20that%20will%20make%20Qwen3-VL%20appear%20in%20the%20SiliconFlow%20plugin%20until%20it%20is%20officially%20supported%20in%20the%20codebase.%20%0A%0AReference%3A%20%5BSiliconFlow%20plugin%20code%20and%20model%20registration%20logic%5D%28https%3A//github.com/langgenius/dify-official-plugins/blob/ce98548234e058990cb0e630b2204e8e243f49bf/tools/siliconflow/provider/siliconflow.py%23L6-L13%29)&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify/issues/29072)
Author
Owner

@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

Open in Cursor Join Discord Share on X

@dosubot[bot] commented on GitHub (Dec 3, 2025): <!-- Answer --> 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](https://github.com/langgenius/dify-official-plugins/blob/ce98548234e058990cb0e630b2204e8e243f49bf/tools/siliconflow/README.md#L1-L123) [PR #2149](https://github.com/langgenius/dify-official-plugins/pull/2149). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/2ad19729-a066-4973-9c3c-385d3c34ffa3?feedback_type=other)</sup> [![Open in Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=The%20Qwen3-VL%20model%20series%20is%20not%20currently%20supported%20or%20registered%20in%20the%20SiliconFlow%20plugin%20%28version%200.0.35%29.%20The%20plugin%27s%20documentation%20and%20configuration%20files%20only%20list%20support%20for%20models%20like%20Flux%2C%20Stable%20Diffusion%2C%20Janus-Pro%2C%20Wan-AI%2C%20and%20Tencent%20HunyuanVideo%2C%20with%20no%20mention%20of%20Qwen3-VL.%20Even%20though%20a%20recent%20update%20references%20Qwen3-VL-30B-A3B-Instruct%20in%20the%20context%20of%20agent%20thinking%20mode%2C%20this%20does%20not%20mean%20the%20model%20is%20generally%20available%20or%20selectable%20in%20the%20plugin%20UI.%20At%20this%20time%2C%20there%20is%20no%20evidence%20of%20official%20support%20or%20a%20workaround%20for%20adding%20Qwen3-VL%20models%20to%20the%20SiliconFlow%20plugin%20as%20of%20the%20latest%20version%C2%A0%5BREADME%5D%28https%3A//github.com/langgenius/dify-official-plugins/blob/ce98548234e058990cb0e630b2204e8e243f49bf/tools/siliconflow/README.md%23L1-L123%29%C2%A0%5BPR%20%232149%5D%28https%3A//github.com/langgenius/dify-official-plugins/pull/2149%29.)&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/2170)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#847