mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
74 lines
6.1 KiB
Markdown
74 lines
6.1 KiB
Markdown
# 详细字段取值表 - compute/providers/anthropic.json
|
||
|
||
- provider: `anthropic`
|
||
- priceCurrency: `USD`
|
||
- generatedAt: `2026-04-25T16:15:04.854Z`
|
||
|
||
## 来源
|
||
|
||
- https://docs.anthropic.com/en/docs/about-claude/models/all-models
|
||
- https://docs.anthropic.com/en/docs/about-claude/pricing
|
||
- https://zenmux.ai/models
|
||
- https://zenmux.ai/api/v1/models
|
||
|
||
## claude-opus-4-7
|
||
|
||
- ZenMux匹配级别: `normalized`
|
||
- ZenMux命中: `anthropic/claude-opus-4.7`
|
||
- ZenMux候选: `anthropic/claude-opus-4.7`
|
||
|
||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||
|---|---|---|---|---|
|
||
| `modelName` | `"claude-opus-4-7"` | `"claude-opus-4.7"` | 保持 | ZenMux匹配(normalized): anthropic/claude-opus-4.7 |
|
||
| `displayName` | `"Claude Opus 4.7"` | `"Claude Opus 4.7"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||
| `maxOutputTokens` | `128000` | `128000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||
| `inputPrice` | `5` | `5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||
| `outputPrice` | `25` | `25` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||
| `extra` | `{"cachePricing":{"write5m":6.25,"write1h":10,"read":0.5},"pricingNotes":"Prices are per 1M tokens. Opus 4.7 includes the full 1M context window at standard pricing."}` | `{"cachePricing":{"write5m":6.25,"write1h":10,"read":0.5},"pricingNotes":"Prices are per 1M tokens. Opus 4.7 includes the full 1M context window at standard pricing."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||
|
||
## claude-sonnet-4-6
|
||
|
||
- ZenMux匹配级别: `normalized`
|
||
- ZenMux命中: `anthropic/claude-sonnet-4.6`
|
||
- ZenMux候选: `anthropic/claude-sonnet-4.6`
|
||
|
||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||
|---|---|---|---|---|
|
||
| `modelName` | `"claude-sonnet-4-6"` | `"claude-sonnet-4.6"` | 保持 | ZenMux匹配(normalized): anthropic/claude-sonnet-4.6 |
|
||
| `displayName` | `"Claude Sonnet 4.6"` | `"Claude Sonnet 4.6"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||
| `serviceType` | `["chat","computer_use"]` | `["chat","computer_use"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||
| `contextWindow` | `1000000` | `1000000` | 待确认 | ZenMux给出context_length=1000000,最终以官方模型规格页确认 |
|
||
| `maxOutputTokens` | `64000` | `64000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||
| `inputPrice` | `3` | `3` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||
| `outputPrice` | `15` | `15` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||
| `capabilities` | `["chat","reasoning","code","vision","tool_use","computer_use"]` | `["chat","reasoning","code","vision","tool_use","computer_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||
| `extra` | `{"cachePricing":{"write5m":3.75,"write1h":6,"read":0.3},"pricingNotes":"Prices are per 1M tokens. Sonnet 4.6 includes the full 1M context window at standard pricing."}` | `{"cachePricing":{"write5m":3.75,"write1h":6,"read":0.3},"pricingNotes":"Prices are per 1M tokens. Sonnet 4.6 includes the full 1M context window at standard pricing."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||
|
||
## claude-haiku-4-5
|
||
|
||
- ZenMux匹配级别: `normalized`
|
||
- ZenMux命中: `anthropic/claude-haiku-4.5`
|
||
- ZenMux候选: `anthropic/claude-haiku-4.5`
|
||
|
||
| 字段 | 当前值 | 建议值 | 结论 | 依据/说明 |
|
||
|---|---|---|---|---|
|
||
| `modelName` | `"claude-haiku-4-5"` | `"claude-haiku-4.5"` | 保持 | ZenMux匹配(normalized): anthropic/claude-haiku-4.5 |
|
||
| `displayName` | `"Claude Haiku 4.5"` | `"Claude Haiku 4.5"` | 保持 | 展示字段,以本项目产品命名策略为准 |
|
||
| `serviceType` | `["chat"]` | `["chat"]` | 保持 | 服务路由字段,以本项目分类约定为准 |
|
||
| `contextWindow` | `200000` | `200000` | 待确认 | ZenMux给出context_length=200000,最终以官方模型规格页确认 |
|
||
| `maxOutputTokens` | `64000` | `64000` | 待确认 | ZenMux列表未提供统一max output字段,需官方模型详情页确认 |
|
||
| `inputPrice` | `1` | `1` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||
| `outputPrice` | `5` | `5` | 待确认 | 当前文件币种为USD,价格需官方价格页确认 |
|
||
| `capabilities` | `["chat","reasoning","code","vision","tool_use"]` | `["chat","reasoning","code","vision","tool_use"]` | 保持 | 能力标签是本项目语义字段,不直接由第三方列表覆盖 |
|
||
| `defaultTemperature` | `1` | `1` | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||
| `defaultTopP` | (缺省) | (缺省) | 保持 | 当前值与schema兼容;是否采用默认采样值需官方文档确认 |
|
||
| `extra` | `{"modelId":"claude-haiku-4-5-20251001","cachePricing":{"write5m":1.25,"write1h":2,"read":0.1},"pricingNotes":"Prices are per 1M tokens."}` | `{"modelId":"claude-haiku-4-5-20251001","cachePricing":{"write5m":1.25,"write1h":2,"read":0.1},"pricingNotes":"Prices are per 1M tokens."}` | 待确认 | 扩展字段为本项目schema,需按业务含义和官方补充信息复核 |
|
||
|