OPENAPI / COMPONENTS / SCHEMAS
Chat Completion Request data structure
ChatCompletionRequestStructural definition for Chat Completion Request in the Mistral AI API contract.
frequency_penaltystringfrequency penalty value in the Mistral AI API contract.
guardrailsstringguardrails value in the Mistral AI API contract.
max_tokensstringmax tokens value in the Mistral AI API contract.
messagesarrayrequiredmessages value in the Mistral AI API contract.
metadatastringmetadata value in the Mistral AI API contract.
modelstringrequiredmodel value in the Mistral AI API contract.
nstringn value in the Mistral AI API contract.
parallel_tool_callsbooleanparallel tool calls value in the Mistral AI API contract.
predictionPredictionprediction value in the Mistral AI API contract.
presence_penaltystringpresence penalty value in the Mistral AI API contract.
prompt_cache_keystringprompt cache key value in the Mistral AI API contract.
prompt_modestringprompt mode value in the Mistral AI API contract.
random_seedstringrandom seed value in the Mistral AI API contract.
reasoning_effortstringreasoning effort value in the Mistral AI API contract.
response_formatResponseFormatresponse format value in the Mistral AI API contract.
safe_promptbooleansafe prompt value in the Mistral AI API contract.
service_tierstringservice tier value in the Mistral AI API contract.
stopstringstop value in the Mistral AI API contract.
streambooleanstream value in the Mistral AI API contract.
temperaturestringtemperature value in the Mistral AI API contract.
tool_choicestringtool choice value in the Mistral AI API contract.
toolsstringtools value in the Mistral AI API contract.
top_pstringtop p value in the Mistral AI API contract.