bedrock-models 0.1.6__tar.gz → 0.1.7__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.6
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://massi-ang.github.io/bedrock-models/)
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
@@ -6,7 +6,7 @@ A Python library that provides AWS Bedrock Foundation Model IDs with autocomplet
6
6
 
7
7
  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.
8
8
 
9
- ## 🌐 [Browse Models Online](https://massi-ang.github.io/bedrock-models/)
9
+ ## 🌐 [Browse Models Online](https://mirai73.github.io/bedrock-models/)
10
10
 
11
11
  Explore all available Bedrock models with our interactive web interface. Search by model name, filter by region, and find CRIS-enabled models.
12
12
 
@@ -201,6 +201,14 @@ The AWS credentials need the following least-privilege IAM policy:
201
201
  ```
202
202
 
203
203
 
204
+
205
+ ## Credits
206
+
207
+ This project uses the following open-source libraries and data in the github pages site:
208
+
209
+ - **[Leaflet](https://leafletjs.com/)**: An open-source JavaScript library for mobile-friendly interactive maps. Copyright (c) 2010-2023, Volodymyr Agafonkin.
210
+ - **[OpenStreetMap](https://www.openstreetmap.org/)**: Map data © OpenStreetMap contributors.
211
+
204
212
  ## License
205
213
 
206
214
  MIT-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"
@@ -905,6 +930,9 @@
905
930
  ]
906
931
  },
907
932
  "anthropic.claude-3-5-haiku-20241022-v1:0": {
933
+ "inferenceProfile": {
934
+ "US": []
935
+ },
908
936
  "inference_types": {
909
937
  "us-east-1": [
910
938
  "US"
@@ -924,6 +952,11 @@
924
952
  ]
925
953
  },
926
954
  "anthropic.claude-3-5-sonnet-20240620-v1:0": {
955
+ "inferenceProfile": {
956
+ "APAC": [],
957
+ "EU": [],
958
+ "US": []
959
+ },
927
960
  "inference_types": {
928
961
  "ap-northeast-1": [
929
962
  "ON_DEMAND"
@@ -982,6 +1015,10 @@
982
1015
  ]
983
1016
  },
984
1017
  "anthropic.claude-3-5-sonnet-20241022-v2:0": {
1018
+ "inferenceProfile": {
1019
+ "APAC": [],
1020
+ "US": []
1021
+ },
985
1022
  "inference_types": {
986
1023
  "ap-northeast-1": [
987
1024
  "APAC"
@@ -1030,6 +1067,11 @@
1030
1067
  ]
1031
1068
  },
1032
1069
  "anthropic.claude-3-7-sonnet-20250219-v1:0": {
1070
+ "inferenceProfile": {
1071
+ "APAC": [],
1072
+ "EU": [],
1073
+ "US": []
1074
+ },
1033
1075
  "inference_types": {
1034
1076
  "ap-northeast-1": [
1035
1077
  "APAC"
@@ -1097,6 +1139,10 @@
1097
1139
  ]
1098
1140
  },
1099
1141
  "anthropic.claude-3-haiku-20240307-v1:0": {
1142
+ "inferenceProfile": {
1143
+ "EU": [],
1144
+ "US": []
1145
+ },
1100
1146
  "inference_types": {
1101
1147
  "ap-northeast-1": [
1102
1148
  "ON_DEMAND"
@@ -1165,6 +1211,9 @@
1165
1211
  ]
1166
1212
  },
1167
1213
  "anthropic.claude-3-opus-20240229-v1:0": {
1214
+ "inferenceProfile": {
1215
+ "US": []
1216
+ },
1168
1217
  "inference_types": {
1169
1218
  "us-east-1": [
1170
1219
  "US"
@@ -1180,6 +1229,10 @@
1180
1229
  ]
1181
1230
  },
1182
1231
  "anthropic.claude-3-sonnet-20240229-v1:0": {
1232
+ "inferenceProfile": {
1233
+ "APAC": [],
1234
+ "EU": []
1235
+ },
1183
1236
  "inference_types": {
1184
1237
  "ap-northeast-1": [
1185
1238
  "APAC"
@@ -1240,6 +1293,13 @@
1240
1293
  ]
1241
1294
  },
1242
1295
  "anthropic.claude-haiku-4-5-20251001-v1:0": {
1296
+ "inferenceProfile": {
1297
+ "AU": [],
1298
+ "EU": [],
1299
+ "GLOBAL": [],
1300
+ "JP": [],
1301
+ "US": []
1302
+ },
1243
1303
  "inference_types": {
1244
1304
  "ap-northeast-1": [
1245
1305
  "GLOBAL",
@@ -1356,6 +1416,9 @@
1356
1416
  ]
1357
1417
  },
1358
1418
  "anthropic.claude-opus-4-1-20250805-v1:0": {
1419
+ "inferenceProfile": {
1420
+ "US": []
1421
+ },
1359
1422
  "inference_types": {
1360
1423
  "us-east-1": [
1361
1424
  "US"
@@ -1375,6 +1438,9 @@
1375
1438
  ]
1376
1439
  },
1377
1440
  "anthropic.claude-opus-4-20250514-v1:0": {
1441
+ "inferenceProfile": {
1442
+ "US": []
1443
+ },
1378
1444
  "inference_types": {
1379
1445
  "us-east-1": [
1380
1446
  "US"
@@ -1394,6 +1460,11 @@
1394
1460
  ]
1395
1461
  },
1396
1462
  "anthropic.claude-opus-4-5-20251101-v1:0": {
1463
+ "inferenceProfile": {
1464
+ "EU": [],
1465
+ "GLOBAL": [],
1466
+ "US": []
1467
+ },
1397
1468
  "inference_types": {
1398
1469
  "ap-northeast-1": [
1399
1470
  "GLOBAL"
@@ -1506,6 +1577,12 @@
1506
1577
  ]
1507
1578
  },
1508
1579
  "anthropic.claude-sonnet-4-20250514-v1:0": {
1580
+ "inferenceProfile": {
1581
+ "APAC": [],
1582
+ "EU": [],
1583
+ "GLOBAL": [],
1584
+ "US": []
1585
+ },
1509
1586
  "inference_types": {
1510
1587
  "ap-east-2": [
1511
1588
  "APAC"
@@ -1614,6 +1691,13 @@
1614
1691
  ]
1615
1692
  },
1616
1693
  "anthropic.claude-sonnet-4-5-20250929-v1:0": {
1694
+ "inferenceProfile": {
1695
+ "AU": [],
1696
+ "EU": [],
1697
+ "GLOBAL": [],
1698
+ "JP": [],
1699
+ "US": []
1700
+ },
1617
1701
  "inference_types": {
1618
1702
  "af-south-1": [
1619
1703
  "GLOBAL"
@@ -1886,6 +1970,11 @@
1886
1970
  ]
1887
1971
  },
1888
1972
  "cohere.embed-v4:0": {
1973
+ "inferenceProfile": {
1974
+ "EU": [],
1975
+ "GLOBAL": [],
1976
+ "US": []
1977
+ },
1889
1978
  "inference_types": {
1890
1979
  "ap-northeast-1": [
1891
1980
  "GLOBAL",
@@ -2025,6 +2114,9 @@
2025
2114
  ]
2026
2115
  },
2027
2116
  "deepseek.r1-v1:0": {
2117
+ "inferenceProfile": {
2118
+ "US": []
2119
+ },
2028
2120
  "inference_types": {
2029
2121
  "us-east-1": [
2030
2122
  "US"
@@ -2219,6 +2311,9 @@
2219
2311
  ]
2220
2312
  },
2221
2313
  "meta.llama3-1-405b-instruct-v1:0": {
2314
+ "inferenceProfile": {
2315
+ "US": []
2316
+ },
2222
2317
  "inference_types": {
2223
2318
  "us-east-2": [
2224
2319
  "US"
@@ -2234,6 +2329,9 @@
2234
2329
  ]
2235
2330
  },
2236
2331
  "meta.llama3-1-70b-instruct-v1:0": {
2332
+ "inferenceProfile": {
2333
+ "US": []
2334
+ },
2237
2335
  "inference_types": {
2238
2336
  "us-east-1": [
2239
2337
  "US"
@@ -2254,6 +2352,9 @@
2254
2352
  ]
2255
2353
  },
2256
2354
  "meta.llama3-1-8b-instruct-v1:0": {
2355
+ "inferenceProfile": {
2356
+ "US": []
2357
+ },
2257
2358
  "inference_types": {
2258
2359
  "us-east-1": [
2259
2360
  "US"
@@ -2274,6 +2375,9 @@
2274
2375
  ]
2275
2376
  },
2276
2377
  "meta.llama3-2-11b-instruct-v1:0": {
2378
+ "inferenceProfile": {
2379
+ "US": []
2380
+ },
2277
2381
  "inference_types": {
2278
2382
  "us-east-1": [
2279
2383
  "US"
@@ -2293,6 +2397,10 @@
2293
2397
  ]
2294
2398
  },
2295
2399
  "meta.llama3-2-1b-instruct-v1:0": {
2400
+ "inferenceProfile": {
2401
+ "EU": [],
2402
+ "US": []
2403
+ },
2296
2404
  "inference_types": {
2297
2405
  "eu-central-1": [
2298
2406
  "EU"
@@ -2324,6 +2432,10 @@
2324
2432
  ]
2325
2433
  },
2326
2434
  "meta.llama3-2-3b-instruct-v1:0": {
2435
+ "inferenceProfile": {
2436
+ "EU": [],
2437
+ "US": []
2438
+ },
2327
2439
  "inference_types": {
2328
2440
  "eu-central-1": [
2329
2441
  "EU"
@@ -2355,6 +2467,9 @@
2355
2467
  ]
2356
2468
  },
2357
2469
  "meta.llama3-2-90b-instruct-v1:0": {
2470
+ "inferenceProfile": {
2471
+ "US": []
2472
+ },
2358
2473
  "inference_types": {
2359
2474
  "us-east-1": [
2360
2475
  "US"
@@ -2374,6 +2489,9 @@
2374
2489
  ]
2375
2490
  },
2376
2491
  "meta.llama3-3-70b-instruct-v1:0": {
2492
+ "inferenceProfile": {
2493
+ "US": []
2494
+ },
2377
2495
  "inference_types": {
2378
2496
  "us-east-1": [
2379
2497
  "US"
@@ -2448,6 +2566,9 @@
2448
2566
  ]
2449
2567
  },
2450
2568
  "meta.llama4-maverick-17b-instruct-v1:0": {
2569
+ "inferenceProfile": {
2570
+ "US": []
2571
+ },
2451
2572
  "inference_types": {
2452
2573
  "us-east-1": [
2453
2574
  "US"
@@ -2471,6 +2592,9 @@
2471
2592
  ]
2472
2593
  },
2473
2594
  "meta.llama4-scout-17b-instruct-v1:0": {
2595
+ "inferenceProfile": {
2596
+ "US": []
2597
+ },
2474
2598
  "inference_types": {
2475
2599
  "us-east-1": [
2476
2600
  "US"
@@ -2867,6 +2991,10 @@
2867
2991
  ]
2868
2992
  },
2869
2993
  "mistral.pixtral-large-2502-v1:0": {
2994
+ "inferenceProfile": {
2995
+ "EU": [],
2996
+ "US": []
2997
+ },
2870
2998
  "inference_types": {
2871
2999
  "eu-central-1": [
2872
3000
  "EU"
@@ -3586,6 +3714,9 @@
3586
3714
  ]
3587
3715
  },
3588
3716
  "stability.stable-conservative-upscale-v1:0": {
3717
+ "inferenceProfile": {
3718
+ "US": []
3719
+ },
3589
3720
  "inference_types": {
3590
3721
  "us-east-1": [
3591
3722
  "US"
@@ -3605,6 +3736,9 @@
3605
3736
  ]
3606
3737
  },
3607
3738
  "stability.stable-creative-upscale-v1:0": {
3739
+ "inferenceProfile": {
3740
+ "US": []
3741
+ },
3608
3742
  "inference_types": {
3609
3743
  "us-east-1": [
3610
3744
  "US"
@@ -3624,6 +3758,9 @@
3624
3758
  ]
3625
3759
  },
3626
3760
  "stability.stable-fast-upscale-v1:0": {
3761
+ "inferenceProfile": {
3762
+ "US": []
3763
+ },
3627
3764
  "inference_types": {
3628
3765
  "us-east-1": [
3629
3766
  "US"
@@ -3643,6 +3780,9 @@
3643
3780
  ]
3644
3781
  },
3645
3782
  "stability.stable-image-control-sketch-v1:0": {
3783
+ "inferenceProfile": {
3784
+ "US": []
3785
+ },
3646
3786
  "inference_types": {
3647
3787
  "us-east-1": [
3648
3788
  "US"
@@ -3662,6 +3802,9 @@
3662
3802
  ]
3663
3803
  },
3664
3804
  "stability.stable-image-control-structure-v1:0": {
3805
+ "inferenceProfile": {
3806
+ "US": []
3807
+ },
3665
3808
  "inference_types": {
3666
3809
  "us-east-1": [
3667
3810
  "US"
@@ -3692,6 +3835,9 @@
3692
3835
  ]
3693
3836
  },
3694
3837
  "stability.stable-image-erase-object-v1:0": {
3838
+ "inferenceProfile": {
3839
+ "US": []
3840
+ },
3695
3841
  "inference_types": {
3696
3842
  "us-east-1": [
3697
3843
  "US"
@@ -3711,6 +3857,9 @@
3711
3857
  ]
3712
3858
  },
3713
3859
  "stability.stable-image-inpaint-v1:0": {
3860
+ "inferenceProfile": {
3861
+ "US": []
3862
+ },
3714
3863
  "inference_types": {
3715
3864
  "us-east-1": [
3716
3865
  "US"
@@ -3730,6 +3879,9 @@
3730
3879
  ]
3731
3880
  },
3732
3881
  "stability.stable-image-remove-background-v1:0": {
3882
+ "inferenceProfile": {
3883
+ "US": []
3884
+ },
3733
3885
  "inference_types": {
3734
3886
  "us-east-1": [
3735
3887
  "US"
@@ -3749,6 +3901,9 @@
3749
3901
  ]
3750
3902
  },
3751
3903
  "stability.stable-image-search-recolor-v1:0": {
3904
+ "inferenceProfile": {
3905
+ "US": []
3906
+ },
3752
3907
  "inference_types": {
3753
3908
  "us-east-1": [
3754
3909
  "US"
@@ -3768,6 +3923,9 @@
3768
3923
  ]
3769
3924
  },
3770
3925
  "stability.stable-image-search-replace-v1:0": {
3926
+ "inferenceProfile": {
3927
+ "US": []
3928
+ },
3771
3929
  "inference_types": {
3772
3930
  "us-east-1": [
3773
3931
  "US"
@@ -3787,6 +3945,9 @@
3787
3945
  ]
3788
3946
  },
3789
3947
  "stability.stable-image-style-guide-v1:0": {
3948
+ "inferenceProfile": {
3949
+ "US": []
3950
+ },
3790
3951
  "inference_types": {
3791
3952
  "us-east-1": [
3792
3953
  "US"
@@ -3817,6 +3978,9 @@
3817
3978
  ]
3818
3979
  },
3819
3980
  "stability.stable-outpaint-v1:0": {
3981
+ "inferenceProfile": {
3982
+ "US": []
3983
+ },
3820
3984
  "inference_types": {
3821
3985
  "us-east-1": [
3822
3986
  "US"
@@ -3836,6 +4000,9 @@
3836
4000
  ]
3837
4001
  },
3838
4002
  "stability.stable-style-transfer-v1:0": {
4003
+ "inferenceProfile": {
4004
+ "US": []
4005
+ },
3839
4006
  "inference_types": {
3840
4007
  "us-east-1": [
3841
4008
  "US"
@@ -3855,6 +4022,11 @@
3855
4022
  ]
3856
4023
  },
3857
4024
  "twelvelabs.marengo-embed-2-7-v1:0": {
4025
+ "inferenceProfile": {
4026
+ "APAC": [],
4027
+ "EU": [],
4028
+ "US": []
4029
+ },
3858
4030
  "inference_types": {
3859
4031
  "ap-northeast-2": [
3860
4032
  "APAC"
@@ -3874,6 +4046,10 @@
3874
4046
  ]
3875
4047
  },
3876
4048
  "twelvelabs.marengo-embed-3-0-v1:0": {
4049
+ "inferenceProfile": {
4050
+ "EU": [],
4051
+ "US": []
4052
+ },
3877
4053
  "inference_types": {
3878
4054
  "ap-northeast-2": [
3879
4055
  "ON_DEMAND"
@@ -3894,6 +4070,12 @@
3894
4070
  ]
3895
4071
  },
3896
4072
  "twelvelabs.pegasus-1-2-v1:0": {
4073
+ "inferenceProfile": {
4074
+ "APAC": [],
4075
+ "EU": [],
4076
+ "GLOBAL": [],
4077
+ "US": []
4078
+ },
3897
4079
  "inference_types": {
3898
4080
  "af-south-1": [
3899
4081
  "GLOBAL"
@@ -4032,6 +4214,9 @@
4032
4214
  ]
4033
4215
  },
4034
4216
  "writer.palmyra-x4-v1:0": {
4217
+ "inferenceProfile": {
4218
+ "US": []
4219
+ },
4035
4220
  "inference_types": {
4036
4221
  "us-east-1": [
4037
4222
  "US"
@@ -4055,6 +4240,9 @@
4055
4240
  ]
4056
4241
  },
4057
4242
  "writer.palmyra-x5-v1:0": {
4243
+ "inferenceProfile": {
4244
+ "US": []
4245
+ },
4058
4246
  "inference_types": {
4059
4247
  "us-east-1": [
4060
4248
  "US"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bedrock-models"
3
- version = "0.1.6"
3
+ version = "0.1.7"
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