mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #14600] feat: elevenlabs STT #55978
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 @arty-hlr on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14600
Check Existing Issues
Problem Description
STT options only offer openAI/azure/web API as remote endpoints, whereas for TTS elevenlabs is offered.
Desired Solution you'd like
Elevenlabs also have a STT model (Scribe, see https://elevenlabs.io/docs/models#scribe-v1) though, it would be great if you could add elevenlabs API as option for STT with the Scribe model.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Jun 2, 2025):
PR Welcome!