Format

March 18, 2026 ยท View on GitHub

Format of the table

Example Usage

from mistralai.client.models import Format

# Open enum: unrecognized values are captured as UnrecognizedStr
value: Format = "markdown"

Values

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

  • "markdown"
  • "html"