UseDocumentation Index
Fetch the complete documentation index at: https://docs.voiceos.com/llms.txt
Use this file to discover all available pages before exploring further.
languages to control language detection.
Auto-detect
Omitlanguages or pass "auto":
Force one language
Pass a single language code:language option.
Detect within a set
Pass a JSON array:enabledLanguages, allowing ASR to detect only within that set.
Why there is no default language
VoiceOS intentionally avoidsdefault_language.
If a caller wants one language, they should pass that language. If a caller wants detection, they should use "auto" or an array of allowed languages. This keeps the API contract simple and avoids hidden fallback behavior.
Recommended defaults
| Product behavior | languages |
|---|---|
| General voice agent | "auto" |
| English-only assistant | "en" |
| Bilingual assistant | ["en", "ja"] |
| Compliance-bound workflow | one explicit language |

