mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
The vision resolution parameter of tongyi/qwen visual model is invalid #566
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 @vvyun on GitHub (Aug 18, 2025).
Self Checks
Dify version
1.5.0
Plugin version
0.0.39
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The vision resolution parameter of tongyi/qwen visual model is invalid
When using the qwen vl max model for image recognition, Vision ->Resolution ->High Parameters was enabled, but it did not take effect.
I have reviewed the code in models/tongyi/models/llm/llm.py and have not set or converted the vl_high_resolution_images parameter
Explanation of qwen vl series high-resolution image understanding enable parameters in qwen official documents
The vl_high_resolution_images parameter is only supported for use in the DashScope SDK and HTTP mode.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Aug 18, 2025):
Hi @vvyun! I'm Dosu and I’m helping the dify-official-plugins team.
The vl_high_resolution_images parameter for high-resolution image understanding in the tongyi/qwen visual model is not currently supported in the Dify plugin. The plugin does not set, convert, or pass this parameter to the DashScope SDK, so enabling "Vision -> Resolution -> High" has no effect. The relevant code in
models/tongyi/models/llm/llm.pyconstructs model parameters but does not include vl_high_resolution_images, and the model configuration files do not expose this option either [source].To enable this feature, you would need to update the plugin code to accept vl_high_resolution_images from user input or configuration and pass it to the DashScope API call. You would also need to add this parameter to the model config YAML and parameter rules so it appears in the UI and can be set by users. There are no documented workarounds or recent changes addressing this in the repository.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
