Skip to content

Commit 789eec0

Browse files
authored
Merge pull request #15653 from BerriAI/litellm_anthropic_4_5_model
Add Claude Haiku 4.5 support for Bedrock Other regions
2 parents 71a8dcf + f6a3599 commit 789eec0

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20285,6 +20285,44 @@
2028520285
"supports_vision": true,
2028620286
"tool_use_system_prompt_tokens": 346
2028720287
},
20288+
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
20289+
"cache_creation_input_token_cost": 1.375e-06,
20290+
"cache_read_input_token_cost": 1.1e-07,
20291+
"input_cost_per_token": 1.1e-06,
20292+
"litellm_provider": "bedrock_converse",
20293+
"max_input_tokens": 200000,
20294+
"max_output_tokens": 8192,
20295+
"max_tokens": 8192,
20296+
"mode": "chat",
20297+
"output_cost_per_token": 5.5e-06,
20298+
"supports_assistant_prefill": true,
20299+
"supports_function_calling": true,
20300+
"supports_pdf_input": true,
20301+
"supports_prompt_caching": true,
20302+
"supports_response_schema": true,
20303+
"supports_tool_choice": true,
20304+
"supports_vision": true,
20305+
"tool_use_system_prompt_tokens": 346
20306+
},
20307+
"eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
20308+
"cache_creation_input_token_cost": 1.375e-06,
20309+
"cache_read_input_token_cost": 1.1e-07,
20310+
"input_cost_per_token": 1.1e-06,
20311+
"litellm_provider": "bedrock_converse",
20312+
"max_input_tokens": 200000,
20313+
"max_output_tokens": 8192,
20314+
"max_tokens": 8192,
20315+
"mode": "chat",
20316+
"output_cost_per_token": 5.5e-06,
20317+
"supports_assistant_prefill": true,
20318+
"supports_function_calling": true,
20319+
"supports_pdf_input": true,
20320+
"supports_prompt_caching": true,
20321+
"supports_response_schema": true,
20322+
"supports_tool_choice": true,
20323+
"supports_vision": true,
20324+
"tool_use_system_prompt_tokens": 346
20325+
},
2028820326
"us.anthropic.claude-opus-4-20250514-v1:0": {
2028920327
"cache_creation_input_token_cost": 1.875e-05,
2029020328
"cache_read_input_token_cost": 1.5e-06,

model_prices_and_context_window.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20285,6 +20285,44 @@
2028520285
"supports_vision": true,
2028620286
"tool_use_system_prompt_tokens": 346
2028720287
},
20288+
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
20289+
"cache_creation_input_token_cost": 1.375e-06,
20290+
"cache_read_input_token_cost": 1.1e-07,
20291+
"input_cost_per_token": 1.1e-06,
20292+
"litellm_provider": "bedrock_converse",
20293+
"max_input_tokens": 200000,
20294+
"max_output_tokens": 8192,
20295+
"max_tokens": 8192,
20296+
"mode": "chat",
20297+
"output_cost_per_token": 5.5e-06,
20298+
"supports_assistant_prefill": true,
20299+
"supports_function_calling": true,
20300+
"supports_pdf_input": true,
20301+
"supports_prompt_caching": true,
20302+
"supports_response_schema": true,
20303+
"supports_tool_choice": true,
20304+
"supports_vision": true,
20305+
"tool_use_system_prompt_tokens": 346
20306+
},
20307+
"eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
20308+
"cache_creation_input_token_cost": 1.375e-06,
20309+
"cache_read_input_token_cost": 1.1e-07,
20310+
"input_cost_per_token": 1.1e-06,
20311+
"litellm_provider": "bedrock_converse",
20312+
"max_input_tokens": 200000,
20313+
"max_output_tokens": 8192,
20314+
"max_tokens": 8192,
20315+
"mode": "chat",
20316+
"output_cost_per_token": 5.5e-06,
20317+
"supports_assistant_prefill": true,
20318+
"supports_function_calling": true,
20319+
"supports_pdf_input": true,
20320+
"supports_prompt_caching": true,
20321+
"supports_response_schema": true,
20322+
"supports_tool_choice": true,
20323+
"supports_vision": true,
20324+
"tool_use_system_prompt_tokens": 346
20325+
},
2028820326
"us.anthropic.claude-opus-4-20250514-v1:0": {
2028920327
"cache_creation_input_token_cost": 1.875e-05,
2029020328
"cache_read_input_token_cost": 1.5e-06,

0 commit comments

Comments
 (0)