diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 71ff850..75424c4 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -12,6 +12,10 @@ "services": [ "chat" ], + "tombstones": [ + "MiniMax-M2.7", + "MiniMax-M2.5" + ], "models": [ { "modelName": "MiniMax-M2.7-highspeed", diff --git a/compute/providers/zhipu.json b/compute/providers/zhipu.json index 2598255..f0197a1 100644 --- a/compute/providers/zhipu.json +++ b/compute/providers/zhipu.json @@ -14,6 +14,9 @@ "vision", "reasoning" ], + "tombstones": [ + "embedding-3" + ], "models": [ { "modelName": "glm-5", diff --git a/manifest.json b/manifest.json index 6639687..e5a7f89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 22, - "updatedAt": "2026-04-19", + "presetDataVersion": 23, + "updatedAt": "2026-04-20", "description": "DesireCore 官方配置中心" }