Files
config-center/compute/model-specs/deepseek.json
Yige 5a9b9c87c4 fix: align DeepSeek V4 model specs with official profile
Align the shared DeepSeek V4 Pro and Flash specifications with the official 1M context, 384K output, and high/max reasoning profile. Consolidate duplicate specs, add regression coverage, and bump presetDataVersion to 72.
2026-07-10 11:47:40 +08:00

72 lines
2.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "DeepSeek 系列模型规格。参数来源config-center compute/providers/deepseek.json。",
"specs": [
{
"id": "deepseek-v4-pro",
"displayName": "DeepSeek V4 Pro",
"family": "deepseek-v4",
"match": { "exact": ["deepseek-v4-pro"], "patterns": ["deepseek-v4-pro*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": ["chat", "reasoning", "deep_thinking", "code", "math", "science", "multilingual", "tool_use"],
"serviceType": ["chat", "reasoning"],
"defaultTemperature": 1,
"supportsReasoning": true,
"extra": {
"supportsThinking": true,
"thinkingDefault": true,
"reasoningEffort": ["high", "max"]
},
"description": "DeepSeek V4 Pro1.6T MoE 架构100 万上下文"
}
},
{
"id": "deepseek-chat",
"displayName": "DeepSeek Chat",
"family": "deepseek-chat",
"match": { "patterns": ["deepseek-chat*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": ["chat", "code", "reasoning", "multilingual", "tool_use"],
"serviceType": ["chat"],
"defaultTemperature": 1
}
},
{
"id": "deepseek-reasoner",
"displayName": "DeepSeek Reasoner",
"family": "deepseek-reasoner",
"match": { "patterns": ["deepseek-reasoner*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": ["chat", "reasoning", "deep_thinking", "code", "math", "tool_use"],
"serviceType": ["reasoning"],
"defaultTemperature": null,
"supportsReasoning": true
}
},
{
"id": "deepseek-v4-flash",
"displayName": "DeepSeek V4 Flash",
"family": "deepseek-v4",
"match": { "exact": ["deepseek-v4-flash"], "patterns": ["deepseek-v4-flash*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": ["chat", "code", "reasoning", "deep_thinking", "multilingual", "tool_use"],
"serviceType": ["chat", "reasoning"],
"defaultTemperature": 1,
"supportsReasoning": true,
"extra": {
"supportsThinking": true,
"thinkingDefault": true,
"reasoningEffort": ["high", "max"]
}
}
}
]
}