Voice Agent API: flux-general-multi does not respect language_hints and defaults to English transcription #1616
Replies: 3 comments 1 reply
-
|
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Deepgram Community,
We are building a production Voice Agent and want to use flux-general-multi as the STT/listen provider. However, we are not able to get German transcription working correctly with Flux Multilingual in the Voice Agent setup.
When we use language_hints, the Settings message is accepted, but transcription appears to default to English instead of German.
Listen provider payload:
This does not produce an API parsing error, but the transcription still behaves as if English is being used.
We also tested multiple language_hints values:
"language_hints": ["de"]
"language_hints": ["en", "de"]
Both are accepted by the API, but German transcription is still not working as expected.
When we try language_hint instead of language_hints, the API rejects the Settings message:
Error returned:
For comparison, the following listen provider works correctly in the same Voice Agent setup and produces German transcription:
So the issue appears specific to flux-general-multi language handling in Voice Agent.
Additional info:
Has anyone else run into this issue with flux-general-multi in Voice Agent accepting language_hints but still defaulting to English transcription? If so, how did you resolve it — or am I missing something in the expected payload/configuration?
This is currently blocking us from testing Flux Multilingual in our production Voice Agent pipeline.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions