OPENAPI / COMPONENTS / SCHEMAS

Completion Args data structure

CompletionArgs

Structural definition for Completion Args in the Mistral AI API contract.

object11properties
frequency_penaltystring

frequency penalty value in the Mistral AI API contract.

max_tokensstring

max tokens value in the Mistral AI API contract.

predictionstring

prediction value in the Mistral AI API contract.

presence_penaltystring

presence penalty value in the Mistral AI API contract.

random_seedstring

random seed value in the Mistral AI API contract.

reasoning_effortstring

reasoning effort value in the Mistral AI API contract.

response_formatstring

response format value in the Mistral AI API contract.

stopCompletionArgsStop

stop value in the Mistral AI API contract.

temperaturestring

temperature value in the Mistral AI API contract.

tool_choiceToolChoiceEnum

tool choice value in the Mistral AI API contract.

top_pstring

top p value in the Mistral AI API contract.