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 Dec 9, 2025
18
-
outputPrice: 0.42,// $0.42 per million tokens - Updated Dec 9, 2025
19
-
cacheWritesPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Dec 9, 2025
20
-
cacheReadsPrice: 0.028,// $0.028 per million tokens (cache hit) - Updated Dec 9, 2025
21
-
description: `DeepSeek-V3.2 (Non-thinking Mode) 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. Supports JSON output, tool calls, chat prefix completion (beta), and FIM completion (beta).`,
22
-
},
23
-
"deepseek-reasoner": {
24
-
maxTokens: 8192,// 8K max output
25
-
contextWindow: 128_000,
26
-
supportsImages: false,
27
-
supportsPromptCache: true,
28
-
preserveReasoning: true,
29
-
inputPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Dec 9, 2025
30
-
outputPrice: 0.42,// $0.42 per million tokens - Updated Dec 9, 2025
31
-
cacheWritesPrice: 0.28,// $0.28 per million tokens (cache miss) - Updated Dec 9, 2025
32
-
cacheReadsPrice: 0.028,// $0.028 per million tokens (cache hit) - Updated Dec 9, 2025
33
-
description: `DeepSeek-V3.2 (Thinking Mode) achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks. Supports Chain of Thought reasoning with up to 8K output tokens. Supports JSON output, tool calls, and chat prefix completion (beta).`,
0 commit comments