bring back the to be depricated mistral-medium

This commit is contained in:
Rajan Paneru 2024-05-07 00:19:19 +09:30
parent d0d063e25a
commit 2347cb2247

View file

@ -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)` |