From d44541ca747471bf780ec6f1aec77a9611d0bf73 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Tue, 17 Mar 2026 01:57:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=86=85=E6=B5=8B?= =?UTF-8?q?=E4=B8=93=E7=94=A8=E4=BE=9B=E5=BA=94=E5=95=86=20(internal-testi?= =?UTF-8?q?ng)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 端点: https://api.yizhioa.cn/v1 - 协议: anthropic-messages - 模型: GLM-5, Kimi-2.5, MiniMax-M2.5, Qwen3 Max, Qwen3.5 Plus, 豆包 Seed 2.0 Code Preview - presetDataVersion: 10 → 11 Co-Authored-By: Claude Opus 4.6 --- compute/providers/_index.json | 3 +- compute/providers/internal-testing.json | 119 ++++++++++++++++++++++++ manifest.json | 4 +- 3 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 compute/providers/internal-testing.json diff --git a/compute/providers/_index.json b/compute/providers/_index.json index 548abbf..8cf4dec 100644 --- a/compute/providers/_index.json +++ b/compute/providers/_index.json @@ -24,6 +24,7 @@ "kling", "stability", "openrouter", - "perplexity" + "perplexity", + "internal-testing" ] } diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json new file mode 100644 index 0000000..2037ae2 --- /dev/null +++ b/compute/providers/internal-testing.json @@ -0,0 +1,119 @@ +{ + "id": "provider-internal-testing-001", + "provider": "internal-testing", + "label": "内测专用", + "baseUrl": "https://api.yizhioa.cn/v1", + "apiFormat": "anthropic-messages", + "apiKeyRef": "internal-testing", + "apiKeyVerified": false, + "enabled": false, + "status": "unconfigured", + "priceCurrency": "CNY", + "services": [ + "chat" + ], + "models": [ + { + "modelName": "glm-5", + "displayName": "GLM-5", + "serviceType": ["chat"], + "description": "智谱 GLM-5 大语言模型", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, + { + "modelName": "kimi-k2.5", + "displayName": "Kimi-2.5", + "serviceType": ["chat"], + "description": "月之暗面 Kimi-2.5 大语言模型", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, + { + "modelName": "MiniMax-M2.5", + "displayName": "MiniMax-M2.5", + "serviceType": ["chat"], + "description": "MiniMax M2.5 大语言模型", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, + { + "modelName": "qwen3-max-2026-01-23", + "displayName": "Qwen3 Max", + "serviceType": ["chat"], + "description": "阿里通义千问 Qwen3 Max (2026-01-23)", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, + { + "modelName": "qwen3.5-plus", + "displayName": "Qwen3.5 Plus", + "serviceType": ["chat"], + "description": "阿里通义千问 Qwen3.5 Plus", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, + { + "modelName": "doubao-seed-2-0-code-preview-260215", + "displayName": "豆包 Seed 2.0 Code Preview", + "serviceType": ["chat"], + "description": "字节跳动豆包 Seed 2.0 Code Preview (260215)", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + } + ] +} diff --git a/manifest.json b/manifest.json index 6947485..8848882 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 10, - "updatedAt": "2026-03-16", + "presetDataVersion": 11, + "updatedAt": "2026-03-17", "description": "DesireCore 官方配置中心" }