Deepgram
api.deepgram.com
AI-powered speech-to-text, text-to-speech, and text intelligence APIs. Sub-300ms transcription with support for 100+ languages, speaker diarization, sentiment analysis, and entity detection.
Enable this service
Run the command below in a terminal. The local config page lets you toggle this service on, complete OAuth (or paste a BYO API key for services where AgentDNS does not broker auth), and set a monthly spending cap.
api_key
free
1.0
https://api.deepgram.com
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
balances_list
GETRetrieve billing balance information for a project.
GET https://api.deepgram.com/v1/projects/{project_id}/balances
project_id (string, required) — Project identifier.
keys_list
GETList all API keys for a project.
GET https://api.deepgram.com/v1/projects/{project_id}/keys
project_id (string, required) — Project identifier.
members_list
GETList all members of a project.
GET https://api.deepgram.com/v1/projects/{project_id}/members
project_id (string, required) — Project identifier.
All Capabilities (16)
balances (1)
Retrieve billing balance information for a project.
keys (3)
Create a new API key for a project with specified scopes.
Delete an API key from a project.
List all API keys for a project.
members (2)
List all members of a project.
Remove a member from a project.
models (2)
Retrieve metadata and details for a specific Deepgram model.
List all available Deepgram AI models.
projects (4)
Delete a project and all associated resources.
Retrieve details for a specific project by ID.
Retrieve a list of all projects associated with the API key.
Update the name or settings of a project.
speech (1)
Convert text to natural-sounding speech audio using multiple voice models.
text (1)
Analyze text for sentiment, entities, topics, intents, and summaries.
transcription (1)
Transcribe pre-recorded audio from a URL or file upload with support for 100+ languages, diarization, punctuation, and sentiment.
usage (1)
Retrieve usage statistics and breakdown for a project within a date range.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Deepgram
Description: AI-powered speech-to-text, text-to-speech, and text intelligence APIs. Sub-300ms transcription with support for 100+ languages, speaker diarization, sentiment analysis, and entity detection.
Auth: api_key
Capabilities (16 total):
balances (1):
- balances_list: Retrieve billing balance information for a project.
keys (3):
- keys_create: Create a new API key for a project with specified scopes.
- keys_delete: Delete an API key from a project.
- keys_list: List all API keys for a project.
members (2):
- members_list: List all members of a project.
- members_remove: Remove a member from a project.
models (2):
- models_get: Retrieve metadata and details for a specific Deepgram model.
- models_list: List all available Deepgram AI models.
projects (4):
- projects_delete: Delete a project and all associated resources.
- projects_get: Retrieve details for a specific project by ID.
- projects_list: Retrieve a list of all projects associated with the API key.
- projects_update: Update the name or settings of a project.
speech (1):
- speech_speak: Convert text to natural-sounding speech audio using multiple voice models.
text (1):
- text_analyze: Analyze text for sentiment, entities, topics, intents, and summaries.
transcription (1):
- transcription_transcribe: Transcribe pre-recorded audio from a URL or file upload with support for 100+ languages, diarization, punctuation, and sentiment.
usage (1):
- usage_get: Retrieve usage statistics and breakdown for a project within a date range.
Top capabilities (ready to call):
- balances_list: GET /v1/projects/{project_id}/balances
- keys_list: GET /v1/projects/{project_id}/keys
- members_list: GET /v1/projects/{project_id}/members