llama-index-llms-bedrock-converse 0.10.3__tar.gz → 0.10.4__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: llama-index-llms-bedrock-converse
3
- Version: 0.10.3
3
+ Version: 0.10.4
4
4
  Summary: llama-index llms bedrock converse integration
5
5
  Author-email: Your Name <you@example.com>
6
6
  License-Expression: MIT
@@ -107,6 +107,7 @@ BEDROCK_FUNCTION_CALLING_MODELS = (
107
107
  "anthropic.claude-3-5-haiku-20241022-v1:0",
108
108
  "anthropic.claude-3-7-sonnet-20250219-v1:0",
109
109
  "anthropic.claude-opus-4-20250514-v1:0",
110
+ "anthropic.claude-opus-4-1-20250805-v1:0",
110
111
  "anthropic.claude-sonnet-4-20250514-v1:0",
111
112
  "anthropic.claude-sonnet-4-5-20250929-v1:0",
112
113
  "cohere.command-r-v1:0",
@@ -137,6 +138,7 @@ BEDROCK_INFERENCE_PROFILE_SUPPORTED_MODELS = (
137
138
  "anthropic.claude-3-5-haiku-20241022-v1:0",
138
139
  "anthropic.claude-3-7-sonnet-20250219-v1:0",
139
140
  "anthropic.claude-opus-4-20250514-v1:0",
141
+ "anthropic.claude-opus-4-1-20250805-v1:0",
140
142
  "anthropic.claude-sonnet-4-20250514-v1:0",
141
143
  "anthropic.claude-sonnet-4-5-20250929-v1:0",
142
144
  "meta.llama3-1-8b-instruct-v1:0",
@@ -167,6 +169,7 @@ BEDROCK_PROMPT_CACHING_SUPPORTED_MODELS = (
167
169
  BEDROCK_REASONING_MODELS = (
168
170
  "anthropic.claude-3-7-sonnet-20250219-v1:0",
169
171
  "anthropic.claude-opus-4-20250514-v1:0",
172
+ "anthropic.claude-opus-4-1-20250805-v1:0",
170
173
  "anthropic.claude-sonnet-4-20250514-v1:0",
171
174
  "anthropic.claude-sonnet-4-5-20250929-v1:0",
172
175
  "deepseek.r1-v1:0",
@@ -29,7 +29,7 @@ dev = [
29
29
 
30
30
  [project]
31
31
  name = "llama-index-llms-bedrock-converse"
32
- version = "0.10.3"
32
+ version = "0.10.4"
33
33
  description = "llama-index llms bedrock converse integration"
34
34
  authors = [{name = "Your Name", email = "you@example.com"}]
35
35
  requires-python = ">=3.9,<4.0"