Deepgram
Voice AI APIs for speech, voice agents and audio intelligence.
Available information varies by company and source.
Profile record updated:
Company facts
- Official name
- Deepgram, Inc.
- Entity type
- COMPANY
- Founded
- 2015
- Headquarters
- United States
- Company size
- 201–500
- Market role
- B2B SaaS Provider
- Official website
- deepgram.com
What Deepgram does
Deepgram operates a proprietary voice AI platform delivered through APIs and enterprise deployments. It converts customer audio and text workloads into speech recognition, speech generation, voice-agent orchestration and structured conversational insights. The platform creates value by reducing the engineering work required to assemble separate speech, language-model and conversational-control components, while accommodating enterprise requirements for low latency, data control and self-hosted deployment.
Category differentiation
Deepgram is B2B voice AI infrastructure for developers and enterprises, not a consumer voice assistant or a contact-centre operator. It supplies speech and conversational APIs rather than a general-purpose foundation LLM.
Strategic context
AI-supported assessment from the existing company research; distinguish interpretation from sourced facts.
Deepgram, Inc. is a private US B2B voice AI infrastructure company. It provides proprietary APIs and hosted software for speech-to-text, text-to-speech, real-time voice agents and conversational audio analysis. Developers, software platforms, contact centres, startups and enterprises use the platform to build speech-enabled applications and automated voice workflows across cloud, private-cloud, hybrid and self-hosted environments. The company generates revenue through metered API consumption, prepaid credits, annual Growth subscriptions and negotiated enterprise contracts. Pricing is tied to audio duration, text characters, conversation duration and analysis usage. Deepgram expanded its product scope through the acquisitions of Poised in 2024 and restaurant voice-automation platform OfOne in 2026.
Company news briefing
Briefing updated:
Deepgram continues to be evaluated as a primary speech-to-text API provider for production workloads, with recent startup guidance highlighting its inclusion in competitive European benchmarking frameworks based on cost, latency, and billing granularity. Additionally, the company's speech recognition technology is being actively integrated into real-time multilingual voice agent prototypes and developer frameworks for applications spanning local commerce, agriculture, and fraud detection.
Business model & monetisation
Deepgram monetises primarily through usage-based API billing: speech-to-text is charged by audio duration, text-to-speech by input characters, Voice Agent API by conversation duration, and Audio Intelligence by analysis units or tokens. It also sells prepaid credits, annual Growth subscriptions starting at $4,000, and enterprise agreements with committed volumes, discounted usage, higher concurrency, support and private-cloud or self-hosted deployment terms. Embedded and partner arrangements use wholesale pricing and custom commercial agreements.
- Metered speech-to-text, text-to-speech, Voice Agent API and Audio Intelligence usage
- Pay-per-Use
- Growth annual plans with committed credits
- Software Subscription
- Negotiated enterprise volume, support and deployment agreements
- Software Subscription
- Embedded and partner commercial agreements
- Service Fee
Products & capabilities
No products with linked sources are available in this view.
Products & market categories
Recent recorded signals
Dates refer to the source publication. Older entries are historical context, not evidence of a new event.
Compare Speech-to-Text Per-Minute Pricing (EU 2026)
Conversational AI · Recorded impact score: 2/5
Practical guidance for EU startups on shortlisting and benchmarking external speech-to-text (STT) APIs for production use in 2026. The article recommends gating vendors by verified per-minute cost plus minimum billing unit, language and vocabulary quality, asynchronous workflows, EU data handling, and measured latency (p95). It emphasises modeling billing granularity clip-by-clip, running a representative benchmark corpus, and precommitting weights for cost/quality/latency scoring. Four STT candidates (OpenAI, Deepgram, AssemblyAI, Google Cloud) are named for the audio shortlist, while a separate post-processing model comparison may include Anthropic, Google (Gemini), OpenRouter, Together AI and others. The piece includes an executable TypeScript benchmark that models billed seconds, estimated cost, quality, p95 latency, and eligibility gates.
- The article recommends shortlisting STT vendors by verified per-minute rate, minimum billing unit, supported languages/quality, asynchronous workflow, and EU data handling.
- OpenAI, Deepgram, AssemblyAI, and Google Cloud are named as example external STT candidates to verify and benchmark.
10-Day Voice Agent Build for Local Indian Store
Conversational AI & Chatbots · Recorded impact score: 2/5
A developer built a production-oriented voice assistant for a local Indian grocery/general store as part of a 10-day challenge (VoiceForBharat). The project implements a real-time voice pipeline combining Deepgram speech-to-text, Google Gemini LLM, Murf Falcon text-to-speech, and LiveKit for audio transport. Features included multilingual (English/Hindi/Hinglish) handling, caller memory (SQLite), safety guardrails, specialist handoffs for returns/refunds, outbound SIP calling via LiveKit, and call analytics exposed through a FastAPI backend. The complete source code is published on GitHub (Codehunter0009/murf-livekit-starter).
- The author built a voice assistant for a local Indian grocery/general store during a 10-day challenge called 10 Days of Voice Agents — VoiceForBharat Edition.
- The voice pipeline uses Deepgram for speech-to-text, Google Gemini as the LLM, Murf Falcon for text-to-speech, and LiveKit for real-time audio transport.
Validate Speech-to-Text by Cost Per Accepted Invoice
Infrastructure · Recorded impact score: 2/5
Practical guidance for EU startups selecting a speech-to-text API: instead of comparing headline per-minute prices, measure each candidate against a fixed, versioned corpus of real invoice-readings and compute cost per accepted invoice. Implement a small portable adapter interface, keep extraction and validation downstream, enforce strict EU data-handling gates, and record billed usage in provider-native units. Candidates like OpenAI, Deepgram, AssemblyAI and Google Cloud can be evaluated this way; contract terms, billing units, and an acceptance gate determine the winner for a given workload.
- Evaluate speech-to-text providers by cost per accepted invoice using a fixed, versioned test corpus rather than headline per-minute pricing.
- Recommended candidates to include in the evaluation: OpenAI, Deepgram, AssemblyAI, and Google Cloud.
Developer Builds Multilingual AI Voice Agent 'Sadie'
Conversational AI & Chatbots · Recorded impact score: 2/5
A developer, Ayush Shinde, built Sadie — a multilingual AI voice agent — during the "10 Days of AI Voice Agents — #VoiceForBharat Edition" challenge. Over ten days he implemented real-time voice conversations, Hindi-English code-mixing support, persistent (permissioned) memory, tool integration, outbound phone calling via SIP, human escalation via Discord webhooks, an analytics dashboard, and multi-agent specialist handoffs (grammar, maths, full-stack). The system integrates LiveKit for real-time transport, Deepgram for STT, Google Gemini as the LLM brain, and Murf Falcon for TTS, with SQLite for memory and Next.js/Chart.js for analytics. The post documents architecture, implementation details, encountered bugs (telephony SIP encryption, logging issues, import paths), and instructions to run the public repository and demo.
- Ayush Shinde built an AI voice agent named Sadie during the "10 Days of AI Voice Agents — #VoiceForBharat Edition" challenge.
- Sadie supports real-time voice, Hindi-English code-mixed conversations, permissioned persistent memory (SQLite), external tool integration, outbound phone calls, human escalation, analytics, and specialist agent handoffs.
Voice AI Assistant for Indian Farmers Built in 10 Days
Conversational AI & Chatbots · Recorded impact score: 2/5
A developer built "Farm & Field," a voice AI assistant for Indian farmers during the 10 Days of Voice Agents — VoiceForBharat Edition by Murf AI. The system integrates Speech-to-Text, an LLM, Text-to-Speech, and real-time transport (Deepgram, Google Gemini, Murf Falcon, LiveKit) with SQLite-backed memory, weather and market-price tools, human escalation, a specialist crop agent, outbound calling via LiveKit SIP, and call analytics. The agent supports Malayalam, English, and Manglish, requests consent before storing memory, and hands off to humans or specialists when appropriate. The project code is available on GitHub.
- Author built Farm & Field during the 10 Days of Voice Agents — VoiceForBharat Edition by Murf AI.
- Core stack: Deepgram (STT), Google (Gemini) for LLM, Murf Falcon (TTS), and LiveKit (real-time transport).
Explore company relationships
Questions about Deepgram
What is Deepgram?
Deepgram is a B2B voice AI platform providing speech-to-text, text-to-speech, voice-agent orchestration and audio-intelligence APIs.
Who uses Deepgram?
Developers, product teams, software platforms, contact centres, startups and enterprises building voice-enabled applications use Deepgram.
How does Deepgram make money?
Deepgram earns usage-based API revenue, prepaid-credit revenue, annual Growth-plan fees and negotiated enterprise contract revenue.
Sources & coverage
This profile uses public, official and technically observable information. Missing information does not prove that a product or relationship does not exist. The list below does not imply that every profile statement has been verified.
25 publicly documented primary sources and citations linked across the market graph.
Continue your research on Deepgram
Explorer includes additional company details, a Watchlist for up to 25 companies and your personal Strategic Intelligence Agent. It monitors your market daily and delivers tailored briefings with clear strategic context whenever relevant news occurs.
Free, with no time limit.
