From 4b8db4ec347f1950453c4c94d8ecaff794fbd076 Mon Sep 17 00:00:00 2001 From: Yazan Agha-Schrader Date: Mon, 24 Feb 2025 11:18:18 +0100 Subject: [PATCH] Update model_prices_and_context_window.json fix mistral/mistral-small from 1$/3$ per million tokens to -> 0.1$/0.3$ per million tokens cave: azure_ai and bedrock still show 1$/3$ for input/output cost per million - i dont have knowledge about azure and bedrock prices, but looks like wrong values as well. **please check** --- model_prices_and_context_window.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 5e8d9353ad..932393c261 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1943,8 +1943,8 @@ "max_tokens": 8191, "max_input_tokens": 32000, "max_output_tokens": 8191, - "input_cost_per_token": 0.000001, - "output_cost_per_token": 0.000003, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.0000003, "litellm_provider": "mistral", "supports_function_calling": true, "mode": "chat", @@ -1955,8 +1955,8 @@ "max_tokens": 8191, "max_input_tokens": 32000, "max_output_tokens": 8191, - "input_cost_per_token": 0.000001, - "output_cost_per_token": 0.000003, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.0000003, "litellm_provider": "mistral", "supports_function_calling": true, "mode": "chat",