[GH-ISSUE #4834] enh: advanced options for TTS integrations #52417

Closed
opened 2026-05-05 13:29:59 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @kiosion on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4834

Is your feature request related to a problem? Please describe.
The main issue I've faced with the current TTS integration is later reqs failing for long responses due to how content's split up by sentence. Long enough responses are split into enough reqs that they exceed OAI's ratelimits & fail.

Describe the solution you'd like
Since OAI's voice models are limited by RPM (e.g., tts-1-hd's limited to 5 RPM @ tier 2), it'd be great to see some more advanced options surfaced in the Admin Panel UI for controlling how responses are split up / sent out to the selected TTS API.

Originally created by @kiosion on GitHub (Aug 22, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/4834 **Is your feature request related to a problem? Please describe.** The main issue I've faced with the current TTS integration is later reqs failing for long responses due to how content's split up by sentence. Long enough responses are split into enough reqs that they exceed OAI's ratelimits & fail. **Describe the solution you'd like** Since OAI's voice models are limited by RPM (e.g., `tts-1-hd`'s limited to 5 RPM @ tier 2), it'd be great to see some more advanced options surfaced in the Admin Panel UI for controlling how responses are split up / sent out to the selected TTS API.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#52417