codebuddy-stats 1.2.4 → 1.2.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.
@@ -128,6 +128,10 @@ export const MODEL_PRICING = {
128
128
  },
129
129
  // DeepSeek 系列
130
130
  "deepseek-v3.1": createPricing(0.56, 0.056, 1.68),
131
+ // iOA 免费模型
132
+ "glm-4.7-ioa": createPricing(0, 0, 0),
133
+ "glm-4.6-ioa": createPricing(0, 0, 0),
134
+ "deepseek-v3-2-volc-ioa": createPricing(0, 0, 0),
131
135
  };
132
136
  export const DEFAULT_MODEL_ID = "gpt-5.1";
133
137
  export function selectTierPrice(tokens, tiers) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuddy-stats",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [