litellm/enterprise/litellm_enterprise/proxy
Krish Dholakia 00677afefe
Litellm batch cost tracking debug (#12782)
* feat(proxy_server.py): support batch polling interval

allows admin to control batch polling interval (default is 3600s)

easier debugging

* fix(proxy_settings_endpoint.py): ensure value is actually set before updating env var
2025-07-21 20:17:56 -07:00
..
auth Control Plane + Data Plane support (#12601) 2025-07-14 21:31:56 -07:00
common_utils Litellm batch cost tracking debug (#12782) 2025-07-21 20:17:56 -07:00
guardrails
hooks (#11794) use upsert for managed object table rather than create to avoid UniqueViolationError (#11795) 2025-07-15 20:20:01 -07:00
management_endpoints Teams - Support default key expiry + UI - support enforcing access for members of specific SSO Group (#12023) 2025-06-24 21:58:07 -07:00
vector_stores [Feat] UI - Allow clicking into Vector Stores (#12741) 2025-07-18 14:28:57 -07:00
audit_logging_endpoints.py style: cleanup prints in enterprise 2025-05-24 11:29:15 -07:00
enterprise_routes.py Show remaining users on UI (#11568) 2025-06-09 22:04:45 -07:00
proxy_server.py build(ui/): UI - Public Model Hub v2 (#12532) 2025-07-11 22:24:31 -07:00
readme.md Expose /list and /info endpoints for Audit Log events (#11102) 2025-05-23 22:54:59 -07:00
utils.py

LiteLLM Proxy Enterprise Features - Readme

Overview

This directory contains enterprise features used on the LiteLLM proxy.

Format

Create a file for every group of endpoints (e.g. key_management_endpoints.py, user_management_endpoints.py, etc.)

If there is a broader semantic group of endpoints, create a folder for that group (e.g. management_endpoints, auth_endpoints, etc.)