..
_experimental
Update litellm/proxy/_experimental/mcp_server/server.py
2026-04-30 12:06:08 +05:30
agent_endpoints
feat(guardrails): LLM-as-a-Judge guardrail ( #26360 )
2026-04-24 17:15:32 -07:00
analytics_endpoints
fix(spend): session-TZ-independent date filtering for spend/error log queries
2026-04-10 17:04:52 -07:00
anthropic_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
auth
Merge pull request #26691 from BerriAI/litellm_team_search_credentials_metadata
2026-04-30 08:35:17 +05:30
batches_endpoints
Merge pull request #23957 from Sameerlite/litellm_vertex-cancel-batch
2026-03-20 23:32:50 +05:30
client
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
common_utils
Merge pull request #26460 from BerriAI/litellm_expired_dashboard_key_cleanup
2026-04-27 20:22:05 -07:00
config_management_endpoints
container_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
credential_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
custom_hooks
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
db
Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_dbReconnectNonBlocking_local
2026-04-29 13:57:35 -07:00
discovery_endpoints
feat: add control plane for multi-proxy worker management
2026-03-19 22:50:19 -07:00
example_config_yaml
fix(adaptive_router): 3 P1 review defects
2026-04-20 15:22:18 -07:00
fine_tuning_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
google_endpoints
feat(proxy): LiteLLM headers on Google native generateContent routes ( #25500 )
2026-04-29 12:34:14 -07:00
guardrails
fix noma v2 deepcopy crashing in build scan payload - new PR ( #26605 )
2026-04-27 08:51:26 -07:00
health_check_utils
Optimize database query which fetches latest model_id, model_name pairs and dedupes them in memory.
2026-04-15 00:54:37 +00:00
health_endpoints
fix: /health/readiness 503 loop when DB is unreachable ( #26134 )
2026-04-20 15:29:43 -07:00
hooks
fix: skip personal budget check in MaxBudgetLimiter for team-key requests
2026-04-21 10:38:08 -07:00
image_endpoints
fix: tighten file input handling in image edit endpoints
2026-04-22 18:04:39 -07:00
management_endpoints
Merge pull request #26691 from BerriAI/litellm_team_search_credentials_metadata
2026-04-30 08:35:17 +05:30
management_helpers
fix mypy
2026-04-29 13:14:04 +05:30
memory
Litellm memory improvements v2 ( #26541 )
2026-04-25 19:03:43 -07:00
middleware
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
ocr_endpoints
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
openai_evals_endpoints
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
openai_files_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
pass_through_endpoints
Merge pull request #26719 from BerriAI/litellm_fix-bedrock-stream-interrupt-spend-da73
2026-04-30 09:09:08 +05:30
policy_engine
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
prompts
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
public_endpoints
Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_/wonderful-bouman
2026-04-17 21:32:09 -07:00
rag_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
realtime_endpoints
[Fix] Use type:ignore instead of Union return type for realtime endpoint
2026-03-13 11:42:26 -07:00
rerank_endpoints
response_api_endpoints
fix: address Greptile review comments
2026-03-19 14:10:58 +05:30
response_polling
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
search_endpoints
feat(proxy): move search tool access to object permissions
2026-04-29 12:29:20 +05:30
spend_tracking
fix(spend-tracking): drop orphaned imports; align tests with alias contract
2026-04-29 18:53:12 +00:00
swagger
test_prompts
types_utils
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
ui_crud_endpoints
Merge pull request #26442 from BerriAI/litellm_feat-restrict-org-admin-permissions
2026-04-25 08:50:26 -07:00
vector_store_endpoints
fix(vector-stores): re-raise HTTPException from get_vector_store_info; allowlist recursion
2026-04-29 18:56:55 +00:00
vector_store_files_endpoints
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
vertex_ai_endpoints
style: run black formatter on files from main merge
2026-04-17 13:02:59 -07:00
video_endpoints
[Staging] - Ishaan March 17th ( #23903 )
2026-03-18 15:09:01 -07:00
workflows
feat(proxy): durable agent workflow run tracking via /v1/workflows/runs ( #26793 )
2026-04-29 17:12:18 -07:00
.gitignore
__init__.py
_logging.py
_new_new_secret_config.yaml
_new_secret_config.yaml
Litellm krrish staging 04 20 2026 ( #26138 )
2026-04-20 16:22:12 -07:00
_super_secret_config.yaml
fix: prompt registry
2026-02-18 00:34:54 +05:30
_types.py
Merge branch 'litellm_internal_staging' into fix/mcp-sampling-elicitation-hardening
2026-04-30 10:57:55 +05:30
cached_logo.jpg
fix: prompt registry
2026-02-18 00:34:54 +05:30
caching_routes.py
common_request_processing.py
feat(proxy): LiteLLM headers on Google native generateContent routes ( #25500 )
2026-04-29 12:34:14 -07:00
compliance_checks.py
Add compliance checker endpoints + UI panel ( #21432 )
2026-02-17 18:22:26 -08:00
custom_auth_auto.py
custom_prompt_management.py
fix: prompt registry
2026-02-18 00:34:54 +05:30
custom_sso.py
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
custom_validate.py
dd_span_tagger.py
style: run black formatter on entire codebase
2026-03-11 17:07:57 -03:00
enterprise
health_check.py
style: apply black formatting
2026-04-20 16:02:21 -07:00
lambda.py
litellm_pre_call_utils.py
Prompt Compression - add it to the proxy ( #25729 )
2026-04-20 15:08:00 -07:00
llamaguard_prompt.txt
logo.jpg
mcp_registry.json
feat(ui): group MCP tools by CRUD risk category in allowlist panels ( #23403 )
2026-03-11 21:15:25 -07:00
mcp_tools.py
model_config.yaml
openapi.json
openapi_registry.json
feat(ui): OpenAPI MCP server support with popular API quick-picker ( #23200 )
2026-03-10 13:59:52 -07:00
post_call_rules.py
prisma_migration.py
Revert "Fix/prisma schema permission ( #19391 )"
2026-01-21 17:19:32 +05:30
prometheus_cleanup.py
Add Prometheus child_exit cleanup for gunicorn workers
2026-02-27 16:11:15 -08:00
proxy_cli.py
feat(proxy): add --timeout_worker_healthcheck flag for uvicorn worker triage
2026-04-27 11:06:56 -07:00
proxy_config.yaml
fix: prompt registry
2026-02-18 00:34:54 +05:30
proxy_server.py
feat(proxy): durable agent workflow run tracking via /v1/workflows/runs ( #26793 )
2026-04-29 17:12:18 -07:00
README.md
build: migrate packaging, CI, and Docker from Poetry to uv ( #25007 )
2026-04-09 11:46:23 -07:00
route_llm_request.py
fix: align agent endpoint and routing permission checks with existing pattern
2026-04-16 17:22:28 -07:00
schema.prisma
Merge pull request #26691 from BerriAI/litellm_team_search_credentials_metadata
2026-04-30 08:35:17 +05:30
start.sh
utils.py
Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_dbReconnectNonBlocking_local
2026-04-29 13:57:35 -07:00