Gladia offers automatic detection of languages with the ‘enable_code_switching’ parameter, even with multiple languages in a stream.
‘enable_code_switching’: true
Automatic detection can be simplified by specifying the expected languages, e.g. with
‘code_switching_config’: {
‘languages’: [‘en’, ‘de’]
}
I wish vapi would offer these options for the assistant.