pi-hypercharm-provider 1.3.10 → 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.
Files changed (3) hide show
  1. package/README.md +8 -7
  2. package/models.json +49 -18
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
15
15
 
16
16
  ## Features
17
17
 
18
- - **31+ AI Models** including DeepSeek V4 Flash/Pro, GLM 5/5.1, Kimi K2.5/K2.6, Qwen3.6/3.7, MiniMax M2.7, Gemma 4, GPT-OSS, and Llama
18
+ - **32+ AI Models** including DeepSeek V4 Flash/Pro, GLM 5/5.1, Kimi K2.5/K2.6, Qwen3.6/3.7, MiniMax M2.7, Gemma 4, GPT-OSS, and Llama
19
19
  - **DeepSeek Native Thinking** — Uses the `deepseek` thinking format for Charm Hyper requests, with native `reasoning_effort` on models that publish levels
20
20
  - **OpenAI-compatible API** via Charm Hyper's `/v1/chat/completions` endpoint
21
21
  - **OAuth Device Flow** — sign in with `/login` under the `hypercharm` provider (independent of the official provider's `hyper` registration)
@@ -31,20 +31,21 @@ _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.42 |
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.91 | $2.93 |
38
- | GLM-5.1 | Text | 203K | 3K | $1.33 | $4.31 |
37
+ | GLM-5 | Text | 203K | 20K | $0.93 | $2.88 |
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
- | gpt-oss-120b | Text | 128K | 13K | $0.19 | $0.63 |
41
- | Kimi K2.5 | Text | 262K | 26K | $0.55 | $2.88 |
40
+ | gpt-oss-120b | Text | 128K | 13K | $0.19 | $0.70 |
41
+ | Kimi K2 Thinking | Text | 262K | 26K | $0.60 | $2.50 |
42
+ | Kimi K2.5 | Text | 262K | 26K | $0.53 | $2.79 |
42
43
  | Kimi K2.6 | Text + Image | 262K | 26K | $1.03 | $4.36 |
43
44
  | Kimi K2.7 Code | Text + Image | 262K | 16K | $1.03 | $4.36 |
44
45
  | Kimi K3 | Text + Image | 1.0M | 16K | $3.27 | $16.33 |
45
46
  | Llama 3.3 70B Instruct | Text | 128K | 13K | $0.61 | $1.04 |
46
47
  | Llama 4 Maverick 17B 128E Instruct FP8 | Text | 430K | 43K | $0.27 | $0.90 |
47
- | MiniMax M2.7 | Text | 262K | 7K | $0.40 | $1.50 |
48
+ | MiniMax M2.7 | Text | 262K | 7K | $0.42 | $1.59 |
48
49
  | MiniMax M3 | Text + Image | 512K | 512K | $0.33 | $1.31 |
49
50
  | Qwen3 Coder 480B A35B Instruct INT4 Mixed AR | Text | 106K | 11K | $0.45 | $2.15 |
50
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.12,
144
- "output": 0.42,
143
+ "input": 0.106,
144
+ "output": 0.368,
145
145
  "cacheRead": 0,
146
- "cacheWrite": 0.06
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.91,
238
- "output": 2.934,
237
+ "input": 0.93,
238
+ "output": 2.878,
239
239
  "cacheRead": 0,
240
- "cacheWrite": 0.455
240
+ "cacheWrite": 0.465
241
241
  },
242
242
  "contextWindow": 202752,
243
243
  "maxTokens": 20275,
@@ -265,10 +265,10 @@
265
265
  "text"
266
266
  ],
267
267
  "cost": {
268
- "input": 1.332,
269
- "output": 4.312,
268
+ "input": 1.29,
269
+ "output": 4.22,
270
270
  "cacheRead": 0,
271
- "cacheWrite": 0.666
271
+ "cacheWrite": 0.645
272
272
  },
273
273
  "contextWindow": 202750,
274
274
  "maxTokens": 3276,
@@ -327,10 +327,10 @@
327
327
  "text"
328
328
  ],
329
329
  "cost": {
330
- "input": 0.19,
331
- "output": 0.63,
330
+ "input": 0.188,
331
+ "output": 0.7,
332
332
  "cacheRead": 0,
333
- "cacheWrite": 0.095
333
+ "cacheWrite": 0.094
334
334
  },
335
335
  "contextWindow": 128072,
336
336
  "maxTokens": 13107,
@@ -341,6 +341,37 @@
341
341
  "maxTokensField": "max_tokens"
342
342
  }
343
343
  },
344
+ {
345
+ "id": "kimi-k2-thinking",
346
+ "name": "Kimi K2 Thinking",
347
+ "reasoning": true,
348
+ "thinkingLevelMap": {
349
+ "off": "off",
350
+ "minimal": null,
351
+ "low": null,
352
+ "medium": null,
353
+ "high": null,
354
+ "xhigh": null,
355
+ "max": "max"
356
+ },
357
+ "input": [
358
+ "text"
359
+ ],
360
+ "cost": {
361
+ "input": 0.6,
362
+ "output": 2.5,
363
+ "cacheRead": 0,
364
+ "cacheWrite": 0.3
365
+ },
366
+ "contextWindow": 262144,
367
+ "maxTokens": 26214,
368
+ "compat": {
369
+ "supportsStore": false,
370
+ "supportsReasoningEffort": false,
371
+ "thinkingFormat": "deepseek",
372
+ "maxTokensField": "max_tokens"
373
+ }
374
+ },
344
375
  {
345
376
  "id": "kimi-k2.5",
346
377
  "name": "Kimi K2.5",
@@ -358,10 +389,10 @@
358
389
  "text"
359
390
  ],
360
391
  "cost": {
361
- "input": 0.5504,
362
- "output": 2.885,
392
+ "input": 0.5284,
393
+ "output": 2.785,
363
394
  "cacheRead": 0,
364
- "cacheWrite": 0.2752
395
+ "cacheWrite": 0.2642
365
396
  },
366
397
  "contextWindow": 262144,
367
398
  "maxTokens": 26214,
@@ -538,10 +569,10 @@
538
569
  "text"
539
570
  ],
540
571
  "cost": {
541
- "input": 0.404,
542
- "output": 1.496,
572
+ "input": 0.418,
573
+ "output": 1.588,
543
574
  "cacheRead": 0,
544
- "cacheWrite": 0.202
575
+ "cacheWrite": 0.209
545
576
  },
546
577
  "contextWindow": 262100,
547
578
  "maxTokens": 6553,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hypercharm-provider",
3
- "version": "1.3.10",
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",