Skip to content

Commit 71a8dcf

Browse files
authored
Add haiku 4.5 integration (#15650)
1 parent c8b53c1 commit 71a8dcf

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
@@ -11956,6 +11956,25 @@
1195611956
"supports_vision": true,
1195711957
"tool_use_system_prompt_tokens": 159
1195811958
},
11959+
"global.anthropic.claude-haiku-4-5-20251001-v1:0": {
11960+
"cache_creation_input_token_cost": 1.25e-06,
11961+
"cache_read_input_token_cost": 1e-07,
11962+
"input_cost_per_token": 1e-06,
11963+
"litellm_provider": "bedrock_converse",
11964+
"max_input_tokens": 200000,
11965+
"max_output_tokens": 8192,
11966+
"max_tokens": 8192,
11967+
"mode": "chat",
11968+
"output_cost_per_token": 5e-06,
11969+
"supports_assistant_prefill": true,
11970+
"supports_function_calling": true,
11971+
"supports_pdf_input": true,
11972+
"supports_prompt_caching": true,
11973+
"supports_response_schema": true,
11974+
"supports_tool_choice": true,
11975+
"supports_vision": true,
11976+
"tool_use_system_prompt_tokens": 346
11977+
},
1195911978
"gpt-3.5-turbo": {
1196011979
"input_cost_per_token": 0.5e-06,
1196111980
"litellm_provider": "openai",
@@ -20247,6 +20266,25 @@
2024720266
"supports_vision": true,
2024820267
"tool_use_system_prompt_tokens": 346
2024920268
},
20269+
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
20270+
"cache_creation_input_token_cost": 1.375e-06,
20271+
"cache_read_input_token_cost": 1.1e-07,
20272+
"input_cost_per_token": 1.1e-06,
20273+
"litellm_provider": "bedrock_converse",
20274+
"max_input_tokens": 200000,
20275+
"max_output_tokens": 8192,
20276+
"max_tokens": 8192,
20277+
"mode": "chat",
20278+
"output_cost_per_token": 5.5e-06,
20279+
"supports_assistant_prefill": true,
20280+
"supports_function_calling": true,
20281+
"supports_pdf_input": true,
20282+
"supports_prompt_caching": true,
20283+
"supports_response_schema": true,
20284+
"supports_tool_choice": true,
20285+
"supports_vision": true,
20286+
"tool_use_system_prompt_tokens": 346
20287+
},
2025020288
"us.anthropic.claude-opus-4-20250514-v1:0": {
2025120289
"cache_creation_input_token_cost": 1.875e-05,
2025220290
"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
@@ -11956,6 +11956,25 @@
1195611956
"supports_vision": true,
1195711957
"tool_use_system_prompt_tokens": 159
1195811958
},
11959+
"global.anthropic.claude-haiku-4-5-20251001-v1:0": {
11960+
"cache_creation_input_token_cost": 1.25e-06,
11961+
"cache_read_input_token_cost": 1e-07,
11962+
"input_cost_per_token": 1e-06,
11963+
"litellm_provider": "bedrock_converse",
11964+
"max_input_tokens": 200000,
11965+
"max_output_tokens": 8192,
11966+
"max_tokens": 8192,
11967+
"mode": "chat",
11968+
"output_cost_per_token": 5e-06,
11969+
"supports_assistant_prefill": true,
11970+
"supports_function_calling": true,
11971+
"supports_pdf_input": true,
11972+
"supports_prompt_caching": true,
11973+
"supports_response_schema": true,
11974+
"supports_tool_choice": true,
11975+
"supports_vision": true,
11976+
"tool_use_system_prompt_tokens": 346
11977+
},
1195911978
"gpt-3.5-turbo": {
1196011979
"input_cost_per_token": 0.5e-06,
1196111980
"litellm_provider": "openai",
@@ -20247,6 +20266,25 @@
2024720266
"supports_vision": true,
2024820267
"tool_use_system_prompt_tokens": 346
2024920268
},
20269+
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
20270+
"cache_creation_input_token_cost": 1.375e-06,
20271+
"cache_read_input_token_cost": 1.1e-07,
20272+
"input_cost_per_token": 1.1e-06,
20273+
"litellm_provider": "bedrock_converse",
20274+
"max_input_tokens": 200000,
20275+
"max_output_tokens": 8192,
20276+
"max_tokens": 8192,
20277+
"mode": "chat",
20278+
"output_cost_per_token": 5.5e-06,
20279+
"supports_assistant_prefill": true,
20280+
"supports_function_calling": true,
20281+
"supports_pdf_input": true,
20282+
"supports_prompt_caching": true,
20283+
"supports_response_schema": true,
20284+
"supports_tool_choice": true,
20285+
"supports_vision": true,
20286+
"tool_use_system_prompt_tokens": 346
20287+
},
2025020288
"us.anthropic.claude-opus-4-20250514-v1:0": {
2025120289
"cache_creation_input_token_cost": 1.875e-05,
2025220290
"cache_read_input_token_cost": 1.5e-06,

0 commit comments

Comments
 (0)