Skip to content

Commit 52a5bba

Browse files
jahoomaclaude
andcommitted
Update Kimi K2.6 pricing to $0.95/$0.16/$4.00 per 1M
Confirmed CanopyWave rates. Was using approximate Moonshot K2 numbers as a placeholder. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eedf528 commit 52a5bba

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

scripts/test-canopywave-long.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ const MODEL_CONFIGS: Record<string, ModelConfig> = {
3333
outputCostPerToken: 1.20 / 1_000_000,
3434
},
3535
kimi: {
36-
// Pricing is approximate — based on public Moonshot k2 rates; CanopyWave may differ.
3736
id: 'moonshotai/kimi-k2.6',
38-
inputCostPerToken: 0.60 / 1_000_000,
39-
cachedInputCostPerToken: 0.15 / 1_000_000,
40-
outputCostPerToken: 2.50 / 1_000_000,
37+
inputCostPerToken: 0.95 / 1_000_000,
38+
cachedInputCostPerToken: 0.16 / 1_000_000,
39+
outputCostPerToken: 4.00 / 1_000_000,
4140
},
4241
}
4342

web/src/llm-api/canopywave.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ const CANOPYWAVE_MODELS: Record<
5151
'moonshotai/kimi-k2.6': {
5252
canopywaveId: 'moonshotai/kimi-k2.6',
5353
pricing: {
54-
inputCostPerToken: 0.60 / 1_000_000,
55-
cachedInputCostPerToken: 0.15 / 1_000_000,
56-
outputCostPerToken: 2.50 / 1_000_000,
54+
inputCostPerToken: 0.95 / 1_000_000,
55+
cachedInputCostPerToken: 0.16 / 1_000_000,
56+
outputCostPerToken: 4.00 / 1_000_000,
5757
},
5858
},
5959
}

0 commit comments

Comments
 (0)