
Deepgram Voice Agent API
The speech-infrastructure vendor's own voice-agent API. Managed STT, LLM and TTS over a single WebSocket, $4.50/hr flat, with 6 LLM providers and self-hosted or VPC deployment on the same product.
- Category
- Voice agents
- From
- $4.50/hr Standard / Standard to Custom (BYO LLM and TTS)
- Pricing model
- usage-based
- Free tier
- No
- Deployment
- Both
- Interface
- API
- Open source
- No
- Public API
- Yes
- Model / LLM
- Managed by Deepgram by default,…
Facts re-verified
On this page
Our verdict
Deepgram Voice Agent API sits between the raw OpenAI Realtime API and a fully-configured platform like Bland AI or Retell AI.
It is a managed STT, LLM and TTS orchestration layer from the company several rival platforms already plug in as a speech-to-text provider, and LiveKit Agents names Deepgram directly in its own provider list. The genuinely distinguishing fact is deployment.
Fully managed cloud, dedicated single-tenant, in-VPC, or fully self-hosted are all real options, backed by SOC 2 Type II certification, signed HIPAA BAAs, GDPR readiness with an EU data residency endpoint, and CCPA and PCI compliance. Its built-in LLM router is also the broadest here.
Six named providers spanning 30+ models, including open-weight options via Groq and NVIDIA, versus a fixed model or a narrower bring-your-own list everywhere else, and a fallback-chain feature that lets you list several providers and roll over on failure.
The tradeoffs: no ongoing free tier (only a one-time $200 credit), no dashboard or CRM integrations, and the published rates include promotional cuts through September 12, 2026 that buyers signing up after that date will not get.
What is Deepgram Voice Agent API?
Deepgram Voice Agent API is the speech-infrastructure company's own product for building real-time voice agents. A single WebSocket connection bundles speech-to-text, LLM reasoning and text-to-speech with built-in barge-in detection, turn-taking prediction and mid-conversation function calling.
Deepgram was founded in 2015 by three physicists from the University of Michigan, has sold STT and TTS infrastructure to 1,300+ organizations including NASA, Spotify and Citibank since going through Y Combinator in 2016, and raised a $130 million Series C in January 2026 at a $1.3 billion valuation. The Voice Agent API is Deepgram's own orchestration layer, built on that same underlying speech infrastructure.
What does Deepgram Voice Agent API do?
By default, Deepgram's own Flux speech-to-text and Flux TTS handle the call end to end, routed through a managed LLM Deepgram selects.
Developers who bring their own LLM and/or TTS provider unlock a router spanning six named providers: OpenAI, Anthropic, Google, NVIDIA, Groq and Amazon Bedrock, covering more than 30 specific models, including open-weight options such as Groq's openai/gpt-oss-20b and NVIDIA's nemotron-3-nano-30B-A3B alongside closed frontier models like GPT-5 and Claude Sonnet 5. Voice Activity Detection and barge-in handling are built in, so the agent stops talking the instant a caller interrupts, and a turn-taking model anticipates when a caller has finished speaking rather than waiting on silence alone.
Mid-conversation, the agent can call developer-defined functions to look up an order, check availability or pull account context, and a multi-LLM fallback chain lets the developer list several providers and roll over to the next one on failure. Deployment is genuinely flexible.
Fully managed cloud, a dedicated single-tenant instance, a customer's own VPC, or a fully self-hosted install are all real, documented options, backed by SOC 2 Type II certification, signed HIPAA Business Associate Agreements, GDPR with an EU endpoint (api.eu.deepgram.com), CCPA and PCI compliance.
How Deepgram Voice Agent API works
- Open a WebSocket connection to Deepgram's Voice Agent API and configure the agent: which STT model (Flux or Nova-3), which LLM provider (Deepgram-managed by default, or one of six bring-your-own providers, with an optional fallback chain), which TTS voice (Flux by default, or bring-your-own), and any functions the agent can call mid-conversation.
- Deepgram's built-in Voice Activity Detection and turn-taking model listen for the caller to finish speaking or interrupt, transcribe in real time, and pass the transcript to the configured LLM for a response.
- The LLM's response streams back through Deepgram's Flux TTS (or a bring-your-own TTS provider) and plays to the caller, with barge-in handling ready to interrupt playback the instant the caller speaks again.
- Deploy the same configuration through Deepgram's managed cloud, a dedicated single-tenant instance, your own VPC, or a fully self-hosted install, with EU data residency available on api.eu.deepgram.com.
Key features
- Flat $4.50/hr headline rate
- Standard tier is a single $4.50/hr figure ($0.075/min) calculated on WebSocket connection time, with promotional cuts through September 12, 2026, and a Custom tier at $0.050/min for fully bring-your-own LLM and TTS.
- 6-provider LLM router
- Route to OpenAI, Anthropic, Google, NVIDIA, Groq or Amazon Bedrock (30+ named models, including open-weight options via Groq and NVIDIA), or let Deepgram manage the LLM by default.
- Fallback chain for LLM providers
- Pass an ordered array of providers and the Voice Agent rolls to the next one on error or timeout, mixing provider types (for example OpenAI primary, Anthropic fallback) to ride out independent-provider outages.
- Deployment flexibility
- Fully managed cloud, dedicated single-tenant, in-VPC, or fully self-hosted: a spread no other closed-source vendor in this category offers, with EU data residency on api.eu.deepgram.com.
- Built-in barge-in and turn-taking
- Voice Activity Detection and a turn-taking model handle interruptions and know when a caller has finished speaking, without a developer building that logic.
- Mid-conversation function calling
- The agent calls developer-defined functions live during a call and speaks the result back once the client returns it.
- Flux TTS default during promo window
- Deepgram's Flux TTS is free inside the Voice Agent through September 12, 2026, and is the default unless the developer brings their own TTS.
What are Deepgram Voice Agent API's use cases?
- Custom voice agent with LLM flexibility
- An engineering team builds a voice agent that starts on Deepgram's managed LLM for speed, then switches to a specific provider (e.g. Anthropic Claude Sonnet 5) as requirements change, without re-architecting the speech pipeline.
- Regulated-industry deployment inside a private VPC
- A healthcare or financial-services team deploys the same Voice Agent API configuration inside its own VPC or fully self-hosted, keeping call audio and transcripts inside infrastructure it controls, backed by Deepgram's HIPAA BAA.
- EU data residency on the same product
- An EU public-sector or healthcare team points the agent at api.eu.deepgram.com and gets data residency plus a self-hosted or single-tenant option, without adopting a separate EU-only vendor.
- Adding agent logic to an existing Deepgram STT or TTS integration
- A team already using Deepgram's standalone transcription or speech-synthesis APIs adds the Voice Agent API's orchestration layer to turn a transcription pipeline into a full conversational agent, without switching speech vendors.
Who is Deepgram Voice Agent API for?
- Engineering teams that want a managed speech pipeline (not raw model access) but still need to choose or switch their own LLM provider without being locked to one vendor.
- Regulated enterprises (healthcare, finance, EU public sector) that need a voice-agent vendor able to deploy inside their own VPC, fully on-premise, or with EU data residency.
- Teams already using Deepgram's standalone STT or TTS APIs who want to add LLM orchestration and agent logic without switching speech-infrastructure vendors.
Not forTeams that want a configured, no-code voice-agent product with a dashboard out of the box. Synthflow AI, Retell AI or Bland AI fit that need better. Deepgram Voice Agent API is infrastructure, not a turnkey product.
What does Deepgram Voice Agent API integrate with?
- LLM providers: OpenAI, Anthropic, Google (AI Studio and Gemini Enterprise Agent), NVIDIA, Groq, Amazon Bedrock (bring-your-own or Deepgram-managed)
- Telephony: WebSocket-based; SIP or PSTN connectivity via a telephony provider
- EU data residency endpoint at api.eu.deepgram.com
- No native CRM, helpdesk or dashboard integrations. A developer wires session events and function calls into their own systems.
Why use Deepgram Voice Agent API?
- Direct access to the speech-infrastructure company's own orchestration layer, not a third-party platform wrapping Deepgram (or another vendor's) speech models as one component among several.
- The broadest built-in LLM router of any voice-agent listing in this index. Six named providers, 30+ models including open-weight options, and a fallback-chain feature.
- The only closed-source voice-agent vendor in this category offering a genuine self-hosted or VPC-hosted deployment, with EU data residency on api.eu.deepgram.com, not just a multi-tenant cloud API.
- Backed by a well-capitalized, proven company: 1,300+ organizations including NASA, Spotify and Citibank, and a $130M Series C in January 2026 at a $1.3B valuation.
What are Deepgram Voice Agent API's pros and cons?
What's great
- The broadest built-in LLM router in this category: six named providers (OpenAI, Anthropic, Google, NVIDIA, Groq, Amazon Bedrock) spanning 30+ models, including open-weight options, versus a fixed model or a narrower bring-your-own list at every other voice-agent listing in this index. Includes a fallback-chain feature for rolling across providers on failure.
- The only closed-source voice-agent vendor in this category with a genuine self-hosted or VPC-hosted deployment option, alongside fully managed cloud and dedicated single-tenant, plus EU data residency on api.eu.deepgram.com, backed by SOC 2 Type II certification, signed HIPAA BAAs, GDPR, CCPA and PCI compliance.
- Backed by a well-capitalized, proven speech-infrastructure company: 1,300+ organizations including NASA, Spotify and Citibank, and a $130 million Series C in January 2026 at a $1.3 billion valuation.
- Mid-conversation function calling is built into the API, not left for a developer to hand-roll, and the LLM router supports an ordered fallback chain across multiple providers for resilience.
Watch-outs
- No ongoing free tier: only a one-time $200 signup credit before usage billing starts, unlike LiveKit Agents' recurring 1,000 free agent-session-minutes per month.
- No dashboard, call analytics, or CRM or helpdesk integrations bundled in. It is infrastructure a developer builds on top of, not a configured product like Bland AI or Synthflow AI.
- The published rates include promotional cuts through September 12, 2026. A buyer signing up after that window will pay the post-promo Standard rate of $0.075/min and a $0.0450 per 1k characters Flux TTS fee, materially higher than what the page advertises today.
- No dedicated free tier. A one-time $200 credit only, then usage billing from the first paid session.
- No bundled dashboard, call analytics, or CRM or helpdesk integrations.
- Promotional rates and the free Flux TTS window both expire on 9/12/2026. Post-promo rates run materially higher.
Deepgram Voice Agent API pricing
Flat $4.50/hr on the Standard tier, billed on WebSocket connection time. Pay-as-you-go rates range from $0.050/min (Custom, fully bring-your-own LLM and TTS) up to $0.163/min (Advanced with Deepgram's own STT and TTS), with promotional cuts through September 12, 2026. New accounts get a one-time $200 credit, no credit card required, and Flux TTS is free inside the Voice Agent through the same window. An annual Growth Plan of pre-paid credits offers up to 20% off the standard rates. Enterprise deployments (including dedicated single-tenant or fully self-hosted) are custom-quoted.
Pay-As-You-Go
$4.50/hr Standard / Standard to Custom (BYO LLM and TTS)
- Standard (Deepgram STT plus TTS, full stack): $0.056/min through 9/12, then $0.075/min. Headline flat $4.50/hr.
- Standard, BYO TTS: $0.065/min
- Custom, BYO LLM: $0.050/min through 9/12, then $0.065/min
- Custom, BYO LLM and TTS: $0.050/min
- Advanced (higher-tier models): $0.122/min through 9/12, then $0.163/min, or $0.122/min with BYO TTS
- New accounts get a one-time $200 credit, no credit card required
- Flux TTS is free inside the Voice Agent through 9/12/2026
Growth Plan
$0.068 – $0.041 / min / pre-paid annual credits, up to 20% off PAYG
- Standard: $0.051/min through 9/12, then $0.068/min
- Standard, BYO TTS: $0.051/min
- Custom, BYO LLM and TTS: $0.041/min
- Advanced: $0.110/min through 9/12, then $0.146/min, or $0.110/min with BYO TTS
Enterprise
Custom (contact sales)
- Custom-quoted for large-volume deployments
- Dedicated single-tenant or fully self-hosted deployment options
- SOC 2 Type II report, signed HIPAA BAA, EU data residency on api.eu.deepgram.com
- GDPR, CCPA and PCI compliance available
See current pricing on deepgram.com ↗Compare Deepgram Voice Agent API alternatives →
Frequently asked questions
What is the Deepgram Voice Agent API?
How much does the Deepgram Voice Agent API cost?
Can I use my own LLM with the Deepgram Voice Agent API?
Can the Deepgram Voice Agent API be self-hosted?
Does Deepgram Voice Agent support EU data residency?
Deepgram Voice Agent API alternatives
- Vapi
A pure orchestration layer with no owned STT or TTS models of its own. Full bring-your-own-everything flexibility, cloud-only, for teams that do not need Deepgram's self-hosted deployment option.
- LiveKit Agents
A genuinely open-source (Apache 2.0) framework rather than a closed-source managed API. For teams that want to see and modify the orchestration code itself, not just choose where it runs.
- Cartesia
Its Line agent SDK is genuinely open source (Apache 2.0) where Deepgram's orchestration layer is closed. The tradeoff is deployment. Deepgram's Voice Agent API can be fully self-hosted or VPC-deployed, an option Cartesia's Line runtime does not offer.
- OpenAI Realtime API
OpenAI's own speech-to-speech model API, billed on audio and text tokens. Closer to Deepgram's flagship rate on a per-minute basis, but no bring-your-own LLM option and no self-hosted deployment.
- Compare the whole category
Every agent in Voice agents, side by side on the same fields.
Anything to add?
This page is researched and re-verified by our editors — but the people who actually use Deepgram Voice Agent API know things we cannot see from the outside.
Report an issueSomething wrong, outdated or a dead link? Tell us and we re-verify.
Write a reviewUsed Deepgram Voice Agent API? Your experience helps the next buyer decide.
Get a quote from Deepgram Voice Agent APITell us what you need and we make the introduction.
Get weekly Voice agents updates
New agents and fresh verdicts. One short email, every week. One-click unsubscribe.
