chore(internal-testing): 回退 DeepSeek V4 Pro/Flash 视觉与 OCR 能力(实测不支持);bump presetDataVersion to 50 (#24)

This commit is contained in:
2026-05-20 13:37:45 +08:00
committed by GitHub
parent b8019c4a30
commit cc3f0b53da
2 changed files with 5 additions and 11 deletions

View File

@@ -41,7 +41,7 @@
"chat", "chat",
"reasoning" "reasoning"
], ],
"description": "DeepSeek V4 Pro1.6T 参数 / 49B 激活 MoE 旗舰1M 上下文,思考/非思考双模式Agentic 编程与深度推理对标顶级闭源模型,支持图像理解与 OCR", "description": "DeepSeek V4 Pro1.6T 参数 / 49B 激活 MoE 旗舰1M 上下文,思考/非思考双模式Agentic 编程与深度推理对标顶级闭源模型",
"contextWindow": 1000000, "contextWindow": 1000000,
"maxOutputTokens": 65536, "maxOutputTokens": 65536,
"capabilities": [ "capabilities": [
@@ -52,10 +52,7 @@
"math", "math",
"tool_use", "tool_use",
"agent", "agent",
"long_context", "long_context"
"vision",
"image_understanding",
"ocr"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,
@@ -425,7 +422,7 @@
"chat", "chat",
"fast" "fast"
], ],
"description": "DeepSeek V4 Flash284B 参数 / 13B 激活 MoE1M 上下文,低延迟高吞吐性价比版,支持思考/非思考双模式,支持图像理解与 OCR", "description": "DeepSeek V4 Flash284B 参数 / 13B 激活 MoE1M 上下文,低延迟高吞吐性价比版,支持思考/非思考双模式",
"contextWindow": 1000000, "contextWindow": 1000000,
"maxOutputTokens": 8192, "maxOutputTokens": 8192,
"capabilities": [ "capabilities": [
@@ -433,10 +430,7 @@
"code", "code",
"reasoning", "reasoning",
"tool_use", "tool_use",
"long_context", "long_context"
"vision",
"image_understanding",
"ocr"
], ],
"inputPrice": 0, "inputPrice": 0,
"outputPrice": 0, "outputPrice": 0,

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 49, "presetDataVersion": 50,
"updatedAt": "2026-05-20", "updatedAt": "2026-05-20",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }