codebuddy-stats 1.2.6 → 1.2.8
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 +2 -3
- package/assets/README-1.jpg +0 -0
package/dist/lib/pricing.js
CHANGED
|
@@ -127,10 +127,12 @@ export const MODEL_PRICING = {
|
|
|
127
127
|
],
|
|
128
128
|
},
|
|
129
129
|
// DeepSeek 系列
|
|
130
|
+
"deepseek-v3.2": createPricing(0.29, 0.029, 0.43),
|
|
130
131
|
"deepseek-v3.1": createPricing(0.56, 0.056, 1.68),
|
|
131
132
|
// iOA 免费模型
|
|
132
133
|
"glm-4.7-ioa": createPricing(0, 0, 0),
|
|
133
134
|
"glm-4.6-ioa": createPricing(0, 0, 0),
|
|
135
|
+
"glm-4.6v-ioa": createPricing(0, 0, 0),
|
|
134
136
|
"deepseek-v3-2-volc-ioa": createPricing(0, 0, 0),
|
|
135
137
|
};
|
|
136
138
|
export const DEFAULT_MODEL_ID = "gpt-5.1";
|
package/package.json
CHANGED
package/assets/README-1.jpg
DELETED
|
Binary file
|