From 13e38582d17ee59c7eeaf718fcbc3749a07ae869 Mon Sep 17 00:00:00 2001 From: yassin Date: Thu, 17 Sep 2026 00:45:38 +0000 Subject: [PATCH] fix(gateway): expose /transcribe on the gateway data-plane allowlist Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- gateway/routes/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/routes/allowlist.py b/gateway/routes/allowlist.py index 099c6d5179f..34f63d0f6d3 100644 --- a/gateway/routes/allowlist.py +++ b/gateway/routes/allowlist.py @@ -85,6 +85,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = ( "/aws/", "/bedrock/", "/comprehendmedical", + "/transcribe", "/cohere/", "/gemini/", "/gigachat/",