INFO: Started server process [126106] INFO: Waiting for application startup. ██╗ ██╗████████╗███████╗██╗ ██╗ ███╗ ███╗ ██║ ██║╚══██╔══╝██╔════╝██║ ██║ ████╗ ████║ ██║ ██║ ██║ █████╗ ██║ ██║ ██╔████╔██║ ██║ ██║ ██║ ██╔══╝ ██║ ██║ ██║╚██╔╝██║ ███████╗██║ ██║ ███████╗███████╗███████╗██║ ╚═╝ ██║ ╚══════╝╚═╝ ╚═╝ ╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ #------------------------------------------------------------# # # # 'A feature I really want is...' # # https://github.com/BerriAI/litellm/issues/new # # # #------------------------------------------------------------# Thank you for using LiteLLM! - Krrish & Ishaan Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new LiteLLM: Proxy initialized with Config, Set models:  gpt-4o query-engine ac9d7041ed77bcc8a8dbd2ab6616b39013829574 INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:58155 (Press CTRL+C to quit) 06:58:14 - LiteLLM Proxy:ERROR: auth_exception_handler.py:78 - litellm.proxy.proxy_server.user_api_key_auth(): Exception occured - No api key passed in. Requester IP Address:127.0.0.1 Traceback (most recent call last): File "/data/pruva/project-cache/ea84d142-3b88-4e3b-ad6b-a004b7386804/venvs/litellm_vuln_1_83_6/lib/python3.14/site-packages/litellm/proxy/auth/user_api_key_auth.py", line 947, in _user_api_key_auth_builder raise Exception("No api key passed in.") Exception: No api key passed in. INFO: 127.0.0.1:37334 - "GET /health HTTP/1.1" 401 Unauthorized INFO: 127.0.0.1:37342 - "POST /key/generate HTTP/1.1" 200 OK 06:58:14 - LiteLLM Proxy:ERROR: auth_exception_handler.py:78 - litellm.proxy.proxy_server.user_api_key_auth(): Exception occured - Requester IP Address:127.0.0.1 Traceback (most recent call last): File "/data/pruva/project-cache/ea84d142-3b88-4e3b-ad6b-a004b7386804/venvs/litellm_vuln_1_83_6/lib/python3.14/site-packages/litellm/proxy/auth/user_api_key_auth.py", line 1218, in _user_api_key_auth_builder raise e File "/data/pruva/project-cache/ea84d142-3b88-4e3b-ad6b-a004b7386804/venvs/litellm_vuln_1_83_6/lib/python3.14/site-packages/litellm/proxy/auth/user_api_key_auth.py", line 1206, in _user_api_key_auth_builder valid_token = await get_key_object( ^^^^^^^^^^^^^^^^^^^^^ ...<5 lines>... ) ^ File "/data/pruva/project-cache/ea84d142-3b88-4e3b-ad6b-a004b7386804/venvs/litellm_vuln_1_83_6/lib/python3.14/site-packages/litellm/proxy/db/log_db_metrics.py", line 99, in wrapper raise e File "/data/pruva/project-cache/ea84d142-3b88-4e3b-ad6b-a004b7386804/venvs/litellm_vuln_1_83_6/lib/python3.14/site-packages/litellm/proxy/db/log_db_metrics.py", line 42, in wrapper result = await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/pruva/project-cache/ea84d142-3b88-4e3b-ad6b-a004b7386804/venvs/litellm_vuln_1_83_6/lib/python3.14/site-packages/litellm/proxy/auth/auth_checks.py", line 2196, in get_key_object raise ProxyException( ...<6 lines>... ) litellm.proxy._types.ProxyException INFO: 127.0.0.1:37358 - "GET /model/info HTTP/1.1" 401 Unauthorized INFO: 127.0.0.1:37360 - "GET /model/info HTTP/1.1" 200 OK INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [126106]