litellm/enterprise/litellm_enterprise/proxy
Alexsander Hamir eaa04cd8ce
fix: use fastuuid helper (#14903)
* fix: use fastuuid helper across the codebase

First batch of changes, simple drop in replacement.

* second batch of changes

* fixed: script mistake on helper file
2025-09-25 15:47: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 fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
guardrails [Feat - Guardrails] Expose /apply_guardrail endpoint for directly calling guardrail (#10867) 2025-05-15 14:52:24 -07:00
hooks fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
management_endpoints [Feat] Proxy CLI: Create a python method to login using litellm proxy (#14782) 2025-09-22 21:28:38 -07:00
vector_stores [Feat] Proxy CLI: Create a python method to login using litellm proxy (#14782) 2025-09-22 21:28:38 -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.)