Skip to content

feat(stt): add support for AssemblyAI u3-rt-pro model and mid-session updates#4961

Open
russellmartin-livekit wants to merge 1 commit intomainfrom
rm/aai-u3pro
Open

feat(stt): add support for AssemblyAI u3-rt-pro model and mid-session updates#4961
russellmartin-livekit wants to merge 1 commit intomainfrom
rm/aai-u3pro

Conversation

@russellmartin-livekit
Copy link
Contributor

@russellmartin-livekit russellmartin-livekit commented Feb 26, 2026

@russellmartin-livekit russellmartin-livekit requested review from a team and theomonnom February 26, 2026 20:43
@russellmartin-livekit russellmartin-livekit self-assigned this Feb 26, 2026
@chenghao-mou chenghao-mou requested a review from a team February 26, 2026 20:43
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

self._speech_duration: float = 0
self._ws: aiohttp.ClientWebSocketResponse | None = None

async def update_session(self, *, extra_kwargs: dict[str, Any]) -> None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the support makes sense, but this function is not called anywhere. Do we expect more changes to come?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When u3-rt-pro is enabled in gateway this will allow mid-session updates by users (will also be able to do it for deepgram-flux when its updated in gateway)

There is an example here https://github.com/livekit/e2e/pull/908/changes#diff-be337c20cd29f5768663fa4227a69096f86c10817d41be3a47aa9b949619ae37R299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants