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,21 @@
# 未确认字段报告 - compute/coding-plans/dashscope-coding.json
- provider: `dashscope`
- generatedAt: `2026-04-25T16:15:04.854Z`
## qwen3-coder-plus
- `contextWindow`: ZenMux给出context_length=1000000最终以官方模型规格页确认
- `maxOutputTokens`: ZenMux列表未提供统一max output字段需官方模型详情页确认
- `inputPrice`: 当前文件币种为USD价格需官方价格页确认
- `outputPrice`: 当前文件币种为USD价格需官方价格页确认
- `extra`: 扩展字段为本项目schema需按业务含义和官方补充信息复核
## qwen3-max
- `contextWindow`: ZenMux给出context_length=256000最终以官方模型规格页确认
- `maxOutputTokens`: ZenMux列表未提供统一max output字段需官方模型详情页确认
- `inputPrice`: 当前文件币种为USD价格需官方价格页确认
- `outputPrice`: 当前文件币种为USD价格需官方价格页确认
- `extra`: 扩展字段为本项目schema需按业务含义和官方补充信息复核

View File

@@ -0,0 +1,53 @@
# 详细字段取值表 - compute/coding-plans/dashscope-coding.json
- provider: `dashscope`
- priceCurrency: `USD`
- generatedAt: `2026-04-25T16:15:04.854Z`
## 来源
- https://help.aliyun.com/zh/model-studio/getting-started/models
- https://help.aliyun.com/zh/model-studio/pricing
- https://zenmux.ai/models
- https://zenmux.ai/api/v1/models
## qwen3-coder-plus
- ZenMux匹配级别: `exact`
- ZenMux命中: `qwen/qwen3-coder-plus`
- ZenMux候选: `qwen/qwen3-coder-plus`
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"qwen3-coder-plus"` | `"qwen3-coder-plus"` | 保持 | ZenMux匹配(exact): qwen/qwen3-coder-plus |
| `displayName` | `"Qwen3 Coder Plus (Coding)"` | `"Qwen3 Coder Plus (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
| `contextWindow` | `131072` | `1000000` | 待确认 | ZenMux给出context_length=1000000最终以官方模型规格页确认 |
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段需官方模型详情页确认 |
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `capabilities` | `["chat","reasoning","code","tool_use"]` | `["chat","reasoning","code","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema需按业务含义和官方补充信息复核 |
## qwen3-max
- ZenMux匹配级别: `exact`
- ZenMux命中: `qwen/qwen3-max`
- ZenMux候选: `qwen/qwen3-max`
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|---|---|---|---|---|
| `modelName` | `"qwen3-max"` | `"qwen3-max"` | 保持 | ZenMux匹配(exact): qwen/qwen3-max |
| `displayName` | `"Qwen3 Max (Coding)"` | `"Qwen3 Max (Coding)"` | 保持 | 展示字段,以本项目产品命名策略为准 |
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
| `contextWindow` | `131072` | `256000` | 待确认 | ZenMux给出context_length=256000最终以官方模型规格页确认 |
| `maxOutputTokens` | `16384` | `16384` | 待确认 | ZenMux列表未提供统一max output字段需官方模型详情页确认 |
| `inputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `outputPrice` | (缺省) | (缺省) | 待确认 | 当前文件币种为USD价格需官方价格页确认 |
| `capabilities` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | `["chat","reasoning","code","multilingual","tool_use","long_context","vision"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
| `defaultTemperature` | (缺省) | (缺省) | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容是否采用默认采样值需官方文档确认 |
| `extra` | (缺省) | (缺省) | 待确认 | 扩展字段为本项目schema需按业务含义和官方补充信息复核 |