litellm/litellm/realtime_api
mateo-berri 2a76f54a5a fix(bedrock): merge main and thread aws_session_tags through the auth struct
Merge origin/main (a9ee15372f) into the typed AwsAuthParams refactor so the
session tags PR #40446 added land in the struct: resolve_credentials
canonicalizes aws_session_tags before STS, the realtime path forwards them,
and Files upload/download plus bodiless S3 signing now assume the role with
the tags instead of dropping them.
2026-09-18 10:41:52 -07:00
..
main.py fix(bedrock): merge main and thread aws_session_tags through the auth struct 2026-09-18 10:41:52 -07:00
README.md feat: litellm oss 110626 (#30202) 2026-06-11 22:30:26 -07:00

Abstraction / Routing logic for OpenAI's /v1/realtime endpoints.

Supported endpoints:

  • WebSocket: /v1/realtime (with intent=transcription for 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.