codebuddy-stats 1.4.3 → 1.4.4

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.
@@ -147,6 +147,7 @@ export const MODEL_PRICING = {
147
147
  ],
148
148
  },
149
149
  // MiniMax
150
+ "minimax-m2.7": createPricing(0.3, 0.03, 1.2),
150
151
  "minimax-m2.5": createPricing(0.3, 0.03, 1.2),
151
152
  // GLM 系列 (价格从人民币转换: 1 USD = 7 CNY)
152
153
  // 按上下文长度分段定价:[0,32K), [32K,200K)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuddy-stats",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [