docs

tarafından deepgram

Deepgram ile oluşturduğunuz şey için doğru dokümanları bulun.

npx skills add https://github.com/deepgram/skills --skill docs

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.

deepgram tarafından daha fazla skill

deepclaw-voice
deepgram
Deepgram Voice Agent API kullanarak OpenClaw'a telefon araması kurulumu yapın
official
deepgram-js-audio-intelligence
deepgram
Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram audio analytics overlays on `/v1/listen` - summarize, topics, intents,…
official
deepgram-js-conversational-stt
deepgram
Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Conversational STT v2 / Flux (`/v2/listen`) for turn-aware streaming…
official
deepgram-js-maintaining-sdk
deepgram
Use when regenerating this JavaScript/TypeScript SDK with Fern, editing `.fernignore`, preparing the repo for a generator release, reconciling hand-maintained…
official
deepgram-js-management-api
deepgram
Bu repoda Deepgram Yönetim API'lerini projeler, API anahtarları, üyeler, davetler, istekler, kullanım vb. için çağıran JavaScript/TypeScript yazarken veya incelerken kullanın.
official
deepgram-js-speech-to-text
deepgram
Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Speech-to-Text v1 (`/v1/listen`) for prerecorded or live audio…
official
deepgram-js-text-to-speech
deepgram
Use when writing or reviewing JavaScript/TypeScript in this repo that calls Deepgram Text-to-Speech v1 (`/v1/speak`) for audio synthesis. Covers one-shot REST…
official
deepgram-js-voice-agent
deepgram
Use when writing or reviewing JavaScript/TypeScript in this repo that builds an interactive voice agent via `agent.deepgram.com/v1/agent/converse`. Covers…
official