Package dev.langchain4j.model.mistralai.internal.api
package dev.langchain4j.model.mistralai.internal.api
-
ClassDescriptionMetadata for a batch job returned by the Mistral Batch API (create, retrieve, cancel, and each entry of the list endpoint).Request body for creating a batch job via the Mistral Batch API (
POST /v1/batch/jobs).A single inline request within a batch job: acustom_idand the body of the underlying/v1/chat/completionsrequest.Response body for the list endpoint of the Mistral Batch API (GET /v1/batch/jobs).A single line of the JSONL document referenced by a completed batch job'soutput_file(orerror_file).Represents the value of the 'type' field in the response_format parameter of the MistralAi Chat completions request.