mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
feat: provide api of whisper/tts/ocr/text embedder so that they can also be shared by other apps other than openwebui. #6830
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 @Busboy3129 on GitHub (Nov 4, 2025).
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