examples
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeepgram Examples
Deepgram示例
Working examples showing how to use Deepgram with popular platforms, frameworks, and ecosystems.
展示如何在热门平台、框架及生态系统中使用Deepgram的可运行示例。
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) → skill
recipes - You want a clean starter app to extend with no third-party service → skill
starters - You want the raw API contract → skill
api
- 您正在将Deepgram与特定第三方服务(电话通讯、视频、LLM框架、机器人、云平台)集成
- 您需要完整集成的可运行演示,而非仅SDK层面的代码
- 您希望查看Deepgram在真实架构中的应用场景
请使用其他技能的场景:
- 您需要极简功能片段(单一产品、单一语言、少于50行代码)→ 使用技能
recipes - 您需要无第三方服务依赖的纯净启动应用用于扩展→ 使用技能
starters - 您需要原始API契约→ 使用技能
api
Browse examples
浏览示例
Repository: https://github.com/deepgram/examples
Examples are numbered (010, 020, ...) and each is a self-contained integration.
示例按编号(010、020……)排列,每个示例都是独立完整的集成项目。
Category map
分类映射表
| Category | Integrations | Common STT choice |
|---|---|---|
| Telephony | Twilio, Vonage, SignalWire, Daily.co, Asterisk/FreeSWITCH | Nova live ( |
| Voice AI frameworks | LiveKit Agents, Pipecat, OpenAI Agents SDK, CrewAI | Flux ( |
| LLM frameworks | LangChain, LlamaIndex, Vercel AI SDK | |
| Chat platforms | Discord, Slack, Telegram | Nova prerecorded ( |
| Web frameworks | Next.js, Nuxt, Django, SvelteKit, NestJS, Express + React, FastAPI, Spring Boot | Nova live ( |
| Mobile / desktop | Expo, Flutter, Swift iOS, Kotlin Android, Tauri, Electron | Nova live ( |
| Cloud / serverless | AWS Lambda, Cloudflare Workers | Nova prerecorded ( |
| Recording platforms | Zoom, Riverside.fm | Nova prerecorded ( |
| Browser / no-bundler | Vanilla JavaScript | Nova live ( |
| LLM frameworks | LangChain, LlamaIndex, Vercel AI SDK | Nova or Flux depending on streaming vs batch |
| Low-code / automation | n8n community nodes | Nova ( |
| 分类 | 集成对象 | 常用STT选择 |
|---|---|---|
| 电话通讯 | Twilio、Vonage、SignalWire、Daily.co、Asterisk/FreeSWITCH | Nova实时( |
| 语音AI框架 | LiveKit Agents、Pipecat、OpenAI Agents SDK、CrewAI | Flux( |
| LLM框架 | LangChain、LlamaIndex、Vercel AI SDK | |
| 聊天平台 | Discord、Slack、Telegram | Nova预录制( |
| Web框架 | Next.js、Nuxt、Django、SvelteKit、NestJS、Express + React、FastAPI、Spring Boot | Nova实时( |
| 移动/桌面端 | Expo、Flutter、Swift iOS、Kotlin Android、Tauri、Electron | Nova实时( |
| 云/无服务器 | AWS Lambda、Cloudflare Workers | Nova预录制( |
| 录制平台 | Zoom、Riverside.fm | Nova预录制( |
| 浏览器/无打包工具 | Vanilla JavaScript | 通过Browser SDK使用Nova实时( |
| LLM框架 | LangChain、LlamaIndex、Vercel AI SDK | 根据流式处理或批量处理选择Nova或Flux |
| 低代码/自动化 | n8n社区节点 | Nova( |
Install the related SDK skills
安装相关SDK技能
If your integration uses a specific Deepgram SDK, install its skills for language-idiomatic patterns:
bash
npx skills add deepgram/deepgram-python-sdk # Python
npx skills add deepgram/deepgram-js-sdk # Node.js / 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-dotnet-sdk # C# / .NET
npx skills add deepgram/deepgram-swift-sdk # Swift
npx skills add deepgram/deepgram-kotlin-sdk # Kotlin
npx skills add deepgram/deepgram-browser-sdk # Browser TypeScript如果您的集成使用了特定的Deepgram SDK,请安装对应技能以获取符合语言习惯的代码模式:
bash
npx skills add deepgram/deepgram-python-sdk # Python
npx skills add deepgram/deepgram-js-sdk # Node.js / 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-dotnet-sdk # C# / .NET
npx skills add deepgram/deepgram-swift-sdk # Swift
npx skills add deepgram/deepgram-kotlin-sdk # Kotlin
npx skills add deepgram/deepgram-browser-sdk # Browser TypeScriptRelated Deepgram skills
相关Deepgram技能
- — consolidated REST + WebSocket API reference
api - — focused feature snippets (one feature, one language)
recipes - — starter apps without third-party integrations
starters - — documentation finder
docs - — Deepgram MCP server installation
setup-mcp
- — 整合式REST + WebSocket API参考文档
api - — 聚焦单一功能的代码片段(单一功能、单一语言)
recipes - — 无第三方集成的启动应用
starters - — 文档查找工具
docs - — Deepgram MCP服务器安装指南
setup-mcp