Skip to main content

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

ApplicationREQUIRED
Configured Mistral AI application.
Model

Mistral model identifier. Defaults to Mistral's recommended model.

EndpointREQUIRED
  • Chat completion — each batch line is a chat completion request. - Embeddings — each batch line is an embeddings request.

Input

FileREQUIRED

JSONL batch input file in Mistral's expected format.

Output

File

JSONL result file returned by Mistral when the batch job completes.