..
_experimental
[Feat] AI Gateway - Add Tracing for MCP Calls running through AI Gateway ( #21018 )
2026-02-12 10:02:03 -08:00
agent_endpoints
MCP fixes
2026-02-11 18:07:24 -08:00
analytics_endpoints
fix(sql): Optimize SpendLogs queries to use timestamp filtering for index usage ( #17504 )
2025-12-04 21:52:57 -08:00
anthropic_endpoints
[Fix] 404 Not Found on /api/event_logging/batch endpoint ( #20504 )
2026-02-05 10:58:08 -08:00
auth
MCP fixes
2026-02-11 18:07:24 -08:00
batches_endpoints
Fix: Managed Batches: Inconsistent State Management for list and cancel batches
2026-02-03 14:47:28 +05:30
client
Fix team cli auth flow ( #19666 )
2026-01-28 08:52:52 -08:00
common_utils
fix(azure): preserve content_policy_violation error details from Azure OpenAI ( #20883 )
2026-02-10 22:47:03 -08:00
config_management_endpoints
container_endpoints
[Feat] Litellm new endpoint add container file upload ( #18743 )
2026-01-07 13:36:55 +05:30
credential_endpoints
Added new step into rotate master key function for processing credentials table ( #17952 )
2025-12-16 09:40:22 +05:30
custom_hooks
[Feat] SSO - Allow users to run a custom sso login handler ( #12465 )
2025-07-09 16:36:30 -07:00
db
fix(azure): preserve content_policy_violation error details from Azure OpenAI ( #20883 )
2026-02-10 22:47:03 -08:00
discovery_endpoints
fix(azure): preserve content_policy_violation error details from Azure OpenAI ( #20883 )
2026-02-10 22:47:03 -08:00
example_config_yaml
test_chat_completion_low_budget
2026-01-31 16:18:54 -08:00
fine_tuning_endpoints
fix: Get custom_llm_provider from query param ( #16731 )
2025-11-17 19:56:41 -08:00
google_endpoints
fix(proxy): handle agent parameter in /interactions endpoint ( #19866 )
2026-01-27 09:34:58 -08:00
guardrails
fix mypy linting
2026-02-12 10:51:21 -08:00
health_check_utils
fix lint errors ( #15406 )
2025-10-10 14:16:23 -07:00
health_endpoints
Fix health endpoints
2026-01-31 12:25:04 -08:00
hooks
Merge pull request #20481 from Harshit28j/litellm_aws_rotation_fix
2026-02-12 09:36:10 +05:30
image_endpoints
fix(arize-phoenix): dynamic project naming from metadata + guardrails on image generation
2026-02-11 15:45:46 +05:30
management_endpoints
Merge pull request #20598 from muraliavarma/fix/team-update-empty-premium-fields-403
2026-02-12 10:10:27 -08:00
management_helpers
[Feat] Tag Management - Add support for setting tag based budgets ( #15433 )
2025-10-10 19:24:50 -07:00
middleware
PrometheusAuthMiddleware
2025-04-04 20:37:53 -07:00
ocr_endpoints
[Feat] Native /ocr endpoint support ( #15573 )
2025-10-15 17:20:01 -07:00
openai_files_endpoints
Apply suggestion from @greptile-apps[bot]
2026-02-03 16:11:07 +05:30
pass_through_endpoints
addressing comments
2026-02-10 15:16:18 -08:00
policy_engine
fix(model-info): sync DeepSeek model metadata and add bare-name fallback ( #20885 )
2026-02-11 12:48:10 +05:30
prompts
fix(prompts): fix prompt info lookup and delete using correct IDs ( #19358 )
2026-01-20 12:28:34 -08:00
public_endpoints
fixing lint
2026-01-16 18:14:33 -08:00
rag_endpoints
[Feat] LiteLLM Vector Stores - Add permission management for users, teams ( #19972 )
2026-01-28 18:55:40 -08:00
rerank_endpoints
use correct get custom headers
2025-03-12 17:16:51 -07:00
response_api_endpoints
Add native_background_mode to override polling_via_cache for specific models
2026-01-27 15:54:46 -08:00
response_polling
Add native_background_mode to override polling_via_cache for specific models
2026-01-27 15:54:46 -08:00
search_endpoints
masking sensitive values
2026-02-03 16:09:37 -08:00
spend_tracking
[Feat] AI Gateway - Add Tracing for MCP Calls running through AI Gateway ( #21018 )
2026-02-12 10:02:03 -08:00
swagger
Change favicon ( #16837 )
2025-11-19 20:38:22 -08:00
test_prompts
Prompt Management (2/2) - New /prompt/list endpoint + key-based access to prompt templates ( #13218 )
2025-08-02 10:36:38 -07:00
types_utils
[Feat] Allow reading custom logger python scripts from s3 ( #12623 )
2025-07-16 15:07:01 -07:00
ui_crud_endpoints
Merge pull request #20444 from BerriAI/litellm_ui_config_req_auth_mh
2026-02-06 12:34:27 -08:00
vector_store_endpoints
fix: stabilize CI tests - routes and bedrock config
2026-01-31 14:41:02 -08:00
vector_store_files_endpoints
Vector store files Stable Release ( #16643 )
2025-11-15 13:00:33 -08:00
vertex_ai_endpoints
Move query params to create_pass_through_route call ( #17660 )
2025-12-08 12:57:49 -08:00
video_endpoints
Revert "Litellm staging 01 15 2026"
2026-01-17 06:31:34 +09:00
.gitignore
__init__.py
_logging.py
_new_new_secret_config.yaml
_new_secret_config.yaml
Custom Code Guardrails UI Playground ( #20377 )
2026-02-03 19:57:24 -08:00
_super_secret_config.yaml
fix: remove fake keys causing security scans to fail ( #18140 )
2025-12-17 10:14:06 -08:00
_types.py
MCP fixes
2026-02-11 18:07:24 -08:00
cached_logo.jpg
update image and bounded logo in navbar
2026-01-30 16:35:24 -08:00
caching_routes.py
fix install on python
2025-06-14 15:42:06 -07:00
common_request_processing.py
Add http support to custom code guardrails + Unified guardrails for MCP + Agent guardrail support ( #20619 )
2026-02-06 17:34:32 -08:00
custom_auth_auto.py
Custom Auth - bubble up custom exceptions ( #13093 )
2025-07-29 16:28:25 -07:00
custom_prompt_management.py
[Fix] CI/CD - mypy & check_code_and_doc_quality & mcp_testing ( #17920 )
2025-12-13 08:18:43 -08:00
custom_sso.py
Add support for extra fields in Generic SSO via GENERIC_USER_EXTRA_ATTRIBUTES ( #20761 )
2026-02-10 16:00:28 +05:30
custom_validate.py
enterprise
health_check.py
Fix Azure DALL-E-3 health check content policy violation by using safe default prompt ( #16329 )
2025-11-07 15:30:56 -08:00
lambda.py
litellm_pre_call_utils.py
fix(azure): preserve content_policy_violation error details from Azure OpenAI ( #20883 )
2026-02-10 22:47:03 -08:00
llamaguard_prompt.txt
logo.jpg
mcp_tools.py
example mcp tools
2025-03-20 17:53:20 -07:00
model_config.yaml
openapi.json
post_call_rules.py
prisma_migration.py
Revert "Fix/prisma schema permission ( #19391 )"
2026-01-21 17:19:32 +05:30
proxy_cli.py
Fix: log duplication when json_logs is enabled ( #19705 )
2026-01-24 11:09:04 -08:00
proxy_config.yaml
[UI] M2M OAuth2 UI Flow ( #20794 )
2026-02-09 19:28:02 -08:00
proxy_server.py
Merge branch 'main' into litellm_oss_staging_02_11_2026
2026-02-12 21:14:08 +05:30
README.md
route_llm_request.py
_route_user_config_request fix
2026-02-07 12:30:58 -08:00
schema.prisma
fix(azure): preserve content_policy_violation error details from Azure OpenAI ( #20883 )
2026-02-10 22:47:03 -08:00
start.sh
utils.py
addressing comments
2026-02-05 21:27:42 -08:00