Skip to content
CostPerPrompt

How to Price an AI Voice Agent

Voice agents have the messiest bill in AI: three metered services stacked on every single minute of conversation, plus a telephony layer nobody remembers until the invoice arrives. This guide walks the full math — what a minute actually costs you with live prices, what quietly inflates it, and how builders turn that cost into a price a client will sign. Prefer to plug in your own numbers? The voice AI cost calculator does this interactively.

A voice minute is three bills, not one

Every conversation minute passes through speech-to-text (hearing), an LLM (thinking), and text-to-speech (speaking). Each is metered differently — STT and TTS per minute of audio, the LLM per token — which is why most estimates only price the layer they thought of first:

What a minute costs: two real stacks

StackSTTLLMTTSTotal / min300 calls/day × 4 min → monthly
Budget (Deepgram Nova + GPT-5.4 Mini + OpenAI TTS) $0.0043 $0.0023 $0.015 $0.0216 $779
Premium (OpenAI Whisper API + GPT-5.6 Sol + ElevenLabs (Creator tier)) $0.006 $0.0058 $0.1 $0.1118 $4025

Two things jump out. First, the spread: the premium stack costs 5× the budget one, and almost all of that is the TTS and flagship-LLM choices. Second, even the premium stack sits far below a human call-center minute (~$0.75–$1.50 fully loaded) — the economics work; the question is only how much margin you keep.

The 20–30% that never makes the first estimate

Rule of thumb: multiply the raw stack cost by 1.25 before quoting anyone, including yourself.

From cost to price: what builders actually charge

If you build agents for clients, cost per minute is the floor, not the price. Three models dominate:

  1. Per-minute, 2.5–4× cost: the budget stack above lands at ~$0.027/min once padded; billing $0.10–$0.25/min keeps a healthy margin and still reads as 3–7× cheaper than the human agent it replaces. Easiest to sell, easiest to compare — but your revenue shrinks as models get cheaper, so re-anchor quarterly.
  2. Per-resolution: a flat fee per completed outcome (booking made, ticket deflected). Anchors against the value of the call, not the cost — typically $0.50–$3 per resolution where a human handling the same call costs $3–$8. Requires solid outcome tracking before you can invoice it.
  3. Platform + usage: a monthly fee ($300–$2,000 covering setup, prompts, monitoring) plus a metered rate above an included minute quota. Smooths your revenue and matches how clients budget.

Price your own agent in five steps

  1. Pick your stack tiers and get the raw per-minute number from the voice AI cost calculator — try the mini-LLM default first; most routine calls don't need a flagship.
  2. Multiply by 1.25 for telephony, silence, and interruptions.
  3. Multiply by expected volume (calls/day × avg minutes × 30) — that's your monthly cost of goods. Sanity-check the LLM line against the API cost calculator.
  4. Choose a pricing model from the section above; if per-minute, start at 3× padded cost.
  5. Re-run the math when prices move — the LLM layer on this page updates 2026-08-23, and model prices drop often enough to widen your margin for free (see the cost-cutting levers for routing and caching tricks that cut the LLM line further).

Frequently asked questions

What should I charge a client for an AI voice agent?

Most builders price per conversation minute at 2.5–4× their raw stack cost. With a budget stack running about $0.0216/min raw (≈$0.027/min with telephony and overhead), a client price of $0.10–$0.25/min leaves room for telephony, overages, and support while still undercutting a human agent (~$0.75–$1.50/min fully loaded) by a wide margin. Agencies targeting enterprises often switch to per-resolution or monthly platform pricing instead.

How do I estimate the LLM share of a voice agent bill?

Use per-minute token assumptions, not per-request ones: a turn-by-turn agent processes roughly 1,800 input tokens and 220 output tokens per conversation minute (context grows each turn). Multiply by your model's per-token prices — on a mini-tier model that lands around $0.0023/min, on a flagship $0.0058/min.

Is per-minute or per-resolution pricing better for voice agents?

Per-minute is easiest to sell and maps directly to your costs, but it caps upside — you earn less as your agent gets faster. Per-resolution (a flat fee per completed call outcome) rewards efficiency and anchors against the human-agent cost you replace, but requires you to define and measure "resolved". A common middle ground: monthly platform fee + a per-minute rate above an included quota.

What hidden costs should go into a voice agent quote?

Telephony (~$0.007–$0.02/min via Twilio-class providers), silence and hold time (STT often bills for it), interruption handling (regenerated TTS), logging and analytics storage, and QA/eval time. Together they add 20–30% to the raw STT+LLM+TTS number — quote from the padded figure, not the calculator output.