From 71cfff8091f0e7e22569eea64a89f0817ef91ac7 Mon Sep 17 00:00:00 2001 From: vigorous-ride <68917684+vigorous-ride@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:01:35 +0400 Subject: [PATCH] UAE region support for bedrock models (#4964) * added me-central-1 to bedrock regions * fixed long region name --- .../LLMSelection/AwsBedrockLLMOptions/regions.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js index b490a07e..4fc1fa22 100644 --- a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js +++ b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js @@ -187,6 +187,13 @@ export const AWS_REGIONS = [ public: true, zones: ["me-south-1a", "me-south-1b", "me-south-1c"], }, + { + name: "UAE", + full_name: "Middle East (UAE)", + code: "me-central-1", + public: true, + zones: ["me-central-1a", "me-central-1b", "me-central-1c"], + }, { name: "Beijing", full_name: "China (Beijing)",