[GH-ISSUE #18545] feat: Video generation #121942

Closed
opened 2026-05-21 00:03:52 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @DaWe35 on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18545

Check Existing Issues

  • I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Problem Description

Video outputs are displayed as broken images (as )

Desired Solution you'd like

It needs some thinking.
ImageRouter makes it easy to generate videos with the OpenAI image method we already have, so that's a low hanging fruit (right now the /images and /videos endpoints are separated, but I can unify them if it helps - so then we only have to display videos as

Alternatives Considered

We can also add a completely separate Video functionality, just like we have Image now; a separate menu for Videos in settings and a separate Video toggle in the chat. I'm not sure how much work that would be.

Additional Context

No response

Originally created by @DaWe35 on GitHub (Oct 23, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/18545 ### Check Existing Issues - [x] I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request. ### Problem Description Video outputs are displayed as broken images (as <img>) ### Desired Solution you'd like It needs some thinking. ImageRouter makes it easy to generate videos with the OpenAI image method we already have, so that's a low hanging fruit (right now the /images and /videos endpoints are separated, but I can unify them if it helps - so then we only have to display videos as <video> and literally no other changes required). ### Alternatives Considered We can also add a completely separate Video functionality, just like we have Image now; a separate menu for Videos in settings and a separate Video toggle in the chat. I'm not sure how much work that would be. ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#121942