mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:10:52 +08:00
Revert "Merge pull request #1 from desirecore/model-field-official-audit"
This reverts commit88a8cf2db6, reversing changes made toca99ea272f.
This commit is contained in:
@@ -10,10 +10,7 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"accessMode": "coding-plan",
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"services": ["chat", "reasoning"],
|
||||
"codingPlan": {
|
||||
"quotas": {},
|
||||
"usageTracking": {
|
||||
@@ -25,47 +22,22 @@
|
||||
{
|
||||
"modelName": "qwen3-coder-plus",
|
||||
"displayName": "Qwen3 Coder Plus (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "阿里云百炼 Coding Plan,Qwen3 编程增强版,100万上下文",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 5,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8
|
||||
"serviceType": ["chat"],
|
||||
"description": "阿里云百炼 Coding Plan,Qwen3 编程增强版",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": ["chat", "reasoning", "code", "tool_use"],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "qwen3-max",
|
||||
"displayName": "Qwen3 Max (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "阿里云百炼 Coding Plan,Qwen3 Max 旗舰模型,262K 上下文",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"multilingual",
|
||||
"tool_use",
|
||||
"long_context",
|
||||
"vision"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 1.2,
|
||||
"outputPrice": 6,
|
||||
"defaultTemperature": 0.7,
|
||||
"defaultTopP": 0.8
|
||||
"serviceType": ["chat"],
|
||||
"description": "阿里云百炼 Coding Plan,Qwen3 Max 旗舰模型",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual", "tool_use", "long_context", "vision"],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": ["chat", "reasoning", "code", "multilingual"],
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
"serviceType": ["chat"],
|
||||
"description": "快手 KwaiKAT Coding Plan,编程辅助模型",
|
||||
"capabilities": ["chat", "code"],
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"id": "provider-minimax-coding-001",
|
||||
"provider": "minimax",
|
||||
"brandGroup": "minimax",
|
||||
"label": "MiniMax Token Plan",
|
||||
"label": "MiniMax Coding Plan",
|
||||
"baseUrl": "https://api.minimaxi.com/v1",
|
||||
"apiFormat": "openai-completions",
|
||||
"apiKeyRef": "",
|
||||
@@ -10,109 +10,25 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"accessMode": "coding-plan",
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"fast"
|
||||
],
|
||||
"services": ["chat", "reasoning"],
|
||||
"codingPlan": {
|
||||
"quotas": {
|
||||
"textWindow": "5h",
|
||||
"standard": {
|
||||
"starterRequestsPer5h": 1500,
|
||||
"plusRequestsPer5h": 4500,
|
||||
"maxRequestsPer5h": 15000
|
||||
},
|
||||
"highspeed": {
|
||||
"plusHighspeedRequestsPer5h": 4500,
|
||||
"maxHighspeedRequestsPer5h": 15000,
|
||||
"ultraHighspeedRequestsPer5h": 30000
|
||||
}
|
||||
},
|
||||
"quotas": {},
|
||||
"usageTracking": {
|
||||
"method": "rest-api",
|
||||
"endpoint": "https://www.minimax.io/v1/token_plan/remains",
|
||||
"consoleUrl": "https://www.minimax.io/user-center/token-plan"
|
||||
"endpoint": "https://api.minimaxi.com/v1/coding/usage",
|
||||
"consoleUrl": "https://platform.minimaxi.com/"
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "MiniMax-M2.7",
|
||||
"displayName": "MiniMax-M2.7 (Token Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "MiniMax Token Plan 默认文本模型,M2.7,204,800 上下文,约 60 TPS 输出",
|
||||
"contextWindow": 204800,
|
||||
"modelName": "MiniMax-M1",
|
||||
"displayName": "MiniMax-M1 (Coding)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "MiniMax Coding Plan,M1 旗舰模型",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"billing": "token_plan_request_quota",
|
||||
"cacheReadPrice": 0.06,
|
||||
"cacheWritePrice": 0.375,
|
||||
"outputSpeedTps": 60
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2.7-highspeed",
|
||||
"displayName": "MiniMax-M2.7 高速版 (Token Plan)",
|
||||
"serviceType": [
|
||||
"fast"
|
||||
],
|
||||
"description": "MiniMax Token Plan 高速订阅支持模型,M2.7-highspeed,效果与 M2.7 一致但输出更快",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"long_context",
|
||||
"fast"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"billing": "token_plan_highspeed_request_quota",
|
||||
"cacheReadPrice": 0.06,
|
||||
"cacheWritePrice": 0.375,
|
||||
"outputSpeedTps": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2.5",
|
||||
"displayName": "MiniMax-M2.5 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "MiniMax Token Plan,M2.5 模型,204.8K 上下文",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
"capabilities": ["chat", "reasoning", "code", "long_context"],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,77 +10,24 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"accessMode": "coding-plan",
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"services": ["chat", "reasoning"],
|
||||
"codingPlan": {
|
||||
"quotas": {
|
||||
"window": "5h",
|
||||
"approxApiCallsPerWindow": "300-1200",
|
||||
"maxConcurrency": 30
|
||||
},
|
||||
"quotas": {},
|
||||
"usageTracking": {
|
||||
"method": "none",
|
||||
"consoleUrl": "https://www.kimi.com/code/console"
|
||||
"consoleUrl": "https://platform.moonshot.cn/"
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "kimi-for-coding",
|
||||
"displayName": "Kimi for Coding",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Kimi Code 会员权益模型,官方第三方 Coding Agent 推荐模型 ID,Kimi Code 平台按会员额度计费",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"long_context",
|
||||
"vision",
|
||||
"video_understanding"
|
||||
],
|
||||
"source": "preset",
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {
|
||||
"billing": "kimi_membership_quota",
|
||||
"baseUrlNote": "Kimi Code API Key must use https://api.kimi.com/coding/v1",
|
||||
"recommendedFor": [
|
||||
"Kimi Code CLI",
|
||||
"Claude Code",
|
||||
"Roo Code"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "kimi-k2.5",
|
||||
"displayName": "Kimi K2.5 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Kimi Code 套餐,Kimi K2.5 模型,256K 上下文",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"long_context",
|
||||
"vision"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 0.58,
|
||||
"outputPrice": 3.02,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
"modelName": "kimi-k2",
|
||||
"displayName": "Kimi K2 (Coding)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "Kimi Code 套餐,万亿参数 MoE 模型,128K 上下文",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
"serviceType": ["chat"],
|
||||
"description": "摩尔线程 Coding Plan,国产 GPU 推理",
|
||||
"capabilities": ["chat", "code"],
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -31,10 +31,6 @@
|
||||
"serviceType": ["chat"],
|
||||
"description": "自动路由最优编程模型(Doubao-Seed-Code / GLM-4.7 / DeepSeek-V3.2 / Kimi-K2 等)",
|
||||
"capabilities": ["code", "reasoning", "chat"],
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,10 +10,7 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"accessMode": "coding-plan",
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"services": ["chat", "reasoning"],
|
||||
"codingPlan": {
|
||||
"quotas": {},
|
||||
"usageTracking": {
|
||||
@@ -22,119 +19,25 @@
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "glm-5.1",
|
||||
"displayName": "GLM-5.1 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "GLM Coding Plan 全量套餐支持的 GLM-5.1,面向复杂推理和大型工程任务,204,800 上下文,131,072 最大输出",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"math",
|
||||
"multilingual"
|
||||
],
|
||||
"source": "preset",
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"quotaMultiplier": {
|
||||
"peakHoursUtc8": "14:00-18:00",
|
||||
"peak": 3,
|
||||
"offPeak": 2,
|
||||
"promotionalOffPeak": 1,
|
||||
"promotionalOffPeakEndsAt": "2026-04-30"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5-turbo",
|
||||
"displayName": "GLM-5-Turbo (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "GLM Coding Plan 支持的 GLM-5-Turbo,面向 OpenClaw 等长链路任务优化,204,800 上下文,131,072 最大输出",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"source": "preset",
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"quotaMultiplier": {
|
||||
"peakHoursUtc8": "14:00-18:00",
|
||||
"peak": 3,
|
||||
"offPeak": 2,
|
||||
"promotionalOffPeak": 1,
|
||||
"promotionalOffPeakEndsAt": "2026-04-30"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5",
|
||||
"displayName": "GLM-5 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-5 Coding Plan 版本,202,752 token 上下文,编程能力登顶",
|
||||
"contextWindow": 200000,
|
||||
"serviceType": ["chat"],
|
||||
"description": "智谱 GLM-5 Coding Plan 版本,745B MoE,编程能力登顶",
|
||||
"contextWindow": 192000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"math",
|
||||
"multilingual"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 0.58,
|
||||
"outputPrice": 2.6,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
"capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context", "tool_use", "agent", "math", "multilingual"],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-4.7",
|
||||
"displayName": "GLM-4.7 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-4.7 Coding Plan 版本,202,752 token 上下文",
|
||||
"serviceType": ["chat"],
|
||||
"description": "智谱 GLM-4.7 Coding Plan 版本,200K 上下文",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"multilingual"
|
||||
],
|
||||
"source": "preset",
|
||||
"inputPrice": 0.2911,
|
||||
"outputPrice": 1.1645,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95
|
||||
"capabilities": ["chat", "reasoning", "code", "deep_thinking", "long_context", "tool_use", "multilingual"],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user