docs(deepgram.md): add table clarifying supported openai endpoint

This commit is contained in:
Krrish Dholakia
2024-12-28 20:21:31 -08:00
parent cd59e62b40
commit bbf46913fa
@@ -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