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,
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "USD",
|
||||
"priceCurrency": "CNY",
|
||||
"services": [
|
||||
"chat",
|
||||
"fast",
|
||||
@@ -31,13 +31,13 @@
|
||||
"code",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheReadPrice": 0.06,
|
||||
"cacheWritePrice": 0.375,
|
||||
"cacheReadPrice": 0.42,
|
||||
"cacheWritePrice": 2.625,
|
||||
"outputSpeedTps": 60
|
||||
}
|
||||
},
|
||||
@@ -57,13 +57,13 @@
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.4,
|
||||
"inputPrice": 4.2,
|
||||
"outputPrice": 16.8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheReadPrice": 0.06,
|
||||
"cacheWritePrice": 0.375,
|
||||
"cacheReadPrice": 0.42,
|
||||
"cacheWritePrice": 2.625,
|
||||
"outputSpeedTps": 100
|
||||
}
|
||||
},
|
||||
@@ -84,13 +84,13 @@
|
||||
"tool_use",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheReadPrice": 0.03,
|
||||
"cacheWritePrice": 0.375,
|
||||
"cacheReadPrice": 0.21,
|
||||
"cacheWritePrice": 2.625,
|
||||
"outputSpeedTps": 60
|
||||
}
|
||||
},
|
||||
@@ -110,13 +110,13 @@
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.4,
|
||||
"inputPrice": 4.2,
|
||||
"outputPrice": 16.8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheReadPrice": 0.03,
|
||||
"cacheWritePrice": 0.375,
|
||||
"cacheReadPrice": 0.21,
|
||||
"cacheWritePrice": 2.625,
|
||||
"outputSpeedTps": 100
|
||||
}
|
||||
},
|
||||
@@ -135,13 +135,13 @@
|
||||
"tool_use",
|
||||
"reasoning"
|
||||
],
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 1.2,
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheReadPrice": 0.03,
|
||||
"cacheWritePrice": 0.375,
|
||||
"cacheReadPrice": 0.21,
|
||||
"cacheWritePrice": 2.625,
|
||||
"outputSpeedTps": 60
|
||||
}
|
||||
},
|
||||
@@ -161,13 +161,13 @@
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.4,
|
||||
"inputPrice": 4.2,
|
||||
"outputPrice": 16.8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheReadPrice": 0.03,
|
||||
"cacheWritePrice": 0.375,
|
||||
"cacheReadPrice": 0.21,
|
||||
"cacheWritePrice": 2.625,
|
||||
"outputSpeedTps": 100
|
||||
}
|
||||
},
|
||||
@@ -186,10 +186,10 @@
|
||||
"code",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 0.2,
|
||||
"outputPrice": 1.1,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"inputPrice": 1.4,
|
||||
"outputPrice": 7.7,
|
||||
"defaultTemperature": 0.1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"apiKeyVerified": false,
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "USD",
|
||||
"priceCurrency": "CNY",
|
||||
"services": [
|
||||
"chat",
|
||||
"vision",
|
||||
@@ -38,12 +38,12 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"inputPrice": 1.4,
|
||||
"outputPrice": 4.4,
|
||||
"inputPrice": 6,
|
||||
"outputPrice": 24,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.26,
|
||||
"cacheHitPrice": 1.2,
|
||||
"thinking": {
|
||||
"default": "enabled"
|
||||
}
|
||||
@@ -67,12 +67,12 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"inputPrice": 1.2,
|
||||
"outputPrice": 4,
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 22,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.24,
|
||||
"cacheHitPrice": 1,
|
||||
"thinking": {
|
||||
"default": "enabled"
|
||||
}
|
||||
@@ -98,12 +98,12 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 3.2,
|
||||
"inputPrice": 4,
|
||||
"outputPrice": 18,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.2
|
||||
"cacheHitPrice": 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -124,12 +124,12 @@
|
||||
"long_context",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.2,
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.11
|
||||
"cacheHitPrice": 0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -148,12 +148,12 @@
|
||||
"deep_thinking",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.2,
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.11,
|
||||
"cacheHitPrice": 0.5,
|
||||
"aliasOf": "glm-4.7"
|
||||
}
|
||||
},
|
||||
@@ -179,12 +179,12 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"inputPrice": 1.2,
|
||||
"outputPrice": 4,
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 22,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.24,
|
||||
"cacheHitPrice": 1,
|
||||
"thinking": {
|
||||
"default": "enabled"
|
||||
}
|
||||
@@ -207,12 +207,12 @@
|
||||
"long_context",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 0.3,
|
||||
"outputPrice": 0.9,
|
||||
"inputPrice": 1,
|
||||
"outputPrice": 4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.05
|
||||
"cacheHitPrice": 0.2
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -231,12 +231,12 @@
|
||||
"multilingual",
|
||||
"deep_thinking"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 2.2,
|
||||
"inputPrice": 2,
|
||||
"outputPrice": 8,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"cacheHitPrice": 0.11
|
||||
"cacheHitPrice": 0.5
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user