recipes
Installation
SKILL.md
Deepgram Recipes
Agent-maintained micro-recipes showing how to use every Deepgram SDK feature across every supported language. Each recipe is a focused, runnable snippet — not a full app.
When to use recipes
- You know the product and feature; you want the shortest working code
- You want
example.py/example.js/example.go/ etc. you can copy into your project - You want a language-specific answer to "how do I call
{feature}with the Deepgram SDK?"
Use a different skill when:
- You want a full starter app with a web UI, deploy config, etc. →
startersskill - You want integration with a third-party platform (Twilio, LiveKit, Vercel AI SDK, Discord, etc.) →
examplesskill - You want the full API contract (params, responses, message shapes) →
apiskill
Browse recipes
Repository: https://github.com/deepgram/recipes
Related skills