[object Object]

← back to Kimi Mcp

kimi-k3 cost footer: use real list rates $3/M in, $15/M out (were stale k2.5 rates, ~6.8x understated) (TK-12082)

23af93979562a00fa4f66f39c1a3ddda1486dddd · 2026-09-25 13:20:01 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D7LB6rCwpA7ubJTqYzqXEX

Files touched

Diff

commit 23af93979562a00fa4f66f39c1a3ddda1486dddd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Sep 25 13:20:01 2026 -0700

    kimi-k3 cost footer: use real list rates $3/M in, $15/M out (were stale k2.5 rates, ~6.8x understated) (TK-12082)
    
    Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01D7LB6rCwpA7ubJTqYzqXEX
---
 server.mjs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server.mjs b/server.mjs
index 44490c1..0222a92 100644
--- a/server.mjs
+++ b/server.mjs
@@ -15,8 +15,8 @@ const TEMPERATURE = 1;                                        // Moonshot REQUIR
 const MAX_TOKENS = Number(process.env.KIMI_MAX_TOKENS || 8000);
 
 // kimi-k3 pay-as-you-go rates (per token), from cost-tracker/pricing.json
-const RATE_IN = 5.5e-7;
-const RATE_OUT = 2.2e-6;
+const RATE_IN = 3e-6;   // platform.kimi.ai/docs/pricing/chat.md, verified 2026-09-25 (TK-12082)
+const RATE_OUT = 1.5e-5;
 
 // ── Moonshot chat helper ───────────────────────────────────────────────────
 // Returns { text, usage, cost }. Handles the reasoning-model quirk where the

← 4125dd5 TK-11490: migrate retired kimi-k2.5 -> kimi-k3 across second  ·  back to Kimi Mcp  ·  (newest)