audit model field values against official docs

This commit is contained in:
2026-04-24 12:20:24 +08:00
parent ca99ea272f
commit c57cd4723d
114 changed files with 6550 additions and 368 deletions

View File

@@ -0,0 +1,33 @@
# 详细字段取值表 - compute/coding-plans/infini-coding.json
- provider: `infini`
- priceCurrency: `USD`
- generatedAt: `2026-04-23T15:11:31.654Z`
## 来源
- https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html
- https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html
- https://docs.infini-ai.com/public/models/deepseek-v3.html
- https://api-docs.deepseek.com/quick_start/pricing
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
## deepseek-v3
- ZenMux匹配级别: `none`
- ZenMux候选: (none)
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"deepseek-v3"` | `"deepseek-v3"` | 待确认 | ZenMux无稳定匹配 |
| `displayName` | `"DeepSeek V3 (芯穹 Coding)"` | `"DeepSeek V3 (芯穹 Coding)"` | 保持 | 展示字段,需按产品命名策略 |
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
| `contextWindow` | `128000` | `128000` | 待确认 | 已查 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html ,当前 Coding Plan 公布的模型名是 `deepseek-v3.2` / `deepseek-v3.2-thinking`,未出现本地别名 `deepseek-v3`;已查官方 OpenClaw 接入文档 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,其中示例把 `deepseek-v3.2` 写为 `contextWindow: 128000``maxTokens: 128000`,但文档同时注明该 JSON 示例可能与实际值不一致,且未说明 `deepseek-v3``deepseek-v3.2` 为同一固定别名,因此不能直接据此确认本地 `deepseek-v3` |
| `maxOutputTokens` | `8192` | `8192` | 待确认 | 已查 https://docs.infini-ai.com/gen-studio-coding-plan/supported-models.html 与 https://docs.infini-ai.com/shared/gen-studio/coding-tools/cp-use-openclaw.html ,官方仅对 `deepseek-v3.2` 示例展示 `maxTokens: 128000`,同时声明示例值可能与实际值不一致;本地配置使用的 `deepseek-v3` 别名未在官方当前 Coding Plan 模型列表中出现,无法确认其固定最大输出值 |
| `inputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | (缺省) | (缺省) | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","reasoning","code","multilingual"]` | `["chat","reasoning","code","multilingual"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | (缺省) | (缺省) | 待确认 | 官方通常不提供默认采样参数 |
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本地schema需业务侧定义 |