bedrock-models 0.1.13__py3-none-any.whl → 0.1.14__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.
@@ -89,6 +89,7 @@ class Models:
89
89
  MISTRAL_VOXTRAL_SMALL_24B_2507 = "mistral.voxtral-small-24b-2507"
90
90
  MOONSHOT_KIMI_K2_THINKING = "moonshot.kimi-k2-thinking"
91
91
  NVIDIA_NEMOTRON_NANO_12B = "nvidia.nemotron-nano-12b-v2"
92
+ NVIDIA_NEMOTRON_NANO_3_30B = "nvidia.nemotron-nano-3-30b"
92
93
  NVIDIA_NEMOTRON_NANO_9B = "nvidia.nemotron-nano-9b-v2"
93
94
  OPENAI_GPT_OSS_120B = "openai.gpt-oss-120b-1:0"
94
95
  OPENAI_GPT_OSS_20B = "openai.gpt-oss-20b-1:0"
@@ -121,7 +122,6 @@ class Models:
121
122
  TWELVELABS_PEGASUS_1_2 = "twelvelabs.pegasus-1-2-v1:0"
122
123
  WRITER_PALMYRA_X4 = "writer.palmyra-x4-v1:0"
123
124
  WRITER_PALMYRA_X5 = "writer.palmyra-x5-v1:0"
124
- AMAZON_TITAN_IMAGE_GENERATOR = _DeprecatedModelDescriptor("amazon.titan-image-generator-v1", "Model 'amazon.titan-image-generator-v1' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
125
125
  AMAZON_TITAN_TEXT_EXPRESS = _DeprecatedModelDescriptor("amazon.titan-text-express-v1", "Model 'amazon.titan-text-express-v1' has LEGACY status and may be removed by AWS. Consider migrating to a newer model.")
126
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.")
127
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.")
@@ -74,6 +74,7 @@ class Models:
74
74
  MISTRAL_VOXTRAL_SMALL_24B_2507: Final[str]
75
75
  MOONSHOT_KIMI_K2_THINKING: Final[str]
76
76
  NVIDIA_NEMOTRON_NANO_12B: Final[str]
77
+ NVIDIA_NEMOTRON_NANO_3_30B: Final[str]
77
78
  NVIDIA_NEMOTRON_NANO_9B: Final[str]
78
79
  OPENAI_GPT_OSS_120B: Final[str]
79
80
  OPENAI_GPT_OSS_20B: Final[str]
@@ -106,7 +107,6 @@ class Models:
106
107
  TWELVELABS_PEGASUS_1_2: Final[str]
107
108
  WRITER_PALMYRA_X4: Final[str]
108
109
  WRITER_PALMYRA_X5: Final[str]
109
- AMAZON_TITAN_IMAGE_GENERATOR: Final[str] # deprecated: Model 'amazon.titan-image-generator-v1' has LEGACY status
110
110
  AMAZON_TITAN_TEXT_EXPRESS: Final[str] # deprecated: Model 'amazon.titan-text-express-v1' has LEGACY status
111
111
  AMAZON_TITAN_TEXT_LITE: Final[str] # deprecated: Model 'amazon.titan-text-lite-v1' has LEGACY status
112
112
  ANTHROPIC_CLAUDE_3_5_SONNET_20240620: Final[str] # deprecated: Model 'anthropic.claude-3-5-sonnet-20240620-v1:0' has LEGACY status
@@ -842,17 +842,6 @@
842
842
  "us-west-2"
843
843
  ]
844
844
  },
845
- "amazon.titan-image-generator-v1": {
846
- "inference_types": {
847
- "eu-west-1": [
848
- "ON_DEMAND"
849
- ]
850
- },
851
- "model_lifecycle_status": "LEGACY",
852
- "regions": [
853
- "eu-west-1"
854
- ]
855
- },
856
845
  "amazon.titan-image-generator-v2:0": {
857
846
  "inference_types": {
858
847
  "us-east-1": [
@@ -872,49 +861,13 @@
872
861
  },
873
862
  "amazon.titan-text-express-v1": {
874
863
  "inference_types": {
875
- "ap-northeast-1": [
876
- "ON_DEMAND"
877
- ],
878
- "ap-south-1": [
879
- "ON_DEMAND"
880
- ],
881
- "ap-southeast-2": [
882
- "ON_DEMAND"
883
- ],
884
- "ca-central-1": [
885
- "ON_DEMAND"
886
- ],
887
- "eu-central-1": [
888
- "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
- ],
899
864
  "us-east-1": [
900
865
  "ON_DEMAND"
901
- ],
902
- "us-west-2": [
903
- "ON_DEMAND"
904
866
  ]
905
867
  },
906
868
  "model_lifecycle_status": "LEGACY",
907
869
  "regions": [
908
- "ap-northeast-1",
909
- "ap-south-1",
910
- "ap-southeast-2",
911
- "ca-central-1",
912
- "eu-central-1",
913
- "eu-west-1",
914
- "eu-west-3",
915
- "sa-east-1",
916
- "us-east-1",
917
- "us-west-2"
870
+ "us-east-1"
918
871
  ]
919
872
  },
920
873
  "amazon.titan-text-lite-v1": {
@@ -3422,6 +3375,45 @@
3422
3375
  "us-west-2"
3423
3376
  ]
3424
3377
  },
3378
+ "nvidia.nemotron-nano-3-30b": {
3379
+ "inference_types": {
3380
+ "ap-northeast-1": [
3381
+ "ON_DEMAND"
3382
+ ],
3383
+ "ap-south-1": [
3384
+ "ON_DEMAND"
3385
+ ],
3386
+ "eu-south-1": [
3387
+ "ON_DEMAND"
3388
+ ],
3389
+ "eu-west-2": [
3390
+ "ON_DEMAND"
3391
+ ],
3392
+ "sa-east-1": [
3393
+ "ON_DEMAND"
3394
+ ],
3395
+ "us-east-1": [
3396
+ "ON_DEMAND"
3397
+ ],
3398
+ "us-east-2": [
3399
+ "ON_DEMAND"
3400
+ ],
3401
+ "us-west-2": [
3402
+ "ON_DEMAND"
3403
+ ]
3404
+ },
3405
+ "model_lifecycle_status": "ACTIVE",
3406
+ "regions": [
3407
+ "ap-northeast-1",
3408
+ "ap-south-1",
3409
+ "eu-south-1",
3410
+ "eu-west-2",
3411
+ "sa-east-1",
3412
+ "us-east-1",
3413
+ "us-east-2",
3414
+ "us-west-2"
3415
+ ]
3416
+ },
3425
3417
  "nvidia.nemotron-nano-9b-v2": {
3426
3418
  "inference_types": {
3427
3419
  "ap-northeast-1": [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bedrock-models
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: A library that provides Bedrock models id
5
5
  License: MIT-0
6
6
  License-File: LICENSE
@@ -0,0 +1,9 @@
1
+ bedrock_models/__init__.py,sha256=z-6-VOUDtkUHteELzpDHlB4nfuUqvy-1jyREn6MnTQE,439
2
+ bedrock_models/bedrock_model_ids.py,sha256=s6HwKo3rLgLkSKRQp7eGRv6EfOfkH04nWs15jSiGZRU,8872
3
+ bedrock_models/bedrock_model_ids.pyi,sha256=26QVDtKMMXbn4xqrGGbbs3ZDVo5UShXx_nP_ZkkceHQ,5386
4
+ bedrock_models/bedrock_models.json,sha256=V_TiVf66PqxDmG2s7nnukUDcIjmCvzgOtZ-h_lIgBPA,82674
5
+ bedrock_models/utils.py,sha256=8W8lC8bTcceTZ7QyG19hNUIzDXvu7WcGyEoxcQ2Qhdg,9321
6
+ bedrock_models-0.1.14.dist-info/METADATA,sha256=Z2Mk7MTQKrUWhDsa7ApA9n1U2lVrnubggmrzdXgcpgc,6579
7
+ bedrock_models-0.1.14.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
8
+ bedrock_models-0.1.14.dist-info/licenses/LICENSE,sha256=5ALO4uimWLJdA7ag4TGh5fY_qg7ghYr7h50ShtrwaXI,920
9
+ bedrock_models-0.1.14.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- bedrock_models/__init__.py,sha256=z-6-VOUDtkUHteELzpDHlB4nfuUqvy-1jyREn6MnTQE,439
2
- bedrock_models/bedrock_model_ids.py,sha256=KNIm4gvpaVH-rsSDB6UddfbLDWL3itWG1V41axDJjKA,9032
3
- bedrock_models/bedrock_model_ids.pyi,sha256=5GLFjmFj4gZ37SDICU7Kuo-wHtWu3VNvmg8WLcCAwxg,5461
4
- bedrock_models/bedrock_models.json,sha256=uVuP_8PmlzelZA_Ek4bsoVGz-x8K1njysg5d5y6T4Ro,82837
5
- bedrock_models/utils.py,sha256=8W8lC8bTcceTZ7QyG19hNUIzDXvu7WcGyEoxcQ2Qhdg,9321
6
- bedrock_models-0.1.13.dist-info/METADATA,sha256=X2Vii7vsXmUzTyEX-rgbJ5ImCcYGwy75tQrCRNkIcxs,6579
7
- bedrock_models-0.1.13.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
8
- bedrock_models-0.1.13.dist-info/licenses/LICENSE,sha256=5ALO4uimWLJdA7ag4TGh5fY_qg7ghYr7h50ShtrwaXI,920
9
- bedrock_models-0.1.13.dist-info/RECORD,,