mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 07:10:54 +08:00
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
1.6 KiB
Markdown
31 lines
1.6 KiB
Markdown
# 详细字段取值表 - compute/providers/mistral.json
|
|
|
|
- provider: `mistral`
|
|
- generatedAt: `2026-04-24T00:00:00+08:00`
|
|
- 本轮复核字段: `defaultTemperature` / `defaultTopP`
|
|
|
|
## 来源
|
|
|
|
- https://docs.mistral.ai/api
|
|
|
|
## mistral-large-latest
|
|
|
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
|---|---|---|---|---|
|
|
| `defaultTemperature` | `null` | `null` | 保持 | Mistral API 文档明确写明 `temperature` 的默认值取决于具体模型,并要求调用 `/models` 获取;公开文档未给该模型的默认数字。 |
|
|
| `defaultTopP` | `1` | `1` | 保持 | Mistral API 文档在 Chat Completion / FIM 参数定义中明确写明 `top_p` `Default Value: 1`。 |
|
|
|
|
## mistral-small-latest
|
|
|
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
|---|---|---|---|---|
|
|
| `defaultTemperature` | `null` | `null` | 保持 | Mistral API 文档明确写明 `temperature` 的默认值取决于具体模型,并要求调用 `/models` 获取;公开文档未给该模型的默认数字。 |
|
|
| `defaultTopP` | `1` | `1` | 保持 | Mistral API 文档在 Chat Completion / FIM 参数定义中明确写明 `top_p` `Default Value: 1`。 |
|
|
|
|
## codestral-latest
|
|
|
|
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
|
|---|---|---|---|---|
|
|
| `defaultTemperature` | `null` | `null` | 保持 | Mistral API 文档明确写明 `temperature` 的默认值取决于具体模型,并要求调用 `/models` 获取;公开文档未给该模型的默认数字。 |
|
|
| `defaultTopP` | `1` | `1` | 保持 | Mistral API 文档在 Chat Completion / FIM 参数定义中明确写明 `top_p` `Default Value: 1`。 |
|