Mistral: Batch
Submit a pre-built JSONL batch file (chat completions or embeddings) to Mistral's batch endpoint and emit the result file when the job finishes.
For a provider-agnostic batch node see AI::BatchJob.
Pre-requisite: Install a Mistral AI application from Profile > {Organization} > Applications.
Parameters
Application—REQUIRED
Configured
Mistral AI application.Model
Mistral model identifier. Defaults to Mistral's recommended model.
Endpoint—REQUIRED
Chat completion— each batch line is a chat completion request. -Embeddings— each batch line is an embeddings request.
Input
File—REQUIRED
JSONL batch input file in Mistral's expected format.
Output
File
JSONL result file returned by Mistral when the batch job completes.