diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index b5809c741f1..3ace04f7008 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,