mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 13:38:31 +08:00
fix: 全面复核 Provider 定价与配置,新增 priceCurrency 货币标识
- 新增 priceCurrency 字段:国外 Provider 标记 USD,国内 Provider 标记 CNY - OpenAI GPT-4/o 系列价格修正(消除错误的 ×7.2 汇率膨胀) - Anthropic modelName 格式修正(点号→连字符,如 claude-opus-4-6) - DeepSeek 价格修正为 ¥ 原始定价,删除蒸馏模型 - DashScope qwen3.5-max→qwen3.5-plus(不存在的模型名修正) - Google gemini-2.5-pro-vision 删除(不存在),flash 价格更新 - 智谱 glm-5-plus 删除(不存在),contextWindow 修正 - Kling apiFormat→kling-task-api,Stability→stability-rest-api - Cohere baseUrl 域名修正 .com→.ai - MiniMax/百度/腾讯/讯飞/硅基流动价格修正为 ¥ 原始定价 - presetDataVersion 6→7 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"apiKeyVerified": false,
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "CNY",
|
||||
"services": ["chat", "fast", "reasoning"],
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
@@ -16,7 +17,7 @@
|
||||
"modelName": "MiniMax-M2.5",
|
||||
"displayName": "MiniMax M2.5",
|
||||
"serviceType": ["chat", "reasoning"],
|
||||
"description": "MiniMax 最新旗舰模型,百万级上下文,支持深度推理和工具调用",
|
||||
"description": "MiniMax 最新旗舰模型,230B参数(10B激活)MoE架构,百万级上下文,支持深度推理和工具调用",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
@@ -26,15 +27,15 @@
|
||||
"tool_use",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 0.20,
|
||||
"outputPrice": 1.00,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2.5-highspeed",
|
||||
"displayName": "MiniMax M2.5 高速版",
|
||||
"serviceType": ["fast"],
|
||||
"description": "MiniMax M2.5 高速推理版本,适合低延迟场景",
|
||||
"description": "MiniMax M2.5 高速推理版本(100TPS),适合低延迟场景",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
@@ -44,8 +45,8 @@
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.30,
|
||||
"outputPrice": 2.40,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 16.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -61,8 +62,8 @@
|
||||
"tool_use",
|
||||
"reasoning"
|
||||
],
|
||||
"inputPrice": 0.27,
|
||||
"outputPrice": 0.95,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -78,8 +79,8 @@
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.30,
|
||||
"outputPrice": 2.40,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 16.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -95,8 +96,8 @@
|
||||
"code",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 0.20,
|
||||
"outputPrice": 1.10,
|
||||
"inputPrice": 1.4,
|
||||
"outputPrice": 7.7,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user