helpdesk-agent is a warm customer-service voice — pick another from the voices gallery if you want.
Why these
- STT:
soniox. Native streaming, so no chunking tricks. Built for Urdu, and thelanguagehint doesn’t lock it in: English and Punjabi words your callers mix in still come through. - LLM:
gpt-5.4-nano, reasoning and verbositylow. Fast, cheap, and it follows a script.lowverbosity matters on voice: a chatty model is a slow call. - TTS:
upliftai. 80+ voices tuned for Urdu and regional languages, and first audio in 100–200ms. It’s the only part of the stack we own end to end. Start withhelpdesk-agent.
When to step up
- Calls that need more judgment (objection handling, open questions): move the LLM to
gpt-5.4-mini. It’s the default for campaign assistants on the portal. - Latency above all:
gemini-2.5-flashis the fastest model we run.gemini-3.5-flashis a good balance of intelligence and speed. Mind the thinking knobs — see How it works.
