From 023d0f76643a2a8b2d6e207d0f3f3daa3306881d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 Aug 2024 12:54:24 -0700 Subject: [PATCH] build(model_prices_and_context_window.json): fix bedrock/llama3-1 pricing --- litellm/model_prices_and_context_window_backup.json | 8 ++++---- model_prices_and_context_window.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 6f40ee1ee..d0001819e 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4030,8 +4030,8 @@ "max_tokens": 128000, "max_input_tokens": 128000, "max_output_tokens": 2048, - "input_cost_per_token": 0.0000004, - "output_cost_per_token": 0.0000006, + "input_cost_per_token": 0.00000022, + "output_cost_per_token": 0.00000022, "litellm_provider": "bedrock", "mode": "chat", "supports_function_calling": true, @@ -4041,8 +4041,8 @@ "max_tokens": 128000, "max_input_tokens": 128000, "max_output_tokens": 2048, - "input_cost_per_token": 0.00000265, - "output_cost_per_token": 0.0000035, + "input_cost_per_token": 0.00000099, + "output_cost_per_token": 0.00000099, "litellm_provider": "bedrock", "mode": "chat", "supports_function_calling": true, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 6f40ee1ee..d0001819e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4030,8 +4030,8 @@ "max_tokens": 128000, "max_input_tokens": 128000, "max_output_tokens": 2048, - "input_cost_per_token": 0.0000004, - "output_cost_per_token": 0.0000006, + "input_cost_per_token": 0.00000022, + "output_cost_per_token": 0.00000022, "litellm_provider": "bedrock", "mode": "chat", "supports_function_calling": true, @@ -4041,8 +4041,8 @@ "max_tokens": 128000, "max_input_tokens": 128000, "max_output_tokens": 2048, - "input_cost_per_token": 0.00000265, - "output_cost_per_token": 0.0000035, + "input_cost_per_token": 0.00000099, + "output_cost_per_token": 0.00000099, "litellm_provider": "bedrock", "mode": "chat", "supports_function_calling": true,