mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #17453] issue: User Info Headers not present in /audio/transcription calls for STT #138021
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 @Maxi-J on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17453
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
User info headers are sent with the /audio/transcriptions calls, similar to the other endpoints such as /chat/completions or even /audio/speech.
Actual Behavior
No user info headers are added to the endpoint call for STT.
Steps to Reproduce
Logs & Screenshots
Present for /audio/speech:
171021cfa4/backend/open_webui/routers/audio.py (L345)Not implemented for /audio/transcription:
171021cfa4/backend/open_webui/routers/audio.py (L598)Additional Information
Thanks for taking a look!
@tjbck commented on GitHub (Sep 15, 2025):
PR welcome.