From 2347cb2247615719188e9c03bb69db53062bfa62 Mon Sep 17 00:00:00 2001 From: Rajan Paneru Date: Tue, 7 May 2024 00:19:19 +0930 Subject: [PATCH] bring back the to be depricated mistral-medium --- docs/my-website/docs/providers/mistral.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/providers/mistral.md b/docs/my-website/docs/providers/mistral.md index a4325dc4e27..9d13fd01703 100644 --- a/docs/my-website/docs/providers/mistral.md +++ b/docs/my-website/docs/providers/mistral.md @@ -47,6 +47,7 @@ All models listed here https://docs.mistral.ai/platform/endpoints are supported. | Model Name | Function Call | |----------------|--------------------------------------------------------------| | Mistral Small | `completion(model="mistral/mistral-small-latest", messages)` | +| Mistral Medium | `completion(model="mistral/mistral-medium-latest", messages)`| | Mistral Large | `completion(model="mistral/mistral-large-latest", messages)` | | Mistral 7B | `completion(model="mistral/open-mistral-7b", messages)` | | Mixtral 8x7B | `completion(model="mistral/open-mixtral-8x7b", messages)` |