deepgram-python-audio-intelligence

Installation
SKILL.md

Using Deepgram Audio Intelligence (Python SDK)

Analytics overlays applied to /v1/listen transcription: summarize, topics, intents, sentiment, language detection, diarization, redaction, entities. Same endpoint / same client methods as STT — enable features via params.

When to use this product

  • You have audio (file, URL, or live stream) and want analytics alongside the transcript.
  • REST is the primary path — most analytics are REST-only.

Use a different skill when:

  • You want a pure transcript with no analytics → deepgram-python-speech-to-text.
  • Your input is already transcribed text → deepgram-python-text-intelligence (/v1/read).
  • You need conversational turn-taking → deepgram-python-conversational-stt.
  • You need a full interactive agent → deepgram-python-voice-agent.

Feature availability: REST vs WSS

Feature REST WSS
Related skills

More from deepgram/deepgram-python-sdk

Installs
1
GitHub Stars
426
First Seen
1 day ago