diff --git a/docs/my-website/docs/providers/mistral.md b/docs/my-website/docs/providers/mistral.md index 257ab2e93b..b6558435b8 100644 --- a/docs/my-website/docs/providers/mistral.md +++ b/docs/my-website/docs/providers/mistral.md @@ -50,6 +50,7 @@ All models listed here https://docs.mistral.ai/platform/endpoints are supported. | mistral-small | `completion(model="mistral/mistral-small", messages)` | | mistral-medium | `completion(model="mistral/mistral-medium", messages)` | | mistral-large-latest | `completion(model="mistral/mistral-large-latest", messages)` | +| open-mixtral-8x22b | `completion(model="mistral/open-mixtral-8x22b", messages)` | ## Sample Usage - Embedding diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index bf5adb4306..b650b799a1 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -708,6 +708,16 @@ "mode": "chat", "supports_function_calling": true }, + "mistral/open-mixtral-8x7b": { + "max_tokens": 8191, + "max_input_tokens": 32000, + "max_output_tokens": 8191, + "input_cost_per_token": 0.000002, + "output_cost_per_token": 0.000006, + "litellm_provider": "mistral", + "mode": "chat", + "supports_function_calling": true + }, "mistral/mistral-embed": { "max_tokens": 8192, "max_input_tokens": 8192, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index bf5adb4306..b650b799a1 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -708,6 +708,16 @@ "mode": "chat", "supports_function_calling": true }, + "mistral/open-mixtral-8x7b": { + "max_tokens": 8191, + "max_input_tokens": 32000, + "max_output_tokens": 8191, + "input_cost_per_token": 0.000002, + "output_cost_per_token": 0.000006, + "litellm_provider": "mistral", + "mode": "chat", + "supports_function_calling": true + }, "mistral/mistral-embed": { "max_tokens": 8192, "max_input_tokens": 8192,