diff --git a/compute/providers/anthropic-claude.json b/compute/providers/anthropic-claude.json index f480fce..8c7e2fb 100644 --- a/compute/providers/anthropic-claude.json +++ b/compute/providers/anthropic-claude.json @@ -53,7 +53,7 @@ "xhigh", "max" ], - "defaultEffort": "high" + "defaultEffort": "xhigh" } }, "source": "preset" @@ -87,7 +87,7 @@ "xhigh", "max" ], - "defaultEffort": "high" + "defaultEffort": "xhigh" } }, "source": "preset" @@ -120,7 +120,7 @@ "xhigh", "max" ], - "defaultEffort": "high" + "defaultEffort": "xhigh" } }, "source": "preset" diff --git a/compute/providers/anthropic.json b/compute/providers/anthropic.json index 0a702f5..9250101 100644 --- a/compute/providers/anthropic.json +++ b/compute/providers/anthropic.json @@ -56,7 +56,7 @@ "xhigh", "max" ], - "defaultEffort": "high" + "defaultEffort": "xhigh" }, "samplingParametersDeprecated": true, "pricingNotes": "Prices are per 1M tokens. Full 1M context is billed at standard pricing." @@ -106,9 +106,9 @@ "xhigh", "max" ], - "defaultEffort": "high" + "defaultEffort": "xhigh" }, - "defaultEffort": "high", + "defaultEffort": "xhigh", "samplingParametersDeprecated": true, "pricingNotes": "Prices are per 1M tokens. Full 1M context is billed at standard pricing." } @@ -161,9 +161,9 @@ "xhigh", "max" ], - "defaultEffort": "high" + "defaultEffort": "xhigh" }, - "defaultEffort": "high", + "defaultEffort": "xhigh", "samplingParametersDeprecated": true } }, diff --git a/manifest.json b/manifest.json index 424ba1e..e9e9fc7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 86, + "presetDataVersion": 87, "updatedAt": "2026-08-08", "description": "DesireCore 官方配置中心" }