diff --git a/src/commands/help-command.ts b/src/commands/help-command.ts index 311d572c..50fc685b 100644 --- a/src/commands/help-command.ts +++ b/src/commands/help-command.ts @@ -227,7 +227,7 @@ Run ${color('ccs config', 'command')} for web dashboard`.trim(); // Delegation printSubSection('Delegation (inside Claude Code CLI)', [ ['/ccs "task"', 'Delegate task (auto-selects profile)'], - ['/ccs --glm "task"', 'Force GLM-4.6 for simple tasks'], + ['/ccs --glm "task"', 'Force GLM-5 for simple tasks'], ['/ccs --kimi "task"', 'Force Kimi for long context'], ['/ccs:continue "follow-up"', 'Continue last delegation session'], ]); diff --git a/src/web-server/model-pricing.ts b/src/web-server/model-pricing.ts index d1265165..3af43b91 100644 --- a/src/web-server/model-pricing.ts +++ b/src/web-server/model-pricing.ts @@ -443,10 +443,10 @@ const PRICING_REGISTRY: Record = { cacheReadPerMillion: 0.175, }, 'glm-4.5-air': { - inputPerMillion: 0.2, - outputPerMillion: 1.1, + inputPerMillion: 0.13, + outputPerMillion: 0.85, cacheCreationPerMillion: 0.0, - cacheReadPerMillion: 0.03, + cacheReadPerMillion: 0.025, }, // ---------------------------------------------------------------------------