pi-hypercharm-provider 1.3.2 → 1.3.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.
- package/README.md +10 -10
- package/models.json +44 -43
- package/package.json +3 -3
- package/pnpm-workspace.yaml +7 -7
package/README.md
CHANGED
|
@@ -27,21 +27,21 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
|
|
|
27
27
|
| Model | Type | Context | Max Tokens | Input Cost | Output Cost |
|
|
28
28
|
|-------|------|---------|------------|------------|-------------|
|
|
29
29
|
| DeepSeek V4 Flash | Text | 1.0M | 384K | $0.20 | $0.40 |
|
|
30
|
-
| DeepSeek V4 Flash 0731 | Text | 1.0M | 384K | $0.
|
|
30
|
+
| DeepSeek V4 Flash 0731 | Text | 1.0M | 384K | $0.48 | $1.44 |
|
|
31
31
|
| DeepSeek V4 Pro | Text | 1.0M | 384K | $2.40 | $4.80 |
|
|
32
32
|
| DeepSeek V4 Pro 0813 | Text | 1.0M | 262K | $1.44 | $4.31 |
|
|
33
|
-
| Gemma 4 26B A4B | Text | 256K | 26K | $0.
|
|
34
|
-
| GLM-5 | Text | 203K | 20K | $0.
|
|
33
|
+
| Gemma 4 26B A4B | Text | 256K | 26K | $0.11 | $0.41 |
|
|
34
|
+
| GLM-5 | Text | 203K | 20K | $0.91 | $2.93 |
|
|
35
35
|
| GLM-5.1 | Text | 203K | 3K | $1.36 | $4.40 |
|
|
36
|
-
| GLM-5.2 | Text | 1.0M | 33K | $1.
|
|
37
|
-
| gpt-oss-120b | Text | 131K | 13K | $0.
|
|
38
|
-
| Kimi K2.5 | Text | 262K | 26K | $0.
|
|
39
|
-
| Kimi K2.6 | Text + Image | 262K | 26K | $
|
|
40
|
-
| Kimi K2.7 Code | Text + Image | 256K | 16K | $
|
|
41
|
-
| Kimi K3 | Text + Image | 1.0M |
|
|
36
|
+
| GLM-5.2 | Text + Image | 1.0M | 33K | $1.52 | $4.79 |
|
|
37
|
+
| gpt-oss-120b | Text | 131K | 13K | $0.19 | $0.70 |
|
|
38
|
+
| Kimi K2.5 | Text | 262K | 26K | $0.54 | $2.85 |
|
|
39
|
+
| Kimi K2.6 | Text + Image | 262K | 26K | $1.03 | $4.36 |
|
|
40
|
+
| Kimi K2.7 Code | Text + Image | 256K | 16K | $1.03 | $4.36 |
|
|
41
|
+
| Kimi K3 | Text + Image | 1.0M | 16K | $3.27 | $16.33 |
|
|
42
42
|
| Llama 3.3 70B Instruct | Text | 128K | 13K | $0.64 | $0.77 |
|
|
43
43
|
| Llama 4 Maverick 17B 128E Instruct FP8 | Text | 430K | 43K | $0.27 | $0.90 |
|
|
44
|
-
| MiniMax M2.7 | Text | 262K | 7K | $0.
|
|
44
|
+
| MiniMax M2.7 | Text | 262K | 7K | $0.41 | $1.51 |
|
|
45
45
|
| MiniMax M3 | Text + Image | 512K | 512K | $0.33 | $1.31 |
|
|
46
46
|
| Qwen3 Coder 480B A35B Instruct INT4 Mixed AR | Text | 106K | 11K | $0.45 | $2.15 |
|
|
47
47
|
| Qwen3 Next 80B A3B Instruct | Text | 262K | 26K | $0.12 | $1.14 |
|
package/models.json
CHANGED
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"text"
|
|
48
48
|
],
|
|
49
49
|
"cost": {
|
|
50
|
-
"input": 0.
|
|
51
|
-
"output":
|
|
52
|
-
"cacheRead": 0.
|
|
50
|
+
"input": 0.479072,
|
|
51
|
+
"output": 1.437216,
|
|
52
|
+
"cacheRead": 0.0152432,
|
|
53
53
|
"cacheWrite": 0
|
|
54
54
|
},
|
|
55
55
|
"contextWindow": 1048576,
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
"text"
|
|
141
141
|
],
|
|
142
142
|
"cost": {
|
|
143
|
-
"input": 0.
|
|
144
|
-
"output": 0.
|
|
143
|
+
"input": 0.11,
|
|
144
|
+
"output": 0.408,
|
|
145
145
|
"cacheRead": 0,
|
|
146
|
-
"cacheWrite": 0.
|
|
146
|
+
"cacheWrite": 0.055
|
|
147
147
|
},
|
|
148
148
|
"contextWindow": 256000,
|
|
149
149
|
"maxTokens": 25600,
|
|
@@ -171,10 +171,10 @@
|
|
|
171
171
|
"text"
|
|
172
172
|
],
|
|
173
173
|
"cost": {
|
|
174
|
-
"input": 0.
|
|
175
|
-
"output": 2.
|
|
174
|
+
"input": 0.91,
|
|
175
|
+
"output": 2.934,
|
|
176
176
|
"cacheRead": 0,
|
|
177
|
-
"cacheWrite": 0.
|
|
177
|
+
"cacheWrite": 0.455
|
|
178
178
|
},
|
|
179
179
|
"contextWindow": 202752,
|
|
180
180
|
"maxTokens": 20275,
|
|
@@ -221,24 +221,25 @@
|
|
|
221
221
|
"name": "GLM-5.2",
|
|
222
222
|
"reasoning": true,
|
|
223
223
|
"thinkingLevelMap": {
|
|
224
|
-
"off":
|
|
224
|
+
"off": "none",
|
|
225
225
|
"minimal": null,
|
|
226
226
|
"low": null,
|
|
227
227
|
"medium": null,
|
|
228
228
|
"high": "high",
|
|
229
|
-
"xhigh":
|
|
230
|
-
"max":
|
|
229
|
+
"xhigh": null,
|
|
230
|
+
"max": "max"
|
|
231
231
|
},
|
|
232
232
|
"input": [
|
|
233
|
-
"text"
|
|
233
|
+
"text",
|
|
234
|
+
"image"
|
|
234
235
|
],
|
|
235
236
|
"cost": {
|
|
236
|
-
"input": 1.
|
|
237
|
-
"output": 4.
|
|
238
|
-
"cacheRead": 0.
|
|
237
|
+
"input": 1.52432,
|
|
238
|
+
"output": 4.79072,
|
|
239
|
+
"cacheRead": 0.152432,
|
|
239
240
|
"cacheWrite": 0
|
|
240
241
|
},
|
|
241
|
-
"contextWindow":
|
|
242
|
+
"contextWindow": 1048576,
|
|
242
243
|
"maxTokens": 32768,
|
|
243
244
|
"compat": {
|
|
244
245
|
"supportsStore": false,
|
|
@@ -264,10 +265,10 @@
|
|
|
264
265
|
"text"
|
|
265
266
|
],
|
|
266
267
|
"cost": {
|
|
267
|
-
"input": 0.
|
|
268
|
-
"output": 0.
|
|
269
|
-
"cacheRead": 0
|
|
270
|
-
"cacheWrite": 0
|
|
268
|
+
"input": 0.188,
|
|
269
|
+
"output": 0.7,
|
|
270
|
+
"cacheRead": 0,
|
|
271
|
+
"cacheWrite": 0.094
|
|
271
272
|
},
|
|
272
273
|
"contextWindow": 131072,
|
|
273
274
|
"maxTokens": 13107,
|
|
@@ -295,10 +296,10 @@
|
|
|
295
296
|
"text"
|
|
296
297
|
],
|
|
297
298
|
"cost": {
|
|
298
|
-
"input": 0.
|
|
299
|
-
"output":
|
|
299
|
+
"input": 0.5444,
|
|
300
|
+
"output": 2.855,
|
|
300
301
|
"cacheRead": 0,
|
|
301
|
-
"cacheWrite": 0.
|
|
302
|
+
"cacheWrite": 0.2722
|
|
302
303
|
},
|
|
303
304
|
"contextWindow": 262144,
|
|
304
305
|
"maxTokens": 26214,
|
|
@@ -314,29 +315,29 @@
|
|
|
314
315
|
"name": "Kimi K2.6",
|
|
315
316
|
"reasoning": true,
|
|
316
317
|
"thinkingLevelMap": {
|
|
317
|
-
"off":
|
|
318
|
+
"off": "off",
|
|
318
319
|
"minimal": null,
|
|
319
|
-
"low":
|
|
320
|
-
"medium":
|
|
321
|
-
"high":
|
|
320
|
+
"low": null,
|
|
321
|
+
"medium": null,
|
|
322
|
+
"high": null,
|
|
322
323
|
"xhigh": null,
|
|
323
|
-
"max":
|
|
324
|
+
"max": "max"
|
|
324
325
|
},
|
|
325
326
|
"input": [
|
|
326
327
|
"text",
|
|
327
328
|
"image"
|
|
328
329
|
],
|
|
329
330
|
"cost": {
|
|
330
|
-
"input":
|
|
331
|
-
"output": 4,
|
|
332
|
-
"cacheRead": 0.
|
|
331
|
+
"input": 1.03436,
|
|
332
|
+
"output": 4.3552,
|
|
333
|
+
"cacheRead": 0.174208,
|
|
333
334
|
"cacheWrite": 0
|
|
334
335
|
},
|
|
335
336
|
"contextWindow": 262000,
|
|
336
337
|
"maxTokens": 26214,
|
|
337
338
|
"compat": {
|
|
338
339
|
"supportsStore": false,
|
|
339
|
-
"supportsReasoningEffort":
|
|
340
|
+
"supportsReasoningEffort": false,
|
|
340
341
|
"thinkingFormat": "deepseek",
|
|
341
342
|
"maxTokensField": "max_tokens"
|
|
342
343
|
}
|
|
@@ -350,9 +351,9 @@
|
|
|
350
351
|
"image"
|
|
351
352
|
],
|
|
352
353
|
"cost": {
|
|
353
|
-
"input":
|
|
354
|
-
"output": 4,
|
|
355
|
-
"cacheRead": 0.
|
|
354
|
+
"input": 1.03436,
|
|
355
|
+
"output": 4.3552,
|
|
356
|
+
"cacheRead": 0.206872,
|
|
356
357
|
"cacheWrite": 0
|
|
357
358
|
},
|
|
358
359
|
"contextWindow": 256000,
|
|
@@ -382,13 +383,13 @@
|
|
|
382
383
|
"image"
|
|
383
384
|
],
|
|
384
385
|
"cost": {
|
|
385
|
-
"input": 3,
|
|
386
|
-
"output":
|
|
387
|
-
"cacheRead": 0.
|
|
386
|
+
"input": 3.2664,
|
|
387
|
+
"output": 16.332,
|
|
388
|
+
"cacheRead": 0.32664,
|
|
388
389
|
"cacheWrite": 0
|
|
389
390
|
},
|
|
390
391
|
"contextWindow": 1048576,
|
|
391
|
-
"maxTokens":
|
|
392
|
+
"maxTokens": 16000,
|
|
392
393
|
"compat": {
|
|
393
394
|
"supportsStore": false,
|
|
394
395
|
"supportsReasoningEffort": true,
|
|
@@ -466,10 +467,10 @@
|
|
|
466
467
|
"text"
|
|
467
468
|
],
|
|
468
469
|
"cost": {
|
|
469
|
-
"input": 0.
|
|
470
|
-
"output": 1.
|
|
470
|
+
"input": 0.408,
|
|
471
|
+
"output": 1.512,
|
|
471
472
|
"cacheRead": 0,
|
|
472
|
-
"cacheWrite": 0.
|
|
473
|
+
"cacheWrite": 0.204
|
|
473
474
|
},
|
|
474
475
|
"contextWindow": 262100,
|
|
475
476
|
"maxTokens": 6553,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hypercharm-provider",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "HyperCharm provider extension for pi - Access DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, and GPT-OSS models through the Charm Hyper API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"gpt-oss"
|
|
23
23
|
],
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@earendil-works/pi-ai": "0.84.
|
|
26
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
25
|
+
"@earendil-works/pi-ai": "0.84.3",
|
|
26
|
+
"@earendil-works/pi-coding-agent": "0.84.3",
|
|
27
27
|
"@types/node": "^24.10.1",
|
|
28
28
|
"typescript": "6.0.3"
|
|
29
29
|
},
|
package/pnpm-workspace.yaml
CHANGED
|
@@ -6,10 +6,10 @@ onlyBuiltDependencies:
|
|
|
6
6
|
- protobufjs
|
|
7
7
|
|
|
8
8
|
minimumReleaseAgeExclude:
|
|
9
|
-
- '@earendil-works/pi-agent-core@0.84.0 || 0.84.1 || 0.84.2'
|
|
10
|
-
- '@earendil-works/pi-ai@0.84.0 || 0.84.1 || 0.84.2'
|
|
11
|
-
- '@earendil-works/pi-client@0.84.0 || 0.84.1 || 0.84.2'
|
|
12
|
-
- '@earendil-works/pi-coding-agent@0.84.0 || 0.84.1 || 0.84.2'
|
|
13
|
-
- '@earendil-works/pi-protocol@0.84.0 || 0.84.1 || 0.84.2'
|
|
14
|
-
- '@earendil-works/pi-telemetry@0.84.0 || 0.84.1 || 0.84.2'
|
|
15
|
-
- '@earendil-works/pi-tui@0.84.0 || 0.84.1 || 0.84.2'
|
|
9
|
+
- '@earendil-works/pi-agent-core@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
10
|
+
- '@earendil-works/pi-ai@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
11
|
+
- '@earendil-works/pi-client@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
12
|
+
- '@earendil-works/pi-coding-agent@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
13
|
+
- '@earendil-works/pi-protocol@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
14
|
+
- '@earendil-works/pi-telemetry@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
15
|
+
- '@earendil-works/pi-tui@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|