Voice AI assistants can now use dynamic variables to set the voice per call, letting you customize the assistant voice for each end user without creating separate assistants.
For dynamic voice selection, use mustache syntax in the voicesettings.voice field (e.g., Telnyx.Ultra.{{voiceid}}) to resolve the voice at call time from your dynamic variables webhook. Each call gets the right voice without duplicating assistant configurations.
When a call comes in, the variable is resolved from your dynamic variables webhook, so the assistant speaks with the voice you've assigned for that specific caller or use case.
Current scope: dynamic selection applies to the voice only. The provider, model, and additional settings like language boost and expressive mode remain fixed per assistant.
One assistant configuration can now serve multiple voices. Whether you're matching a brand persona, localizing by region, or personalizing the caller experience, you don't need to manage a separate assistant for each voice, just pass the variable at call time.
Via the API: Set the voice_settings.voice field with mustache syntax when creating or updating an assistant. See the create an assistant API reference for details.