> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-agui.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mistral

> Mistral model example.

| Example                                                                                               | Description                                                         |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [Mistral Basic](/examples/models/mistral/basic)                                                       | Cookbook example for `mistral/basic.py`.                            |
| [Mistral Image Bytes Input Agent](/examples/models/mistral/image-bytes-input-agent)                   | Cookbook example for `mistral/image_bytes_input_agent.py`.          |
| [Mistral Image Compare Agent](/examples/models/mistral/image-compare-agent)                           | Cookbook example for `mistral/image_compare_agent.py`.              |
| [Mistral Image File Input Agent](/examples/models/mistral/image-file-input-agent)                     | Cookbook example for `mistral/image_file_input_agent.py`.           |
| [Mistral Image Ocr With Structured Output](/examples/models/mistral/image-ocr-with-structured-output) | Cookbook example for `mistral/image_ocr_with_structured_output.py`. |
| [Image Transcribe Document Agent](/examples/models/mistral/image-transcribe-document-agent)           | Transcribe handwritten or old documents from images using Mistral.  |
| [Memory](/examples/models/mistral/memory)                                                             | Steps: 1.                                                           |
| [Mistral Small](/examples/models/mistral/mistral-small)                                               | Mistral model example.                                              |
| [Retry](/examples/models/mistral/retry)                                                               | Example demonstrating how to set up retries with Mistral.           |
| [Mistral Structured Output](/examples/models/mistral/structured-output)                               | Cookbook example for `mistral/structured_output.py`.                |
| [Mistral Structured Output With Tool Use](/examples/models/mistral/structured-output-with-tool-use)   | Cookbook example for `mistral/structured_output_with_tool_use.py`.  |
| [Tool Use](/examples/models/mistral/tool-use)                                                         | Mistral model example.                                              |
