mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 05:06:11 -04:00
No documentation on voice mode #112
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 @lukaas33 on GitHub (Nov 13, 2025).
Next to the microphone button there is a button that starts what I think is called voice mode.
I could not find any documentation on this feature but I assume it does realtime interaction with models that support it.
For me this feature does not work as expected since it does not respond to any of my microphone input.
For reference, both TTS and STT work for me.
My guess of why this doesn't work is because litellm does not seem to support the realtime endpoints.
I am fine with it not working but would like to know how to remove the button from the GUI then.
More information in the docs on this would be appreciated.
@Classic298 commented on GitHub (Nov 13, 2025):
yes you need a realtime compatible TTS engine like TTS-1 or TTS-HD by openAI
it needs streaming/realtime.
@Classic298 commented on GitHub (Nov 13, 2025):
Not sure where/how to document this as there is no extra page for this feature hmm..
Maybe I will add one or add more documentation to related environment variables once this gets merged: https://github.com/open-webui/open-webui/pull/18607
@Classic298 commented on GitHub (Nov 14, 2025):
just got implemented lol. Will pin this and work on it soon
@Classic298 commented on GitHub (Nov 14, 2025):
@silentoplayz you have a proposal for me? Should we add this to the features section?
@silentoplayz commented on GitHub (Nov 14, 2025):
I believe it should be documented, yes. I think it could be its own page in the STT/TTS section.
@Classic298 commented on GitHub (Nov 23, 2025):
@lukaas33
There is a permission toggle for this in the admin panel
its already documented and the env vars for this feature were recently expanded.
and the voice mode is used by setting an LLM, TTS and STT model.
Realtime models are not supported yet.
Feature request for realtime models is here: https://github.com/open-webui/open-webui/issues/5894