mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 13:41:39 +08:00
feat: 添加内测专用供应商 (internal-testing)
- 端点: 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 <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"kling",
|
||||
"stability",
|
||||
"openrouter",
|
||||
"perplexity"
|
||||
"perplexity",
|
||||
"internal-testing"
|
||||
]
|
||||
}
|
||||
|
||||
119
compute/providers/internal-testing.json
Normal file
119
compute/providers/internal-testing.json
Normal file
@@ -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": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 10,
|
||||
"updatedAt": "2026-03-16",
|
||||
"presetDataVersion": 11,
|
||||
"updatedAt": "2026-03-17",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user