> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-codex-docs-audit-20260719-0149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mistral

> Run Mistral models with image input, memory, structured output, retries, and tool use.

| Example                                                                                               | Description                                                                              |
| ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Mistral Basic](/examples/models/mistral/basic)                                                       | Run a Mistral Small agent with plain and streaming print\_response calls.                |
| [Mistral Image Bytes Input Agent](/examples/models/mistral/image-bytes-input-agent)                   | Analyze raw image bytes with a Ministral 14B agent.                                      |
| [Mistral Image Compare Agent](/examples/models/mistral/image-compare-agent)                           | Compare two image URLs with a Ministral 14B agent.                                       |
| [Mistral Image File Input Agent](/examples/models/mistral/image-file-input-agent)                     | Analyze sample.jpeg with Ministral 14B and search for related news.                      |
| [Mistral Image OCR With Structured Output](/examples/models/mistral/image-ocr-with-structured-output) | Extract receipt data into a structured schema with Ministral 14B.                        |
| [Image Transcribe Document Agent](/examples/models/mistral/image-transcribe-document-agent)           | Transcribe a document image with a Ministral 14B agent.                                  |
| [Memory](/examples/models/mistral/memory)                                                             | Use personalized memories and summaries in an agent.                                     |
| [Mistral Small](/examples/models/mistral/mistral-small)                                               | Query Mistral Small with WebSearchTools and stream a news summary.                       |
| [Retry](/examples/models/mistral/retry)                                                               | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Mistral Structured Output](/examples/models/mistral/structured-output)                               | Produce a structured MovieScript from Mistral Large in both sync and async runs.         |
| [Mistral Structured Output With Tool Use](/examples/models/mistral/structured-output-with-tool-use)   | Combine web search with a Person output schema on Mistral Medium in a researcher agent.  |
| [Tool Use](/examples/models/mistral/tool-use)                                                         | Mistral tool use example with a custom function tool.                                    |
