OPENAPI / COMPONENTS / SCHEMAS

FIMCompletion Request 数据结构

FIMCompletionRequest

Mistral AI API 合约中的 FIMCompletion Request 结构定义。

object12字段
max_tokensstring

Mistral AI API 合约中的 max tokens 值。

metadatastring

Mistral AI API 合约中的 metadata 值。

min_tokensstring

Mistral AI API 合约中的 min tokens 值。

modelstring必填

Mistral AI API 合约中的 model 值。

promptstring必填

Mistral AI API 合约中的 prompt 值。

prompt_cache_keystring

Mistral AI API 合约中的 prompt cache key 值。

random_seedstring

Mistral AI API 合约中的 random seed 值。

stopstring

Mistral AI API 合约中的 stop 值。

streamboolean

Mistral AI API 合约中的 stream 值。

suffixstring

Mistral AI API 合约中的 suffix 值。

temperaturestring

Mistral AI API 合约中的 temperature 值。

top_pstring

Mistral AI API 合约中的 top p 值。