deepgram-rust-audio-intelligence

Installation
SKILL.md

Using Deepgram Audio Intelligence (Rust SDK)

Use this skill when the user wants transcript plus enrichment from audio, not a standalone text analysis request.

When to use this product

  • Running summarization, topics, intents, sentiments, entity detection, paragraphs, search, diarization, or utterances against audio.
  • Explaining that the Rust crate exposes these features through STT Options, not a separate audio_intelligence module.

Authentication

Audio intelligence rides on the listen feature because it is implemented through prerecorded transcription.

[dependencies]
deepgram = { version = "0.10.0", default-features = false, features = ["listen"] }
tokio = { version = "1", features = ["full"] }
Installs
2
GitHub Stars
66
First Seen
May 31, 2026
deepgram-rust-audio-intelligence — deepgram/deepgram-rust-sdk