mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
# Conflicts: # litellm/integrations/otel/model/metadata.py # litellm/litellm_core_utils/coroutine_checker.py # litellm/litellm_core_utils/exception_mapping_utils.py # litellm/litellm_core_utils/llm_response_utils/response_metadata.py # litellm/llms/bedrock_mantle/responses/transformation.py # litellm/llms/openai/chat/guardrail_translation/handler.py # litellm/proxy/common_utils/reset_budget_job.py # litellm/proxy/db/db_spend_update_writer.py # litellm/proxy/guardrails/guardrail_hooks/llm_as_a_judge/__init__.py # litellm/proxy/openai_files_endpoints/storage_backend_service.py # litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py # litellm/realtime_api/main.py |
||
|---|---|---|
| .. | ||
| 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.