From bbf46913fa7452f3153efe21d619f7ecaf05e7ef Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 28 Dec 2024 20:21:31 -0800 Subject: [PATCH] docs(deepgram.md): add table clarifying supported openai endpoint --- docs/my-website/docs/providers/deepgram.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/my-website/docs/providers/deepgram.md b/docs/my-website/docs/providers/deepgram.md index adc66dfa0e..596f44b214 100644 --- a/docs/my-website/docs/providers/deepgram.md +++ b/docs/my-website/docs/providers/deepgram.md @@ -5,6 +5,13 @@ import TabItem from '@theme/TabItem'; LiteLLM supports Deepgram's `/listen` endpoint. +| Property | Details | +|-------|-------| +| Description | Deepgram's voice AI platform provides APIs for speech-to-text, text-to-speech, and language understanding. | +| Provider Route on LiteLLM | `deepgram/` | +| Provider Doc | [Deepgram ↗](https://developers.deepgram.com/docs/introduction) | +| Supported OpenAI Endpoints | `/audio/transcriptions` | + ## Quick Start ```python