Files
config-center/compute/providers/anthropic.json
xieyuanxiang b0e0cead04 chore: update field audit tables and provider configs
Batch update from official docs audit - price corrections, context
window fixes, field report updates across all providers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 20:12:57 +08:00

109 lines
2.7 KiB
JSON

{
"id": "provider-anthropic-001",
"provider": "anthropic",
"label": "Anthropic Claude",
"baseUrl": "https://api.anthropic.com",
"apiFormat": "anthropic-messages",
"apiKeyRef": "anthropic",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"priceCurrency": "USD",
"services": [
"chat",
"computer_use"
],
"models": [
{
"modelName": "claude-opus-4-7",
"displayName": "Claude Opus 4.7",
"serviceType": [
"chat"
],
"description": "Anthropic 当前最强通用模型,适合复杂推理和智能体编码任务",
"contextWindow": 1000000,
"maxOutputTokens": 128000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use"
],
"inputPrice": 5,
"outputPrice": 25,
"defaultTemperature": 1,
"defaultTopP": null,
"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."
}
},
{
"modelName": "claude-sonnet-4-6",
"displayName": "Claude Sonnet 4.6",
"serviceType": [
"chat",
"computer_use"
],
"description": "Anthropic 高智能高速度模型,适合编码、工具使用和智能体任务",
"contextWindow": 1000000,
"maxOutputTokens": 64000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"computer_use"
],
"inputPrice": 3,
"outputPrice": 15,
"defaultTemperature": 1,
"defaultTopP": null,
"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."
}
},
{
"modelName": "claude-haiku-4-5",
"displayName": "Claude Haiku 4.5",
"serviceType": [
"chat"
],
"description": "Anthropic 最快模型,具备接近前沿模型的智能水平",
"contextWindow": 200000,
"maxOutputTokens": 64000,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use"
],
"inputPrice": 1,
"outputPrice": 5,
"defaultTemperature": 1,
"defaultTopP": null,
"extra": {
"modelId": "claude-haiku-4-5-20251001",
"cachePricing": {
"write5m": 1.25,
"write1h": 2,
"read": 0.1
},
"pricingNotes": "Prices are per 1M tokens."
}
}
]
}