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,53 @@
# 详细字段取值表 - compute/providers/tencent.json
- provider: `tencent`
- priceCurrency: `CNY`
- generatedAt: `2026-04-23T15:11:31.654Z`
## 来源
- https://cloud.tencent.com/document/product/1729/104753
- https://cloud.tencent.com/document/product/1729/111007
- https://cloud.tencent.com/document/product/1729/127293
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
## hunyuan-2.0-thinking-20251109
- ZenMux匹配级别: `stripped`
- ZenMux命中: `tencent/hunyuan-2.0-thinking`
- ZenMux候选: `tencent/hunyuan-2.0-thinking`
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"hunyuan-2.0-thinking-20251109"` | `"hunyuan-2.0-thinking-20251109"` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 直接列出该 API 调用名 |
| `displayName` | `"混元 2.0 Think"` | `"混元 2.0 Think"` | 保持 | 展示字段,需按产品命名策略 |
| `serviceType` | `["reasoning"]` | `["reasoning"]` | 保持 | 服务路由字段,优先本项目约定 |
| `contextWindow` | `128000` | `128000` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 标注 `hunyuan-2.0-thinking-20251109` 最大输入为 `128k` |
| `maxOutputTokens` | `65536` | `65536` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 标注 `hunyuan-2.0-thinking-20251109` 最大输出为 `64k` |
| `inputPrice` | `3.975` | `3.975` | 待确认 | 本文件币种为CNYZenMux价格为USD需官方价格页复核 |
| `outputPrice` | `15.9` | `15.9` | 待确认 | 本文件币种为CNYZenMux价格为USD需官方价格页复核 |
| `capabilities` | `["chat","reasoning","deep_thinking","long_context"]` | `["chat","reasoning","deep_thinking","long_context"]` | 待确认 | ZenMux给出reasoning=true但capabilities是项目语义字段需官方能力说明复核 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema需业务侧定义 |
## hunyuan-turbos-latest
- ZenMux匹配级别: `none`
- ZenMux候选: (none)
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"hunyuan-turbos-latest"` | `"hunyuan-turbos-latest"` | 待确认 | ZenMux无稳定匹配 |
| `displayName` | `"混元 Turbo S"` | `"混元 Turbo S"` | 保持 | 展示字段,需按产品命名策略 |
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,优先本项目约定 |
| `contextWindow` | `32768` | `32768` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 标注 `hunyuan-turbos-latest` 最大输入为 `32k` |
| `maxOutputTokens` | `16384` | `16384` | 保持 | 腾讯云产品概述 https://cloud.tencent.com/document/product/1729/104753 标注 `hunyuan-turbos-latest` 最大输出为 `16k` |
| `inputPrice` | `0.8` | `0.8` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `outputPrice` | `2` | `2` | 待确认 | ZenMux无稳定价格可用需官方价格页复核 |
| `capabilities` | `["chat","reasoning","code","vision","fast","tool_use"]` | `["chat","reasoning","code","vision","fast","tool_use"]` | 保持 | ZenMux无明确能力映射差异 |
| `defaultTemperature` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `defaultTopP` | `1` | `1` | 待确认 | 官方通常不提供默认采样参数 |
| `extra` | `{}` | `{}` | 待确认 | 扩展字段为本地schema需业务侧定义 |