DvaarikVoice API

Developer comparison · checked 8 Aug 2026

Retell alternative

Dvaarik publishes ₹1.50–₹3.75 per minute by voice grade as an all-in hosted API. Retell publishes an all-in range of $0.07–$0.31/min, while Dvaarik publishes ₹1.50–₹3.75/min all-in by voice grade; currencies and included components differ (read 8 Aug 2026).

Source read: https://www.retellai.com/pricing. Retell publishes a $0.07–$0.31 per-minute range.

Where each platform fits

AxisDvaarikRetell
Published cost₹1.50–₹3.75/min all-in by grade$0.07–$0.31/min
What is includedSpeech, model, voice and turn-takingSee the dated source read above
TelephonyBring your own carrier; Setu bridges seven carriersProvider-specific; verify before committing
IndiaINR billing and Indian-language gradesMore prebuilt templates and a broad voice-agent feature set.
Lock-inHosted API with an MIT carrier bridgeUS telephony and add-on charges are listed separately on the pricing page.

The key difference is basis: Dvaarik's published rate is an all-in INR voice grade, while Retell's published or unpublished figure above may exclude providers, telephony or infrastructure.

Try the real API

The following request creates a call and returns a one-use WebSocket URL; keep your API key server-side.

curl -X POST https://api.developers.dvaarik.com/v1/calls \
  -H "X-Api-Key: $DVAARIK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"Answer calls for a dental clinic","language":"en-IN","voice":"essential"}'

The response contains a one-use ws_url that expires after five minutes. Stream PCM16 audio and handle ready, transcript, interrupted, turn_complete and session_ended events.

Read the protocol reference