Languages & voices
Set the language (and optionally voice) per call or per Character.
Region-first (our own stack)
Dialect-tuned, low-latency, with native right-to-left:
| Code | Language |
|---|---|
he | Hebrew |
ar-gulf | Arabic — Gulf |
ar-levant | Arabic — Levant |
ar | Arabic — MSA |
ru | Russian |
en | English |
Global (via voice APIs)
100+ additional languages (es, fr, de, pt, it, hi, zh, ja, …)
run through best-in-class voice APIs — same request shape, same builder.
{
"language": "he",
"voice": "noa-he",
"fallback_language": "en"
}
Code-switching
Pass multiple languages so the agent follows the caller when they switch (common in regional business calls):
{ "languages": ["he", "en"] }
Voices
Browse and clone voices in the dashboard or the public voices catalog. Hebrew and Arabic-dialect voices are tuned in-house.