Skip to content

feat(elevenlabs): add secondary_languages for Scribe v2 realtime STT - #7086

Merged
tinalenguyen merged 1 commit into
mainfrom
tina/11labs-secondary-languages
Sep 1, 2026
Merged

feat(elevenlabs): add secondary_languages for Scribe v2 realtime STT#7086
tinalenguyen merged 1 commit into
mainfrom
tina/11labs-secondary-languages

Conversation

@tinalenguyen

Copy link
Copy Markdown
Member

Lets bilingual apps constrain speech prediction to a limited set of languages alongside language_code, sent as repeated secondary_languages query params on the realtime connect URL (mirroring keyterms).

The batch speech-to-text endpoint does not accept the param, so it is gated on the realtime path: a non-realtime model drops it with a warning at construction and in update_options, and it is never added to the batch request form.

Based on #6944.

Lets bilingual apps constrain speech prediction to a limited set of
languages alongside language_code, sent as repeated secondary_languages
query params on the realtime connect URL (mirroring keyterms).

The batch speech-to-text endpoint does not accept the param, so it is
gated on the realtime path: a non-realtime model drops it with a warning
at construction and in update_options, and it is never added to the
batch request form.

Based on #6944.
@tinalenguyen
tinalenguyen requested a review from a team as a code owner September 1, 2026 18:21

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

Copy link
Copy Markdown
Contributor

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 bugs or issues to report.

Devin Review

@tinalenguyen tinalenguyen linked an issue Sep 1, 2026 that may be closed by this pull request
@tinalenguyen
tinalenguyen merged commit c03ed24 into main Sep 1, 2026
26 checks passed
@tinalenguyen
tinalenguyen deleted the tina/11labs-secondary-languages branch September 1, 2026 20:16
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.

"secondary_languages" parameter in ElevenLabs STT plugin

2 participants