pi-hypercharm-provider 1.3.22 → 1.3.23

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.
Files changed (3) hide show
  1. package/README.md +8 -8
  2. package/models.json +27 -36
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -31,23 +31,23 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
31
31
  | DeepSeek V4 Flash 0731 | Text | 1.0M | 384K | $0.44 | $1.32 |
32
32
  | DeepSeek V4 Pro | Text | 1.0M | 384K | $2.40 | $4.80 |
33
33
  | DeepSeek V4 Pro 0813 | Text | 1.0M | 262K | $1.44 | $4.31 |
34
- | DeepSeek V4.1 Flash | Text + Image | 1.0M | 26K | $0.30 | $1.20 |
35
- | Gemma 4 26B A4B | Text | 256K | 26K | $0.10 | $0.36 |
34
+ | DeepSeek V4.1 Flash | Text + Image | 1.0M | 13K | $0.33 | $1.31 |
35
+ | Gemma 4 26B A4B | Text | 256K | 26K | $0.10 | $0.37 |
36
36
  | GLM 5.3 | Text + Image | 1.0M | 262K | $1.52 | $4.79 |
37
37
  | GLM 5.3 Flash | Text + Image | 1.0M | 131K | $0.16 | $0.54 |
38
- | GLM-5 | Text | 203K | 20K | $0.86 | $2.75 |
39
- | GLM-5.1 | Text | 203K | 3K | $1.32 | $4.31 |
38
+ | GLM-5 | Text | 203K | 20K | $0.94 | $3.01 |
39
+ | GLM-5.1 | Text | 203K | 3K | $1.32 | $4.27 |
40
40
  | GLM-5.2 | Text | 1.0M | 33K | $1.52 | $4.79 |
41
- | gpt-oss-120b | Text | 128K | 13K | $0.17 | $0.66 |
41
+ | gpt-oss-120b | Text | 128K | 13K | $0.18 | $0.68 |
42
42
  | Inkling | Text + Image | 1.0M | 33K | $1.09 | $4.41 |
43
43
  | Kimi K2 Thinking | Text | 262K | 26K | $0.60 | $2.50 |
44
- | Kimi K2.5 | Text | 262K | 26K | $0.56 | $2.94 |
44
+ | Kimi K2.5 | Text | 262K | 26K | $0.53 | $2.81 |
45
45
  | Kimi K2.6 | Text + Image | 262K | 26K | $1.03 | $4.36 |
46
- | Kimi K2.7 Code | Text + Image | 262K | 16K | $1.03 | $4.36 |
46
+ | Kimi K2.7 Code | Text + Image | 256K | 16K | $1.03 | $4.36 |
47
47
  | Kimi K3 | Text + Image | 1.0M | 16K | $3.27 | $16.33 |
48
48
  | Llama 3.3 70B Instruct | Text | 128K | 13K | $0.61 | $1.04 |
49
49
  | Llama 4 Maverick 17B 128E Instruct FP8 | Text | 430K | 43K | $0.26 | $0.84 |
50
- | MiniMax M2.7 | Text | 262K | 7K | $0.40 | $1.46 |
50
+ | MiniMax M2.7 | Text | 262K | 7K | $0.46 | $1.73 |
51
51
  | MiniMax M3 | Text + Image | 512K | 512K | $0.33 | $1.31 |
52
52
  | Qwen3 Coder 480B A35B Instruct INT4 Mixed AR | Text | 106K | 11K | $0.45 | $2.15 |
53
53
  | Qwen3 Next 80B A3B Instruct | Text | 262K | 26K | $0.12 | $1.14 |
package/models.json CHANGED
@@ -97,7 +97,7 @@
97
97
  "name": "DeepSeek V4 Pro 0813",
98
98
  "reasoning": true,
99
99
  "thinkingLevelMap": {
100
- "off": "none",
100
+ "off": null,
101
101
  "minimal": null,
102
102
  "low": "low",
103
103
  "medium": null,
@@ -114,7 +114,7 @@
114
114
  "cacheRead": 0.0479072,
115
115
  "cacheWrite": 0
116
116
  },
117
- "contextWindow": 1048576,
117
+ "contextWindow": 1000000,
118
118
  "maxTokens": 262144,
119
119
  "compat": {
120
120
  "supportsStore": false,
@@ -133,21 +133,21 @@
133
133
  "low": "low",
134
134
  "medium": null,
135
135
  "high": "high",
136
- "xhigh": "xhigh",
137
- "max": null
136
+ "xhigh": null,
137
+ "max": "max"
138
138
  },
139
139
  "input": [
140
140
  "text",
141
141
  "image"
142
142
  ],
143
143
  "cost": {
144
- "input": 0.3,
145
- "output": 1.2,
146
- "cacheRead": 0.03,
144
+ "input": 0.32664,
145
+ "output": 1.30656,
146
+ "cacheRead": 0.032664,
147
147
  "cacheWrite": 0
148
148
  },
149
- "contextWindow": 1048576,
150
- "maxTokens": 26214,
149
+ "contextWindow": 1000000,
150
+ "maxTokens": 13107,
151
151
  "compat": {
152
152
  "supportsStore": false,
153
153
  "supportsReasoningEffort": true,
@@ -172,9 +172,9 @@
172
172
  "text"
173
173
  ],
174
174
  "cost": {
175
- "input": 0.102,
176
- "output": 0.356,
177
- "cacheRead": 0.051,
175
+ "input": 0.1,
176
+ "output": 0.374,
177
+ "cacheRead": 0.05,
178
178
  "cacheWrite": 0
179
179
  },
180
180
  "contextWindow": 256000,
@@ -267,9 +267,9 @@
267
267
  "text"
268
268
  ],
269
269
  "cost": {
270
- "input": 0.86,
271
- "output": 2.752,
272
- "cacheRead": 0.43,
270
+ "input": 0.94,
271
+ "output": 3.008,
272
+ "cacheRead": 0.47,
273
273
  "cacheWrite": 0
274
274
  },
275
275
  "contextWindow": 202752,
@@ -299,7 +299,7 @@
299
299
  ],
300
300
  "cost": {
301
301
  "input": 1.318,
302
- "output": 4.308,
302
+ "output": 4.268,
303
303
  "cacheRead": 0.659,
304
304
  "cacheWrite": 0
305
305
  },
@@ -360,9 +360,9 @@
360
360
  "text"
361
361
  ],
362
362
  "cost": {
363
- "input": 0.168,
364
- "output": 0.66,
365
- "cacheRead": 0.084,
363
+ "input": 0.178,
364
+ "output": 0.68,
365
+ "cacheRead": 0.089,
366
366
  "cacheWrite": 0
367
367
  },
368
368
  "contextWindow": 128072,
@@ -454,9 +454,9 @@
454
454
  "text"
455
455
  ],
456
456
  "cost": {
457
- "input": 0.5584,
458
- "output": 2.935,
459
- "cacheRead": 0.2792,
457
+ "input": 0.5344,
458
+ "output": 2.815,
459
+ "cacheRead": 0.2672,
460
460
  "cacheWrite": 0
461
461
  },
462
462
  "contextWindow": 262144,
@@ -503,16 +503,7 @@
503
503
  {
504
504
  "id": "kimi-k2.7-code",
505
505
  "name": "Kimi K2.7 Code",
506
- "reasoning": true,
507
- "thinkingLevelMap": {
508
- "off": "off",
509
- "minimal": null,
510
- "low": null,
511
- "medium": null,
512
- "high": null,
513
- "xhigh": null,
514
- "max": "max"
515
- },
506
+ "reasoning": false,
516
507
  "input": [
517
508
  "text",
518
509
  "image"
@@ -523,7 +514,7 @@
523
514
  "cacheRead": 0.206872,
524
515
  "cacheWrite": 0
525
516
  },
526
- "contextWindow": 262000,
517
+ "contextWindow": 256000,
527
518
  "maxTokens": 16000,
528
519
  "compat": {
529
520
  "supportsStore": false,
@@ -634,9 +625,9 @@
634
625
  "text"
635
626
  ],
636
627
  "cost": {
637
- "input": 0.396,
638
- "output": 1.464,
639
- "cacheRead": 0.198,
628
+ "input": 0.462,
629
+ "output": 1.728,
630
+ "cacheRead": 0.231,
640
631
  "cacheWrite": 0
641
632
  },
642
633
  "contextWindow": 262100,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hypercharm-provider",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
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",