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.
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/PKG-INFO +1 -1
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/bedrock_models/bedrock_model_ids.py +0 -2
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/bedrock_models/bedrock_model_ids.pyi +0 -2
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/bedrock_models/bedrock_models.json +0 -22
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/pyproject.toml +1 -1
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/LICENSE +0 -0
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/README.md +0 -0
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/bedrock_models/__init__.py +0 -0
- {bedrock_models-0.1.19 → bedrock_models-0.1.20}/bedrock_models/utils.py +0 -0
|
@@ -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": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|