bedrock-models 0.1.19__tar.gz → 0.1.20__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.19
3
+ Version: 0.1.20
4
4
  Summary: A library that provides Bedrock models id
5
5
  License: MIT-0
6
6
  License-File: LICENSE
@@ -122,8 +122,6 @@ class Models:
122
122
  TWELVELABS_PEGASUS_1_2 = "twelvelabs.pegasus-1-2-v1:0"
123
123
  WRITER_PALMYRA_X4 = "writer.palmyra-x4-v1:0"
124
124
  WRITER_PALMYRA_X5 = "writer.palmyra-x5-v1:0"
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
- 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
125
  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.")
128
126
  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
127
  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.")
@@ -107,8 +107,6 @@ class Models:
107
107
  TWELVELABS_PEGASUS_1_2: Final[str]
108
108
  WRITER_PALMYRA_X4: Final[str]
109
109
  WRITER_PALMYRA_X5: Final[str]
110
- AMAZON_TITAN_TEXT_EXPRESS: Final[str] # deprecated: Model 'amazon.titan-text-express-v1' has LEGACY status
111
- AMAZON_TITAN_TEXT_LITE: Final[str] # deprecated: Model 'amazon.titan-text-lite-v1' has LEGACY status
112
110
  ANTHROPIC_CLAUDE_3_5_SONNET_20240620: Final[str] # deprecated: Model 'anthropic.claude-3-5-sonnet-20240620-v1:0' has LEGACY status
113
111
  ANTHROPIC_CLAUDE_3_5_SONNET_20241022: Final[str] # deprecated: Model 'anthropic.claude-3-5-sonnet-20241022-v2:0' has LEGACY status
114
112
  ANTHROPIC_CLAUDE_3_7_SONNET_20250219: Final[str] # deprecated: Model 'anthropic.claude-3-7-sonnet-20250219-v1:0' has LEGACY status
@@ -1465,28 +1465,6 @@
1465
1465
  "us-west-2"
1466
1466
  ]
1467
1467
  },
1468
- "amazon.titan-text-express-v1": {
1469
- "inference_types": {
1470
- "us-east-1": [
1471
- "ON_DEMAND"
1472
- ]
1473
- },
1474
- "model_lifecycle_status": "LEGACY",
1475
- "regions": [
1476
- "us-east-1"
1477
- ]
1478
- },
1479
- "amazon.titan-text-lite-v1": {
1480
- "inference_types": {
1481
- "ap-south-1": [
1482
- "ON_DEMAND"
1483
- ]
1484
- },
1485
- "model_lifecycle_status": "LEGACY",
1486
- "regions": [
1487
- "ap-south-1"
1488
- ]
1489
- },
1490
1468
  "amazon.titan-tg1-large": {
1491
1469
  "inference_types": {
1492
1470
  "us-east-1": [
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bedrock-models"
3
- version = "0.1.19"
3
+ version = "0.1.20"
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