pi-hypercharm-provider 1.3.3 → 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 CHANGED
@@ -30,15 +30,15 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
30
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.12 | $0.42 |
34
- | GLM-5 | Text | 203K | 20K | $0.83 | $2.56 |
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
36
  | GLM-5.2 | Text + Image | 1.0M | 33K | $1.52 | $4.79 |
37
37
  | gpt-oss-120b | Text | 131K | 13K | $0.19 | $0.70 |
38
- | Kimi K2.5 | Text | 262K | 26K | $0.55 | $2.88 |
38
+ | Kimi K2.5 | Text | 262K | 26K | $0.54 | $2.85 |
39
39
  | Kimi K2.6 | Text + Image | 262K | 26K | $1.03 | $4.36 |
40
40
  | Kimi K2.7 Code | Text + Image | 256K | 16K | $1.03 | $4.36 |
41
- | Kimi K3 | Text + Image | 1.0M | 131K | $3.27 | $16.33 |
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
44
  | MiniMax M2.7 | Text | 262K | 7K | $0.41 | $1.51 |
package/models.json CHANGED
@@ -140,10 +140,10 @@
140
140
  "text"
141
141
  ],
142
142
  "cost": {
143
- "input": 0.12,
144
- "output": 0.42,
143
+ "input": 0.11,
144
+ "output": 0.408,
145
145
  "cacheRead": 0,
146
- "cacheWrite": 0.06
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.83,
175
- "output": 2.558,
174
+ "input": 0.91,
175
+ "output": 2.934,
176
176
  "cacheRead": 0,
177
- "cacheWrite": 0.415
177
+ "cacheWrite": 0.455
178
178
  },
179
179
  "contextWindow": 202752,
180
180
  "maxTokens": 20275,
@@ -296,10 +296,10 @@
296
296
  "text"
297
297
  ],
298
298
  "cost": {
299
- "input": 0.5504,
300
- "output": 2.885,
299
+ "input": 0.5444,
300
+ "output": 2.855,
301
301
  "cacheRead": 0,
302
- "cacheWrite": 0.2752
302
+ "cacheWrite": 0.2722
303
303
  },
304
304
  "contextWindow": 262144,
305
305
  "maxTokens": 26214,
@@ -389,7 +389,7 @@
389
389
  "cacheWrite": 0
390
390
  },
391
391
  "contextWindow": 1048576,
392
- "maxTokens": 131072,
392
+ "maxTokens": 16000,
393
393
  "compat": {
394
394
  "supportsStore": false,
395
395
  "supportsReasoningEffort": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hypercharm-provider",
3
- "version": "1.3.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.2",
26
- "@earendil-works/pi-coding-agent": "0.84.2",
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
  },
@@ -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'