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
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
19
},
20
20
"deepseek-reasoner": {
21
-
maxTokens: 8192,
22
-
contextWindow: 64_000,
21
+
maxTokens: 65536,// 64K max output for reasoning mode
22
+
contextWindow: 128_000,
23
23
supportsImages: false,
24
24
supportsPromptCache: true,
25
25
inputPrice: 0.55,// $0.55 per million tokens (cache miss)
26
26
outputPrice: 2.19,// $2.19 per million tokens
27
27
cacheWritesPrice: 0.55,// $0.55 per million tokens (cache miss)
28
28
cacheReadsPrice: 0.14,// $0.14 per million tokens (cache hit)
29
-
description: `DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks. Supports Chain of Thought reasoning with up to 32K tokens.`,
29
+
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