litellm/enterprise/litellm_enterprise/proxy
2025-08-20 22:26:01 -07:00
..
auth Ensure disable_llm_api_endpoints works + Add wildcard model support for 'team-byok' model (#13278) 2025-08-04 23:19:51 -07:00
common_utils Revert "Litellm dev 07 21 2025 p1 (#12848)" 2025-07-22 18:28:36 -07:00
guardrails [Feat - Guardrails] Expose /apply_guardrail endpoint for directly calling guardrail (#10867) 2025-05-15 14:52:24 -07:00
hooks [MCP Gateway] Litellm mcp pre and during guardrails (#13188) 2025-08-01 20:02:25 -07:00
management_endpoints fix(internal_user_endpoints.py): show remaining users when free SSO users is enabled 2025-08-20 22:26:01 -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.)