更新 DeepSeek 官方模型配置

更新 DeepSeek 官方模型配置
This commit is contained in:
2026-07-07 15:47:06 +08:00
committed by GitHub
parent 66113b06cf
commit f0e14a8b5e
3 changed files with 40 additions and 65 deletions

View File

@@ -13,6 +13,10 @@
"chat", "chat",
"reasoning" "reasoning"
], ],
"tombstones": [
"deepseek-chat",
"deepseek-reasoner"
],
"models": [ "models": [
{ {
"modelName": "deepseek-v4-flash", "modelName": "deepseek-v4-flash",
@@ -21,7 +25,7 @@
"chat", "chat",
"reasoning" "reasoning"
], ],
"description": "DeepSeek V4 主力模型1M 上下文,支持思考/非思考模式,并发2500", "description": "DeepSeek V4 Flash284B 总参数 / 13B 激活 MoE1M 上下文,默认思考模式,支持非思考模式,并发上限 2500",
"contextWindow": 1000000, "contextWindow": 1000000,
"maxOutputTokens": 384000, "maxOutputTokens": 384000,
"capabilities": [ "capabilities": [
@@ -29,17 +33,29 @@
"code", "code",
"reasoning", "reasoning",
"deep_thinking", "deep_thinking",
"long_context",
"multilingual", "multilingual",
"tool_use" "tool_use"
], ],
"inputPrice": 1, "inputPrice": 1.008,
"outputPrice": 2, "outputPrice": 2.016,
"defaultTemperature": 1, "defaultTemperature": 1,
"defaultTopP": 1, "defaultTopP": 1,
"extra": { "extra": {
"cacheHitPrice": 0.02, "cacheHitPrice": 0.02016,
"concurrencyLimit": 2500,
"supportsThinking": true, "supportsThinking": true,
"thinkingDefault": true "thinkingDefault": true,
"reasoningEffort": [
"high",
"max"
],
"features": {
"jsonOutput": true,
"toolCalls": true,
"chatPrefixCompletion": "beta",
"fimCompletion": "non-thinking-only"
}
} }
}, },
{ {
@@ -49,7 +65,7 @@
"chat", "chat",
"reasoning" "reasoning"
], ],
"description": "DeepSeek V4 旗舰模型1.6T MoE1M 上下文,支持思考/非思考模式,并发上限 500", "description": "DeepSeek V4 Pro1.6T 总参数 / 49B 激活 MoE1M 上下文,默认思考模式,支持非思考模式,并发上限 500",
"contextWindow": 1000000, "contextWindow": 1000000,
"maxOutputTokens": 384000, "maxOutputTokens": 384000,
"capabilities": [ "capabilities": [
@@ -57,71 +73,30 @@
"code", "code",
"reasoning", "reasoning",
"deep_thinking", "deep_thinking",
"long_context",
"multilingual", "multilingual",
"tool_use", "tool_use",
"math" "math"
], ],
"inputPrice": 3, "inputPrice": 3.132,
"outputPrice": 6, "outputPrice": 6.264,
"defaultTemperature": 1, "defaultTemperature": 1,
"defaultTopP": 1, "defaultTopP": 1,
"extra": { "extra": {
"cacheHitPrice": 0.025, "cacheHitPrice": 0.0261,
"concurrencyLimit": 500,
"supportsThinking": true, "supportsThinking": true,
"thinkingDefault": true "thinkingDefault": true,
} "reasoningEffort": [
}, "high",
{ "max"
"modelName": "deepseek-chat", ],
"displayName": "DeepSeek Chat (V4 Flash alias)", "features": {
"serviceType": [ "jsonOutput": true,
"chat" "toolCalls": true,
], "chatPrefixCompletion": "beta",
"description": "deepseek-v4-flash 非思考模式的旧别名,将于 2026-07-24 弃用", "fimCompletion": "non-thinking-only"
"contextWindow": 1000000, }
"maxOutputTokens": 384000,
"capabilities": [
"chat",
"code",
"reasoning",
"multilingual",
"tool_use"
],
"inputPrice": 1,
"outputPrice": 2,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 0.02,
"deprecated": true,
"deprecationDate": "2026-07-24",
"replacedBy": "deepseek-v4-flash"
}
},
{
"modelName": "deepseek-reasoner",
"displayName": "DeepSeek Reasoner (V4 Flash alias)",
"serviceType": [
"reasoning"
],
"description": "deepseek-v4-flash 思考模式的旧别名,将于 2026-07-24 弃用",
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"code",
"math",
"tool_use"
],
"inputPrice": 1,
"outputPrice": 2,
"extra": {
"cacheHitPrice": 0.02,
"deprecated": true,
"deprecationDate": "2026-07-24",
"replacedBy": "deepseek-v4-flash"
} }
} }
] ]

View File

@@ -4,7 +4,7 @@
"providerId": "provider-openai-001" "providerId": "provider-openai-001"
}, },
"reasoning": { "reasoning": {
"modelName": "deepseek-reasoner", "modelName": "deepseek-v4-flash",
"providerId": "provider-deepseek-001" "providerId": "provider-deepseek-001"
}, },
"fast": { "fast": {

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 65, "presetDataVersion": 66,
"updatedAt": "2026-07-07", "updatedAt": "2026-07-07",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }