mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[Bug] OpenRouter plugin v0.0.17 multimodal functionality not working #587
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 @guangtouwangba on GitHub (Aug 25, 2025).
Self Checks
Dify version
1.7.2
Plugin version
0.0.17
Cloud or Self Hosted
Cloud
Steps to reproduce
Upload image into chat box, ai cannot return correct answer
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Aug 25, 2025):
Hi @guangtouwangba! I'm Dosu and I’m helping the dify-official-plugins team.
The OpenRouter plugin v0.0.17 does not provide true multimodal (image) inference. Instead, when you upload an image, the plugin converts it into a text placeholder referencing the image URL before sending it to the model, rather than passing the actual image data for analysis. This means models that do not explicitly support vision/multimodal features will not process the image content, and you'll get a generic or incorrect response instead of image understanding. This is by design in the current plugin version and not a cloud-specific issue details.
To use real multimodal/vision capabilities, make sure you select a model that declares the
VISIONfeature and is supported by both the plugin and the backend. If your use case requires image analysis, check your model selection and plugin documentation for explicit multimodal support reference.If you need further troubleshooting or have error logs, feel free to share them!
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
