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.