@@ -39,22 +39,30 @@ export const PROVIDERS = [
3939 { value : "human-relay" , label : "Human Relay" } ,
4040] . sort ( ( a , b ) => a . label . localeCompare ( b . label ) )
4141
42+ //This list alpha sorted and updated April 2, 2025 to include any region that supported 1 or
43+ //more models shown at https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html
44+
4245export const AWS_REGIONS = [
43- { value : "us-east-1" , label : "us-east-1" } ,
44- { value : "us-east-2" , label : "us-east-2" } ,
45- { value : "us-west-2" , label : "us-west-2" } ,
46- { value : "ap-south-1" , label : "ap-south-1" } ,
4746 { value : "ap-northeast-1" , label : "ap-northeast-1" } ,
4847 { value : "ap-northeast-2" , label : "ap-northeast-2" } ,
48+ { value : "ap-south-1" , label : "ap-south-1" } ,
4949 { value : "ap-southeast-1" , label : "ap-southeast-1" } ,
5050 { value : "ap-southeast-2" , label : "ap-southeast-2" } ,
5151 { value : "ca-central-1" , label : "ca-central-1" } ,
5252 { value : "eu-central-1" , label : "eu-central-1" } ,
53+ { value : "eu-central-2" , label : "eu-central-2" } ,
54+ { value : "eu-north-1" , label : "eu-north-1" } ,
55+ { value : "eu-south-1" , label : "eu-south-1" } ,
56+ { value : "eu-south-2" , label : "eu-south-2" } ,
5357 { value : "eu-west-1" , label : "eu-west-1" } ,
5458 { value : "eu-west-2" , label : "eu-west-2" } ,
5559 { value : "eu-west-3" , label : "eu-west-3" } ,
5660 { value : "sa-east-1" , label : "sa-east-1" } ,
61+ { value : "us-east-1" , label : "us-east-1" } ,
62+ { value : "us-east-2" , label : "us-east-2" } ,
63+ { value : "us-gov-east-1" , label : "us-gov-east-1" } ,
5764 { value : "us-gov-west-1" , label : "us-gov-west-1" } ,
65+ { value : "us-west-2" , label : "us-west-2" } ,
5866]
5967
6068export const VERTEX_REGIONS = [
0 commit comments