weaver logoWeaver

Mistral

Configuration options for Mistral AI models in Weaver

Mistral Provider Options

Weaver supports provider-specific configuration options for Mistral AI models. These can be set in the Provider Options (JSON) field in the chat configuration settings.

Available Provider Options

Safe Prompt

Enable automated safety prompt injection before all conversations.

{
  "safePrompt": true
}

Possible values:

  • true - Inject safety prompt
  • false - No safety prompt injection (default)

When enabled, Mistral automatically adds safety instructions to guide the model toward safer responses, helping to prevent harmful content generation.

Model Compatibility

Check the Mistral documentation for the most up-to-date compatibility information. AI SDK

On this page