diff --git a/gateway/routes/allowlist.py b/gateway/routes/allowlist.py index a80bbc9ca19..05baf98bbb5 100644 --- a/gateway/routes/allowlist.py +++ b/gateway/routes/allowlist.py @@ -83,6 +83,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = ( "/azure_ai/", "/aws/", "/bedrock/", + "/comprehendmedical", "/cohere/", "/gemini/", "/google/",