mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
| .. | ||
| main.py | ||
| README.md | ||
Abstraction / Routing logic for OpenAI's /v1/realtime endpoints.
Supported endpoints:
- WebSocket:
/v1/realtime(withintent=transcriptionfor transcription-only sessions) - HTTP:
/v1/realtime/client_secrets,/v1/realtime/transcription_sessions
Supported providers: OpenAI, Azure OpenAI, Bedrock, Vertex AI, xAI.
For user-facing documentation and usage examples, see the litellm-docs repo.