mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #23478] Bug: Image sent as internal UUID instead of base64 in v0.8.12, vision models cannot see images #58662
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 @zvwgvx on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23478
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.12
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04.4 LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When sending an image to a vision-capable model, the image should be properly passed to the model so it can analyze or describe the image normally, as it does in version
0.8.11.Actual Behavior
In version
0.8.12, after uploading/sending an image to the model, the model behaves as if no image was received. The same model and the same image work correctly in version0.8.11.Steps to Reproduce
0.8.120.8.11, where the same model and image work correctlyLogs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Apr 7, 2026):
cannot reproduce, also gpt oss 20b doesnt have image input
@zvwgvx commented on GitHub (Apr 8, 2026):
sorry for wrong image
at time i use 0.8.12

i return 0.8.11
@zvwgvx commented on GitHub (Apr 8, 2026):
I re-tested with v0.8.12 and image vision is now working correctly across all models I tried. I'm not sure why it wasn't working before despite trying multiple models and providers.
I apologize for the noise.