fix: video upload flow for Qwen3.5 vLLM chat#22248
Open
shihanqu wants to merge 1 commit intoopen-webui:devfrom
Open
fix: video upload flow for Qwen3.5 vLLM chat#22248shihanqu wants to merge 1 commit intoopen-webui:devfrom
shihanqu wants to merge 1 commit intoopen-webui:devfrom
Conversation
👋 Welcome and Thank You for Contributing!We appreciate you taking the time to submit a pull request to Open WebUI!
|
im-edison
pushed a commit
to infinimind-inc/open-webui
that referenced
this pull request
Apr 13, 2026
…king implementation of video upload.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.fix:prefix.Changelog Entry
Description
video/*files are injected into the outgoing message payload asvideo_urlparts and media URLs are converted to base64 for both images and videos when needed.video/mp4by treating video uploads as completed for multimodal chat usage rather than forcing retrieval/text extraction processing.Added
process_chat_payloadfor injecting uploaded video files as{"type":"video_url", "video_url":{"url":...}}content parts.image_urlandvideo_urlitems.Changed
convert_url_images_to_base64toconvert_url_media_to_base64and generalized handling from image-only to image+video.Deprecated
Removed
Fixed
video/mp4chat uploads were marked as unsupported for processing.Security
Breaking Changes
Additional Information
video/mp4processing."No sources found"may still appear for video-only turns because no RAG citations are attached; this is expected and unchanged by this PR.Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.