deepgram-rust-text-intelligence
Installation
SKILL.md
Using Deepgram Text Intelligence (Rust SDK)
Use this skill when the request is about summarization, sentiment, topics, or intents for text input rather than audio.
When to use this product
- Analyzing plain text via Deepgram's
/v1/readAPI. - Building text summarization, topic detection, intent recognition, or sentiment analysis.
- Explaining the gap between Deepgram product support and the current Rust crate surface.
Authentication
Not yet supported in this crate as a first-class module. There is no deepgram::read, deepgram::text_intelligence, or equivalent typed client in src/ today.
Use raw HTTP with reqwest: