From afbb7748fea332548fe381552aa2a6db34dbce9c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 14 Dec 2023 19:27:43 +0530 Subject: [PATCH] (feat) add mistral ai pricing --- model_prices_and_context_window.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 4b0bb2bfb..f45ac27d7 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -210,6 +210,27 @@ "litellm_provider": "anthropic", "mode": "chat" }, + "mistral/mistral-tiny": { + "max_tokens": 8192, + "input_cost_per_token": 0.00000015, + "output_cost_per_token": 0.00000046, + "litellm_provider": "mistral", + "mode": "chat" + }, + "mistral/mistral-small": { + "max_tokens": 8192, + "input_cost_per_token": 0.00000066, + "output_cost_per_token": 0.00000197, + "litellm_provider": "mistral", + "mode": "chat" + }, + "mistral/mistral-medium": { + "max_tokens": 8192, + "input_cost_per_token": 0.00000273, + "output_cost_per_token": 0.00000820, + "litellm_provider": "mistral", + "mode": "chat" + }, "claude-instant-1.2": { "max_tokens": 100000, "max_output_tokens": 8191,