mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
fix: restore CNY pricing for MiniMax and Zhipu (Chinese providers)
MiniMax and Zhipu are Chinese providers whose priceCurrency was incorrectly changed from CNY to USD, with prices converted to USD values. Restored correct CNY pricing verified against official docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"priceCurrency": "USD",
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"fast",
|
"fast",
|
||||||
@@ -31,13 +31,13 @@
|
|||||||
"code",
|
"code",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.3,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 1.2,
|
"outputPrice": 8.4,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheReadPrice": 0.06,
|
"cacheReadPrice": 0.42,
|
||||||
"cacheWritePrice": 0.375,
|
"cacheWritePrice": 2.625,
|
||||||
"outputSpeedTps": 60
|
"outputSpeedTps": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -57,13 +57,13 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.6,
|
"inputPrice": 4.2,
|
||||||
"outputPrice": 2.4,
|
"outputPrice": 16.8,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheReadPrice": 0.06,
|
"cacheReadPrice": 0.42,
|
||||||
"cacheWritePrice": 0.375,
|
"cacheWritePrice": 2.625,
|
||||||
"outputSpeedTps": 100
|
"outputSpeedTps": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -84,13 +84,13 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.3,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 1.2,
|
"outputPrice": 8.4,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheReadPrice": 0.03,
|
"cacheReadPrice": 0.21,
|
||||||
"cacheWritePrice": 0.375,
|
"cacheWritePrice": 2.625,
|
||||||
"outputSpeedTps": 60
|
"outputSpeedTps": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -110,13 +110,13 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.6,
|
"inputPrice": 4.2,
|
||||||
"outputPrice": 2.4,
|
"outputPrice": 16.8,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheReadPrice": 0.03,
|
"cacheReadPrice": 0.21,
|
||||||
"cacheWritePrice": 0.375,
|
"cacheWritePrice": 2.625,
|
||||||
"outputSpeedTps": 100
|
"outputSpeedTps": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -135,13 +135,13 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"reasoning"
|
"reasoning"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.3,
|
"inputPrice": 2.1,
|
||||||
"outputPrice": 1.2,
|
"outputPrice": 8.4,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheReadPrice": 0.03,
|
"cacheReadPrice": 0.21,
|
||||||
"cacheWritePrice": 0.375,
|
"cacheWritePrice": 2.625,
|
||||||
"outputSpeedTps": 60
|
"outputSpeedTps": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -161,13 +161,13 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"fast"
|
"fast"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.6,
|
"inputPrice": 4.2,
|
||||||
"outputPrice": 2.4,
|
"outputPrice": 16.8,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheReadPrice": 0.03,
|
"cacheReadPrice": 0.21,
|
||||||
"cacheWritePrice": 0.375,
|
"cacheWritePrice": 2.625,
|
||||||
"outputSpeedTps": 100
|
"outputSpeedTps": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -186,10 +186,10 @@
|
|||||||
"code",
|
"code",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.2,
|
"inputPrice": 1.4,
|
||||||
"outputPrice": 1.1,
|
"outputPrice": 7.7,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 0.1,
|
||||||
"defaultTopP": 1,
|
"defaultTopP": 0.95,
|
||||||
"extra": {}
|
"extra": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"priceCurrency": "USD",
|
"priceCurrency": "CNY",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"vision",
|
"vision",
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"agent"
|
"agent"
|
||||||
],
|
],
|
||||||
"inputPrice": 1.4,
|
"inputPrice": 6,
|
||||||
"outputPrice": 4.4,
|
"outputPrice": 24,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.26,
|
"cacheHitPrice": 1.2,
|
||||||
"thinking": {
|
"thinking": {
|
||||||
"default": "enabled"
|
"default": "enabled"
|
||||||
}
|
}
|
||||||
@@ -67,12 +67,12 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"agent"
|
"agent"
|
||||||
],
|
],
|
||||||
"inputPrice": 1.2,
|
"inputPrice": 5,
|
||||||
"outputPrice": 4,
|
"outputPrice": 22,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.24,
|
"cacheHitPrice": 1,
|
||||||
"thinking": {
|
"thinking": {
|
||||||
"default": "enabled"
|
"default": "enabled"
|
||||||
}
|
}
|
||||||
@@ -98,12 +98,12 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"agent"
|
"agent"
|
||||||
],
|
],
|
||||||
"inputPrice": 1,
|
"inputPrice": 4,
|
||||||
"outputPrice": 3.2,
|
"outputPrice": 18,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.2
|
"cacheHitPrice": 0.8
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -124,12 +124,12 @@
|
|||||||
"long_context",
|
"long_context",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.6,
|
"inputPrice": 2,
|
||||||
"outputPrice": 2.2,
|
"outputPrice": 8,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.11
|
"cacheHitPrice": 0.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -148,12 +148,12 @@
|
|||||||
"deep_thinking",
|
"deep_thinking",
|
||||||
"long_context"
|
"long_context"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.6,
|
"inputPrice": 2,
|
||||||
"outputPrice": 2.2,
|
"outputPrice": 8,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.11,
|
"cacheHitPrice": 0.5,
|
||||||
"aliasOf": "glm-4.7"
|
"aliasOf": "glm-4.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -179,12 +179,12 @@
|
|||||||
"tool_use",
|
"tool_use",
|
||||||
"agent"
|
"agent"
|
||||||
],
|
],
|
||||||
"inputPrice": 1.2,
|
"inputPrice": 5,
|
||||||
"outputPrice": 4,
|
"outputPrice": 22,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.24,
|
"cacheHitPrice": 1,
|
||||||
"thinking": {
|
"thinking": {
|
||||||
"default": "enabled"
|
"default": "enabled"
|
||||||
}
|
}
|
||||||
@@ -207,12 +207,12 @@
|
|||||||
"long_context",
|
"long_context",
|
||||||
"tool_use"
|
"tool_use"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.3,
|
"inputPrice": 1,
|
||||||
"outputPrice": 0.9,
|
"outputPrice": 4,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.05
|
"cacheHitPrice": 0.2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -231,12 +231,12 @@
|
|||||||
"multilingual",
|
"multilingual",
|
||||||
"deep_thinking"
|
"deep_thinking"
|
||||||
],
|
],
|
||||||
"inputPrice": 0.6,
|
"inputPrice": 2,
|
||||||
"outputPrice": 2.2,
|
"outputPrice": 8,
|
||||||
"defaultTemperature": 1,
|
"defaultTemperature": 1,
|
||||||
"defaultTopP": 0.95,
|
"defaultTopP": 0.95,
|
||||||
"extra": {
|
"extra": {
|
||||||
"cacheHitPrice": 0.11
|
"cacheHitPrice": 0.5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user