ReasoningEffort

May 27, 2026 ยท View on GitHub

Example Usage

from mistralai.client.models import ReasoningEffort

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ReasoningEffort = "none"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "none"
  • "minimal"
  • "low"
  • "medium"
  • "high"
  • "xhigh"