mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #18923] feat: provide api of whisper/tts/ocr/text embedder so that they can also be shared by other apps other than openwebui. #18717
Reference in New Issue
Block a user
Originally created by @ghost on GitHub (Nov 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18923
Check Existing Issues
Problem Description
people have to download multiple copy of whisper/tts/ocr/text embedder and load them into gpu memory if they deploy more than one ai software on the same computer.
Desired Solution you'd like
provide api of whisper/tts/ocr/text embedder so that they can also be shared by other apps other than openwebui.
Alternatives Considered
https://github.com/open-webui/open-webui/discussions/1606
https://github.com/open-webui/open-webui/discussions/17621
https://github.com/open-webui/open-webui/discussions/938
Additional Context
No response