Class MistralAiBatchJobRequest

java.lang.Object
dev.langchain4j.model.mistralai.internal.api.MistralAiBatchJobRequest

public class MistralAiBatchJobRequest extends Object
Request body for creating a batch job via the Mistral Batch API (POST /v1/batch/jobs).

Requests are submitted inline rather than by referencing an uploaded file. Each MistralAiBatchJobRequest.Request pairs a custom_id with the body of a single /v1/chat/completions request; the custom_id correlates the request with its result once the job has completed.