mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 21:33:40 +08:00
Anthropic 对 Fable 5 / Opus 5 / Sonnet 5 的建议是编程与智能体场景用 xhigh (Claude Code 自身默认即 xhigh),而此前沿用的是 API 默认值 high。DesireCore 是智能体操作系统,主力场景就是编程与长程智能体任务,故对齐到 xhigh。 两个 Anthropic provider 的 fable-5 / opus-5 / sonnet-5 同步调整, extra.reasoning.defaultEffort 与顶层文档性 extra.defaultEffort 保持一致。 Haiku 4.5 不支持 effort 参数,无 reasoning 声明,不受影响。 注意:这会抬高默认 token 消耗;用户仍可在模型选择器按会话下调档位。 OpenAI Codex 的 per-model defaultEffort(low/medium/medium)是按模型分别调过的, 不属于本次对齐范围。
150 lines
3.5 KiB
JSON
150 lines
3.5 KiB
JSON
{
|
||
"id": "provider-anthropic-claude-plan-001",
|
||
"provider": "anthropic-claude",
|
||
"brandGroup": "anthropic",
|
||
"label": "Claude 订阅 (Claude Code)",
|
||
"baseUrl": "https://api.anthropic.com",
|
||
"apiFormat": "anthropic-messages",
|
||
"apiKeyRef": "anthropic-claude-oauth-token",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "USD",
|
||
"accessMode": "coding-plan",
|
||
"credentialSource": "claude-oauth",
|
||
"requiredClientVersion": "10.0.83",
|
||
"codingPlan": {
|
||
"quotas": {},
|
||
"usageTracking": {
|
||
"method": "none",
|
||
"consoleUrl": "https://claude.ai/settings/usage"
|
||
}
|
||
},
|
||
"services": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "claude-fable-5",
|
||
"displayName": "Claude Fable 5",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "Claude 订阅额度计费,Anthropic 最高能力公开模型,面向长程智能体与高难推理,1M 上下文",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"vision",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context"
|
||
],
|
||
"extra": {
|
||
"adaptiveThinking": true,
|
||
"reasoning": {
|
||
"supportedEfforts": [
|
||
"low",
|
||
"medium",
|
||
"high",
|
||
"xhigh",
|
||
"max"
|
||
],
|
||
"defaultEffort": "xhigh"
|
||
}
|
||
},
|
||
"source": "preset"
|
||
},
|
||
{
|
||
"modelName": "claude-opus-5",
|
||
"displayName": "Claude Opus 5",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "Claude 订阅额度计费,Opus 系列当前旗舰,复杂智能体编码与长程任务首选,1M 上下文",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"vision",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context"
|
||
],
|
||
"extra": {
|
||
"adaptiveThinking": true,
|
||
"thinkingOnByDefault": true,
|
||
"reasoning": {
|
||
"supportedEfforts": [
|
||
"low",
|
||
"medium",
|
||
"high",
|
||
"xhigh",
|
||
"max"
|
||
],
|
||
"defaultEffort": "xhigh"
|
||
}
|
||
},
|
||
"source": "preset"
|
||
},
|
||
{
|
||
"modelName": "claude-sonnet-5",
|
||
"displayName": "Claude Sonnet 5",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "Claude 订阅额度计费,速度与智能平衡模型,支持长上下文智能体任务",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"vision",
|
||
"tool_use",
|
||
"agent",
|
||
"long_context"
|
||
],
|
||
"extra": {
|
||
"adaptiveThinking": true,
|
||
"reasoning": {
|
||
"supportedEfforts": [
|
||
"low",
|
||
"medium",
|
||
"high",
|
||
"xhigh",
|
||
"max"
|
||
],
|
||
"defaultEffort": "xhigh"
|
||
}
|
||
},
|
||
"source": "preset"
|
||
},
|
||
{
|
||
"modelName": "claude-haiku-4-5",
|
||
"displayName": "Claude Haiku 4.5",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "Claude 订阅额度计费,最快模型,具备接近前沿模型的智能水平,200K 上下文",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 64000,
|
||
"capabilities": [
|
||
"chat",
|
||
"code",
|
||
"vision",
|
||
"tool_use"
|
||
],
|
||
"source": "preset"
|
||
}
|
||
],
|
||
"tombstones": [
|
||
"claude-opus-4-8"
|
||
]
|
||
}
|