From fe26a6ff58a0a50497cc0714ddaa2fc0fb1ccdee Mon Sep 17 00:00:00 2001 From: yi-ge Date: Sun, 22 Feb 2026 13:53:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Kimi=20K2.5=20=E6=B7=BB=E5=8A=A0=20apiMo?= =?UTF-8?q?delId=20=E4=BF=AE=E6=AD=A3=20API=20=E6=A8=A1=E5=9E=8B=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kimi-k2.5 为内部标识,上游 API 期望 kimi-2.5。 添加 apiModelId 字段指定正确的 API 调用名。 presetDataVersion: 1 → 2 Co-Authored-By: Claude Opus 4.6 --- compute/providers.json | 1 + manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/compute/providers.json b/compute/providers.json index aad7e35..d5eec75 100644 --- a/compute/providers.json +++ b/compute/providers.json @@ -1346,6 +1346,7 @@ "models": [ { "modelName": "kimi-k2.5", + "apiModelId": "kimi-2.5", "displayName": "Kimi K2.5", "serviceType": "chat", "description": "月之暗面Kimi K2.5,2026年1月发布的开源新一代模型", diff --git a/manifest.json b/manifest.json index ac7ac60..fd398d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 1, - "updatedAt": "2026-02-21", + "presetDataVersion": 2, + "updatedAt": "2026-02-22", "description": "DesireCore 官方配置中心" }