|
14 | 14 | "reasoning" |
15 | 15 | ], |
16 | 16 | "models": [ |
| 17 | + { |
| 18 | + "modelName": "deepseek-v4-flash", |
| 19 | + "displayName": "DeepSeek V4 Flash", |
| 20 | + "serviceType": [ |
| 21 | + "chat", |
| 22 | + "reasoning" |
| 23 | + ], |
| 24 | + "description": "DeepSeek V4 主力模型,1M 上下文,支持思考/非思考双模式,高并发(2500)", |
| 25 | + "contextWindow": 1000000, |
| 26 | + "maxOutputTokens": 384000, |
| 27 | + "capabilities": [ |
| 28 | + "chat", |
| 29 | + "code", |
| 30 | + "reasoning", |
| 31 | + "deep_thinking", |
| 32 | + "multilingual", |
| 33 | + "tool_use" |
| 34 | + ], |
| 35 | + "inputPrice": 1, |
| 36 | + "outputPrice": 2, |
| 37 | + "defaultTemperature": 1, |
| 38 | + "defaultTopP": 1, |
| 39 | + "extra": { |
| 40 | + "cacheHitPrice": 0.02, |
| 41 | + "supportsThinking": true, |
| 42 | + "thinkingDefault": true |
| 43 | + } |
| 44 | + }, |
| 45 | + { |
| 46 | + "modelName": "deepseek-v4-pro", |
| 47 | + "displayName": "DeepSeek V4 Pro", |
| 48 | + "serviceType": [ |
| 49 | + "chat", |
| 50 | + "reasoning" |
| 51 | + ], |
| 52 | + "description": "DeepSeek V4 旗舰模型(1.6T MoE),1M 上下文,支持思考/非思考双模式,并发上限 500", |
| 53 | + "contextWindow": 1000000, |
| 54 | + "maxOutputTokens": 384000, |
| 55 | + "capabilities": [ |
| 56 | + "chat", |
| 57 | + "code", |
| 58 | + "reasoning", |
| 59 | + "deep_thinking", |
| 60 | + "multilingual", |
| 61 | + "tool_use", |
| 62 | + "math" |
| 63 | + ], |
| 64 | + "inputPrice": 3, |
| 65 | + "outputPrice": 6, |
| 66 | + "defaultTemperature": 1, |
| 67 | + "defaultTopP": 1, |
| 68 | + "extra": { |
| 69 | + "cacheHitPrice": 0.025, |
| 70 | + "supportsThinking": true, |
| 71 | + "thinkingDefault": true |
| 72 | + } |
| 73 | + }, |
17 | 74 | { |
18 | 75 | "modelName": "deepseek-chat", |
19 | | - "displayName": "DeepSeek V3.2", |
| 76 | + "displayName": "DeepSeek Chat (V4 Flash alias)", |
20 | 77 | "serviceType": [ |
21 | 78 | "chat" |
22 | 79 | ], |
23 | | - "description": "高性价比通用对话模型,128K 上下文", |
24 | | - "contextWindow": 128000, |
25 | | - "maxOutputTokens": 8192, |
| 80 | + "description": "deepseek-v4-flash 非思考模式的旧别名,将于 2026-07-24 弃用", |
| 81 | + "contextWindow": 1000000, |
| 82 | + "maxOutputTokens": 384000, |
26 | 83 | "capabilities": [ |
27 | 84 | "chat", |
28 | 85 | "code", |
29 | 86 | "reasoning", |
30 | | - "multilingual" |
| 87 | + "multilingual", |
| 88 | + "tool_use" |
31 | 89 | ], |
32 | | - "inputPrice": 2, |
33 | | - "outputPrice": 3, |
| 90 | + "inputPrice": 1, |
| 91 | + "outputPrice": 2, |
34 | 92 | "defaultTemperature": 1, |
35 | 93 | "defaultTopP": 1, |
36 | 94 | "extra": { |
37 | | - "cacheHitPrice": 0.2 |
| 95 | + "cacheHitPrice": 0.02, |
| 96 | + "deprecated": true, |
| 97 | + "deprecationDate": "2026-07-24", |
| 98 | + "replacedBy": "deepseek-v4-flash" |
38 | 99 | } |
39 | 100 | }, |
40 | 101 | { |
41 | 102 | "modelName": "deepseek-reasoner", |
42 | | - "displayName": "DeepSeek R1", |
| 103 | + "displayName": "DeepSeek Reasoner (V4 Flash alias)", |
43 | 104 | "serviceType": [ |
44 | 105 | "reasoning" |
45 | 106 | ], |
46 | | - "description": "DeepSeek V3.2 思考模式,128K 上下文,思维链默认 32K,最大输出 64K", |
47 | | - "contextWindow": 128000, |
48 | | - "maxOutputTokens": 65536, |
| 107 | + "description": "deepseek-v4-flash 思考模式的旧别名,将于 2026-07-24 弃用", |
| 108 | + "contextWindow": 1000000, |
| 109 | + "maxOutputTokens": 384000, |
49 | 110 | "capabilities": [ |
50 | 111 | "chat", |
51 | 112 | "reasoning", |
52 | 113 | "deep_thinking", |
53 | 114 | "code", |
54 | | - "math" |
| 115 | + "math", |
| 116 | + "tool_use" |
55 | 117 | ], |
56 | | - "inputPrice": 4, |
57 | | - "outputPrice": 16, |
| 118 | + "inputPrice": 1, |
| 119 | + "outputPrice": 2, |
58 | 120 | "extra": { |
59 | | - "cacheHitPrice": 0.2 |
| 121 | + "cacheHitPrice": 0.02, |
| 122 | + "deprecated": true, |
| 123 | + "deprecationDate": "2026-07-24", |
| 124 | + "replacedBy": "deepseek-v4-flash" |
60 | 125 | } |
61 | 126 | } |
62 | 127 | ] |
|
0 commit comments