docs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Deepgram Documentation

Deepgram 文档

Find the right docs for what you're building with Deepgram.
为你基于Deepgram构建的项目找到合适的文档。

Ask AI

咨询AI

Have a question? Get answers from Deepgram's AI assistant at https://developers.deepgram.com/ask-ai.
有疑问?请访问https://developers.deepgram.com/ask-ai,向Deepgram的AI助手获取答案。

Documentation by Topic

按主题分类的文档

Speech-to-Text (STT)

语音转文字(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:
将音频和视频转录为文字。Deepgram提供两个持续维护的下一代模型系列——选择符合你使用场景的模型即可。
  • Nova (
    /v1/listen
    ) — 通用转录(字幕、副标题、批量文件、直播流)。丰富的功能集包括智能叠加层(说话人分离、摘要、情感分析、主题识别、意图识别)。
  • Flux (
    /v2/listen
    ) — 适用于语音代理和交互式助手的对话音频转录。内置话轮转换功能(EOT事件、会话中重新配置)。
文档:

Text-to-Speech (TTS)

文字转语音(TTS)

Convert text into natural-sounding speech.
将文字转换为自然流畅的语音。

Voice Agent

语音代理

Build conversational voice agents powered by Deepgram.
构建基于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.
在你自己的基础设施上运行Deepgram。

API Reference

API参考文档

Full reference for all Deepgram REST and WebSocket APIs.
Deepgram所有REST和WebSocket API的完整参考文档。

SDK-Specific Skills

特定SDK技能

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:
bash
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
如需符合语言习惯的代码模式(导入、异步语法、错误处理、类型结构),请安装Deepgram SDK专属技能。每个Deepgram SDK都发布了7个产品技能以及一个维护者技能:
bash
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

相关Deepgram技能

  • 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
  • api
    — 整合式REST + WebSocket API参考文档
  • recipes
    — 各语言的最小可运行功能代码片段
  • examples
    — 与第三方平台的完整集成示例
  • starters
    — 可运行的入门应用(框架×功能)
  • setup-mcp
    — Deepgram MCP服务器安装

MCP Server

MCP服务器

For direct documentation querying from your AI coding tool, use
/deepgram:mcp
to set up the Deepgram MCP server.
如需从AI编码工具中直接查询文档,请使用
/deepgram:mcp
来设置Deepgram MCP服务器。