bedrock-models 0.1.5__py3-none-any.whl → 0.1.7__py3-none-any.whl
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.
- bedrock_models/bedrock_models.json +189 -13
- {bedrock_models-0.1.5.dist-info → bedrock_models-0.1.7.dist-info}/METADATA +10 -2
- {bedrock_models-0.1.5.dist-info → bedrock_models-0.1.7.dist-info}/RECORD +5 -5
- {bedrock_models-0.1.5.dist-info → bedrock_models-0.1.7.dist-info}/WHEEL +0 -0
- {bedrock_models-0.1.5.dist-info → bedrock_models-0.1.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"amazon.nova-2-lite-v1:0": {
|
|
25
|
+
"inferenceProfile": {
|
|
26
|
+
"EU": [],
|
|
27
|
+
"GLOBAL": [],
|
|
28
|
+
"JP": [],
|
|
29
|
+
"US": []
|
|
30
|
+
},
|
|
25
31
|
"inference_types": {
|
|
26
32
|
"ap-east-2": [
|
|
27
33
|
"GLOBAL"
|
|
@@ -196,6 +202,12 @@
|
|
|
196
202
|
]
|
|
197
203
|
},
|
|
198
204
|
"amazon.nova-lite-v1:0": {
|
|
205
|
+
"inferenceProfile": {
|
|
206
|
+
"APAC": [],
|
|
207
|
+
"CA": [],
|
|
208
|
+
"EU": [],
|
|
209
|
+
"US": []
|
|
210
|
+
},
|
|
199
211
|
"inference_types": {
|
|
200
212
|
"ap-east-2": [
|
|
201
213
|
"APAC"
|
|
@@ -309,6 +321,11 @@
|
|
|
309
321
|
]
|
|
310
322
|
},
|
|
311
323
|
"amazon.nova-micro-v1:0": {
|
|
324
|
+
"inferenceProfile": {
|
|
325
|
+
"APAC": [],
|
|
326
|
+
"EU": [],
|
|
327
|
+
"US": []
|
|
328
|
+
},
|
|
312
329
|
"inference_types": {
|
|
313
330
|
"ap-east-2": [
|
|
314
331
|
"APAC"
|
|
@@ -402,6 +419,9 @@
|
|
|
402
419
|
]
|
|
403
420
|
},
|
|
404
421
|
"amazon.nova-premier-v1:0": {
|
|
422
|
+
"inferenceProfile": {
|
|
423
|
+
"US": []
|
|
424
|
+
},
|
|
405
425
|
"inference_types": {
|
|
406
426
|
"us-east-1": [
|
|
407
427
|
"US"
|
|
@@ -421,6 +441,11 @@
|
|
|
421
441
|
]
|
|
422
442
|
},
|
|
423
443
|
"amazon.nova-pro-v1:0": {
|
|
444
|
+
"inferenceProfile": {
|
|
445
|
+
"APAC": [],
|
|
446
|
+
"EU": [],
|
|
447
|
+
"US": []
|
|
448
|
+
},
|
|
424
449
|
"inference_types": {
|
|
425
450
|
"ap-east-2": [
|
|
426
451
|
"APAC"
|
|
@@ -863,15 +888,9 @@
|
|
|
863
888
|
"ap-south-1": [
|
|
864
889
|
"ON_DEMAND"
|
|
865
890
|
],
|
|
866
|
-
"ap-southeast-2": [
|
|
867
|
-
"ON_DEMAND"
|
|
868
|
-
],
|
|
869
891
|
"ca-central-1": [
|
|
870
892
|
"ON_DEMAND"
|
|
871
893
|
],
|
|
872
|
-
"eu-central-1": [
|
|
873
|
-
"ON_DEMAND"
|
|
874
|
-
],
|
|
875
894
|
"eu-west-1": [
|
|
876
895
|
"ON_DEMAND"
|
|
877
896
|
],
|
|
@@ -883,22 +902,16 @@
|
|
|
883
902
|
],
|
|
884
903
|
"us-east-1": [
|
|
885
904
|
"ON_DEMAND"
|
|
886
|
-
],
|
|
887
|
-
"us-west-2": [
|
|
888
|
-
"ON_DEMAND"
|
|
889
905
|
]
|
|
890
906
|
},
|
|
891
907
|
"model_lifecycle_status": "LEGACY",
|
|
892
908
|
"regions": [
|
|
893
909
|
"ap-south-1",
|
|
894
|
-
"ap-southeast-2",
|
|
895
910
|
"ca-central-1",
|
|
896
|
-
"eu-central-1",
|
|
897
911
|
"eu-west-1",
|
|
898
912
|
"eu-west-3",
|
|
899
913
|
"sa-east-1",
|
|
900
|
-
"us-east-1"
|
|
901
|
-
"us-west-2"
|
|
914
|
+
"us-east-1"
|
|
902
915
|
]
|
|
903
916
|
},
|
|
904
917
|
"amazon.titan-tg1-large": {
|
|
@@ -917,6 +930,9 @@
|
|
|
917
930
|
]
|
|
918
931
|
},
|
|
919
932
|
"anthropic.claude-3-5-haiku-20241022-v1:0": {
|
|
933
|
+
"inferenceProfile": {
|
|
934
|
+
"US": []
|
|
935
|
+
},
|
|
920
936
|
"inference_types": {
|
|
921
937
|
"us-east-1": [
|
|
922
938
|
"US"
|
|
@@ -936,6 +952,11 @@
|
|
|
936
952
|
]
|
|
937
953
|
},
|
|
938
954
|
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
|
955
|
+
"inferenceProfile": {
|
|
956
|
+
"APAC": [],
|
|
957
|
+
"EU": [],
|
|
958
|
+
"US": []
|
|
959
|
+
},
|
|
939
960
|
"inference_types": {
|
|
940
961
|
"ap-northeast-1": [
|
|
941
962
|
"ON_DEMAND"
|
|
@@ -994,6 +1015,10 @@
|
|
|
994
1015
|
]
|
|
995
1016
|
},
|
|
996
1017
|
"anthropic.claude-3-5-sonnet-20241022-v2:0": {
|
|
1018
|
+
"inferenceProfile": {
|
|
1019
|
+
"APAC": [],
|
|
1020
|
+
"US": []
|
|
1021
|
+
},
|
|
997
1022
|
"inference_types": {
|
|
998
1023
|
"ap-northeast-1": [
|
|
999
1024
|
"APAC"
|
|
@@ -1042,6 +1067,11 @@
|
|
|
1042
1067
|
]
|
|
1043
1068
|
},
|
|
1044
1069
|
"anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
|
1070
|
+
"inferenceProfile": {
|
|
1071
|
+
"APAC": [],
|
|
1072
|
+
"EU": [],
|
|
1073
|
+
"US": []
|
|
1074
|
+
},
|
|
1045
1075
|
"inference_types": {
|
|
1046
1076
|
"ap-northeast-1": [
|
|
1047
1077
|
"APAC"
|
|
@@ -1109,6 +1139,10 @@
|
|
|
1109
1139
|
]
|
|
1110
1140
|
},
|
|
1111
1141
|
"anthropic.claude-3-haiku-20240307-v1:0": {
|
|
1142
|
+
"inferenceProfile": {
|
|
1143
|
+
"EU": [],
|
|
1144
|
+
"US": []
|
|
1145
|
+
},
|
|
1112
1146
|
"inference_types": {
|
|
1113
1147
|
"ap-northeast-1": [
|
|
1114
1148
|
"ON_DEMAND"
|
|
@@ -1177,6 +1211,9 @@
|
|
|
1177
1211
|
]
|
|
1178
1212
|
},
|
|
1179
1213
|
"anthropic.claude-3-opus-20240229-v1:0": {
|
|
1214
|
+
"inferenceProfile": {
|
|
1215
|
+
"US": []
|
|
1216
|
+
},
|
|
1180
1217
|
"inference_types": {
|
|
1181
1218
|
"us-east-1": [
|
|
1182
1219
|
"US"
|
|
@@ -1192,6 +1229,10 @@
|
|
|
1192
1229
|
]
|
|
1193
1230
|
},
|
|
1194
1231
|
"anthropic.claude-3-sonnet-20240229-v1:0": {
|
|
1232
|
+
"inferenceProfile": {
|
|
1233
|
+
"APAC": [],
|
|
1234
|
+
"EU": []
|
|
1235
|
+
},
|
|
1195
1236
|
"inference_types": {
|
|
1196
1237
|
"ap-northeast-1": [
|
|
1197
1238
|
"APAC"
|
|
@@ -1252,6 +1293,13 @@
|
|
|
1252
1293
|
]
|
|
1253
1294
|
},
|
|
1254
1295
|
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1296
|
+
"inferenceProfile": {
|
|
1297
|
+
"AU": [],
|
|
1298
|
+
"EU": [],
|
|
1299
|
+
"GLOBAL": [],
|
|
1300
|
+
"JP": [],
|
|
1301
|
+
"US": []
|
|
1302
|
+
},
|
|
1255
1303
|
"inference_types": {
|
|
1256
1304
|
"ap-northeast-1": [
|
|
1257
1305
|
"GLOBAL",
|
|
@@ -1368,6 +1416,9 @@
|
|
|
1368
1416
|
]
|
|
1369
1417
|
},
|
|
1370
1418
|
"anthropic.claude-opus-4-1-20250805-v1:0": {
|
|
1419
|
+
"inferenceProfile": {
|
|
1420
|
+
"US": []
|
|
1421
|
+
},
|
|
1371
1422
|
"inference_types": {
|
|
1372
1423
|
"us-east-1": [
|
|
1373
1424
|
"US"
|
|
@@ -1387,6 +1438,9 @@
|
|
|
1387
1438
|
]
|
|
1388
1439
|
},
|
|
1389
1440
|
"anthropic.claude-opus-4-20250514-v1:0": {
|
|
1441
|
+
"inferenceProfile": {
|
|
1442
|
+
"US": []
|
|
1443
|
+
},
|
|
1390
1444
|
"inference_types": {
|
|
1391
1445
|
"us-east-1": [
|
|
1392
1446
|
"US"
|
|
@@ -1406,6 +1460,11 @@
|
|
|
1406
1460
|
]
|
|
1407
1461
|
},
|
|
1408
1462
|
"anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1463
|
+
"inferenceProfile": {
|
|
1464
|
+
"EU": [],
|
|
1465
|
+
"GLOBAL": [],
|
|
1466
|
+
"US": []
|
|
1467
|
+
},
|
|
1409
1468
|
"inference_types": {
|
|
1410
1469
|
"ap-northeast-1": [
|
|
1411
1470
|
"GLOBAL"
|
|
@@ -1518,6 +1577,12 @@
|
|
|
1518
1577
|
]
|
|
1519
1578
|
},
|
|
1520
1579
|
"anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
1580
|
+
"inferenceProfile": {
|
|
1581
|
+
"APAC": [],
|
|
1582
|
+
"EU": [],
|
|
1583
|
+
"GLOBAL": [],
|
|
1584
|
+
"US": []
|
|
1585
|
+
},
|
|
1521
1586
|
"inference_types": {
|
|
1522
1587
|
"ap-east-2": [
|
|
1523
1588
|
"APAC"
|
|
@@ -1626,6 +1691,13 @@
|
|
|
1626
1691
|
]
|
|
1627
1692
|
},
|
|
1628
1693
|
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1694
|
+
"inferenceProfile": {
|
|
1695
|
+
"AU": [],
|
|
1696
|
+
"EU": [],
|
|
1697
|
+
"GLOBAL": [],
|
|
1698
|
+
"JP": [],
|
|
1699
|
+
"US": []
|
|
1700
|
+
},
|
|
1629
1701
|
"inference_types": {
|
|
1630
1702
|
"af-south-1": [
|
|
1631
1703
|
"GLOBAL"
|
|
@@ -1898,6 +1970,11 @@
|
|
|
1898
1970
|
]
|
|
1899
1971
|
},
|
|
1900
1972
|
"cohere.embed-v4:0": {
|
|
1973
|
+
"inferenceProfile": {
|
|
1974
|
+
"EU": [],
|
|
1975
|
+
"GLOBAL": [],
|
|
1976
|
+
"US": []
|
|
1977
|
+
},
|
|
1901
1978
|
"inference_types": {
|
|
1902
1979
|
"ap-northeast-1": [
|
|
1903
1980
|
"GLOBAL",
|
|
@@ -2037,6 +2114,9 @@
|
|
|
2037
2114
|
]
|
|
2038
2115
|
},
|
|
2039
2116
|
"deepseek.r1-v1:0": {
|
|
2117
|
+
"inferenceProfile": {
|
|
2118
|
+
"US": []
|
|
2119
|
+
},
|
|
2040
2120
|
"inference_types": {
|
|
2041
2121
|
"us-east-1": [
|
|
2042
2122
|
"US"
|
|
@@ -2231,6 +2311,9 @@
|
|
|
2231
2311
|
]
|
|
2232
2312
|
},
|
|
2233
2313
|
"meta.llama3-1-405b-instruct-v1:0": {
|
|
2314
|
+
"inferenceProfile": {
|
|
2315
|
+
"US": []
|
|
2316
|
+
},
|
|
2234
2317
|
"inference_types": {
|
|
2235
2318
|
"us-east-2": [
|
|
2236
2319
|
"US"
|
|
@@ -2246,6 +2329,9 @@
|
|
|
2246
2329
|
]
|
|
2247
2330
|
},
|
|
2248
2331
|
"meta.llama3-1-70b-instruct-v1:0": {
|
|
2332
|
+
"inferenceProfile": {
|
|
2333
|
+
"US": []
|
|
2334
|
+
},
|
|
2249
2335
|
"inference_types": {
|
|
2250
2336
|
"us-east-1": [
|
|
2251
2337
|
"US"
|
|
@@ -2266,6 +2352,9 @@
|
|
|
2266
2352
|
]
|
|
2267
2353
|
},
|
|
2268
2354
|
"meta.llama3-1-8b-instruct-v1:0": {
|
|
2355
|
+
"inferenceProfile": {
|
|
2356
|
+
"US": []
|
|
2357
|
+
},
|
|
2269
2358
|
"inference_types": {
|
|
2270
2359
|
"us-east-1": [
|
|
2271
2360
|
"US"
|
|
@@ -2286,6 +2375,9 @@
|
|
|
2286
2375
|
]
|
|
2287
2376
|
},
|
|
2288
2377
|
"meta.llama3-2-11b-instruct-v1:0": {
|
|
2378
|
+
"inferenceProfile": {
|
|
2379
|
+
"US": []
|
|
2380
|
+
},
|
|
2289
2381
|
"inference_types": {
|
|
2290
2382
|
"us-east-1": [
|
|
2291
2383
|
"US"
|
|
@@ -2305,6 +2397,10 @@
|
|
|
2305
2397
|
]
|
|
2306
2398
|
},
|
|
2307
2399
|
"meta.llama3-2-1b-instruct-v1:0": {
|
|
2400
|
+
"inferenceProfile": {
|
|
2401
|
+
"EU": [],
|
|
2402
|
+
"US": []
|
|
2403
|
+
},
|
|
2308
2404
|
"inference_types": {
|
|
2309
2405
|
"eu-central-1": [
|
|
2310
2406
|
"EU"
|
|
@@ -2336,6 +2432,10 @@
|
|
|
2336
2432
|
]
|
|
2337
2433
|
},
|
|
2338
2434
|
"meta.llama3-2-3b-instruct-v1:0": {
|
|
2435
|
+
"inferenceProfile": {
|
|
2436
|
+
"EU": [],
|
|
2437
|
+
"US": []
|
|
2438
|
+
},
|
|
2339
2439
|
"inference_types": {
|
|
2340
2440
|
"eu-central-1": [
|
|
2341
2441
|
"EU"
|
|
@@ -2367,6 +2467,9 @@
|
|
|
2367
2467
|
]
|
|
2368
2468
|
},
|
|
2369
2469
|
"meta.llama3-2-90b-instruct-v1:0": {
|
|
2470
|
+
"inferenceProfile": {
|
|
2471
|
+
"US": []
|
|
2472
|
+
},
|
|
2370
2473
|
"inference_types": {
|
|
2371
2474
|
"us-east-1": [
|
|
2372
2475
|
"US"
|
|
@@ -2386,6 +2489,9 @@
|
|
|
2386
2489
|
]
|
|
2387
2490
|
},
|
|
2388
2491
|
"meta.llama3-3-70b-instruct-v1:0": {
|
|
2492
|
+
"inferenceProfile": {
|
|
2493
|
+
"US": []
|
|
2494
|
+
},
|
|
2389
2495
|
"inference_types": {
|
|
2390
2496
|
"us-east-1": [
|
|
2391
2497
|
"US"
|
|
@@ -2460,6 +2566,9 @@
|
|
|
2460
2566
|
]
|
|
2461
2567
|
},
|
|
2462
2568
|
"meta.llama4-maverick-17b-instruct-v1:0": {
|
|
2569
|
+
"inferenceProfile": {
|
|
2570
|
+
"US": []
|
|
2571
|
+
},
|
|
2463
2572
|
"inference_types": {
|
|
2464
2573
|
"us-east-1": [
|
|
2465
2574
|
"US"
|
|
@@ -2483,6 +2592,9 @@
|
|
|
2483
2592
|
]
|
|
2484
2593
|
},
|
|
2485
2594
|
"meta.llama4-scout-17b-instruct-v1:0": {
|
|
2595
|
+
"inferenceProfile": {
|
|
2596
|
+
"US": []
|
|
2597
|
+
},
|
|
2486
2598
|
"inference_types": {
|
|
2487
2599
|
"us-east-1": [
|
|
2488
2600
|
"US"
|
|
@@ -2879,6 +2991,10 @@
|
|
|
2879
2991
|
]
|
|
2880
2992
|
},
|
|
2881
2993
|
"mistral.pixtral-large-2502-v1:0": {
|
|
2994
|
+
"inferenceProfile": {
|
|
2995
|
+
"EU": [],
|
|
2996
|
+
"US": []
|
|
2997
|
+
},
|
|
2882
2998
|
"inference_types": {
|
|
2883
2999
|
"eu-central-1": [
|
|
2884
3000
|
"EU"
|
|
@@ -3598,6 +3714,9 @@
|
|
|
3598
3714
|
]
|
|
3599
3715
|
},
|
|
3600
3716
|
"stability.stable-conservative-upscale-v1:0": {
|
|
3717
|
+
"inferenceProfile": {
|
|
3718
|
+
"US": []
|
|
3719
|
+
},
|
|
3601
3720
|
"inference_types": {
|
|
3602
3721
|
"us-east-1": [
|
|
3603
3722
|
"US"
|
|
@@ -3617,6 +3736,9 @@
|
|
|
3617
3736
|
]
|
|
3618
3737
|
},
|
|
3619
3738
|
"stability.stable-creative-upscale-v1:0": {
|
|
3739
|
+
"inferenceProfile": {
|
|
3740
|
+
"US": []
|
|
3741
|
+
},
|
|
3620
3742
|
"inference_types": {
|
|
3621
3743
|
"us-east-1": [
|
|
3622
3744
|
"US"
|
|
@@ -3636,6 +3758,9 @@
|
|
|
3636
3758
|
]
|
|
3637
3759
|
},
|
|
3638
3760
|
"stability.stable-fast-upscale-v1:0": {
|
|
3761
|
+
"inferenceProfile": {
|
|
3762
|
+
"US": []
|
|
3763
|
+
},
|
|
3639
3764
|
"inference_types": {
|
|
3640
3765
|
"us-east-1": [
|
|
3641
3766
|
"US"
|
|
@@ -3655,6 +3780,9 @@
|
|
|
3655
3780
|
]
|
|
3656
3781
|
},
|
|
3657
3782
|
"stability.stable-image-control-sketch-v1:0": {
|
|
3783
|
+
"inferenceProfile": {
|
|
3784
|
+
"US": []
|
|
3785
|
+
},
|
|
3658
3786
|
"inference_types": {
|
|
3659
3787
|
"us-east-1": [
|
|
3660
3788
|
"US"
|
|
@@ -3674,6 +3802,9 @@
|
|
|
3674
3802
|
]
|
|
3675
3803
|
},
|
|
3676
3804
|
"stability.stable-image-control-structure-v1:0": {
|
|
3805
|
+
"inferenceProfile": {
|
|
3806
|
+
"US": []
|
|
3807
|
+
},
|
|
3677
3808
|
"inference_types": {
|
|
3678
3809
|
"us-east-1": [
|
|
3679
3810
|
"US"
|
|
@@ -3704,6 +3835,9 @@
|
|
|
3704
3835
|
]
|
|
3705
3836
|
},
|
|
3706
3837
|
"stability.stable-image-erase-object-v1:0": {
|
|
3838
|
+
"inferenceProfile": {
|
|
3839
|
+
"US": []
|
|
3840
|
+
},
|
|
3707
3841
|
"inference_types": {
|
|
3708
3842
|
"us-east-1": [
|
|
3709
3843
|
"US"
|
|
@@ -3723,6 +3857,9 @@
|
|
|
3723
3857
|
]
|
|
3724
3858
|
},
|
|
3725
3859
|
"stability.stable-image-inpaint-v1:0": {
|
|
3860
|
+
"inferenceProfile": {
|
|
3861
|
+
"US": []
|
|
3862
|
+
},
|
|
3726
3863
|
"inference_types": {
|
|
3727
3864
|
"us-east-1": [
|
|
3728
3865
|
"US"
|
|
@@ -3742,6 +3879,9 @@
|
|
|
3742
3879
|
]
|
|
3743
3880
|
},
|
|
3744
3881
|
"stability.stable-image-remove-background-v1:0": {
|
|
3882
|
+
"inferenceProfile": {
|
|
3883
|
+
"US": []
|
|
3884
|
+
},
|
|
3745
3885
|
"inference_types": {
|
|
3746
3886
|
"us-east-1": [
|
|
3747
3887
|
"US"
|
|
@@ -3761,6 +3901,9 @@
|
|
|
3761
3901
|
]
|
|
3762
3902
|
},
|
|
3763
3903
|
"stability.stable-image-search-recolor-v1:0": {
|
|
3904
|
+
"inferenceProfile": {
|
|
3905
|
+
"US": []
|
|
3906
|
+
},
|
|
3764
3907
|
"inference_types": {
|
|
3765
3908
|
"us-east-1": [
|
|
3766
3909
|
"US"
|
|
@@ -3780,6 +3923,9 @@
|
|
|
3780
3923
|
]
|
|
3781
3924
|
},
|
|
3782
3925
|
"stability.stable-image-search-replace-v1:0": {
|
|
3926
|
+
"inferenceProfile": {
|
|
3927
|
+
"US": []
|
|
3928
|
+
},
|
|
3783
3929
|
"inference_types": {
|
|
3784
3930
|
"us-east-1": [
|
|
3785
3931
|
"US"
|
|
@@ -3799,6 +3945,9 @@
|
|
|
3799
3945
|
]
|
|
3800
3946
|
},
|
|
3801
3947
|
"stability.stable-image-style-guide-v1:0": {
|
|
3948
|
+
"inferenceProfile": {
|
|
3949
|
+
"US": []
|
|
3950
|
+
},
|
|
3802
3951
|
"inference_types": {
|
|
3803
3952
|
"us-east-1": [
|
|
3804
3953
|
"US"
|
|
@@ -3829,6 +3978,9 @@
|
|
|
3829
3978
|
]
|
|
3830
3979
|
},
|
|
3831
3980
|
"stability.stable-outpaint-v1:0": {
|
|
3981
|
+
"inferenceProfile": {
|
|
3982
|
+
"US": []
|
|
3983
|
+
},
|
|
3832
3984
|
"inference_types": {
|
|
3833
3985
|
"us-east-1": [
|
|
3834
3986
|
"US"
|
|
@@ -3848,6 +4000,9 @@
|
|
|
3848
4000
|
]
|
|
3849
4001
|
},
|
|
3850
4002
|
"stability.stable-style-transfer-v1:0": {
|
|
4003
|
+
"inferenceProfile": {
|
|
4004
|
+
"US": []
|
|
4005
|
+
},
|
|
3851
4006
|
"inference_types": {
|
|
3852
4007
|
"us-east-1": [
|
|
3853
4008
|
"US"
|
|
@@ -3867,6 +4022,11 @@
|
|
|
3867
4022
|
]
|
|
3868
4023
|
},
|
|
3869
4024
|
"twelvelabs.marengo-embed-2-7-v1:0": {
|
|
4025
|
+
"inferenceProfile": {
|
|
4026
|
+
"APAC": [],
|
|
4027
|
+
"EU": [],
|
|
4028
|
+
"US": []
|
|
4029
|
+
},
|
|
3870
4030
|
"inference_types": {
|
|
3871
4031
|
"ap-northeast-2": [
|
|
3872
4032
|
"APAC"
|
|
@@ -3886,6 +4046,10 @@
|
|
|
3886
4046
|
]
|
|
3887
4047
|
},
|
|
3888
4048
|
"twelvelabs.marengo-embed-3-0-v1:0": {
|
|
4049
|
+
"inferenceProfile": {
|
|
4050
|
+
"EU": [],
|
|
4051
|
+
"US": []
|
|
4052
|
+
},
|
|
3889
4053
|
"inference_types": {
|
|
3890
4054
|
"ap-northeast-2": [
|
|
3891
4055
|
"ON_DEMAND"
|
|
@@ -3906,6 +4070,12 @@
|
|
|
3906
4070
|
]
|
|
3907
4071
|
},
|
|
3908
4072
|
"twelvelabs.pegasus-1-2-v1:0": {
|
|
4073
|
+
"inferenceProfile": {
|
|
4074
|
+
"APAC": [],
|
|
4075
|
+
"EU": [],
|
|
4076
|
+
"GLOBAL": [],
|
|
4077
|
+
"US": []
|
|
4078
|
+
},
|
|
3909
4079
|
"inference_types": {
|
|
3910
4080
|
"af-south-1": [
|
|
3911
4081
|
"GLOBAL"
|
|
@@ -4044,6 +4214,9 @@
|
|
|
4044
4214
|
]
|
|
4045
4215
|
},
|
|
4046
4216
|
"writer.palmyra-x4-v1:0": {
|
|
4217
|
+
"inferenceProfile": {
|
|
4218
|
+
"US": []
|
|
4219
|
+
},
|
|
4047
4220
|
"inference_types": {
|
|
4048
4221
|
"us-east-1": [
|
|
4049
4222
|
"US"
|
|
@@ -4067,6 +4240,9 @@
|
|
|
4067
4240
|
]
|
|
4068
4241
|
},
|
|
4069
4242
|
"writer.palmyra-x5-v1:0": {
|
|
4243
|
+
"inferenceProfile": {
|
|
4244
|
+
"US": []
|
|
4245
|
+
},
|
|
4070
4246
|
"inference_types": {
|
|
4071
4247
|
"us-east-1": [
|
|
4072
4248
|
"US"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bedrock-models
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: A library that provides Bedrock models id
|
|
5
5
|
License: MIT-0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -25,7 +25,7 @@ A Python library that provides AWS Bedrock Foundation Model IDs with autocomplet
|
|
|
25
25
|
|
|
26
26
|
This library helps developer to easily use Bedrock foundation models without having to lookup the model id or the correct cris profile prefix to use. The list of models is checked and updated daily.
|
|
27
27
|
|
|
28
|
-
## 🌐 [Browse Models Online](https://
|
|
28
|
+
## 🌐 [Browse Models Online](https://mirai73.github.io/bedrock-models/)
|
|
29
29
|
|
|
30
30
|
Explore all available Bedrock models with our interactive web interface. Search by model name, filter by region, and find CRIS-enabled models.
|
|
31
31
|
|
|
@@ -220,6 +220,14 @@ The AWS credentials need the following least-privilege IAM policy:
|
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
|
|
223
|
+
|
|
224
|
+
## Credits
|
|
225
|
+
|
|
226
|
+
This project uses the following open-source libraries and data in the github pages site:
|
|
227
|
+
|
|
228
|
+
- **[Leaflet](https://leafletjs.com/)**: An open-source JavaScript library for mobile-friendly interactive maps. Copyright (c) 2010-2023, Volodymyr Agafonkin.
|
|
229
|
+
- **[OpenStreetMap](https://www.openstreetmap.org/)**: Map data © OpenStreetMap contributors.
|
|
230
|
+
|
|
223
231
|
## License
|
|
224
232
|
|
|
225
233
|
MIT-0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
bedrock_models/__init__.py,sha256=z-6-VOUDtkUHteELzpDHlB4nfuUqvy-1jyREn6MnTQE,439
|
|
2
2
|
bedrock_models/bedrock_model_ids.py,sha256=0noaco2EV4ovM0432Z3R1eeRzbS7gTecWklaMNHY9z8,8710
|
|
3
3
|
bedrock_models/bedrock_model_ids.pyi,sha256=oKxav7bHuEf8z7hOVfKDkL0s6LQzN4QJSbHyERn1Lm0,5299
|
|
4
|
-
bedrock_models/bedrock_models.json,sha256=
|
|
4
|
+
bedrock_models/bedrock_models.json,sha256=YAVukzuYZvaXvPNVWJUeyjj47NQEDqxLlyaIGKwDgL4,75119
|
|
5
5
|
bedrock_models/utils.py,sha256=8W8lC8bTcceTZ7QyG19hNUIzDXvu7WcGyEoxcQ2Qhdg,9321
|
|
6
|
-
bedrock_models-0.1.
|
|
7
|
-
bedrock_models-0.1.
|
|
8
|
-
bedrock_models-0.1.
|
|
9
|
-
bedrock_models-0.1.
|
|
6
|
+
bedrock_models-0.1.7.dist-info/METADATA,sha256=UWFdzlRC62lMiNG6-hpsQHIoaQ-n0KGyOvt6mbIu1vg,6578
|
|
7
|
+
bedrock_models-0.1.7.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
8
|
+
bedrock_models-0.1.7.dist-info/licenses/LICENSE,sha256=5ALO4uimWLJdA7ag4TGh5fY_qg7ghYr7h50ShtrwaXI,920
|
|
9
|
+
bedrock_models-0.1.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|