OPENAPI / COMPONENTS / SCHEMAS
FIMCompletion Request data structure
FIMCompletionRequestStructural definition for FIMCompletion Request in the Mistral AI API contract.
object12properties
max_tokensstringmax tokens value in the Mistral AI API contract.
metadatastringmetadata value in the Mistral AI API contract.
min_tokensstringmin tokens value in the Mistral AI API contract.
modelstringrequiredmodel value in the Mistral AI API contract.
promptstringrequiredprompt value in the Mistral AI API contract.
prompt_cache_keystringprompt cache key value in the Mistral AI API contract.
random_seedstringrandom seed value in the Mistral AI API contract.
stopstringstop value in the Mistral AI API contract.
streambooleanstream value in the Mistral AI API contract.
suffixstringsuffix value in the Mistral AI API contract.
temperaturestringtemperature value in the Mistral AI API contract.
top_pstringtop p value in the Mistral AI API contract.