mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13136] issue: Multimodal API Fails to Recognize Base64-Encoded Image in Open WebUI v0.5.10 #16821
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 @ZimaBlueee on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13136
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.10
Ollama Version (if applicable)
No response
Operating System
centos 7
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The API should analyze the provided base64-encoded image and return a description of its content (e.g., objects, text, or scene details) when prompted with "What’s in this image?".
Actual Behavior
The API responds with:
This implies the model did not detect the uploaded image in the request, even though the image is included as a valid base64 payload.
Steps to Reproduce
Logs & Screenshots
Additional Information
The base64 string is shortened for readability (full string validated via online decoders).
No server-side error logs were provided by Open WebUI (ensure debug mode is enabled if available).