bedrock-models 0.1.8__tar.gz → 0.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bedrock-models
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: A library that provides Bedrock models id
5
5
  License: MIT-0
6
6
  License-File: LICENSE
@@ -43,11 +43,9 @@ class Models:
43
43
  AMAZON_TITAN_IMAGE_GENERATOR = "amazon.titan-image-generator-v2:0"
44
44
  AMAZON_TITAN_TG1_LARGE = "amazon.titan-tg1-large"
45
45
  ANTHROPIC_CLAUDE_3_5_HAIKU_20241022 = "anthropic.claude-3-5-haiku-20241022-v1:0"
46
- ANTHROPIC_CLAUDE_3_7_SONNET_20250219 = "anthropic.claude-3-7-sonnet-20250219-v1:0"
47
46
  ANTHROPIC_CLAUDE_3_HAIKU_20240307 = "anthropic.claude-3-haiku-20240307-v1:0"
48
47
  ANTHROPIC_CLAUDE_HAIKU_4_5_20251001 = "anthropic.claude-haiku-4-5-20251001-v1:0"
49
48
  ANTHROPIC_CLAUDE_OPUS_4_1_20250805 = "anthropic.claude-opus-4-1-20250805-v1:0"
50
- ANTHROPIC_CLAUDE_OPUS_4_20250514 = "anthropic.claude-opus-4-20250514-v1:0"
51
49
  ANTHROPIC_CLAUDE_OPUS_4_5_20251101 = "anthropic.claude-opus-4-5-20251101-v1:0"
52
50
  ANTHROPIC_CLAUDE_SONNET_4_20250514 = "anthropic.claude-sonnet-4-20250514-v1:0"
53
51
  ANTHROPIC_CLAUDE_SONNET_4_5_20250929 = "anthropic.claude-sonnet-4-5-20250929-v1:0"
@@ -128,5 +126,7 @@ class Models:
128
126
  AMAZON_TITAN_TEXT_LITE = _DeprecatedModelDescriptor("amazon.titan-text-lite-v1", "Model 'amazon.titan-text-lite-v1' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
129
127
  ANTHROPIC_CLAUDE_3_5_SONNET_20240620 = _DeprecatedModelDescriptor("anthropic.claude-3-5-sonnet-20240620-v1:0", "Model 'anthropic.claude-3-5-sonnet-20240620-v1:0' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
130
128
  ANTHROPIC_CLAUDE_3_5_SONNET_20241022 = _DeprecatedModelDescriptor("anthropic.claude-3-5-sonnet-20241022-v2:0", "Model 'anthropic.claude-3-5-sonnet-20241022-v2:0' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
129
+ ANTHROPIC_CLAUDE_3_7_SONNET_20250219 = _DeprecatedModelDescriptor("anthropic.claude-3-7-sonnet-20250219-v1:0", "Model 'anthropic.claude-3-7-sonnet-20250219-v1:0' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
131
130
  ANTHROPIC_CLAUDE_3_OPUS_20240229 = _DeprecatedModelDescriptor("anthropic.claude-3-opus-20240229-v1:0", "Model 'anthropic.claude-3-opus-20240229-v1:0' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
132
131
  ANTHROPIC_CLAUDE_3_SONNET_20240229 = _DeprecatedModelDescriptor("anthropic.claude-3-sonnet-20240229-v1:0", "Model 'anthropic.claude-3-sonnet-20240229-v1:0' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
132
+ ANTHROPIC_CLAUDE_OPUS_4_20250514 = _DeprecatedModelDescriptor("anthropic.claude-opus-4-20250514-v1:0", "Model 'anthropic.claude-opus-4-20250514-v1:0' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
@@ -28,11 +28,9 @@ class Models:
28
28
  AMAZON_TITAN_IMAGE_GENERATOR: Final[str]
29
29
  AMAZON_TITAN_TG1_LARGE: Final[str]
30
30
  ANTHROPIC_CLAUDE_3_5_HAIKU_20241022: Final[str]
31
- ANTHROPIC_CLAUDE_3_7_SONNET_20250219: Final[str]
32
31
  ANTHROPIC_CLAUDE_3_HAIKU_20240307: Final[str]
33
32
  ANTHROPIC_CLAUDE_HAIKU_4_5_20251001: Final[str]
34
33
  ANTHROPIC_CLAUDE_OPUS_4_1_20250805: Final[str]
35
- ANTHROPIC_CLAUDE_OPUS_4_20250514: Final[str]
36
34
  ANTHROPIC_CLAUDE_OPUS_4_5_20251101: Final[str]
37
35
  ANTHROPIC_CLAUDE_SONNET_4_20250514: Final[str]
38
36
  ANTHROPIC_CLAUDE_SONNET_4_5_20250929: Final[str]
@@ -113,5 +111,7 @@ class Models:
113
111
  AMAZON_TITAN_TEXT_LITE: Final[str] # deprecated: Model 'amazon.titan-text-lite-v1' has LEGACY status
114
112
  ANTHROPIC_CLAUDE_3_5_SONNET_20240620: Final[str] # deprecated: Model 'anthropic.claude-3-5-sonnet-20240620-v1:0' has LEGACY status
115
113
  ANTHROPIC_CLAUDE_3_5_SONNET_20241022: Final[str] # deprecated: Model 'anthropic.claude-3-5-sonnet-20241022-v2:0' has LEGACY status
114
+ ANTHROPIC_CLAUDE_3_7_SONNET_20250219: Final[str] # deprecated: Model 'anthropic.claude-3-7-sonnet-20250219-v1:0' has LEGACY status
116
115
  ANTHROPIC_CLAUDE_3_OPUS_20240229: Final[str] # deprecated: Model 'anthropic.claude-3-opus-20240229-v1:0' has LEGACY status
117
116
  ANTHROPIC_CLAUDE_3_SONNET_20240229: Final[str] # deprecated: Model 'anthropic.claude-3-sonnet-20240229-v1:0' has LEGACY status
117
+ ANTHROPIC_CLAUDE_OPUS_4_20250514: Final[str] # deprecated: Model 'anthropic.claude-opus-4-20250514-v1:0' has LEGACY status
@@ -23,10 +23,26 @@
23
23
  },
24
24
  "amazon.nova-2-lite-v1:0": {
25
25
  "inferenceProfile": {
26
- "EU": [],
26
+ "EU": {
27
+ "eu-central-1": [],
28
+ "eu-north-1": [],
29
+ "eu-south-1": [],
30
+ "eu-south-2": [],
31
+ "eu-west-1": [],
32
+ "eu-west-3": []
33
+ },
27
34
  "GLOBAL": [],
28
- "JP": [],
29
- "US": []
35
+ "JP": {
36
+ "ap-northeast-1": []
37
+ },
38
+ "US": {
39
+ "ca-central-1": [],
40
+ "ca-west-1": [],
41
+ "us-east-1": [],
42
+ "us-east-2": [],
43
+ "us-west-1": [],
44
+ "us-west-2": []
45
+ }
30
46
  },
31
47
  "inference_types": {
32
48
  "ap-east-2": [
@@ -203,10 +219,38 @@
203
219
  },
204
220
  "amazon.nova-lite-v1:0": {
205
221
  "inferenceProfile": {
206
- "APAC": [],
207
- "CA": [],
208
- "EU": [],
209
- "US": []
222
+ "APAC": {
223
+ "ap-east-2": [],
224
+ "ap-northeast-1": [],
225
+ "ap-northeast-2": [],
226
+ "ap-south-1": [],
227
+ "ap-southeast-1": [],
228
+ "ap-southeast-2": [],
229
+ "ap-southeast-3": [],
230
+ "ap-southeast-4": [],
231
+ "ap-southeast-5": [],
232
+ "ap-southeast-7": [],
233
+ "me-central-1": []
234
+ },
235
+ "CA": {
236
+ "ca-central-1": [],
237
+ "ca-west-1": []
238
+ },
239
+ "EU": {
240
+ "eu-central-1": [],
241
+ "eu-north-1": [],
242
+ "eu-south-1": [],
243
+ "eu-south-2": [],
244
+ "eu-west-1": [],
245
+ "eu-west-3": [],
246
+ "il-central-1": []
247
+ },
248
+ "US": {
249
+ "us-east-1": [],
250
+ "us-east-2": [],
251
+ "us-west-1": [],
252
+ "us-west-2": []
253
+ }
210
254
  },
211
255
  "inference_types": {
212
256
  "ap-east-2": [
@@ -322,9 +366,32 @@
322
366
  },
323
367
  "amazon.nova-micro-v1:0": {
324
368
  "inferenceProfile": {
325
- "APAC": [],
326
- "EU": [],
327
- "US": []
369
+ "APAC": {
370
+ "ap-east-2": [],
371
+ "ap-northeast-1": [],
372
+ "ap-northeast-2": [],
373
+ "ap-south-1": [],
374
+ "ap-southeast-1": [],
375
+ "ap-southeast-2": [],
376
+ "ap-southeast-3": [],
377
+ "ap-southeast-5": [],
378
+ "ap-southeast-7": [],
379
+ "me-central-1": []
380
+ },
381
+ "EU": {
382
+ "eu-central-1": [],
383
+ "eu-north-1": [],
384
+ "eu-south-1": [],
385
+ "eu-south-2": [],
386
+ "eu-west-1": [],
387
+ "eu-west-3": [],
388
+ "il-central-1": []
389
+ },
390
+ "US": {
391
+ "us-east-1": [],
392
+ "us-east-2": [],
393
+ "us-west-2": []
394
+ }
328
395
  },
329
396
  "inference_types": {
330
397
  "ap-east-2": [
@@ -420,7 +487,11 @@
420
487
  },
421
488
  "amazon.nova-premier-v1:0": {
422
489
  "inferenceProfile": {
423
- "US": []
490
+ "US": {
491
+ "us-east-1": [],
492
+ "us-east-2": [],
493
+ "us-west-2": []
494
+ }
424
495
  },
425
496
  "inference_types": {
426
497
  "us-east-1": [
@@ -442,9 +513,34 @@
442
513
  },
443
514
  "amazon.nova-pro-v1:0": {
444
515
  "inferenceProfile": {
445
- "APAC": [],
446
- "EU": [],
447
- "US": []
516
+ "APAC": {
517
+ "ap-east-2": [],
518
+ "ap-northeast-1": [],
519
+ "ap-northeast-2": [],
520
+ "ap-south-1": [],
521
+ "ap-southeast-1": [],
522
+ "ap-southeast-2": [],
523
+ "ap-southeast-3": [],
524
+ "ap-southeast-4": [],
525
+ "ap-southeast-5": [],
526
+ "ap-southeast-7": [],
527
+ "me-central-1": []
528
+ },
529
+ "EU": {
530
+ "eu-central-1": [],
531
+ "eu-north-1": [],
532
+ "eu-south-1": [],
533
+ "eu-south-2": [],
534
+ "eu-west-1": [],
535
+ "eu-west-3": [],
536
+ "il-central-1": []
537
+ },
538
+ "US": {
539
+ "us-east-1": [],
540
+ "us-east-2": [],
541
+ "us-west-1": [],
542
+ "us-west-2": []
543
+ }
448
544
  },
449
545
  "inference_types": {
450
546
  "ap-east-2": [
@@ -886,24 +982,12 @@
886
982
  ],
887
983
  "ca-central-1": [
888
984
  "ON_DEMAND"
889
- ],
890
- "eu-west-1": [
891
- "ON_DEMAND"
892
- ],
893
- "eu-west-3": [
894
- "ON_DEMAND"
895
- ],
896
- "sa-east-1": [
897
- "ON_DEMAND"
898
985
  ]
899
986
  },
900
987
  "model_lifecycle_status": "LEGACY",
901
988
  "regions": [
902
989
  "ap-south-1",
903
- "ca-central-1",
904
- "eu-west-1",
905
- "eu-west-3",
906
- "sa-east-1"
990
+ "ca-central-1"
907
991
  ]
908
992
  },
909
993
  "amazon.titan-tg1-large": {
@@ -923,7 +1007,10 @@
923
1007
  },
924
1008
  "anthropic.claude-3-5-haiku-20241022-v1:0": {
925
1009
  "inferenceProfile": {
926
- "US": []
1010
+ "US": {
1011
+ "us-east-1": [],
1012
+ "us-east-2": []
1013
+ }
927
1014
  },
928
1015
  "inference_types": {
929
1016
  "us-east-1": [
@@ -945,9 +1032,20 @@
945
1032
  },
946
1033
  "anthropic.claude-3-5-sonnet-20240620-v1:0": {
947
1034
  "inferenceProfile": {
948
- "APAC": [],
949
- "EU": [],
950
- "US": []
1035
+ "APAC": {
1036
+ "ap-south-1": [],
1037
+ "ap-southeast-2": []
1038
+ },
1039
+ "EU": {
1040
+ "eu-central-1": [],
1041
+ "eu-west-1": [],
1042
+ "eu-west-3": []
1043
+ },
1044
+ "US": {
1045
+ "us-east-1": [],
1046
+ "us-east-2": [],
1047
+ "us-west-2": []
1048
+ }
951
1049
  },
952
1050
  "inference_types": {
953
1051
  "ap-northeast-1": [
@@ -1008,8 +1106,19 @@
1008
1106
  },
1009
1107
  "anthropic.claude-3-5-sonnet-20241022-v2:0": {
1010
1108
  "inferenceProfile": {
1011
- "APAC": [],
1012
- "US": []
1109
+ "APAC": {
1110
+ "ap-northeast-1": [],
1111
+ "ap-northeast-2": [],
1112
+ "ap-northeast-3": [],
1113
+ "ap-south-1": [],
1114
+ "ap-south-2": [],
1115
+ "ap-southeast-1": [],
1116
+ "ap-southeast-2": []
1117
+ },
1118
+ "US": {
1119
+ "us-east-1": [],
1120
+ "us-east-2": []
1121
+ }
1013
1122
  },
1014
1123
  "inference_types": {
1015
1124
  "ap-northeast-1": [
@@ -1060,9 +1169,26 @@
1060
1169
  },
1061
1170
  "anthropic.claude-3-7-sonnet-20250219-v1:0": {
1062
1171
  "inferenceProfile": {
1063
- "APAC": [],
1064
- "EU": [],
1065
- "US": []
1172
+ "APAC": {
1173
+ "ap-northeast-1": [],
1174
+ "ap-northeast-2": [],
1175
+ "ap-northeast-3": [],
1176
+ "ap-south-1": [],
1177
+ "ap-south-2": [],
1178
+ "ap-southeast-1": [],
1179
+ "ap-southeast-2": []
1180
+ },
1181
+ "EU": {
1182
+ "eu-central-1": [],
1183
+ "eu-north-1": [],
1184
+ "eu-west-1": [],
1185
+ "eu-west-3": []
1186
+ },
1187
+ "US": {
1188
+ "us-east-1": [],
1189
+ "us-east-2": [],
1190
+ "us-west-2": []
1191
+ }
1066
1192
  },
1067
1193
  "inference_types": {
1068
1194
  "ap-northeast-1": [
@@ -1111,7 +1237,7 @@
1111
1237
  "US"
1112
1238
  ]
1113
1239
  },
1114
- "model_lifecycle_status": "ACTIVE",
1240
+ "model_lifecycle_status": "LEGACY",
1115
1241
  "regions": [
1116
1242
  "ap-northeast-1",
1117
1243
  "ap-northeast-2",
@@ -1132,8 +1258,12 @@
1132
1258
  },
1133
1259
  "anthropic.claude-3-haiku-20240307-v1:0": {
1134
1260
  "inferenceProfile": {
1135
- "EU": [],
1136
- "US": []
1261
+ "EU": {
1262
+ "eu-central-1": []
1263
+ },
1264
+ "US": {
1265
+ "us-east-2": []
1266
+ }
1137
1267
  },
1138
1268
  "inference_types": {
1139
1269
  "ap-northeast-1": [
@@ -1204,7 +1334,9 @@
1204
1334
  },
1205
1335
  "anthropic.claude-3-opus-20240229-v1:0": {
1206
1336
  "inferenceProfile": {
1207
- "US": []
1337
+ "US": {
1338
+ "us-east-1": []
1339
+ }
1208
1340
  },
1209
1341
  "inference_types": {
1210
1342
  "us-east-1": [
@@ -1222,8 +1354,14 @@
1222
1354
  },
1223
1355
  "anthropic.claude-3-sonnet-20240229-v1:0": {
1224
1356
  "inferenceProfile": {
1225
- "APAC": [],
1226
- "EU": []
1357
+ "APAC": {
1358
+ "ap-northeast-1": [],
1359
+ "ap-northeast-2": [],
1360
+ "ap-southeast-1": []
1361
+ },
1362
+ "EU": {
1363
+ "eu-central-1": []
1364
+ }
1227
1365
  },
1228
1366
  "inference_types": {
1229
1367
  "ap-northeast-1": [
@@ -1286,11 +1424,32 @@
1286
1424
  },
1287
1425
  "anthropic.claude-haiku-4-5-20251001-v1:0": {
1288
1426
  "inferenceProfile": {
1289
- "AU": [],
1290
- "EU": [],
1427
+ "AU": {
1428
+ "ap-southeast-2": [],
1429
+ "ap-southeast-4": []
1430
+ },
1431
+ "EU": {
1432
+ "eu-central-1": [],
1433
+ "eu-central-2": [],
1434
+ "eu-north-1": [],
1435
+ "eu-south-1": [],
1436
+ "eu-south-2": [],
1437
+ "eu-west-1": [],
1438
+ "eu-west-2": [],
1439
+ "eu-west-3": []
1440
+ },
1291
1441
  "GLOBAL": [],
1292
- "JP": [],
1293
- "US": []
1442
+ "JP": {
1443
+ "ap-northeast-1": [],
1444
+ "ap-northeast-3": []
1445
+ },
1446
+ "US": {
1447
+ "ca-central-1": [],
1448
+ "us-east-1": [],
1449
+ "us-east-2": [],
1450
+ "us-west-1": [],
1451
+ "us-west-2": []
1452
+ }
1294
1453
  },
1295
1454
  "inference_types": {
1296
1455
  "ap-northeast-1": [
@@ -1409,7 +1568,11 @@
1409
1568
  },
1410
1569
  "anthropic.claude-opus-4-1-20250805-v1:0": {
1411
1570
  "inferenceProfile": {
1412
- "US": []
1571
+ "US": {
1572
+ "us-east-1": [],
1573
+ "us-east-2": [],
1574
+ "us-west-2": []
1575
+ }
1413
1576
  },
1414
1577
  "inference_types": {
1415
1578
  "us-east-1": [
@@ -1431,7 +1594,11 @@
1431
1594
  },
1432
1595
  "anthropic.claude-opus-4-20250514-v1:0": {
1433
1596
  "inferenceProfile": {
1434
- "US": []
1597
+ "US": {
1598
+ "us-east-1": [],
1599
+ "us-east-2": [],
1600
+ "us-west-2": []
1601
+ }
1435
1602
  },
1436
1603
  "inference_types": {
1437
1604
  "us-east-1": [
@@ -1444,7 +1611,7 @@
1444
1611
  "US"
1445
1612
  ]
1446
1613
  },
1447
- "model_lifecycle_status": "ACTIVE",
1614
+ "model_lifecycle_status": "LEGACY",
1448
1615
  "regions": [
1449
1616
  "us-east-1",
1450
1617
  "us-east-2",
@@ -1453,9 +1620,24 @@
1453
1620
  },
1454
1621
  "anthropic.claude-opus-4-5-20251101-v1:0": {
1455
1622
  "inferenceProfile": {
1456
- "EU": [],
1623
+ "EU": {
1624
+ "eu-central-1": [],
1625
+ "eu-central-2": [],
1626
+ "eu-north-1": [],
1627
+ "eu-south-1": [],
1628
+ "eu-south-2": [],
1629
+ "eu-west-1": [],
1630
+ "eu-west-2": [],
1631
+ "eu-west-3": []
1632
+ },
1457
1633
  "GLOBAL": [],
1458
- "US": []
1634
+ "US": {
1635
+ "ca-central-1": [],
1636
+ "us-east-1": [],
1637
+ "us-east-2": [],
1638
+ "us-west-1": [],
1639
+ "us-west-2": []
1640
+ }
1459
1641
  },
1460
1642
  "inference_types": {
1461
1643
  "ap-northeast-1": [
@@ -1570,10 +1752,37 @@
1570
1752
  },
1571
1753
  "anthropic.claude-sonnet-4-20250514-v1:0": {
1572
1754
  "inferenceProfile": {
1573
- "APAC": [],
1574
- "EU": [],
1755
+ "APAC": {
1756
+ "ap-east-2": [],
1757
+ "ap-northeast-1": [],
1758
+ "ap-northeast-2": [],
1759
+ "ap-northeast-3": [],
1760
+ "ap-south-1": [],
1761
+ "ap-south-2": [],
1762
+ "ap-southeast-1": [],
1763
+ "ap-southeast-2": [],
1764
+ "ap-southeast-3": [],
1765
+ "ap-southeast-4": [],
1766
+ "ap-southeast-5": [],
1767
+ "ap-southeast-7": [],
1768
+ "me-central-1": []
1769
+ },
1770
+ "EU": {
1771
+ "eu-central-1": [],
1772
+ "eu-north-1": [],
1773
+ "eu-south-1": [],
1774
+ "eu-south-2": [],
1775
+ "eu-west-1": [],
1776
+ "eu-west-3": [],
1777
+ "il-central-1": []
1778
+ },
1575
1779
  "GLOBAL": [],
1576
- "US": []
1780
+ "US": {
1781
+ "us-east-1": [],
1782
+ "us-east-2": [],
1783
+ "us-west-1": [],
1784
+ "us-west-2": []
1785
+ }
1577
1786
  },
1578
1787
  "inference_types": {
1579
1788
  "ap-east-2": [
@@ -1684,11 +1893,32 @@
1684
1893
  },
1685
1894
  "anthropic.claude-sonnet-4-5-20250929-v1:0": {
1686
1895
  "inferenceProfile": {
1687
- "AU": [],
1688
- "EU": [],
1896
+ "AU": {
1897
+ "ap-southeast-2": [],
1898
+ "ap-southeast-4": []
1899
+ },
1900
+ "EU": {
1901
+ "eu-central-1": [],
1902
+ "eu-central-2": [],
1903
+ "eu-north-1": [],
1904
+ "eu-south-1": [],
1905
+ "eu-south-2": [],
1906
+ "eu-west-1": [],
1907
+ "eu-west-2": [],
1908
+ "eu-west-3": []
1909
+ },
1689
1910
  "GLOBAL": [],
1690
- "JP": [],
1691
- "US": []
1911
+ "JP": {
1912
+ "ap-northeast-1": [],
1913
+ "ap-northeast-3": []
1914
+ },
1915
+ "US": {
1916
+ "ca-central-1": [],
1917
+ "us-east-1": [],
1918
+ "us-east-2": [],
1919
+ "us-west-1": [],
1920
+ "us-west-2": []
1921
+ }
1692
1922
  },
1693
1923
  "inference_types": {
1694
1924
  "af-south-1": [
@@ -1963,9 +2193,21 @@
1963
2193
  },
1964
2194
  "cohere.embed-v4:0": {
1965
2195
  "inferenceProfile": {
1966
- "EU": [],
2196
+ "EU": {
2197
+ "eu-central-1": [],
2198
+ "eu-north-1": [],
2199
+ "eu-south-1": [],
2200
+ "eu-south-2": [],
2201
+ "eu-west-1": [],
2202
+ "eu-west-3": []
2203
+ },
1967
2204
  "GLOBAL": [],
1968
- "US": []
2205
+ "US": {
2206
+ "us-east-1": [],
2207
+ "us-east-2": [],
2208
+ "us-west-1": [],
2209
+ "us-west-2": []
2210
+ }
1969
2211
  },
1970
2212
  "inference_types": {
1971
2213
  "ap-northeast-1": [
@@ -2107,7 +2349,11 @@
2107
2349
  },
2108
2350
  "deepseek.r1-v1:0": {
2109
2351
  "inferenceProfile": {
2110
- "US": []
2352
+ "US": {
2353
+ "us-east-1": [],
2354
+ "us-east-2": [],
2355
+ "us-west-2": []
2356
+ }
2111
2357
  },
2112
2358
  "inference_types": {
2113
2359
  "us-east-1": [
@@ -2304,7 +2550,9 @@
2304
2550
  },
2305
2551
  "meta.llama3-1-405b-instruct-v1:0": {
2306
2552
  "inferenceProfile": {
2307
- "US": []
2553
+ "US": {
2554
+ "us-east-2": []
2555
+ }
2308
2556
  },
2309
2557
  "inference_types": {
2310
2558
  "us-east-2": [
@@ -2322,7 +2570,11 @@
2322
2570
  },
2323
2571
  "meta.llama3-1-70b-instruct-v1:0": {
2324
2572
  "inferenceProfile": {
2325
- "US": []
2573
+ "US": {
2574
+ "us-east-1": [],
2575
+ "us-east-2": [],
2576
+ "us-west-2": []
2577
+ }
2326
2578
  },
2327
2579
  "inference_types": {
2328
2580
  "us-east-1": [
@@ -2345,7 +2597,11 @@
2345
2597
  },
2346
2598
  "meta.llama3-1-8b-instruct-v1:0": {
2347
2599
  "inferenceProfile": {
2348
- "US": []
2600
+ "US": {
2601
+ "us-east-1": [],
2602
+ "us-east-2": [],
2603
+ "us-west-2": []
2604
+ }
2349
2605
  },
2350
2606
  "inference_types": {
2351
2607
  "us-east-1": [
@@ -2368,7 +2624,11 @@
2368
2624
  },
2369
2625
  "meta.llama3-2-11b-instruct-v1:0": {
2370
2626
  "inferenceProfile": {
2371
- "US": []
2627
+ "US": {
2628
+ "us-east-1": [],
2629
+ "us-east-2": [],
2630
+ "us-west-2": []
2631
+ }
2372
2632
  },
2373
2633
  "inference_types": {
2374
2634
  "us-east-1": [
@@ -2390,8 +2650,16 @@
2390
2650
  },
2391
2651
  "meta.llama3-2-1b-instruct-v1:0": {
2392
2652
  "inferenceProfile": {
2393
- "EU": [],
2394
- "US": []
2653
+ "EU": {
2654
+ "eu-central-1": [],
2655
+ "eu-west-1": [],
2656
+ "eu-west-3": []
2657
+ },
2658
+ "US": {
2659
+ "us-east-1": [],
2660
+ "us-east-2": [],
2661
+ "us-west-2": []
2662
+ }
2395
2663
  },
2396
2664
  "inference_types": {
2397
2665
  "eu-central-1": [
@@ -2425,8 +2693,16 @@
2425
2693
  },
2426
2694
  "meta.llama3-2-3b-instruct-v1:0": {
2427
2695
  "inferenceProfile": {
2428
- "EU": [],
2429
- "US": []
2696
+ "EU": {
2697
+ "eu-central-1": [],
2698
+ "eu-west-1": [],
2699
+ "eu-west-3": []
2700
+ },
2701
+ "US": {
2702
+ "us-east-1": [],
2703
+ "us-east-2": [],
2704
+ "us-west-2": []
2705
+ }
2430
2706
  },
2431
2707
  "inference_types": {
2432
2708
  "eu-central-1": [
@@ -2460,7 +2736,11 @@
2460
2736
  },
2461
2737
  "meta.llama3-2-90b-instruct-v1:0": {
2462
2738
  "inferenceProfile": {
2463
- "US": []
2739
+ "US": {
2740
+ "us-east-1": [],
2741
+ "us-east-2": [],
2742
+ "us-west-2": []
2743
+ }
2464
2744
  },
2465
2745
  "inference_types": {
2466
2746
  "us-east-1": [
@@ -2482,7 +2762,11 @@
2482
2762
  },
2483
2763
  "meta.llama3-3-70b-instruct-v1:0": {
2484
2764
  "inferenceProfile": {
2485
- "US": []
2765
+ "US": {
2766
+ "us-east-1": [],
2767
+ "us-east-2": [],
2768
+ "us-west-2": []
2769
+ }
2486
2770
  },
2487
2771
  "inference_types": {
2488
2772
  "us-east-1": [
@@ -2559,7 +2843,12 @@
2559
2843
  },
2560
2844
  "meta.llama4-maverick-17b-instruct-v1:0": {
2561
2845
  "inferenceProfile": {
2562
- "US": []
2846
+ "US": {
2847
+ "us-east-1": [],
2848
+ "us-east-2": [],
2849
+ "us-west-1": [],
2850
+ "us-west-2": []
2851
+ }
2563
2852
  },
2564
2853
  "inference_types": {
2565
2854
  "us-east-1": [
@@ -2585,7 +2874,12 @@
2585
2874
  },
2586
2875
  "meta.llama4-scout-17b-instruct-v1:0": {
2587
2876
  "inferenceProfile": {
2588
- "US": []
2877
+ "US": {
2878
+ "us-east-1": [],
2879
+ "us-east-2": [],
2880
+ "us-west-1": [],
2881
+ "us-west-2": []
2882
+ }
2589
2883
  },
2590
2884
  "inference_types": {
2591
2885
  "us-east-1": [
@@ -2984,8 +3278,17 @@
2984
3278
  },
2985
3279
  "mistral.pixtral-large-2502-v1:0": {
2986
3280
  "inferenceProfile": {
2987
- "EU": [],
2988
- "US": []
3281
+ "EU": {
3282
+ "eu-central-1": [],
3283
+ "eu-north-1": [],
3284
+ "eu-west-1": [],
3285
+ "eu-west-3": []
3286
+ },
3287
+ "US": {
3288
+ "us-east-1": [],
3289
+ "us-east-2": [],
3290
+ "us-west-2": []
3291
+ }
2989
3292
  },
2990
3293
  "inference_types": {
2991
3294
  "eu-central-1": [
@@ -3707,7 +4010,11 @@
3707
4010
  },
3708
4011
  "stability.stable-conservative-upscale-v1:0": {
3709
4012
  "inferenceProfile": {
3710
- "US": []
4013
+ "US": {
4014
+ "us-east-1": [],
4015
+ "us-east-2": [],
4016
+ "us-west-2": []
4017
+ }
3711
4018
  },
3712
4019
  "inference_types": {
3713
4020
  "us-east-1": [
@@ -3729,7 +4036,11 @@
3729
4036
  },
3730
4037
  "stability.stable-creative-upscale-v1:0": {
3731
4038
  "inferenceProfile": {
3732
- "US": []
4039
+ "US": {
4040
+ "us-east-1": [],
4041
+ "us-east-2": [],
4042
+ "us-west-2": []
4043
+ }
3733
4044
  },
3734
4045
  "inference_types": {
3735
4046
  "us-east-1": [
@@ -3751,7 +4062,11 @@
3751
4062
  },
3752
4063
  "stability.stable-fast-upscale-v1:0": {
3753
4064
  "inferenceProfile": {
3754
- "US": []
4065
+ "US": {
4066
+ "us-east-1": [],
4067
+ "us-east-2": [],
4068
+ "us-west-2": []
4069
+ }
3755
4070
  },
3756
4071
  "inference_types": {
3757
4072
  "us-east-1": [
@@ -3773,7 +4088,11 @@
3773
4088
  },
3774
4089
  "stability.stable-image-control-sketch-v1:0": {
3775
4090
  "inferenceProfile": {
3776
- "US": []
4091
+ "US": {
4092
+ "us-east-1": [],
4093
+ "us-east-2": [],
4094
+ "us-west-2": []
4095
+ }
3777
4096
  },
3778
4097
  "inference_types": {
3779
4098
  "us-east-1": [
@@ -3795,7 +4114,11 @@
3795
4114
  },
3796
4115
  "stability.stable-image-control-structure-v1:0": {
3797
4116
  "inferenceProfile": {
3798
- "US": []
4117
+ "US": {
4118
+ "us-east-1": [],
4119
+ "us-east-2": [],
4120
+ "us-west-2": []
4121
+ }
3799
4122
  },
3800
4123
  "inference_types": {
3801
4124
  "us-east-1": [
@@ -3828,7 +4151,11 @@
3828
4151
  },
3829
4152
  "stability.stable-image-erase-object-v1:0": {
3830
4153
  "inferenceProfile": {
3831
- "US": []
4154
+ "US": {
4155
+ "us-east-1": [],
4156
+ "us-east-2": [],
4157
+ "us-west-2": []
4158
+ }
3832
4159
  },
3833
4160
  "inference_types": {
3834
4161
  "us-east-1": [
@@ -3850,7 +4177,11 @@
3850
4177
  },
3851
4178
  "stability.stable-image-inpaint-v1:0": {
3852
4179
  "inferenceProfile": {
3853
- "US": []
4180
+ "US": {
4181
+ "us-east-1": [],
4182
+ "us-east-2": [],
4183
+ "us-west-2": []
4184
+ }
3854
4185
  },
3855
4186
  "inference_types": {
3856
4187
  "us-east-1": [
@@ -3872,7 +4203,11 @@
3872
4203
  },
3873
4204
  "stability.stable-image-remove-background-v1:0": {
3874
4205
  "inferenceProfile": {
3875
- "US": []
4206
+ "US": {
4207
+ "us-east-1": [],
4208
+ "us-east-2": [],
4209
+ "us-west-2": []
4210
+ }
3876
4211
  },
3877
4212
  "inference_types": {
3878
4213
  "us-east-1": [
@@ -3894,7 +4229,11 @@
3894
4229
  },
3895
4230
  "stability.stable-image-search-recolor-v1:0": {
3896
4231
  "inferenceProfile": {
3897
- "US": []
4232
+ "US": {
4233
+ "us-east-1": [],
4234
+ "us-east-2": [],
4235
+ "us-west-2": []
4236
+ }
3898
4237
  },
3899
4238
  "inference_types": {
3900
4239
  "us-east-1": [
@@ -3916,7 +4255,11 @@
3916
4255
  },
3917
4256
  "stability.stable-image-search-replace-v1:0": {
3918
4257
  "inferenceProfile": {
3919
- "US": []
4258
+ "US": {
4259
+ "us-east-1": [],
4260
+ "us-east-2": [],
4261
+ "us-west-2": []
4262
+ }
3920
4263
  },
3921
4264
  "inference_types": {
3922
4265
  "us-east-1": [
@@ -3938,7 +4281,11 @@
3938
4281
  },
3939
4282
  "stability.stable-image-style-guide-v1:0": {
3940
4283
  "inferenceProfile": {
3941
- "US": []
4284
+ "US": {
4285
+ "us-east-1": [],
4286
+ "us-east-2": [],
4287
+ "us-west-2": []
4288
+ }
3942
4289
  },
3943
4290
  "inference_types": {
3944
4291
  "us-east-1": [
@@ -3971,7 +4318,11 @@
3971
4318
  },
3972
4319
  "stability.stable-outpaint-v1:0": {
3973
4320
  "inferenceProfile": {
3974
- "US": []
4321
+ "US": {
4322
+ "us-east-1": [],
4323
+ "us-east-2": [],
4324
+ "us-west-2": []
4325
+ }
3975
4326
  },
3976
4327
  "inference_types": {
3977
4328
  "us-east-1": [
@@ -3993,7 +4344,11 @@
3993
4344
  },
3994
4345
  "stability.stable-style-transfer-v1:0": {
3995
4346
  "inferenceProfile": {
3996
- "US": []
4347
+ "US": {
4348
+ "us-east-1": [],
4349
+ "us-east-2": [],
4350
+ "us-west-2": []
4351
+ }
3997
4352
  },
3998
4353
  "inference_types": {
3999
4354
  "us-east-1": [
@@ -4015,9 +4370,15 @@
4015
4370
  },
4016
4371
  "twelvelabs.marengo-embed-2-7-v1:0": {
4017
4372
  "inferenceProfile": {
4018
- "APAC": [],
4019
- "EU": [],
4020
- "US": []
4373
+ "APAC": {
4374
+ "ap-northeast-2": []
4375
+ },
4376
+ "EU": {
4377
+ "eu-west-1": []
4378
+ },
4379
+ "US": {
4380
+ "us-east-1": []
4381
+ }
4021
4382
  },
4022
4383
  "inference_types": {
4023
4384
  "ap-northeast-2": [
@@ -4039,8 +4400,12 @@
4039
4400
  },
4040
4401
  "twelvelabs.marengo-embed-3-0-v1:0": {
4041
4402
  "inferenceProfile": {
4042
- "EU": [],
4043
- "US": []
4403
+ "EU": {
4404
+ "eu-west-1": []
4405
+ },
4406
+ "US": {
4407
+ "us-east-1": []
4408
+ }
4044
4409
  },
4045
4410
  "inference_types": {
4046
4411
  "ap-northeast-2": [
@@ -4063,10 +4428,26 @@
4063
4428
  },
4064
4429
  "twelvelabs.pegasus-1-2-v1:0": {
4065
4430
  "inferenceProfile": {
4066
- "APAC": [],
4067
- "EU": [],
4431
+ "APAC": {
4432
+ "ap-northeast-2": []
4433
+ },
4434
+ "EU": {
4435
+ "eu-central-1": [],
4436
+ "eu-central-2": [],
4437
+ "eu-north-1": [],
4438
+ "eu-south-1": [],
4439
+ "eu-south-2": [],
4440
+ "eu-west-1": [],
4441
+ "eu-west-2": [],
4442
+ "eu-west-3": []
4443
+ },
4068
4444
  "GLOBAL": [],
4069
- "US": []
4445
+ "US": {
4446
+ "us-east-1": [],
4447
+ "us-east-2": [],
4448
+ "us-west-1": [],
4449
+ "us-west-2": []
4450
+ }
4070
4451
  },
4071
4452
  "inference_types": {
4072
4453
  "af-south-1": [
@@ -4207,7 +4588,12 @@
4207
4588
  },
4208
4589
  "writer.palmyra-x4-v1:0": {
4209
4590
  "inferenceProfile": {
4210
- "US": []
4591
+ "US": {
4592
+ "us-east-1": [],
4593
+ "us-east-2": [],
4594
+ "us-west-1": [],
4595
+ "us-west-2": []
4596
+ }
4211
4597
  },
4212
4598
  "inference_types": {
4213
4599
  "us-east-1": [
@@ -4233,7 +4619,12 @@
4233
4619
  },
4234
4620
  "writer.palmyra-x5-v1:0": {
4235
4621
  "inferenceProfile": {
4236
- "US": []
4622
+ "US": {
4623
+ "us-east-1": [],
4624
+ "us-east-2": [],
4625
+ "us-west-1": [],
4626
+ "us-west-2": []
4627
+ }
4237
4628
  },
4238
4629
  "inference_types": {
4239
4630
  "us-east-1": [
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bedrock-models"
3
- version = "0.1.8"
3
+ version = "0.1.9"
4
4
  description = "A library that provides Bedrock models id"
5
5
  authors = ["Massimiliano Angelino <massi.ang@gmail.com>"]
6
6
  license = "MIT-0"
File without changes
File without changes