bedrock-models 0.1.13__py3-none-any.whl → 0.1.15__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