From cc3f0b53da84942b4297cb30c1ce0b484c332918 Mon Sep 17 00:00:00 2001 From: Yige Date: Wed, 20 May 2026 13:37:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E5=9B=9E=E9=80=80?= =?UTF-8?q?=20DeepSeek=20V4=20Pro/Flash=20=E8=A7=86=E8=A7=89=E4=B8=8E=20OC?= =?UTF-8?q?R=20=E8=83=BD=E5=8A=9B=EF=BC=88=E5=AE=9E=E6=B5=8B=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=EF=BC=89=EF=BC=9Bbump=20presetDataVersion=20?= =?UTF-8?q?to=2050=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/internal-testing.json | 14 ++++---------- manifest.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index fb87370..9121430 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -41,7 +41,7 @@ "chat", "reasoning" ], - "description": "DeepSeek V4 Pro,1.6T 参数 / 49B 激活 MoE 旗舰,1M 上下文,思考/非思考双模式,Agentic 编程与深度推理对标顶级闭源模型,支持图像理解与 OCR", + "description": "DeepSeek V4 Pro,1.6T 参数 / 49B 激活 MoE 旗舰,1M 上下文,思考/非思考双模式,Agentic 编程与深度推理对标顶级闭源模型", "contextWindow": 1000000, "maxOutputTokens": 65536, "capabilities": [ @@ -52,10 +52,7 @@ "math", "tool_use", "agent", - "long_context", - "vision", - "image_understanding", - "ocr" + "long_context" ], "inputPrice": 0, "outputPrice": 0, @@ -425,7 +422,7 @@ "chat", "fast" ], - "description": "DeepSeek V4 Flash,284B 参数 / 13B 激活 MoE,1M 上下文,低延迟高吞吐性价比版,支持思考/非思考双模式,支持图像理解与 OCR", + "description": "DeepSeek V4 Flash,284B 参数 / 13B 激活 MoE,1M 上下文,低延迟高吞吐性价比版,支持思考/非思考双模式", "contextWindow": 1000000, "maxOutputTokens": 8192, "capabilities": [ @@ -433,10 +430,7 @@ "code", "reasoning", "tool_use", - "long_context", - "vision", - "image_understanding", - "ocr" + "long_context" ], "inputPrice": 0, "outputPrice": 0, diff --git a/manifest.json b/manifest.json index 012e193..27d0041 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 49, + "presetDataVersion": 50, "updatedAt": "2026-05-20", "description": "DesireCore 官方配置中心" }