You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cacheReadsPrice: 0.15,// $0.15 per million tokens (cache hit)
18
18
description: `Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model with 32 billion activated parameters and 1 trillion total parameters.`,
19
19
},
20
+
"kimi-k2-0905-preview": {
21
+
maxTokens: 32_000,
22
+
contextWindow: 262_144,
23
+
supportsImages: false,
24
+
supportsPromptCache: true,
25
+
inputPrice: 0.6,// $0.60 per million tokens (cache miss)
26
+
outputPrice: 2.5,// $2.50 per million tokens
27
+
cacheWritesPrice: 0,// $0 per million tokens (cache miss)
28
+
cacheReadsPrice: 0.15,// $0.15 per million tokens (cache hit)
29
+
description: `Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model with 32 billion activated parameters and 1 trillion total parameters.`,
30
+
},
20
31
"kimi-k2-turbo-preview": {
21
32
maxTokens: 32_000,
22
-
contextWindow: 131_072,
33
+
contextWindow: 262_144,
23
34
supportsImages: false,
24
35
supportsPromptCache: true,
25
36
inputPrice: 2.4,// $2.40 per million tokens (cache miss)
0 commit comments