The Ask Mistral AI enrichment lets you run Mistral prompts on spreadsheet rows at scale.
Use your Datablist columns as variables, write one prompt, and let Datablist handle batch execution, retries, and rate limits.
It is a good fit for:
- Summarization
- Text cleanup
- Classification
- Content generation
- Structured extraction
Why use Datablist to run Mistral in bulk?
Datablist gives you the Mistral API inside a spreadsheet workflow.
- No collection record limit: Run Mistral on a few rows or a large CSV file. Datablist collections are built for large datasets.
- Use your own API key: Connect your Mistral API key and pay Mistral directly for model usage.
- Retries and throttling: Datablist manages API throttling and retries failed requests.
- Status for each row: Each item has a processing status. Filter failed rows, fix the prompt or input, and retry only those records.
- Structured outputs: Define several output fields and store each Mistral response field in its own column.
Why use Mistral in Datablist?
If you already like Mistral models, Datablist removes the scripting work around them.
You do not need to build:
- Row-by-row prompt loops
- Variable replacement
- Retry logic
- Output mapping
The enrichment supports Mistral model selection, custom prompts, optional system prompts, and structured outputs when the model supports them.
Step-by-step guide
Step 1: Import your file
Upload your CSV or Excel file into Datablist.
Step 2: Select "Ask Mistral AI"
Open Enrich and choose the enrichment.
Step 3: Add your API key, write the prompt, and run
Connect your Mistral API key, write the prompt with row variables, choose the output columns, and preview the result before running the full batch.
You can also choose among supported Mistral models such as:
- Mistral Small
- Mistral Medium
- Mistral Large
Use cases
- Classify support tickets or survey answers
- Standardize product titles and descriptions
- Extract structured fields from notes or web text
- Write first-pass copy from catalog data
- Generate tags, summaries, or outreach angles at scale
Pricing
Datablist does not charge for this enrichment, but it requires a Mistral API key.
You pay Mistral directly for model usage.
FAQ
Can I run Mistral on a large CSV?
Yes. Datablist is built for large CSV and Excel files. You can run Mistral prompts on large collections without splitting your file into spreadsheet-sized chunks.
What happens when a Mistral request fails?
Datablist keeps the status for each row. You can filter rows with errors and retry only those records.
Can Mistral fill multiple columns?
Yes. Use structured outputs to return several fields from one prompt, then map each field to a Datablist column.