AI & ML8 toolsPaste one API key
Deepgram integration for AI agents
Deepgram provides AI-powered speech recognition and understanding services, offering APIs for real-time and pre-recorded audio transcription, text-to-speech, and audio intelligence.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Deepgram once and call the same tools from all of them.
Setup
Connect Deepgram through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Deepgram exposes 8 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
deepgram_get_model | Retrieve metadata for a specific Deepgram model by its UUID | Read |
deepgram_get_models | Retrieve metadata on all public Deepgram models (speech-to-text and text-to-speech) | Read |
deepgram_get_project_usage_summary | Retrieves aggregated usage statistics for a Deepgram project including total audio duration | Read |
deepgram_get_projects | List all Deepgram projects | Read |
deepgram_list_project_scopes | List all scopes for a specified Deepgram project | Read |
deepgram_list_think_models | List available think models for AI agent processing and voice agent configuration | Read |
deepgram_speech_to_text_pre_recorded | Transcribe pre-recorded audio files into text | Read |
deepgram_text_to_speech_rest | Convert text into natural-sounding speech | Read |