pi-hypercharm-provider 1.3.11 → 1.3.12

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
@@ -31,10 +31,10 @@ _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
- | Gemma 4 26B A4B | Text | 256K | 26K | $0.12 | $0.38 |
34
+ | Gemma 4 26B A4B | Text | 256K | 26K | $0.11 | $0.37 |
35
35
  | GLM 5.3 | Text | 1.0M | 262K | $1.52 | $4.79 |
36
36
  | GLM 5.3 Flash | Text + Image | 1.0M | 131K | $0.16 | $0.54 |
37
- | GLM-5 | Text | 203K | 20K | $0.85 | $2.77 |
37
+ | GLM-5 | Text | 203K | 20K | $0.93 | $2.88 |
38
38
  | GLM-5.1 | Text | 203K | 3K | $1.29 | $4.22 |
39
39
  | GLM-5.2 | Text | 1.0M | 33K | $1.52 | $4.79 |
40
40
  | gpt-oss-120b | Text | 128K | 13K | $0.19 | $0.70 |
@@ -45,7 +45,7 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
45
45
  | Kimi K3 | Text + Image | 1.0M | 16K | $3.27 | $16.33 |
46
46
  | Llama 3.3 70B Instruct | Text | 128K | 13K | $0.61 | $1.04 |
47
47
  | Llama 4 Maverick 17B 128E Instruct FP8 | Text | 430K | 43K | $0.27 | $0.90 |
48
- | MiniMax M2.7 | Text | 262K | 7K | $0.43 | $1.62 |
48
+ | MiniMax M2.7 | Text | 262K | 7K | $0.42 | $1.59 |
49
49
  | MiniMax M3 | Text + Image | 512K | 512K | $0.33 | $1.31 |
50
50
  | Qwen3 Coder 480B A35B Instruct INT4 Mixed AR | Text | 106K | 11K | $0.45 | $2.15 |
51
51
  | Qwen3 Next 80B A3B Instruct | Text | 262K | 26K | $0.12 | $1.14 |
package/models.json CHANGED
@@ -140,10 +140,10 @@
140
140
  "text"
141
141
  ],
142
142
  "cost": {
143
- "input": 0.116,
144
- "output": 0.38,
143
+ "input": 0.106,
144
+ "output": 0.368,
145
145
  "cacheRead": 0,
146
- "cacheWrite": 0.058
146
+ "cacheWrite": 0.053
147
147
  },
148
148
  "contextWindow": 256000,
149
149
  "maxTokens": 25600,
@@ -234,10 +234,10 @@
234
234
  "text"
235
235
  ],
236
236
  "cost": {
237
- "input": 0.85,
238
- "output": 2.774,
237
+ "input": 0.93,
238
+ "output": 2.878,
239
239
  "cacheRead": 0,
240
- "cacheWrite": 0.425
240
+ "cacheWrite": 0.465
241
241
  },
242
242
  "contextWindow": 202752,
243
243
  "maxTokens": 20275,
@@ -569,10 +569,10 @@
569
569
  "text"
570
570
  ],
571
571
  "cost": {
572
- "input": 0.426,
573
- "output": 1.62,
572
+ "input": 0.418,
573
+ "output": 1.588,
574
574
  "cacheRead": 0,
575
- "cacheWrite": 0.213
575
+ "cacheWrite": 0.209
576
576
  },
577
577
  "contextWindow": 262100,
578
578
  "maxTokens": 6553,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hypercharm-provider",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
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",