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