mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs(deepgram.md): add table clarifying supported openai endpoint
This commit is contained in:
parent
cd59e62b40
commit
bbf46913fa
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue