From 43b66d562e2e9876bac1e57abe438d73c4006001 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 29 Feb 2024 08:33:34 -0800 Subject: [PATCH] (feat) add azure/mistral-large-2402 pricing --- .../model_prices_and_context_window_backup.json | 16 ++++++++++++++++ model_prices_and_context_window.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index c3649ac4f21..15b96998080 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -424,6 +424,22 @@ "mode": "chat", "supports_function_calling": true }, + "azure/mistral-large-latest": { + "max_tokens": 32000, + "input_cost_per_token": 0.000008, + "output_cost_per_token": 0.000024, + "litellm_provider": "azure", + "mode": "chat", + "supports_function_calling": true + }, + "azure/mistral-large-2402": { + "max_tokens": 32000, + "input_cost_per_token": 0.000008, + "output_cost_per_token": 0.000024, + "litellm_provider": "azure", + "mode": "chat", + "supports_function_calling": true + }, "azure/ada": { "max_tokens": 8191, "input_cost_per_token": 0.0000001, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c3649ac4f21..15b96998080 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -424,6 +424,22 @@ "mode": "chat", "supports_function_calling": true }, + "azure/mistral-large-latest": { + "max_tokens": 32000, + "input_cost_per_token": 0.000008, + "output_cost_per_token": 0.000024, + "litellm_provider": "azure", + "mode": "chat", + "supports_function_calling": true + }, + "azure/mistral-large-2402": { + "max_tokens": 32000, + "input_cost_per_token": 0.000008, + "output_cost_per_token": 0.000024, + "litellm_provider": "azure", + "mode": "chat", + "supports_function_calling": true + }, "azure/ada": { "max_tokens": 8191, "input_cost_per_token": 0.0000001,