litellm/tests/test_litellm/proxy/management_endpoints
Ishaan Jaff b360cc957e
[Feat] Model Management API - Add API Endpoint for creating model access group (#16663)
* add NewModelGroupRequest

* add endpoint for create_model_group

* fix model_access_group_management_router

* add UpdateModelGroupRequest, info and delete

* fix model management tag

* fix validate_models_exist

* fix get_all_access_groups_from_db

* test_create_duplicate_access_group_fails

* test fixes

* fix working create access groups

* fix access group management endpoints

* add is db model checks for model access groups
2025-11-14 16:40:43 -08:00
..
scim fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
test_access_group_management.py [Feat] Model Management API - Add API Endpoint for creating model access group (#16663) 2025-11-14 16:40:43 -08:00
test_budget_endpoints.py [Bug Fix] Create/Update team member api 500 errror (#10479) 2025-06-03 15:57:33 -07:00
test_cache_settings_endpoints.py [Feat] UI - Allow setting cache settings on UI (#16143) 2025-10-31 17:43:59 -07:00
test_callback_management_endpoints.py fix test 2025-07-03 15:37:10 -07:00
test_common_daily_activity.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_cost_tracking_settings.py [Feat] UI - Allow setting Provider Discounts on UI (#15550) 2025-10-14 20:08:18 -07:00
test_customer_budget.py test(customer): add unit tests for customer budget update functionality 2025-07-30 17:01:18 +00:00
test_customer_endpoints.py [Fix] Management Endpoints - Fixes inconsistent error responses in customer management endpoints. Non-existent user errors now return proper 404 status codes with consistent error schema format across all endpoints. (#16450) 2025-11-10 17:16:53 -08:00
test_delete_callbacks_endpoint.py test_delete_callbacks_in_db 2025-11-08 14:05:44 -08:00
test_entraid_app_roles.py fix: app_roles missing from jwt payload (#16448) 2025-11-12 12:07:04 -08:00
test_internal_user_endpoints.py fix(team_endpoints.py): ensure user id correctly added when new team … (#12719) 2025-07-17 22:31:44 -07:00
test_key_management_endpoints.py Org level tpm/rpm limits + Team tpm/rpm validation when assigned to org (#15549) 2025-10-25 13:40:29 -07:00
test_mcp_management_endpoints.py fix: avoid crashing when MCP server record lacks credentials (#16601) 2025-11-13 22:01:11 -08:00
test_model_management_endpoints.py Fix: Make PATCH /model/{model_id}/update handle team_id consistently with POST /model/new (#15297) 2025-10-07 14:04:08 -07:00
test_organization_endpoints.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
test_tag_management_endpoints.py test tag mgmt 2025-10-11 08:48:37 -07:00
test_team_endpoints.py [Fix] Use user budget instead of key budget when creating new team (#16074) 2025-11-11 18:55:05 -08:00
test_ui_sso.py Fixed /model_group/info returning entire model list for SSO users (#16296) 2025-11-05 18:30:30 -08:00