Mistral
Example configuration for Mistral
Mistral API key: console.mistral.ai
Notes:
-
Known: icon provided, special handling of message roles: system message is only allowed at the top of the messages payload.
-
API is strict with unrecognized parameters and errors are not descriptive (usually "no body")
- The use of
dropParamsto drop "user", "frequency_penalty", "presence_penalty" params is required. stopis no longer included as a default parameter, so there is no longer a need to include it indropParams, unless you would like to completely prevent users from configuring this field.
- The use of
-
Allows fetching the models list, but be careful not to use embedding models for chat.
How is this guide?