Deepgram Flux Multilingual STT is now available for LiveKit agents on Telnyx. Set the model to deepgram/flux-multi or flux-multi in the Telnyx LiveKit plugin to transcribe conversations where speakers switch between languages, with the same low-latency Flux turn-taking controls already available for English.
model="deepgram/flux-multi" or model="flux-multi" in the Telnyx LiveKit plugin to enable multilingual speech recognition with automatic language detection.language_hint=["en", "es"] to bias detection toward expected languages. Telnyx normalizes locale tags (e.g. "pt-BR" becomes "pt").eot_threshold, eot_timeout_ms, and eager_eot_threshold parameters available for English Flux work identically with Flux Multilingual.language_hint to bias toward likely languages.pip install "telnyx-livekit-plugin @ git+https://github.com/team-telnyx/telnyx-livekit-plugin.git#subdirectory=telnyx-livekit-plugin"deepgram/flux-multi in your agent configuration.language_hint to bias detection toward expected languages.Learn more in the Telnyx LiveKit plugin docs or the Telnyx STT docs.