codebuddy-stats 1.3.4 → 1.3.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.
@@ -107,6 +107,8 @@ export const MODEL_PRICING = {
107
107
  { limit: Number.POSITIVE_INFINITY, pricePerMTok: 0.25 },
108
108
  ],
109
109
  },
110
+ // MiniMax
111
+ "minimax-m2.5": createPricing(0.3, 0.03, 1.2),
110
112
  // GLM 系列 (价格从人民币转换: 1 USD = 7 CNY)
111
113
  // 按上下文长度分段定价:[0,32K), [32K,200K)
112
114
  "glm-5.0": {
@@ -186,6 +188,7 @@ export const MODEL_PRICING = {
186
188
  "kimi-k2.5": createPricing(0.58, 0.1, 3),
187
189
  "kimi-k2-thinking": createPricing(0.6, 0.15, 2.5),
188
190
  // iOA 免费模型
191
+ "minimax-m2.5-ioa": createPricing(0, 0, 0),
189
192
  "kimi-k2.5-ioa": createPricing(0, 0, 0),
190
193
  "glm-5.0-ioa": createPricing(0, 0, 0),
191
194
  "glm-4.7-ioa": createPricing(0, 0, 0),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuddy-stats",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [