diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 5bd0bcdff1..c4aa8169fd 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -514,7 +514,7 @@ "mode": "chat" }, "mistral/mistral-large-latest": { - "max_tokens": 8192, + "max_tokens": 32000, "input_cost_per_token": 0.000008, "output_cost_per_token": 0.000024, "litellm_provider": "mistral", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 5bd0bcdff1..c4aa8169fd 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -514,7 +514,7 @@ "mode": "chat" }, "mistral/mistral-large-latest": { - "max_tokens": 8192, + "max_tokens": 32000, "input_cost_per_token": 0.000008, "output_cost_per_token": 0.000024, "litellm_provider": "mistral",