chore(internal-testing): DeepSeek V4 Pro/Flash 新增视觉(图像理解)与 OCR 能力;bump presetDataVersion to 49 (#23)

This commit is contained in:
2026-05-20 12:35:23 +08:00
committed by GitHub
parent 72163bac46
commit b8019c4a30
2 changed files with 12 additions and 6 deletions

View File

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

View File

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