docs: update AssemblyAI STT for Universal 3.5 Pro Realtime#943
Merged
markbackman merged 2 commits intoJun 24, 2026
Merged
Conversation
Align the AssemblyAI STT reference with the Universal 3.5 Pro Realtime branding and feature set: - Rebrand the U3 Pro cards to Universal 3.5 Pro Realtime - Replace u3-rt-pro / U3 Pro references with universal-3-5-pro throughout - Trim speech_model options to universal-3-5-pro and drop the BETA tag on prompt - Set the Settings model default to universal-3-5-pro - Expand the context carryover section with how it works in Pipecat and what an agent needs
markbackman
reviewed
Jun 23, 2026
markbackman
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Just two comments about implementation details.
|
|
||
| Context carryover helps with short answers, spelled-out entities (emails, IDs), and similar-sounding words. Set `previous_context_n_turns=0` to disable automatic carryover. | ||
|
|
||
| #### How it works in Pipecat |
Contributor
There was a problem hiding this comment.
Is this needed? It seems like an implementation detail that we should omit.
Contributor
Author
There was a problem hiding this comment.
Removed both this and the 'What your agent needs' section in a5744fc. The user-facing bits (agent_context, previous_context_n_turns, update_agent_context()) are already covered in the Settings table and the Methods section.
|
|
||
| The hook is a no-op unless the model is `universal-3-5-pro` and `previous_context_n_turns` is non-zero. | ||
|
|
||
| #### What your agent needs |
Remove the 'How it works in Pipecat' and 'What your agent needs' subsections per review. The user-facing settings and methods are already documented in the Settings table and the update_agent_context() section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns the AssemblyAI STT reference page with the Universal 3.5 Pro Realtime branding and feature set.
Changes
u3-rt-pro/ "U3 Pro" references withuniversal-3-5-prothroughout (param fields, both tables, usage examples, methods, and Notes).speech_model— trimmed options touniversal-3-5-proand removed the BETA tag onprompt.modeldefaultNone→"universal-3-5-pro".modeSettings row (verified as a current parameter inpipecat/src/pipecat/services/assemblyai/stt.py), with its annotation rebranded.Verification
mint broken-links— clean.npx prettier --write— applied (tables re-aligned).mint dev.