Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

deepgram/deepgram-python-sdk

5 skills129 installs2.3k starsGitHub

Install

npx skills add https://github.com/deepgram/deepgram-python-sdk

Skills in this repo

1Deepgram Python Speech To TextA Python SDK skill for basic Deepgram Speech-to-Text (ASR) on the /v1/listen endpoint, covering both REST one-shot transcription of files or URLs and continuous WebSocket streaming for live audio. Reach for it when you need a plain transcript - batch captioning, offline analysis, or real-time microphone/phone input - without analytics overlays. It is the foundation skill; separate skills add summarization, turn-taking, or full voice agents.32installs2Deepgram Python Audio IntelligenceA Python SDK skill for enabling Deepgram audio-intelligence overlays on the /v1/listen endpoint - summarization, topic and intent detection, sentiment, speaker diarization, PII redaction, and language detection - via the same client.listen methods used for plain transcription. Reach for it when you have audio (file, URL, or live stream) and need analytics alongside the transcript, and want to know which features are REST-only versus available over WebSocket.25installs3Deepgram Python Conversational SttA Python SDK skill for Deepgram Conversational STT v2 (Flux) at the /v2/listen WebSocket endpoint, giving turn-aware streaming transcription with explicit end-of-turn detection. Reach for it when building a conversational UI that needs clear turn boundaries and barge-in handling rather than general-purpose captions, using client.listen.v2.connect and Flux models like flux-general-en. It sits between plain v1 ASR and a full interactive voice agent.25installs4Deepgram Python Management ApiA Python SDK skill for Deepgram's Management REST APIs - listing and updating projects, managing API keys, members and invites, querying usage and billing, discovering and pinning STT/TTS models, and persisting reusable Voice Agent configurations. Reach for it when you need to administer a Deepgram account programmatically or store agent configs by agent_id rather than run transcription or an interactive agent. All methods are REST under client.manage.v1.*.24installs5Deepgram Python Text IntelligenceA Python SDK skill for Deepgram Text Intelligence (the /v1/read endpoint), analyzing plain text or a hosted text URL for sentiment, summarization, topic detection, and intent recognition via client.read.v1.text.analyze. Reach for it when you already have text - a transcript, document, chat log, or email - and want quick one-shot analytics, rather than analyzing audio. It offers both sync and async clients and is REST-only.23installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.