fix(ai): correct Kimi K3 Moonshot pricing

This commit is contained in:
Armin Ronacher
2026-07-16 20:37:48 +02:00
parent c1b7856e26
commit aba324504c
6 changed files with 30 additions and 10 deletions
@@ -179,9 +179,9 @@ export const MOONSHOTAI_CN_MODELS = {
thinkingLevelMap: {"off":null,"minimal":null,"low":null,"medium":null,"high":null,"xhigh":null,"max":"max"},
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
input: 3,
output: 15,
cacheRead: 0.3,
cacheWrite: 0,
},
contextWindow: 1048576,
@@ -179,9 +179,9 @@ export const MOONSHOTAI_MODELS = {
thinkingLevelMap: {"off":null,"minimal":null,"low":null,"medium":null,"high":null,"xhigh":null,"max":"max"},
input: ["text", "image"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
input: 3,
output: 15,
cacheRead: 0.3,
cacheWrite: 0,
},
contextWindow: 1048576,