mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 13:18:22 +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",
|
||||
"embedding",
|
||||
@@ -25,11 +26,11 @@
|
||||
"defaultTopP": 0.8,
|
||||
"models": [
|
||||
{
|
||||
"modelName": "qwen3.5-max",
|
||||
"displayName": "阿里云 Qwen3.5-Max",
|
||||
"modelName": "qwen3.5-plus",
|
||||
"displayName": "阿里云 Qwen3.5-Plus",
|
||||
"serviceType": ["chat"],
|
||||
"description": "通义千问3.5旗舰模型,397B参数,2026除夕发布,极低价格",
|
||||
"contextWindow": 252000,
|
||||
"description": "通义千问3.5旗舰模型,支持文本/图像/视频输入,效果媲美Qwen3 Max,性价比更优",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -38,10 +39,11 @@
|
||||
"multilingual",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"agent"
|
||||
"agent",
|
||||
"vision"
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 2,
|
||||
"outputPrice": 4.8,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -115,9 +117,9 @@
|
||||
"modelName": "qwen3-max",
|
||||
"displayName": "阿里云 Qwen3-Max",
|
||||
"serviceType": ["chat"],
|
||||
"description": "通义千问3代旗舰模型,252K 上下文",
|
||||
"contextWindow": 252000,
|
||||
"maxOutputTokens": 16384,
|
||||
"description": "通义千问3代旗舰模型,262K 上下文,支持思考模式",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -127,8 +129,8 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"inputPrice": 3.2,
|
||||
"outputPrice": 12.8,
|
||||
"inputPrice": 2.5,
|
||||
"outputPrice": 10,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user