mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #23237] [CLOSED] feat: add OpenAI Realtime WebRTC voice mode #42728
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23237
Author: @rbb-dev
Created: 3/30/2026
Status: ❌ Closed
Base:
dev← Head:gpt-realtime📝 Commits (1)
2fa0fb6feat: add OpenAI Realtime WebRTC voice mode📊 Changes
53 files changed (+10123 additions, -345 deletions)
View changed files
📝
backend/open_webui/config.py(+260 -0)📝
backend/open_webui/main.py(+79 -0)📝
backend/open_webui/models/chat_messages.py(+6 -0)📝
backend/open_webui/models/chats.py(+3 -2)➕
backend/open_webui/realtime/__init__.py(+0 -0)➕
backend/open_webui/realtime/app_hooks.py(+73 -0)➕
backend/open_webui/realtime/bootstrap.py(+342 -0)➕
backend/open_webui/realtime/catalog.py(+161 -0)➕
backend/open_webui/realtime/chat_handoff.py(+77 -0)➕
backend/open_webui/realtime/chat_merge.py(+139 -0)➕
backend/open_webui/realtime/chat_sync.py(+734 -0)➕
backend/open_webui/realtime/client_config.py(+37 -0)➕
backend/open_webui/realtime/config_snapshot.py(+232 -0)➕
backend/open_webui/realtime/constants.py(+47 -0)➕
backend/open_webui/realtime/context_builder.py(+323 -0)➕
backend/open_webui/realtime/contracts.py(+209 -0)➕
backend/open_webui/realtime/ephemeral_store.py(+109 -0)➕
backend/open_webui/realtime/events.py(+52 -0)➕
backend/open_webui/realtime/model_settings.py(+15 -0)➕
backend/open_webui/realtime/negotiate.py(+279 -0)...and 33 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Checklist status for this PR:
dev.open-webui/docsbut still need to be pushed and opened as a companion docs PR.devand condensed to a single feature commit.feat: add OpenAI Realtime WebRTC voice modeChangelog Entry
Description
Added
backend/open_webui/realtime/for session lifecycle, WebRTC negotiation, sideband control, context bootstrap, pending text handling, tool execution, ownership, and chat merge/sync.Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.