Generates a chat completion based on the provided messages and model configuration.
- 服务商
- Mistral AI API(AI 模型)
- 输入摘要
- {"name":"n","type":"integer","required":false,"description":"Number of completions to return for each request"}, {"name":"stop","type":"array","required":false,"description":"Stop generation if this token is detected"}, {"name":"model","type":"string","required":true,"description":"ID of the model to use"}, {"name":"top_p","type":"number","required":false,"description":"Nucleus sampling probability mass"}, {"name":"stream","type":"boolean","required":false,"description":"Whether to stream back partial progress"}, {"name":"messages","type":"array","required":true,"description":"The prompt(s) to generate completions for, encoded as a list of dict with role and content"}, {"name":"metadata","type":"object","required":false,"description":""}, {"name":"max_tokens","type":"integer","required":false,"description":"The maximum number of tokens to generate in the completion"}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息