litellm-mirror/litellm/realtime_api
Krish Dholakia 9f27e8363f
Realtime API: Support 'base_model' cost tracking + show response in spend logs (if enabled) (#9897)
* refactor(litellm_logging.py): refactor realtime cost tracking to use common code as rest

Ensures basic features like base model just work

* feat(realtime/): support 'base_model' cost tracking on realtime api

Fixes issue where base model was not working on realtime

* fix: fix ruff linting error

* test: fix test
2025-04-10 21:24:45 -07:00
..
main.py Realtime API: Support 'base_model' cost tracking + show response in spend logs (if enabled) (#9897) 2025-04-10 21:24:45 -07:00
README.md OpenAI /v1/realtime api support (#6047) 2024-10-03 17:11:22 -04:00

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