OPENAPI / COMPONENTS / SCHEMAS

FIMCompletion Request data structure

FIMCompletionRequest

Structural definition for FIMCompletion Request in the Mistral AI API contract.

object12properties
max_tokensstring

max tokens value in the Mistral AI API contract.

metadatastring

metadata value in the Mistral AI API contract.

min_tokensstring

min tokens value in the Mistral AI API contract.

modelstringrequired

model value in the Mistral AI API contract.

promptstringrequired

prompt value in the Mistral AI API contract.

prompt_cache_keystring

prompt cache key value in the Mistral AI API contract.

random_seedstring

random seed value in the Mistral AI API contract.

stopstring

stop value in the Mistral AI API contract.

streamboolean

stream value in the Mistral AI API contract.

suffixstring

suffix value in the Mistral AI API contract.

temperaturestring

temperature value in the Mistral AI API contract.

top_pstring

top p value in the Mistral AI API contract.