#17475 [Bug]: LiteLLMProxy no longer show the list of models to the users
### What happened?
In the most recent update to liteLLM proxy, only the admin can the under "Model + Endpoints"... normal users get a blank page now matter which option they choose. `View: Current Team Models` or `View: All Available Models`
### Relevant log output
```shell litellm-proxy | 10:34:21 - LiteLLM Proxy:ERROR: auth_exception_handler.py:79 - litellm.proxy.proxy_server.user_api_key_auth(): Exception occured - Only proxy admin can be used to generate, delete, update info for new keys/users/teams. Route=/schedule/model_cost_map_reload/status. Your role=internal_user. Your user_id=e3fd90****************************f9 litellm-proxy | Requester IP Address:172.24.0.1 litellm-proxy | Traceback (most recent call last): litellm-proxy | File "/usr/lib/python3.13/site-packages/litellm/proxy/auth/user_api_key_auth.py", line 1143, in _user_api_key_auth_builder litellm-proxy | _ = await common_checks( litellm-proxy | ^^^^^^^^^^^^^^^^^^^^ litellm-proxy | ...<11 lines>... litellm-proxy | ) litellm-proxy | ^ litellm-proxy | File "/usr/lib/python3.13/site-packages/litellm/proxy/auth/auth_checks.py", line 247, in common_…