diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 01c85c45c0..74be93f341 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -1903,10 +1903,6 @@ class ProxyConfig: callback ) if "prometheus" in callback: - if not premium_user: - raise Exception( - CommonProxyErrors.not_premium_user.value - ) verbose_proxy_logger.debug( "Starting Prometheus Metrics on /metrics" )