voice ai cost
What does background speech cost a voice agent?
A voice agent is billed for every second it listens. In a room with more than one person, most of what it hears was never meant for it. It still pays to transcribe and reason over all of it.
~86%
of the audio a voice agent processes in a multi-talker setting was never addressed to it. Estimate.
The fix is not a smarter model. It is deciding what deserves the model at all.
Last updated June 30, 2026
the billing clock
The meter starts when audio moves, not when someone speaks to you.
The standard voice pipeline runs in four steps: voice activity detection, speech to text, the language model, then speech back. Voice activity detection finds that someone is speaking. It does not find who they are speaking to. Every voice that clears it is forwarded to speech to text, billed by the second, and on to the language model, billed by the token. Nowhere in those four steps does anything ask the one question that decides whether the spend was warranted: was this addressed to me?
a worked receipt
One drive-thru, priced from public rates.
Every input below is a public list price or a labeled estimate. Change the inputs to match your own deployment and the shape of the answer holds.
| Input or output | Value | Basis |
|---|---|---|
| Inputs | ||
| Orders per location per day | 400 | estimate |
| Active audio per order | 1.5 min | estimate, conservative high end |
| Pipeline cost per minute | $0.114 | public list prices, speech to text plus model plus speech back |
| Audio not addressed to the agent | ~86% | estimate, built bottom up |
| Result, per location | ||
| Spend per year, no gate | ~$24,966 | estimate |
| Spend per year, with a pre-ASR gate | ~$3,495 | estimate, only the ~14% addressed audio is processed |
| Recovered per year | ~$21,471 | estimate, 86% of spend |
| Result, at fleet scale | ||
| 500 location chain, recovered per year | ~$10.8M | estimate |
| US drive-thru industry, recoverable | ~$1.8B | estimate |
Receipt assumptions are stated above and adjustable. Dollar figures are estimates built on public per-minute pricing, June 2026. The largest source of uncertainty is orders per day.
send us the audio
The new audio-native models do not remove this cost. They raise it.
Frontier labs have folded speech to text, reasoning, and speech back into one model that takes raw audio and bills per audio token. Audio tokens are priced far above text tokens. On one major realtime API the audio input rate is about thirteen times the text rate. The model bills on every second of audio it receives, addressed or not, because the model itself is now doing the listening. Measured across thousands of production sessions, an active call runs about $0.18 to $0.46 per minute. You are paying the most expensive layer in the system to perform its cheapest task: deciding whether anyone is talking to the device.
You do not invoke the model to do the hearing.
A cheaper model does not fix it. The price per token falls, the bill on every background second remains. Even a model that perfectly ignores background speech still bills every token it receives, because billing happens at ingestion, not at reply.
Public list prices, June 2026, for streaming speech to text and for audio-native realtime APIs. Figures are sourced and adjustable; see the receipt above for method.
the oldest solution
Your brain hears everything. It does not think about everything.
The brain is about 2% of body weight and burns about a fifth of your energy. It cannot afford to fully process every sound, so it does not. Cheap, fast filters decide what reaches the expensive machinery. The same design decides what should reach a language model. The parallels below are illustrations, not a claim that any product reproduces neuroscience.
early selection
A filter before meaning
You can follow one voice in a crowded room from its pitch and direction, before your brain has decoded every competing sentence. A pre-ASR gate is that filter. It reads cheap acoustic and contextual cues and decides whether the language model should run at all.
sensory gating
A gate below the expensive part
Sensory signals are filtered before they reach the cortex. A cheap, always-on gate protects the costly machinery from noise it never needed to evaluate. The addressee decision plays that role for the model.
predictive coding
Spend on surprise, not on the expected
The brain suppresses the predictable background and elevates only what is unexpected and relevant. Speech addressed to the device is the signal worth elevating. Ambient talk is the background to drop.
fast, then slow
A fast system that wakes the slow one
A fast, automatic system runs first and decides when the slow, deliberate, costly system is worth waking. Routing all audio into the frontier model wakes the expensive system for every sound in the room.
The brain never sends every sound to its most expensive layer. A voice agent should not either.
the addressee gate
Put one decision in front of the stack. Was this addressed to me?
Selective Auditory Attention (SAA) adds a single decision above the audio layer. For every utterance it answers one question, is this speech addressed to the device, before speech to text billing starts. Audio that was not addressed is dropped. Audio that was addressed passes through to your existing speech to text and language model, unchanged. The decision is hosted and runs in real time, before speech to text. It is addressee detection, not speaker identification. It never asks who is speaking, only whether they are speaking to the device.
It sits above any speech to text and any model, including the audio-native ones, and makes any of them cheaper.
In our research the decision runs ahead of billing and fails closed when the signal is ambiguous (arXiv:2604.08412). Cross-lingual recall is a known limitation under active work.
The voice agent is paying to listen to a room that was never speaking to it. The fix is one decision, made before the meter starts.
measure it
Measure it on your own audio.
Send a sample of your real acoustic environment. We return the addressee decision rate and the share of audio a gate would have dropped before it reached your stack. Free evaluation kit.
common questions
What voice AI teams ask about background speech and billing.
Why do voice agents pay for audio that was never addressed to them?
The standard pipeline uses voice activity detection to decide when to send audio onward. It detects that speech is present, not who the speech is for. In a multi-talker setting, bystanders, background media, and side conversations all clear it and are billed by speech to text and the language model the same as a real command. No step in the standard pipeline asks whether the speech was addressed to the device.
How much does background speech cost at scale?
At public streaming speech-to-text rates each unfiltered minute costs a fraction of a cent, but a busy multi-talker location accumulates hundreds of non-addressed minutes a day. The worked receipt on this page estimates about $25,000 per location per year, and about $10.8M for a 500 location chain, on audio no one addressed to the agent. These are estimates built from public pricing.
Do audio-native realtime APIs fix this?
No. They fold speech to text and the model into one service billed per audio token, and audio tokens are priced well above text tokens. The model bills on every second of audio it receives, addressed or not, so routing all audio to it raises the cost of background speech rather than removing it.
Is this speaker identification?
No. SAA answers whether speech was addressed to the device, not who is speaking. It does not perform speaker identification, diarization, or voice biometrics.
Does noise cancellation solve it?
No. Noise suppression cleans the audio signal. It does not decide who the clean speech was for. A denoised side conversation is still billed end to end. The addressee decision is a separate layer.