From 211d280c42d48968638f0f93954ce400c44bcb34 Mon Sep 17 00:00:00 2001 From: Johnson Date: Mon, 25 May 2026 15:49:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(internal-testing):=20=E9=80=80=E5=BD=B9?= =?UTF-8?q?=E5=86=85=E7=BD=AE=20provider=EF=BC=9Bbump=20presetDataVersion?= =?UTF-8?q?=20to=2052?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit internal-testing 一直作为内测阶段的硬编码 provider 存在,现在客户端已切换到 登录后绑定 desirecore-cloud(NewAPI 网关)方案,internal-testing 不再需要。 从此 commit 起: - compute/providers/internal-testing.json 删除 - _index.json 移除 internal-testing 条目 - presetDataVersion 51 → 52,触发客户端重新合并预置 客户端需配套实现 retired-providers 清理逻辑:在 mergeBuiltinIfNewer 之后 执行一次性清理,移除本地 compute.json 中残留的 provider-internal-testing-001 + secrets.json#internal-testing。 --- compute/providers/_index.json | 3 +- compute/providers/internal-testing.json | 466 ------------------------ manifest.json | 4 +- 3 files changed, 3 insertions(+), 470 deletions(-) delete mode 100644 compute/providers/internal-testing.json diff --git a/compute/providers/_index.json b/compute/providers/_index.json index f5a98a6..85187df 100644 --- a/compute/providers/_index.json +++ b/compute/providers/_index.json @@ -26,7 +26,6 @@ "kling", "stability", "openrouter", - "perplexity", - "internal-testing" + "perplexity" ] } diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json deleted file mode 100644 index 14a53fa..0000000 --- a/compute/providers/internal-testing.json +++ /dev/null @@ -1,466 +0,0 @@ -{ - "id": "provider-internal-testing-001", - "provider": "internal-testing", - "label": "内测专用", - "baseUrl": "https://api.yizhioa.cn/v1", - "mediaBaseUrl": "https://api.yizhioa.cn/v1", - "apiFormat": "anthropic-messages", - "apiKeyRef": "internal-testing", - "apiKeyVerified": false, - "enabled": false, - "status": "unconfigured", - "priceCurrency": "CNY", - "services": [ - "chat", - "fast", - "reasoning", - "vision", - "embedding", - "rerank", - "tts", - "asr", - "voice_clone", - "realtime_voice", - "simultaneous_interpret", - "translation", - "image_gen", - "video_gen", - "music_gen", - "omni", - "computer_use", - "responses" - ], - "tombstones": [ - "MiniMax-M2.7" - ], - "models": [ - { - "modelName": "qwen3.7-max", - "displayName": "Qwen3.7 Max", - "serviceType": [ - "chat" - ], - "description": "阿里通义千问 Qwen3.7 Max,原生 1M 上下文,Hybrid MoE 架构,内置 CoT 推理", - "contextWindow": 500000, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "code", - "vision", - "tool_use", - "agent", - "deep_thinking" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 0.7, - "defaultTopP": 0.8, - "extra": {} - }, - { - "modelName": "deepseek-v4-pro", - "displayName": "DeepSeek V4 Pro", - "serviceType": [ - "chat", - "reasoning" - ], - "description": "DeepSeek V4 Pro,1.6T 参数 / 49B 激活 MoE 旗舰,1M 上下文,思考/非思考双模式,Agentic 编程与深度推理对标顶级闭源模型", - "contextWindow": 1000000, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "deep_thinking", - "code", - "math", - "tool_use", - "agent", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "extra": {} - }, - { - "modelName": "glm-5", - "displayName": "GLM-5", - "serviceType": [ - "chat" - ], - "description": "智谱 GLM-5 大语言模型,200K 上下文", - "contextWindow": 100000, - "maxOutputTokens": 128000, - "capabilities": [ - "chat", - "reasoning", - "code" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "MiniMax-M2.7-highspeed", - "displayName": "MiniMax-M2.7 高速版", - "serviceType": [ - "chat" - ], - "description": "MiniMax M2.7 高速版,低延迟吞吐优化,200K 上下文", - "contextWindow": 102400, - "maxOutputTokens": 8192, - "capabilities": [ - "chat", - "reasoning", - "code" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "glm-5.1", - "displayName": "GLM-5.1", - "serviceType": [ - "chat" - ], - "description": "智谱 GLM-5.1 新一代旗舰模型,编程与推理能力断档领先,200K 上下文", - "contextWindow": 100000, - "maxOutputTokens": 128000, - "capabilities": [ - "chat", - "reasoning", - "code", - "deep_thinking", - "tool_use", - "agent" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "glm-5-turbo", - "displayName": "GLM-5-Turbo", - "serviceType": [ - "chat" - ], - "description": "智谱 GLM-5-Turbo 大语言模型,更快的推理速度", - "contextWindow": 100000, - "maxOutputTokens": 128000, - "capabilities": [ - "chat", - "reasoning", - "code" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "glm-4.7", - "displayName": "GLM-4.7", - "serviceType": [ - "chat" - ], - "description": "智谱 GLM-4.7 大语言模型", - "contextWindow": 100000, - "maxOutputTokens": 128000, - "capabilities": [ - "chat", - "reasoning", - "code" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "kimi-k2.6-code-preview", - "displayName": "Kimi K2.6 Code Preview", - "serviceType": [ - "chat" - ], - "description": "月之暗面 Kimi K2.6 Code Preview,万亿参数 MoE 架构(32B 激活),256K 上下文,代码与智能体能力增强", - "contextWindow": 128000, - "maxOutputTokens": 32768, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use", - "agent", - "vision", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "kimi-k2.5", - "displayName": "Kimi-2.5", - "serviceType": [ - "chat" - ], - "description": "月之暗面 Kimi-2.5 大语言模型", - "contextWindow": 128000, - "maxOutputTokens": 32768, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use", - "agent", - "vision", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "MiniMax-M2.5", - "displayName": "MiniMax-M2.5", - "serviceType": [ - "chat" - ], - "description": "MiniMax M2.5 大语言模型", - "contextWindow": 102400, - "maxOutputTokens": 8192, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "qwen3.6-plus", - "displayName": "Qwen3.6 Plus", - "serviceType": [ - "chat" - ], - "description": "阿里通义千问 Qwen3.6 Plus,原生 1M 上下文,Hybrid MoE 架构,内置 CoT 推理", - "contextWindow": 500000, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "code", - "vision", - "tool_use", - "agent", - "deep_thinking" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 0.7, - "defaultTopP": 0.8, - "extra": {} - }, - { - "modelName": "qwen3.5-plus", - "displayName": "Qwen3.5 Plus", - "serviceType": [ - "chat" - ], - "description": "阿里通义千问 Qwen3.5 Plus", - "contextWindow": 500000, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use", - "agent", - "vision", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 0.7, - "defaultTopP": 0.8, - "extra": {} - }, - { - "modelName": "qwen3.5-35b-a3b", - "displayName": "Qwen3.5 35B-A3B", - "serviceType": [ - "chat" - ], - "description": "阿里通义千问 Qwen3.5 35B-A3B MoE 模型(35B 总参/3B 激活),262K 上下文", - "contextWindow": 131072, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "code", - "vision", - "tool_use" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 0.7, - "defaultTopP": 0.8, - "extra": {} - }, - { - "modelName": "qwen3.5-27b", - "displayName": "Qwen3.5 27B", - "serviceType": [ - "chat" - ], - "description": "阿里通义千问 Qwen3.5 27B Dense 模型,262K 上下文", - "contextWindow": 131072, - "maxOutputTokens": 65536, - "capabilities": [ - "chat", - "reasoning", - "code", - "vision", - "tool_use" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 0.7, - "defaultTopP": 0.8, - "extra": {} - }, - { - "modelName": "qwen3-max-2026-01-23", - "displayName": "Qwen3 Max", - "serviceType": [ - "chat" - ], - "description": "阿里通义千问 Qwen3 Max (2026-01-23)", - "contextWindow": 131072, - "maxOutputTokens": 32768, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use", - "agent", - "vision", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 0.7, - "defaultTopP": 0.8, - "extra": {} - }, - { - "modelName": "doubao-seed-2.0-code", - "displayName": "豆包 Seed 2.0 Code", - "serviceType": [ - "chat" - ], - "description": "字节跳动豆包 Seed 2.0 Code", - "contextWindow": 128000, - "maxOutputTokens": 128000, - "capabilities": [ - "chat", - "reasoning", - "code" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.7, - "extra": {} - }, - { - "modelName": "mimo-v2.5-pro", - "displayName": "MiMo V2.5 Pro", - "serviceType": [ - "chat" - ], - "description": "小米 MiMo V2.5 Pro,1.02T 参数 / 42B 激活 MoE 旗舰,1M 上下文,长程代码与 Agent 自治,支持思考模式与工具调用", - "contextWindow": 1000000, - "maxOutputTokens": 131072, - "capabilities": [ - "chat", - "reasoning", - "code", - "tool_use", - "agent", - "long_context", - "deep_thinking" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "mimo-v2.5", - "displayName": "MiMo V2.5", - "serviceType": [ - "chat" - ], - "description": "小米 MiMo V2.5,原生全模态模型,单一架构内处理文本/图像/视频/音频,1M 上下文", - "contextWindow": 1000000, - "maxOutputTokens": 131072, - "capabilities": [ - "chat", - "code", - "vision", - "long_context", - "tool_use", - "image_understanding", - "video_understanding" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, - { - "modelName": "deepseek-v4-flash", - "displayName": "DeepSeek V4 Flash", - "serviceType": [ - "chat", - "fast" - ], - "description": "DeepSeek V4 Flash,284B 参数 / 13B 激活 MoE,1M 上下文,低延迟高吞吐性价比版,支持思考/非思考双模式", - "contextWindow": 1000000, - "maxOutputTokens": 8192, - "capabilities": [ - "chat", - "code", - "reasoning", - "tool_use", - "long_context" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 1, - "extra": {} - } - ] -} diff --git a/manifest.json b/manifest.json index 8667e10..4d56d6c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 51, - "updatedAt": "2026-05-23", + "presetDataVersion": 52, + "updatedAt": "2026-05-25", "description": "DesireCore 官方配置中心" }