codebuddy-stats 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/pricing.js +2 -0
- package/package.json +1 -1
package/dist/lib/pricing.js
CHANGED
|
@@ -228,6 +228,8 @@ export const MODEL_PRICING = {
|
|
|
228
228
|
"kimi-k2.5": createPricing(0.58, 0.1, 3),
|
|
229
229
|
"kimi-k2-thinking": createPricing(0.6, 0.15, 2.5),
|
|
230
230
|
// iOA 免费模型
|
|
231
|
+
"glm-5.0-turbo-ioa": createPricing(0, 0, 0),
|
|
232
|
+
"minimax-m2.7-ioa": createPricing(0, 0, 0),
|
|
231
233
|
"minimax-m2.5-ioa": createPricing(0, 0, 0),
|
|
232
234
|
"kimi-k2.5-ioa": createPricing(0, 0, 0),
|
|
233
235
|
"glm-5.0-ioa": createPricing(0, 0, 0),
|