chore: sync sdk code with DeepLearning repo#215
Merged
Conversation
aurpsis-aai
approved these changes
Jul 14, 2026
GitOrigin-RevId: f459a589dbaa6bd3535b2dad10a0cda5c287851a
ccampbell-aai
force-pushed
the
1D7569FD6C40A22DDB50154A9AE3A8C1
branch
from
July 14, 2026 18:51
3c186f5 to
d02830a
Compare
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.
Syncs the latest changes from the internal repo. Version bump
0.64.29→0.64.31.0.64.31
universal-3-5-prois now the sole synchronous speech model and the default forSyncTranscriber, matching the Node SDK. The formeru3-sync-proname was a branding alias for the same model and has been removed fromSyncSpeechModel. (Passing the raw string"u3-sync-pro"still works server-side, butSyncSpeechModel.u3_sync_prono longer exists.)0.64.30
SyncTranscribersnippets — basic transcription, configuration (prompt/keyterms_prompt/conversation_context/ raw PCM), language selection vialanguage_codes, opt-in word timestamps, connection pre-warming, and error handling.SyncTranscriptionConfig.language_codesdocstring — it defaults toNoneand overrides the default prompt when set (ignored when a custompromptis provided).Merging this PR publishes
0.64.31to PyPI.