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.028,// $0.028 per million tokens (cache hit) - Updated Dec 9, 2025
33
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).`,
34
34
},
35
+
"deepseek-v4-pro": {
36
+
maxTokens: 384_000,// 384K max output
37
+
contextWindow: 1_000_000,
38
+
supportsImages: false,
39
+
supportsPromptCache: true,
40
+
preserveReasoning: true,
41
+
inputPrice: 1.74,// $1.74 per million tokens (cache miss)
42
+
outputPrice: 3.48,// $3.48 per million tokens
43
+
cacheWritesPrice: 1.74,// $1.74 per million tokens (cache miss)
44
+
cacheReadsPrice: 0.0145,// $0.0145 per million tokens (cache hit)
45
+
description: `DeepSeek-V4-Pro is the flagship Mixture-of-Experts model in the DeepSeek-V4 Preview series with 1.6T total parameters and 49B activated parameters. Supports a 1M-token context window with up to 384K output tokens, thinking mode (default), JSON output, tool calls, chat prefix completion (beta), and FIM completion (beta, non-thinking only). Best for complex reasoning, advanced coding, agentic workflows, and long-context analysis.`,
46
+
},
47
+
"deepseek-v4-flash": {
48
+
maxTokens: 384_000,// 384K max output
49
+
contextWindow: 1_000_000,
50
+
supportsImages: false,
51
+
supportsPromptCache: true,
52
+
preserveReasoning: true,
53
+
inputPrice: 0.14,// $0.14 per million tokens (cache miss)
54
+
outputPrice: 0.28,// $0.28 per million tokens
55
+
cacheWritesPrice: 0.14,// $0.14 per million tokens (cache miss)
56
+
cacheReadsPrice: 0.0028,// $0.0028 per million tokens (cache hit)
57
+
description: `DeepSeek-V4-Flash is the fast, cost-efficient Mixture-of-Experts model in the DeepSeek-V4 Preview series with 284B total parameters and 13B activated parameters. Supports a 1M-token context window with up to 384K output tokens, thinking mode (default), JSON output, tool calls, chat prefix completion (beta), and FIM completion (beta, non-thinking only). Best for high-volume workloads, chatbots, long document processing, and cost-sensitive applications.`,
"Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model with 32 billion activated parameters and 1 trillion total parameters. Trained with the Muon optimizer, Kimi K2 achieves exceptional performance across frontier knowledge, reasoning, and coding tasks while being meticulously optimized for agentic capabilities.",
"Kimi K2.5 is the latest generation of Moonshot AI's Kimi series, featuring improved reasoning capabilities and enhanced performance across diverse tasks.",
68
68
},
69
+
"kimi-k2.6": {
70
+
maxTokens: 16_384,
71
+
contextWindow: 262_144,
72
+
supportsImages: true,
73
+
supportsPromptCache: true,
74
+
supportsReasoningBinary: true,
75
+
preserveReasoning: true,
76
+
inputPrice: 0.95,// $0.95 per million tokens (cache miss)
77
+
outputPrice: 4.0,// $4.00 per million tokens
78
+
cacheReadsPrice: 0.16,// $0.16 per million tokens (cache hit)
79
+
supportsTemperature: false,
80
+
defaultTemperature: 0.6,
81
+
description:
82
+
"Kimi K2.6 is Kimi's most intelligent model to date, featuring stronger and more stable long-horizon code writing capabilities and significantly enhanced autonomous execution capabilities.",
0 commit comments