From e74f25b8bb0f634cf1135ad67ca66d4c11db929c Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Tue, 16 Apr 2024 18:02:24 +0000 Subject: [PATCH] (feat): Add Claude v3 Opus on Amazon Bedrock. --- litellm/model_prices_and_context_window_backup.json | 9 +++++++++ model_prices_and_context_window.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index a4c851c84f4..a53aaf7b4ae 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -1742,6 +1742,15 @@ "litellm_provider": "bedrock", "mode": "chat" }, + "anthropic.claude-3-opus-20240229-v1:0": { + "max_tokens": 4096, + "max_input_tokens": 200000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.000015, + "output_cost_per_token": 0.000075, + "litellm_provider": "bedrock", + "mode": "chat" + }, "anthropic.claude-v1": { "max_tokens": 8191, "max_input_tokens": 100000, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index b5809c741f1..3ace04f7008 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1742,6 +1742,15 @@ "litellm_provider": "bedrock", "mode": "chat" }, + "anthropic.claude-3-opus-20240229-v1:0": { + "max_tokens": 4096, + "max_input_tokens": 200000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.000015, + "output_cost_per_token": 0.000075, + "litellm_provider": "bedrock", + "mode": "chat" + }, "anthropic.claude-v1": { "max_tokens": 8191, "max_input_tokens": 100000,