From 16f614c7a03a4b9f3103907e0628f81c0bdaf72f Mon Sep 17 00:00:00 2001 From: William Kearns Date: Mon, 10 Mar 2025 14:29:17 -0700 Subject: [PATCH] add bedrock deepseek r1 model pricing --- model_prices_and_context_window.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index b2a08544f92..a988d3360e4 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -7477,6 +7477,18 @@ "litellm_provider": "bedrock", "mode": "embedding" }, + "us.deepseek.r1-v1:0": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00000135, + "output_cost_per_token": 0.0000054, + "litellm_provider": "bedrock_converse", + "mode": "chat", + "supports_function_calling": false, + "supports_tool_choice": false + + }, "meta.llama3-3-70b-instruct-v1:0": { "max_tokens": 4096, "max_input_tokens": 128000,