Labsco
deepgram logo

examples

โ˜… 12

by deepgram ยท part of deepgram/skills

Working examples showing how to use Deepgram with popular platforms, frameworks, and ecosystems.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeNeeds API keys
๐Ÿงฉ One of 7 skills in the deepgram/skills package โ€” works on its own, and pairs well with its siblings.

Working examples showing how to use Deepgram with popular platforms, frameworks, and ecosystems.

Inspect the full instructions your agent will receiveExpand

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

Working examples showing how to use Deepgram with popular platforms, frameworks, and ecosystems. npx skills add https://github.com/deepgram/skills --skill examples Download ZIPGitHub12

Deepgram Examples

Working examples showing how to use Deepgram with popular platforms, frameworks, and ecosystems.

When to use examples

  • You're integrating Deepgram with a specific third-party service (telephony, video, LLM frameworks, bots, cloud platforms)

  • You want a runnable demo of a complete integration, not just SDK-level code

  • You want to see Deepgram slotted into a real-world architecture

Use a different skill when:

  • You want a minimal feature snippet (one product, one language, < 50 lines) โ†’ recipes skill

  • You want a clean starter app to extend with no third-party service โ†’ starters skill

  • You want the raw API contract โ†’ api skill

Browse examples

Repository: https://github.com/deepgram/examples

Examples are numbered (010, 020, ...) and each is a self-contained integration.

Category map

Category Integrations Common STT choice Telephony Twilio, Vonage, SignalWire, Daily.co, Asterisk/FreeSWITCH Nova live (/v1/listen) for call transcription; Flux (/v2/listen) for AI-agent calls Voice AI frameworks LiveKit Agents, Pipecat, OpenAI Agents SDK, CrewAI Flux (/v2/listen) โ€” built-in turn detection; or Voice Agent (/v1/agent/converse) for full-pipeline LLM frameworks LangChain, LlamaIndex, Vercel AI SDK Chat platforms Discord, Slack, Telegram Nova prerecorded (/v1/listen) for attachments Web frameworks Next.js, Nuxt, Django, SvelteKit, NestJS, Express + React, FastAPI, Spring Boot Nova live (/v1/listen) for captions; Nova prerecorded for batch Mobile / desktop Expo, Flutter, Swift iOS, Kotlin Android, Tauri, Electron Nova live (/v1/listen); Flux if the app is a voice agent Cloud / serverless AWS Lambda, Cloudflare Workers Nova prerecorded (/v1/listen) โ€” best fit for request/response Recording platforms Zoom, Riverside.fm Nova prerecorded (/v1/listen) Browser / no-bundler Vanilla JavaScript Nova live (/v1/listen) via the Browser SDK LLM frameworks LangChain, LlamaIndex, Vercel AI SDK Nova or Flux depending on streaming vs batch Low-code / automation n8n community nodes Nova (/v1/listen) for event-driven transcription

Related Deepgram skills

  • api โ€” consolidated REST + WebSocket API reference

  • recipes โ€” focused feature snippets (one feature, one language)

  • starters โ€” starter apps without third-party integrations

  • docs โ€” documentation finder

  • setup-mcp โ€” Deepgram MCP server installation