litellm/tests/test_litellm/proxy
Mateo Wang 19c8553052
Merge pull request #40820 from BerriAI/litellm_sanitize_unknown_model_error_message
fix(proxy): keep the raw model string out of the unknown-model spend-log error message
2026-09-11 19:54:34 -07:00
..
_experimental/mcp_server fix(mcp): write failure spend log for guardrail-blocked /mcp-rest/tools/call (#40555) 2026-09-11 12:54:03 -07:00
a2a
agent_endpoints
analytics_endpoints
anthropic_endpoints test(proxy): pass the request to get_marketplace in the archive marketplace test 2026-09-10 14:54:46 -07:00
auth Merge pull request #40396 from jon-walton/litellm_user_budget_webhook_alerts 2026-09-11 18:03:35 -07:00
batches_endpoints
client feat(auto-router): show routed model and savings in Claude Code and Codex (#40330) 2026-09-11 12:52:42 -07:00
common_utils fix(proxy): give user-key objects their own in-memory cache partition (#40713) 2026-09-11 09:52:09 -07:00
config_resolvers
container_endpoints
credential_endpoints
db test(pgbouncer): stop the never-listens replacement test flaking under CI load (#40830) 2026-09-11 19:32:56 -07:00
discovery_endpoints
enterprise_billing
experimental/mcp_server
fine_tuning_endpoints
google_endpoints
guardrails Merge pull request #40609 from csoni-cweave/fix/guardrail-len-mismatch 2026-09-11 19:22:53 -07:00
health_endpoints
hooks fix(proxy): keep the raw model string out of the unknown-model spend-log error message 2026-09-11 18:42:08 -07:00
image_endpoints
list_api
logging_endpoints
management_endpoints Merge pull request #40659 from BerriAI/litellm_team_member_table_search_sort_filter 2026-09-11 19:37:29 -07:00
management_helpers
memory
middleware
ocr_endpoints
openai_files_endpoint
pass_through_endpoints perf(proxy): lazy-load provider passthrough routes (#40691) 2026-09-11 09:48:53 -07:00
policy_engine fix(policy_engine): run global policy pipelines before scoped ones (#39697) 2026-09-11 14:20:10 -07:00
prompts
proxy_server Merge pull request #40554 from haydster7/fix/team-alias-model-metadata 2026-09-11 12:29:46 -07:00
public_endpoints
rag_endpoints
realtime_endpoints
rerank_endpoints
response_api_endpoints
shutdown
spend_tracking style(proxy): drop the docstring bullet and wrap the sanitizer test call 2026-09-11 19:29:53 -07:00
test_configs
types_utils
ui_crud_endpoints
utils fix(db): carry DATABASE_SSLMODE/DATABASE_SSLROOTCERT into the assembled writer and reader URLs (#40815) 2026-09-12 02:14:39 +00:00
vector_store_endpoints
vector_store_files_endpoints
video_endpoints
__init__.py
conftest.py
test__types.py
test_aiohttp_cleanup_closed.py
test_aiohttp_session_recovery.py
test_api_key_masking_in_errors.py
test_audio_speech_prometheus_hooks.py
test_batch_expiry.py
test_batch_metadata_none_fix.py
test_batch_retrieve_bedrock.py
test_batch_x_litellm_model_encoding.py
test_blocked_response_usage.py
test_budget_reservation.py
test_caching_routes.py
test_chat_completion_metadata.py
test_claude_code_marketplace.py
test_collector.py feat(proxy): offload spend tracking to a pod-local collector sidecar (#40545) 2026-09-10 17:14:13 -07:00
test_common_request_processing.py feat(proxy): expose complexity routing headers (#40792) 2026-09-11 17:14:40 -07:00
test_component_allowlists.py
test_conftest.py
test_cors_config.py
test_custom_proxy.py
test_dynamic_mcp_route.py
test_empty_model_list.py
test_enforce_user_param.py
test_fallback_management_endpoints.py
test_fastapi_offline_routes.py
test_filter_models_by_team_access_group.py
test_health_check_functions.py
test_health_check_max_tokens.py
test_init_litellm_callbacks.py
test_langfuse_passthrough_security.py
test_lazy_openapi_snapshot.py
test_litellm_pre_call_utils.py feat(ocr): add Azure Mistral adapter with native authentication (#40502) 2026-09-11 16:22:55 -07:00
test_max_budget_env_var.py
test_mcp_asgi_response.py
test_model_based_routing_files_batches.py
test_model_deprecations_endpoint.py
test_model_dump_with_preserved_fields.py
test_model_id_header_propagation.py
test_model_info_default_limits.py
test_model_level_guardrails.py
test_model_list_healthy_only.py
test_modify_response_streaming_passthrough.py
test_openai_ws_passthrough_routes.py
test_openapi_schema_validation.py
test_plugin_routes.py
test_pointfive_dashboard_config.py
test_pointfive_ui_callback.py
test_pricing_field_strip.py
test_prisma_engine_watchdog.py
test_prisma_migration.py
test_prometheus_cleanup.py
test_prometheus_metrics_server.py
test_provider_url_destination_guard.py
test_proxy_cli.py
test_proxy_logging_hook_detection.py
test_proxy_server.py feat(proxy): make the in-memory management cache capacity configurable (#40725) 2026-09-11 09:55:30 -07:00
test_proxy_types.py
test_proxy_utils.py fix(proxy): keep call_type and request start time on failed-request spend logs (#40558) 2026-09-11 12:22:18 -07:00
test_pyroscope.py
test_read_model_list.py
test_redis_auth_cache_flag.py
test_response_model_sanitization.py
test_route_a2a_models.py
test_route_llm_request.py fix(proxy): keep the raw model string out of the unknown-model spend-log error message 2026-09-11 18:42:08 -07:00
test_route_priority.py perf(proxy): register liveness and core inference routes first (#40687) 2026-09-11 17:10:38 +00:00
test_sensitive_route_auth.py
test_shared_health_check.py
test_spend_log_cleanup.py
test_swagger_chat_completions.py
test_team_member_update.py
test_team_org_move.py
test_tools_allowlist_enforcement.py
test_update_llm_router_resilience.py