mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #20834] feat: Support GPT-Audio OpenRouter model #34833
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 @sFritsch09 on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20834
Check Existing Issues
Verify Feature Scope
Problem Description
Support Audio Models from OpenRouter
Description
Add support for OpenRouter's audio models (GPT-Audio and GPT-Audio-Mini) to enable Text-to-Speech (TTS) and Speech-to-Text (STT) capabilities.
Details
OpenRouter provides audio model endpoints that support:
gpt-audioandgpt-audio-miniReferences
Implementation Notes
Desired Solution you'd like
TTS and STT provider selection OpenRouter.
Be able to use it for voice recognition, text-to-speech and calls
Alternatives Considered
No response
Additional Context
No response