
docs
โ 12by deepgram ยท part of deepgram/skills
Find the right docs for what you're building with Deepgram.
Find the right docs for what you're building with Deepgram.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates โ shown here so you can audit it before installing. You don't need to read it to use the skill.
by deepgram
Find the right docs for what you're building with Deepgram.
npx skills add https://github.com/deepgram/skills --skill docs
Download ZIPGitHub12
Deepgram Documentation
Find the right docs for what you're building with Deepgram.
Ask AI
Have a question? Get answers from Deepgram's AI assistant at https://developers.deepgram.com/ask-ai.
Documentation by Topic
Speech-to-Text (STT)
Transcribe audio and video into text. Deepgram ships two actively maintained, next-gen model families โ pick the one that matches your use case.
-
Nova (
/v1/listen) โ general-purpose transcription (captions, subtitles, batch files, live streams). Rich feature set including intelligence overlays (diarize, summarize, sentiment, topics, intents). -
Flux (
/v2/listen) โ conversational-audio transcription for voice agents and interactive assistants. Built-in turn-taking (EOT events, mid-session reconfig).
Docs:
Text-to-Speech (TTS)
Convert text into natural-sounding speech.
Voice Agent
Build conversational voice agents powered by Deepgram.
Text and Audio Intelligence
Analyze text and audio for sentiment, topics, intents, summaries, and more.
Self-Hosted Deployments
Run Deepgram on your own infrastructure.
API Reference
Full reference for all Deepgram REST and WebSocket APIs.
SDK-Specific Skills
For language-idiomatic code patterns (imports, async idioms, error handling, type shapes), install the Deepgram SDK's own skills. Every Deepgram SDK publishes 7 product skills plus a maintainer skill:
npx skills add deepgram/deepgram-python-sdk # Python
npx skills add deepgram/deepgram-js-sdk # JavaScript / TypeScript
npx skills add deepgram/deepgram-java-sdk # Java
npx skills add deepgram/deepgram-go-sdk # Go
npx skills add deepgram/deepgram-rust-sdk # Rust
npx skills add deepgram/deepgram-swift-sdk # Swift
npx skills add deepgram/deepgram-kotlin-sdk # Kotlin
npx skills add deepgram/deepgram-dotnet-sdk # C# / .NET
npx skills add deepgram/deepgram-browser-sdk # Browser TypeScript
Related Deepgram skills
-
apiโ consolidated REST + WebSocket API reference -
recipesโ minimal runnable feature snippets per language -
examplesโ full integration examples with third-party platforms -
startersโ runnable starter apps (framework ร feature) -
setup-mcpโ Deepgram MCP server installation
MCP Server
For direct documentation querying from your AI coding tool, use /deepgram:mcp to set up the Deepgram MCP server.
npx skills add deepgram/deepgram-python-sdk # Python
npx skills add deepgram/deepgram-js-sdk # JavaScript / TypeScript
npx skills add deepgram/deepgram-java-sdk # Java
npx skills add deepgram/deepgram-go-sdk # Go
npx skills add deepgram/deepgram-rust-sdk # Rust
npx skills add deepgram/deepgram-swift-sdk # Swift
npx skills add deepgram/deepgram-kotlin-sdk # Kotlin
npx skills add deepgram/deepgram-dotnet-sdk # C# / .NET
npx skills add deepgram/deepgram-browser-sdk # Browser TypeScriptRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.