The Real Cost of Running an AI Voice Agent in 2026

Understanding what drives AI voice pricing is essential for anyone building or scaling a production-grade agent. The AI voice agent cost in 2026 is shaped by several core components:

Core price components:

Cost breakdown for a production-grade AI voice agent

1. Speech Synthesis (Text-to-Speech / TTS)

What is TTS and why is it needed?

Text-to-Speech allows a voice agent to speak responses in a natural-sounding voice, which is essential for phone-based or voice interactions. Understanding the real-time vs turn-based TTS architecture is crucial for optimizing both costs and performance.

What are the key TTS considerations?

What are the usual TTS billing models?

What are the usual TTS price ranges?

Roughly $4 to $200 per 1 million characters in 2026. Standard cloud voices (Polly Standard, Google Standard) sit at ~$4/M. Mainstream neural voices (Polly Neural, Google Neural2, Azure Neural, OpenAI gpt-4o-mini-tts) cluster around $12–$22/M. Premium real-time models (Cartesia Sonic 3 ~$35/M effective, ElevenLabs Turbo/Flash v2.5 ~$50/M) and ultra-realistic flagships (ElevenLabs v3 ~$100/M, Hume Octave ~$50–$150/M, Google Studio $160/M) dominate the high end. Open-source self-hosted (Kokoro, CosyVoice, Qwen3-TTS) has no per-character rate at all: the bill is the box it runs on. Translates to roughly $0.005–$0.04 per minute of generated speech.

What are the key TTS providers?

2. Speech Recognition (Speech-to-Text / STT / ASR)

What is STT and why is it needed?

Speech-to-Text (STT), also known as Automatic Speech Recognition (ASR), is the component that understands what the user is saying. It transcribes the caller's speech into text so that it can be processed by an LLM. Without accurate STT, the voice agent cannot know the user's request. For an in-depth comparison of STT and TTS providers, check our comprehensive STT/TTS selection guide.

Key considerations?

Usual billing models:

Usual price ranges:

Streaming STT spans roughly $0.0015–$0.024 per minute in 2026. The cheapest end is self-hosted or specialized models (NVIDIA Parakeet via Together at $0.0015/min, Cartesia Ink-Whisper at $0.00217/min). Mainstream cloud providers cluster around $0.0025–$0.012/min. Realtime/multimodal models like OpenAI gpt-realtime bundle STT+LLM at ~$0.06/min. Volume commits can drop streaming rates by 30–50%.

Key providers

3. Large Language Models (LLMs)

What is it and why is it needed?

The LLM is essentially the "brain" of the voice agent. It takes the transcribed text input and processes language – understanding intent and context – then generates a text response. In a modern AI voice agent, an LLM (like GPT-style models) enables natural conversation, dynamic responses, and handling of free-form user input that rule-based systems cannot. For detailed guidance on selecting the right model, see our comprehensive LLM selection guide.

Key considerations:

Usual billing models:

Token-based billing – this is standard for most LLM APIs. You pay for input tokens (the text you send in, including conversation history) and output tokens (the text the model generates). A token is roughly 0.75 words, so 1,000 tokens ~ 750 words.

Key providers:

4. Voice Agent Platform

What is it and why is it needed?

A Voice Agent Platform is an orchestration layer or framework for building the actual voice bot/agent. It typically ties together the telephony, STT, LLM, and TTS components, handling the call flow logic, state management, and integration with any backend systems.

Key considerations:

Usual billing models:

Usage-based (per minute of call) – The platform might charge you per minute of voice call handled by the AI agent. This often encompasses the underlying costs (STT, TTS, etc.), essentially as a bundled rate.

Usual price ranges:

$0.01–$0.14 per minute in 2026. Pure orchestration platforms (Pipecat Cloud, LiveKit Cloud Agents) charge $0.01/min and pass model costs through at vendor cost. Mid-market bring-your-own-key platforms (Vapi $0.05, Retell $0.055, Synthflow $0.09) layer an explicit per-minute fee on raw component costs. Bundled platforms (Bland AI $0.11–$0.14) embed LLM/STT/TTS/telephony in a single rate, with an estimated 15–40% markup on the underlying components. Speech-to-speech bundles (Ultravox $0.05) include the model itself.

Key providers:

5. Transport (Telephony / WebRTC)

What is it and why is it needed?

Transport carries audio between user and agent. Two modes: PSTN telephony (phone calls over SIP trunks) and WebRTC (browser- or app-embedded calls). PSTN providers handle phone numbers, inbound/outbound call routing, and SIP session control. WebRTC providers handle media servers, NAT traversal, and adaptive bitrate. Pick telephony if users dial a number; pick WebRTC if they hit a button on your web or mobile app.

Usual billing models:

Usual price ranges:

Telephony US: $0.005–$0.02/min for inbound + outbound average, plus $0.50–$2/mo per number, plus regulatory surcharge. WebRTC audio-only: $0.0004–$0.004/min on managed tiers, $0 on self-host (excluding infra).

Key telephony providers:

Key WebRTC providers:

Summary: AI voice agent cost per minute

Component Typical cost per minute Notes
TTS $0.005–$0.04 Billed per character. OSS self-host = $0; ElevenLabs v3 / Studio voices top end.
STT $0.0015–$0.024 Billed per audio minute. NVIDIA Parakeet cheapest, Google Chirp / Azure top end.
LLM $0.005–$0.05 Per-token billing × ~1.8× reality factor for context growth, interrupts, tool calls.
Platform $0.01–$0.14 Pipecat / LiveKit $0.01; Vapi $0.05; Bland bundled $0.14 (incl. components).
Transport $0.0004–$0.02 WebRTC low end; PSTN telephony high end. Add 5–15% USF and DID rental.
Total $0.13–$0.30 Production-grade voice agents in 2026. Cost-effective stacks land $0.05–$0.10; premium / managed / Realtime-API stacks $0.30+.

Note: LLMs are priced per token, TTS per character, STT per minute, transport per minute or participant-minute. Per-minute estimates above assume typical voice usage (150 WPM, ~4 turns/min) and apply a 1.8× reality factor on LLM cost to capture conversation-history token growth (compounds O(n²) with turns), function-calling round-trips, and barge-in handling. Bundled platforms like Bland AI embed an estimated 15–40% markup on the underlying STT/TTS/LLM. Telephony figures exclude US 5–15% USF / regulatory pass-through and per-DID monthly rental.

All Model Pricing

Every rate carries the date it was last checked against the vendor. Measured is our own bench, expected is a verified rate with an inferred latency, estimate is carried unchecked. Self-hosted rows bill a box rather than a unit, so they show what the box has to hold.

Large Language Models (LLM)

ModelProviderInput (1M tokens)Output (1M tokens)Cache fromVerified
Claude Haiku 4.5Anthropic$1.00$5.004096 tok2026-07-31Pricing
GPT-5.5OpenAI$5.00$30.001024 tok2026-07-31Pricing
GPT-5.4OpenAI$2.50$15.001024 tok2026-07-31Pricing
GPT-5.4 miniOpenAI$0.750$4.501024 tok2026-07-31Pricing
GPT-5.4 nanoOpenAI$0.200$1.251024 tok2026-07-31Pricing
Gemini 3 FlashGoogle$0.500$3.001024 tok2026-07-31Pricing
Gemini 3.1 Flash LiteGoogle$0.250$1.501024 tok2026-07-31Pricing
DeepSeek V4 FlashDeepSeek$0.140$0.280estimatePricing
Grok 4.3xAI$1.25$2.50estimatePricing
Grok 4.1 FastxAI$0.200$0.500estimatePricing
Llama 4 MaverickMeta$0.350$0.850estimatePricing
Llama 4 ScoutMeta$0.100$0.3002026-07-31Pricing
Mistral Large 3Mistral$0.500$1.50estimatePricing
Mistral Small 4Mistral$0.150$0.600estimatePricing
Claude Opus 5Anthropic$5.00$25.00512 tok2026-07-31Pricing
Claude Sonnet 5Anthropic$2.00$10.001024 tok2026-08-26Pricing
Gemma 12B Q4 (self-hosted)Self-hostedhardware · 8.03 GB VRAMmeasured
Gemma 4 31B (self-hosted)Self-hostedhardware · 35 GB VRAMestimate
gpt-oss-120b (high) (self-hosted)Self-hostedhardware · 80 GB VRAMestimate
Nemotron 3.5 Lightning (self-hosted)Self-hostedhardware · 33 GB VRAMestimate
gpt-oss-20b (high) (self-hosted)Self-hostedhardware · 16 GB VRAMestimate
Ministral 3 8B (self-hosted)Self-hostedhardware · 10 GB VRAMestimate

Text-to-Speech (TTS)

ModelProviderPrice (1K characters)Verified
ElevenLabs Flash v2.5ElevenLabs$0.0502026-07-31Pricing
Cartesia Sonic 3Cartesia$0.035estimatePricing
Cartesia Sonic TurboCartesia$0.0467estimatePricing
OpenAI GPT-4o Mini TTSOpenAI$0.012estimatePricing
Azure AI Speech NeuralMicrosoft$0.015estimatePricing
Google TTS Chirp 3 HDGoogle$0.030estimatePricing
Amazon Polly StandardAmazon$0.004estimatePricing
PlayAI DialogPlayAI$0.040estimatePricing
Hume OctaveHume$0.100estimatePricing
Inworld TTS-1.5 MiniInworld$0.0052026-07-31Pricing
Inworld TTS-1.5 MaxInworld$0.0102026-07-31Pricing
Rime MistRime$0.039estimatePricing
MiniMax Hailuo Speech 2.5 TurboMiniMax$0.040estimatePricing
Smallest AI Lightning V3.1Smallest AI$0.025estimatePricing
Deepgram Aura-2Deepgram$0.0302026-07-31Pricing
Kokoro 82M (self-hosted)Self-hostedhardware · CPUmeasured
CosyVoice (self-hosted)Self-hostedhardware · 4.32 GB VRAMmeasured
Qwen3-TTS 1.7B (self-hosted)Self-hostedhardware · 4 GB VRAMestimatePricing
Chatterbox (self-hosted)Self-hostedhardware · 3 GB VRAMestimate
Magpie-Multilingual 357M (self-hosted)Self-hostedhardware · 2 GB VRAMestimate
XTTS v2 (self-hosted)Self-hostedhardware · 4 GB VRAMestimate
StyleTTS 2 (self-hosted)Self-hostedhardware · 2 GB VRAMestimate

Speech-to-Text (STT)

ModelProviderPrice (per minute)Verified
Cartesia Ink-WhisperCartesia$0.0022estimatePricing
NVIDIA Parakeet TDT 0.6B v3Together AI$0.0015estimatePricing
AssemblyAI Universal-StreamingAssemblyAI$0.00252026-07-31Pricing
Deepgram Nova-3Deepgram$0.00772026-08-26Pricing
Deepgram Nova-3 MultilingualDeepgram$0.00922026-08-26Pricing
OpenAI gpt-4o-transcribeOpenAI$0.0062026-07-31Pricing
OpenAI gpt-4o-mini-transcribeOpenAI$0.0032026-07-31Pricing
Google Speech-to-Text Chirp 2Google$0.024estimatePricing
Speechmatics Ursa 2Speechmatics$0.0117estimatePricing
Azure Speech-to-Text StreamingMicrosoft$0.01672026-07-31Pricing
Deepgram Flux (English)Deepgram$0.0065estimatePricing
Deepgram Flux MultilingualDeepgram$0.0078estimatePricing
AssemblyAI Universal-3.5 Pro RealtimeAssemblyAI$0.00752026-07-31Pricing
Nemotron ASR Streaming (self-hosted)Self-hostedhardware · CPUmeasured
Voxtral Mini (self-hosted)Self-hostedhardware · 10 GB VRAMestimate
Whisper Large v3 (self-hosted)Self-hostedhardware · 3 GB VRAMestimate
Canary Qwen 2.5B (self-hosted)Self-hostedhardware · 6 GB VRAMestimate
Parakeet TDT 0.6B V3 (self-hosted)Self-hostedhardware · 2 GB VRAMestimate

Developer Platforms

PlatformProviderPrice (per minute)Verified
No Platform (BYOK direct)Nonehardware · CPUestimate
VapiVapi$0.0502026-07-31Pricing
Bland AIBland AI$0.1402026-07-31Pricing
Millis AIMillis AI$0.020estimatePricing
Retell AIRetell AI$0.0552026-07-31Pricing
SynthflowSynthflow$0.090estimatePricing
Pipecat Cloud (agent-1x active)Daily$0.0102026-07-31Pricing
LiveKit Cloud AgentsLiveKit$0.0102026-07-31Pricing
Agora Conversational AIAgora$0.0265estimatePricing
Ultravox (S2S bundled)Ultravox$0.0502026-07-31Pricing
Pipecat (self-host)Pipecathardware · CPUestimatePricing
LiveKit (self-host)LiveKithardware · CPUestimatePricing

Transport (Telephony / WebRTC)

ProviderModePrice (per minute)Transfer FeeVerified
No Transportweb$0.0002026-07-31
Telnyxtelephony$0.004$0.100estimatePricing
Plivotelephony$0.00552026-07-31Pricing
SignalWiretelephony$0.0073estimatePricing
Bandwidthtelephony$0.0078estimatePricing
Daily.co WebRTCweb$0.0012026-07-31Pricing
LiveKit Cloud (Scale)web$0.00042026-07-31Pricing
Agora RTCweb$0.001estimatePricing
Self-host (LiveKit / mediasoup)webhardware · CPUestimatePricing
Twilio (inbound)telephony$0.00852026-07-31Pricing
Twilio (outbound)telephony$0.0142026-07-31Pricing