=MISTRAL() — use Mistral AI in Google Sheets
=MISTRAL() runs Mistral models from a cell. Mistral is a strong choice for fast, low-cost bulk processing and for European data-residency preferences.
Syntax
=MISTRAL(prompt, [value])
| Parameter | Required | Description |
|---|---|---|
prompt |
yes | The instruction for Mistral. |
value |
no | Extra input appended to the prompt. |
Examples
Bulk-shorten titles in A2 to 60 characters:
=MISTRAL("Shorten to under 60 characters, keep the key message", A2)
Translate French product feedback to English:
=MISTRAL("Translate to English, return only the translation", A2)
Try it
Copy the template or install GPT for Sheets. See also: How to use Mistral in Google Sheets.