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
inputPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Oct 29, 2025
15
16
outputPrice: 0.42,// $0.42 per million tokens - Updated Oct 29, 2025
16
17
cacheWritesPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Oct 29, 2025
17
18
cacheReadsPrice: 0.028,// $0.028 per million tokens (cache hit) - Updated Oct 29, 2025
19
+
// kilocode_change end
18
20
description: `DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.`,
19
21
},
20
22
"deepseek-reasoner": {
21
23
maxTokens: 65536,// 64K max output for reasoning mode
22
24
contextWindow: 128_000,
23
25
supportsImages: false,
24
26
supportsPromptCache: true,
27
+
// kilocode_change start pricing updated
25
28
inputPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Oct 29, 2025
26
29
outputPrice: 0.42,// $0.42 per million tokens - Updated Oct 29, 2025
27
30
cacheWritesPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Oct 29, 2025
28
31
cacheReadsPrice: 0.028,// $0.028 per million tokens (cache hit) - Updated Oct 29, 2025
32
+
// kilocode_change end
29
33
description: `DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks. Supports Chain of Thought reasoning with up to 64K output tokens.`,
0 commit comments