From 08e40352e9affddd08fc558c05ac765968d5e265 Mon Sep 17 00:00:00 2001 From: Tomas Klohna <6950876+Klohto@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:28:21 +0100 Subject: [PATCH] Add azure/deepseek-r1 to model_prices_and_content_window.json (#8177) --- model_prices_and_context_window.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index eafb4cb3c5..5689201ece 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -975,6 +975,17 @@ "output_cost_per_second": 0.0001, "litellm_provider": "azure" }, + "azure/deepseek-r1": { + "max_tokens": 8192, + "max_input_tokens": 128000, + "max_output_tokens": 8192, + "input_cost_per_token": 0.0, + "input_cost_per_token_cache_hit": 0.0, + "output_cost_per_token": 0.0, + "litellm_provider": "azure", + "mode": "chat", + "supports_prompt_caching": true + }, "azure/o3-mini": { "max_tokens": 100000, "max_input_tokens": 200000,