Clarify Soniox model modes#5564
Merged
Merged
Conversation
Show Soniox v5 as Batch and Soniox v4 as Realtime using the existing transcription model mode label.
✅ Deploy Preview for old-char canceled.
|
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.
Show Soniox v5 as Batch and Soniox v4 as Realtime using the existing transcription model mode label.
Note
Low Risk
UI-only STT settings labeling with no auth, transcription routing, or data handling changes.
Overview
Soniox STT models in settings now show Realtime vs Batch labels so users can tell v4 from v5 behavior at a glance.
A new
getProviderModelModehelper assignsmodefor Soniox only:stt-v5/stt-async-v5→ batch,stt-v4/stt-rt-v4→ realtime. Thatmodeis set when cloud provider models are built inuseConfiguredMapping. The inline mode chip was extracted intoModelModeBadge, used in the model dropdown rows and inModelSelectedValueso the closed select shows the same label.Reviewed by Cursor Bugbot for commit 44d3460. Bugbot is set up for automated code reviews on this repo. Configure here.