What people build (and what it costs)
Voice agents at a price that works for Pakistan: 12 PKR / min of conversation, with a Pakistani phone number. Currently, the best use cases we have seen:- Order confirmation (COD)
- Delivery address confirmation & rescheduling
- Appointment booking & no-show reduction
- Lead qualification — i.e. invitation to events
- Payment reminders
- Routine support calls
How can you get started
Create your agents on the portal or directly via the API. For proper details I recommend reading Quick Start but for a one liner: Just share details about your assistant e.g. ‘You are an assistant by company X calling farmers to confirm if they are interested in a field visit…’ in the prompt, and launch your assistant.Tech details for techies
You configure and choose the voice components:- Speech to Text: choose across leading providers like Soniox, or OSS models like Whisper
- LLM: All major providers supported: OpenAI, Gemini, Groq, Cerebras. Try closed and open-source models.
- Text to Speech: Choose among 80+ Uplift AI TTS voices, or another provider (we want to know why!).
Our TTS requires Urdu in Nastaliq script, not Roman Urdu, for best results. This is a simple LLM prompt change for output style.Example prompt addition:
- schedule calls, call customers within business hours automatically — see Campaigns
- hook up your webhooks:
- receive call analysis and transcripts as calls finish — Webhooks
- tool calls: we can call your service DURING the call — Webhook tools
- Call personalization — per-call instructions:
- Pass call specific details that append on to your main agent prompt
- Example: for a lead qualification call to a farmer, pass details the prompt can utilize, like crop name, disease, applicable products and benefits.
- Pass call specific details that append on to your main agent prompt
- Drop contacts directly from a Google sheet or file — Contacts.
