litellm/tests/test_litellm/proxy/auth
Copilot f22fd4cddd
Fix: Add /v1/messages/count_tokens to Anthropic routes for non-admin user access (#15034)
* Initial plan

* Fix: Add /v1/messages/count_tokens to Anthropic routes for user access

Co-authored-by: ishaan-jaff <29436595+ishaan-jaff@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ishaan-jaff <29436595+ishaan-jaff@users.noreply.github.com>
2025-09-29 18:16:52 -07:00
..
test_auth_checks.py feat(proxy): Assign default budget to auto-generated JWT teams 2025-09-14 12:04:43 -07:00
test_auth_exception_handler.py
test_handle_jwt.py test_handle_jwt.py 2025-08-13 17:27:50 -07:00
test_litellm_license.py Show remaining users on UI (#11568) 2025-06-09 22:04:45 -07:00
test_model_checks_fallbacks.py feat: extended /v1/models endpoint, now it returns with fallbacks on demand (#12811) 2025-07-22 23:16:46 -07:00
test_model_checks.py litellm/proxy: preserve model order of /v1/models and /model_group/info (#13178) 2025-08-02 08:57:38 -07:00
test_route_checks.py Fix: Add /v1/messages/count_tokens to Anthropic routes for non-admin user access (#15034) 2025-09-29 18:16:52 -07:00
test_user_api_key_auth.py