Skip to main content

Mistral: Batch

Deprecated

This function is deprecated and can no longer be added to new workflows. Existing workflows using it keep running. Use the generic Batch Job function instead.

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. (default: mistral-small-latest)

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.