chore: preserve field audit artifacts and tools (#5)

* 备份同步前的配置审计修改

* 更新字段审计产物
This commit is contained in:
2026-04-26 10:34:19 +08:00
committed by GitHub
parent 8aa03dbb4e
commit 370c3d17d1
79 changed files with 12480 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
# 详细字段取值表 - compute/providers/mistral.json
- provider: `mistral`
- priceCurrency: `USD`
- generatedAt: `2026-04-25T16:15:04.854Z`
## 来源
- https://docs.mistral.ai/getting-started/models
- https://mistral.ai/pricing
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
## mistral-large-latest
- ZenMux匹配级别: `similar`
- ZenMux命中: `mistralai/mistral-large-2512`
- ZenMux候选: `mistralai/mistral-large-2512`
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"mistral-large-latest"` | `"mistral-large-2512"` | 待确认 | ZenMux匹配(similar): mistralai/mistral-large-2512 |
| `displayName` | `"Mistral Large 3"` | `"Mistral Large 3"` | 保持 | 展示字段,以本项目产品命名策略为准 |
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
| `contextWindow` | `256000` | `256000` | 待确认 | ZenMux给出context_length=256000最终以官方模型规格页确认 |
| `maxOutputTokens` | `262144` | `262144` | 待确认 | ZenMux列表未提供统一max output字段需官方模型详情页确认 |
| `inputPrice` | `0.5` | `0.5` | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `outputPrice` | `1.5` | `1.5` | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `capabilities` | `["chat","reasoning","code","vision","tool_use","long_context"]` | `["chat","reasoning","code","vision","tool_use","long_context"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema需按业务含义和官方补充信息复核 |
## mistral-small-latest
- ZenMux匹配级别: `none`
- ZenMux候选: (none)
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"mistral-small-latest"` | `"mistral-small-latest"` | 待确认 | ZenMux无稳定匹配需官方文档确认 |
| `displayName` | `"Mistral Small 3.2"` | `"Mistral Small 3.2"` | 保持 | 展示字段,以本项目产品命名策略为准 |
| `serviceType` | `["fast"]` | `["fast"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用需官方规格页确认 |
| `maxOutputTokens` | `8192` | `8192` | 待确认 | ZenMux列表未提供统一max output字段需官方模型详情页确认 |
| `inputPrice` | `0.1` | `0.1` | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `outputPrice` | `0.3` | `0.3` | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `capabilities` | `["chat","code","vision","reasoning","fast","tool_use"]` | `["chat","code","vision","reasoning","fast","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema需按业务含义和官方补充信息复核 |
## codestral-latest
- ZenMux匹配级别: `none`
- ZenMux候选: (none)
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"codestral-latest"` | `"codestral-latest"` | 待确认 | ZenMux无稳定匹配需官方文档确认 |
| `displayName` | `"Codestral"` | `"Codestral"` | 保持 | 展示字段,以本项目产品命名策略为准 |
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
| `contextWindow` | `128000` | `128000` | 待确认 | ZenMux无context可用需官方规格页确认 |
| `maxOutputTokens` | `32768` | `32768` | 待确认 | ZenMux列表未提供统一max output字段需官方模型详情页确认 |
| `inputPrice` | `0.3` | `0.3` | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `outputPrice` | `0.9` | `0.9` | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `capabilities` | `["code","fill_in_the_middle"]` | `["code","fill_in_the_middle"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
| `defaultTemperature` | `0.7` | `0.7` | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `defaultTopP` | `1` | `1` | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本项目schema需按业务含义和官方补充信息复核 |