diff --git a/gateway/routes/allowlist.py b/gateway/routes/allowlist.py index 3733072a948..099c6d5179f 100644 --- a/gateway/routes/allowlist.py +++ b/gateway/routes/allowlist.py @@ -96,6 +96,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = ( "/langfuse/", "/vllm/", "/mistral/", + "/nvidia_nim/", "/groq/", "/voyage/", "/cursor/",