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_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @DaWe35 on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18545
Check Existing Issues
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