pi-hypercharm-provider 1.3.25 → 1.3.27

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,14 +31,14 @@ _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 | 33K | $0.33 | $1.31 |
34
+ | DeepSeek V4.1 Flash | Text + Image | 1.0M | 33K | $0.30 | $1.20 |
35
35
  | Gemma 4 26B A4B | Text | 256K | 26K | $0.10 | $0.33 |
36
36
  | GLM 5.3 | Text | 1.0M | 128K | $1.52 | $4.79 |
37
37
  | GLM 5.3 Flash | Text + Image | 1.0M | 131K | $0.16 | $0.54 |
38
38
  | GLM-5 | Text | 203K | 20K | $0.86 | $2.75 |
39
39
  | GLM-5.1 | Text | 203K | 3K | $1.36 | $4.27 |
40
40
  | GLM-5.2 | Text | 1.0M | 33K | $1.52 | $4.79 |
41
- | gpt-oss-120b | Text | 128K | 13K | $0.18 | $0.68 |
41
+ | gpt-oss-120b | Text | 131K | 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
44
  | Kimi K2.5 | Text | 262K | 26K | $0.56 | $2.94 |
@@ -47,7 +47,7 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
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.25 | $0.83 |
50
- | MiniMax M2.7 | Text | 262K | 7K | $0.42 | $1.59 |
50
+ | MiniMax M2.7 | Text | 262K | 7K | $0.48 | $1.85 |
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 |
@@ -1 +1,339 @@
1
- {}
1
+ {
2
+ "glm-5": {
3
+ "id": "glm-5",
4
+ "name": "GLM-5",
5
+ "reasoning": true,
6
+ "thinkingLevelMap": {
7
+ "off": "off",
8
+ "minimal": null,
9
+ "low": null,
10
+ "medium": null,
11
+ "high": null,
12
+ "xhigh": null,
13
+ "max": "max"
14
+ },
15
+ "input": [
16
+ "text"
17
+ ],
18
+ "cost": {
19
+ "input": 0.86,
20
+ "output": 2.752,
21
+ "cacheRead": 0.43,
22
+ "cacheWrite": 0
23
+ },
24
+ "contextWindow": 202752,
25
+ "maxTokens": 20275,
26
+ "compat": {
27
+ "supportsStore": false,
28
+ "supportsReasoningEffort": false,
29
+ "thinkingFormat": "deepseek",
30
+ "maxTokensField": "max_tokens"
31
+ },
32
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
33
+ },
34
+ "glm-5.1": {
35
+ "id": "glm-5.1",
36
+ "name": "GLM-5.1",
37
+ "reasoning": true,
38
+ "thinkingLevelMap": {
39
+ "off": "off",
40
+ "minimal": null,
41
+ "low": null,
42
+ "medium": null,
43
+ "high": null,
44
+ "xhigh": null,
45
+ "max": "max"
46
+ },
47
+ "input": [
48
+ "text"
49
+ ],
50
+ "cost": {
51
+ "input": 1.358,
52
+ "output": 4.268,
53
+ "cacheRead": 0.679,
54
+ "cacheWrite": 0
55
+ },
56
+ "contextWindow": 202750,
57
+ "maxTokens": 3276,
58
+ "compat": {
59
+ "supportsStore": false,
60
+ "supportsReasoningEffort": false,
61
+ "thinkingFormat": "deepseek",
62
+ "maxTokensField": "max_tokens"
63
+ },
64
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
65
+ },
66
+ "kimi-k2.5": {
67
+ "id": "kimi-k2.5",
68
+ "name": "Kimi K2.5",
69
+ "reasoning": true,
70
+ "thinkingLevelMap": {
71
+ "off": "off",
72
+ "minimal": null,
73
+ "low": null,
74
+ "medium": null,
75
+ "high": null,
76
+ "xhigh": null,
77
+ "max": "max"
78
+ },
79
+ "input": [
80
+ "text"
81
+ ],
82
+ "cost": {
83
+ "input": 0.5584,
84
+ "output": 2.935,
85
+ "cacheRead": 0.2792,
86
+ "cacheWrite": 0
87
+ },
88
+ "contextWindow": 262144,
89
+ "maxTokens": 26214,
90
+ "compat": {
91
+ "supportsStore": false,
92
+ "supportsReasoningEffort": false,
93
+ "thinkingFormat": "deepseek",
94
+ "maxTokensField": "max_tokens"
95
+ },
96
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
97
+ },
98
+ "kimi-k2.6": {
99
+ "id": "kimi-k2.6",
100
+ "name": "Kimi K2.6",
101
+ "reasoning": true,
102
+ "thinkingLevelMap": {
103
+ "off": null,
104
+ "minimal": null,
105
+ "low": "low",
106
+ "medium": "medium",
107
+ "high": "high",
108
+ "xhigh": null,
109
+ "max": null
110
+ },
111
+ "input": [
112
+ "text",
113
+ "image"
114
+ ],
115
+ "cost": {
116
+ "input": 1.03436,
117
+ "output": 4.3552,
118
+ "cacheRead": 0.174208,
119
+ "cacheWrite": 0
120
+ },
121
+ "contextWindow": 262000,
122
+ "maxTokens": 26214,
123
+ "compat": {
124
+ "supportsStore": false,
125
+ "supportsReasoningEffort": true,
126
+ "thinkingFormat": "deepseek",
127
+ "maxTokensField": "max_tokens"
128
+ },
129
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
130
+ },
131
+ "llama-3.3-70b-instruct": {
132
+ "id": "llama-3.3-70b-instruct",
133
+ "name": "Llama 3.3 70B Instruct",
134
+ "reasoning": true,
135
+ "thinkingLevelMap": {
136
+ "off": "off",
137
+ "minimal": null,
138
+ "low": null,
139
+ "medium": null,
140
+ "high": null,
141
+ "xhigh": null,
142
+ "max": "max"
143
+ },
144
+ "input": [
145
+ "text"
146
+ ],
147
+ "cost": {
148
+ "input": 0.6066,
149
+ "output": 1.0386,
150
+ "cacheRead": 0.3033,
151
+ "cacheWrite": 0
152
+ },
153
+ "contextWindow": 128000,
154
+ "maxTokens": 12800,
155
+ "compat": {
156
+ "supportsStore": false,
157
+ "supportsReasoningEffort": false,
158
+ "thinkingFormat": "deepseek",
159
+ "maxTokensField": "max_tokens"
160
+ },
161
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
162
+ },
163
+ "llama-4-maverick-17b-128e-instruct-fp8": {
164
+ "id": "llama-4-maverick-17b-128e-instruct-fp8",
165
+ "name": "Llama 4 Maverick 17B 128E Instruct FP8",
166
+ "reasoning": true,
167
+ "thinkingLevelMap": {
168
+ "off": "off",
169
+ "minimal": null,
170
+ "low": null,
171
+ "medium": null,
172
+ "high": null,
173
+ "xhigh": null,
174
+ "max": "max"
175
+ },
176
+ "input": [
177
+ "text"
178
+ ],
179
+ "cost": {
180
+ "input": 0.25188,
181
+ "output": 0.82563,
182
+ "cacheRead": 0.12594,
183
+ "cacheWrite": 0
184
+ },
185
+ "contextWindow": 430000,
186
+ "maxTokens": 43000,
187
+ "compat": {
188
+ "supportsStore": false,
189
+ "supportsReasoningEffort": false,
190
+ "thinkingFormat": "deepseek",
191
+ "maxTokensField": "max_tokens"
192
+ },
193
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
194
+ },
195
+ "qwen3-coder-480b-a35b-instruct-int4-mixed-ar": {
196
+ "id": "qwen3-coder-480b-a35b-instruct-int4-mixed-ar",
197
+ "name": "Qwen3 Coder 480B A35B Instruct INT4 Mixed AR",
198
+ "reasoning": false,
199
+ "input": [
200
+ "text"
201
+ ],
202
+ "cost": {
203
+ "input": 0.445,
204
+ "output": 2.145,
205
+ "cacheRead": 0.2225,
206
+ "cacheWrite": 0
207
+ },
208
+ "contextWindow": 106000,
209
+ "maxTokens": 10600,
210
+ "compat": {
211
+ "supportsStore": false,
212
+ "supportsReasoningEffort": false,
213
+ "thinkingFormat": "deepseek",
214
+ "maxTokensField": "max_tokens"
215
+ },
216
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
217
+ },
218
+ "qwen3-next-80b-a3b-instruct": {
219
+ "id": "qwen3-next-80b-a3b-instruct",
220
+ "name": "Qwen3 Next 80B A3B Instruct",
221
+ "reasoning": false,
222
+ "input": [
223
+ "text"
224
+ ],
225
+ "cost": {
226
+ "input": 0.1175,
227
+ "output": 1.136,
228
+ "cacheRead": 0.05875,
229
+ "cacheWrite": 0
230
+ },
231
+ "contextWindow": 262144,
232
+ "maxTokens": 26214,
233
+ "compat": {
234
+ "supportsStore": false,
235
+ "supportsReasoningEffort": false,
236
+ "thinkingFormat": "deepseek",
237
+ "maxTokensField": "max_tokens"
238
+ },
239
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
240
+ },
241
+ "qwen3.6-flash": {
242
+ "id": "qwen3.6-flash",
243
+ "name": "Qwen3.6-Flash",
244
+ "reasoning": true,
245
+ "thinkingLevelMap": {
246
+ "off": "none",
247
+ "minimal": "minimal",
248
+ "low": "low",
249
+ "medium": "medium",
250
+ "high": "high",
251
+ "xhigh": null,
252
+ "max": null
253
+ },
254
+ "input": [
255
+ "text",
256
+ "image"
257
+ ],
258
+ "cost": {
259
+ "input": 1,
260
+ "output": 4,
261
+ "cacheRead": 0.1,
262
+ "cacheWrite": 1.25
263
+ },
264
+ "contextWindow": 1000000,
265
+ "maxTokens": 64000,
266
+ "compat": {
267
+ "supportsStore": false,
268
+ "supportsReasoningEffort": true,
269
+ "thinkingFormat": "deepseek",
270
+ "maxTokensField": "max_tokens"
271
+ },
272
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
273
+ },
274
+ "qwen3.6-max": {
275
+ "id": "qwen3.6-max",
276
+ "name": "Qwen3.6-Max",
277
+ "reasoning": true,
278
+ "thinkingLevelMap": {
279
+ "off": "none",
280
+ "minimal": "minimal",
281
+ "low": "low",
282
+ "medium": "medium",
283
+ "high": "high",
284
+ "xhigh": null,
285
+ "max": null
286
+ },
287
+ "input": [
288
+ "text"
289
+ ],
290
+ "cost": {
291
+ "input": 2,
292
+ "output": 12,
293
+ "cacheRead": 0.2,
294
+ "cacheWrite": 2.5
295
+ },
296
+ "contextWindow": 256000,
297
+ "maxTokens": 64000,
298
+ "compat": {
299
+ "supportsStore": false,
300
+ "supportsReasoningEffort": true,
301
+ "thinkingFormat": "deepseek",
302
+ "maxTokensField": "max_tokens"
303
+ },
304
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
305
+ },
306
+ "qwen3.6-plus": {
307
+ "id": "qwen3.6-plus",
308
+ "name": "Qwen3.6-Plus",
309
+ "reasoning": true,
310
+ "thinkingLevelMap": {
311
+ "off": "none",
312
+ "minimal": "minimal",
313
+ "low": "low",
314
+ "medium": "medium",
315
+ "high": "high",
316
+ "xhigh": null,
317
+ "max": null
318
+ },
319
+ "input": [
320
+ "text",
321
+ "image"
322
+ ],
323
+ "cost": {
324
+ "input": 2,
325
+ "output": 6,
326
+ "cacheRead": 0.2,
327
+ "cacheWrite": 2.5
328
+ },
329
+ "contextWindow": 1000000,
330
+ "maxTokens": 64000,
331
+ "compat": {
332
+ "supportsStore": false,
333
+ "supportsReasoningEffort": true,
334
+ "thinkingFormat": "deepseek",
335
+ "maxTokensField": "max_tokens"
336
+ },
337
+ "deprecatedAt": "2026-09-17T02:00:12.965Z"
338
+ }
339
+ }
package/models.json CHANGED
@@ -111,7 +111,7 @@
111
111
  "cost": {
112
112
  "input": 1.437216,
113
113
  "output": 4.311648,
114
- "cacheRead": 0.0479072,
114
+ "cacheRead": 0.047907,
115
115
  "cacheWrite": 0
116
116
  },
117
117
  "contextWindow": 1000000,
@@ -141,9 +141,9 @@
141
141
  "image"
142
142
  ],
143
143
  "cost": {
144
- "input": 0.32664,
145
- "output": 1.30656,
146
- "cacheRead": 0.032664,
144
+ "input": 0.3,
145
+ "output": 1.2,
146
+ "cacheRead": 0.03,
147
147
  "cacheWrite": 0
148
148
  },
149
149
  "contextWindow": 1000000,
@@ -208,7 +208,7 @@
208
208
  "cacheRead": 0.283088,
209
209
  "cacheWrite": 0
210
210
  },
211
- "contextWindow": 1048576,
211
+ "contextWindow": 1000000,
212
212
  "maxTokens": 128000,
213
213
  "compat": {
214
214
  "supportsStore": false,
@@ -237,7 +237,7 @@
237
237
  "cost": {
238
238
  "input": 0.16332,
239
239
  "output": 0.5444,
240
- "cacheRead": 0.031575200000000005,
240
+ "cacheRead": 0.031575,
241
241
  "cacheWrite": 0
242
242
  },
243
243
  "contextWindow": 1048576,
@@ -249,68 +249,6 @@
249
249
  "maxTokensField": "max_tokens"
250
250
  }
251
251
  },
252
- {
253
- "id": "glm-5",
254
- "name": "GLM-5",
255
- "reasoning": true,
256
- "thinkingLevelMap": {
257
- "off": "off",
258
- "minimal": null,
259
- "low": null,
260
- "medium": null,
261
- "high": null,
262
- "xhigh": null,
263
- "max": "max"
264
- },
265
- "input": [
266
- "text"
267
- ],
268
- "cost": {
269
- "input": 0.86,
270
- "output": 2.752,
271
- "cacheRead": 0.43,
272
- "cacheWrite": 0
273
- },
274
- "contextWindow": 202752,
275
- "maxTokens": 20275,
276
- "compat": {
277
- "supportsStore": false,
278
- "supportsReasoningEffort": false,
279
- "thinkingFormat": "deepseek",
280
- "maxTokensField": "max_tokens"
281
- }
282
- },
283
- {
284
- "id": "glm-5.1",
285
- "name": "GLM-5.1",
286
- "reasoning": true,
287
- "thinkingLevelMap": {
288
- "off": "off",
289
- "minimal": null,
290
- "low": null,
291
- "medium": null,
292
- "high": null,
293
- "xhigh": null,
294
- "max": "max"
295
- },
296
- "input": [
297
- "text"
298
- ],
299
- "cost": {
300
- "input": 1.358,
301
- "output": 4.268,
302
- "cacheRead": 0.679,
303
- "cacheWrite": 0
304
- },
305
- "contextWindow": 202750,
306
- "maxTokens": 3276,
307
- "compat": {
308
- "supportsStore": false,
309
- "supportsReasoningEffort": false,
310
- "thinkingFormat": "deepseek",
311
- "maxTokensField": "max_tokens"
312
- }
313
- },
314
252
  {
315
253
  "id": "glm-5.2",
316
254
  "name": "GLM-5.2",
@@ -347,13 +285,13 @@
347
285
  "name": "gpt-oss-120b",
348
286
  "reasoning": true,
349
287
  "thinkingLevelMap": {
350
- "off": "none",
351
- "minimal": "minimal",
288
+ "off": null,
289
+ "minimal": null,
352
290
  "low": "low",
353
291
  "medium": "medium",
354
292
  "high": "high",
355
- "xhigh": "xhigh",
356
- "max": "max"
293
+ "xhigh": null,
294
+ "max": null
357
295
  },
358
296
  "input": [
359
297
  "text"
@@ -364,7 +302,7 @@
364
302
  "cacheRead": 0.089,
365
303
  "cacheWrite": 0
366
304
  },
367
- "contextWindow": 128072,
305
+ "contextWindow": 131072,
368
306
  "maxTokens": 13107,
369
307
  "compat": {
370
308
  "supportsStore": false,
@@ -436,69 +374,6 @@
436
374
  "maxTokensField": "max_tokens"
437
375
  }
438
376
  },
439
- {
440
- "id": "kimi-k2.5",
441
- "name": "Kimi K2.5",
442
- "reasoning": true,
443
- "thinkingLevelMap": {
444
- "off": "off",
445
- "minimal": null,
446
- "low": null,
447
- "medium": null,
448
- "high": null,
449
- "xhigh": null,
450
- "max": "max"
451
- },
452
- "input": [
453
- "text"
454
- ],
455
- "cost": {
456
- "input": 0.5584,
457
- "output": 2.935,
458
- "cacheRead": 0.2792,
459
- "cacheWrite": 0
460
- },
461
- "contextWindow": 262144,
462
- "maxTokens": 26214,
463
- "compat": {
464
- "supportsStore": false,
465
- "supportsReasoningEffort": false,
466
- "thinkingFormat": "deepseek",
467
- "maxTokensField": "max_tokens"
468
- }
469
- },
470
- {
471
- "id": "kimi-k2.6",
472
- "name": "Kimi K2.6",
473
- "reasoning": true,
474
- "thinkingLevelMap": {
475
- "off": null,
476
- "minimal": null,
477
- "low": "low",
478
- "medium": "medium",
479
- "high": "high",
480
- "xhigh": null,
481
- "max": null
482
- },
483
- "input": [
484
- "text",
485
- "image"
486
- ],
487
- "cost": {
488
- "input": 1.03436,
489
- "output": 4.3552,
490
- "cacheRead": 0.174208,
491
- "cacheWrite": 0
492
- },
493
- "contextWindow": 262000,
494
- "maxTokens": 26214,
495
- "compat": {
496
- "supportsStore": false,
497
- "supportsReasoningEffort": true,
498
- "thinkingFormat": "deepseek",
499
- "maxTokensField": "max_tokens"
500
- }
501
- },
502
377
  {
503
378
  "id": "kimi-k2.7-code",
504
379
  "name": "Kimi K2.7 Code",
@@ -554,68 +429,6 @@
554
429
  "maxTokensField": "max_tokens"
555
430
  }
556
431
  },
557
- {
558
- "id": "llama-3.3-70b-instruct",
559
- "name": "Llama 3.3 70B Instruct",
560
- "reasoning": true,
561
- "thinkingLevelMap": {
562
- "off": "off",
563
- "minimal": null,
564
- "low": null,
565
- "medium": null,
566
- "high": null,
567
- "xhigh": null,
568
- "max": "max"
569
- },
570
- "input": [
571
- "text"
572
- ],
573
- "cost": {
574
- "input": 0.6066,
575
- "output": 1.0386,
576
- "cacheRead": 0.3033,
577
- "cacheWrite": 0
578
- },
579
- "contextWindow": 128000,
580
- "maxTokens": 12800,
581
- "compat": {
582
- "supportsStore": false,
583
- "supportsReasoningEffort": false,
584
- "thinkingFormat": "deepseek",
585
- "maxTokensField": "max_tokens"
586
- }
587
- },
588
- {
589
- "id": "llama-4-maverick-17b-128e-instruct-fp8",
590
- "name": "Llama 4 Maverick 17B 128E Instruct FP8",
591
- "reasoning": true,
592
- "thinkingLevelMap": {
593
- "off": "off",
594
- "minimal": null,
595
- "low": null,
596
- "medium": null,
597
- "high": null,
598
- "xhigh": null,
599
- "max": "max"
600
- },
601
- "input": [
602
- "text"
603
- ],
604
- "cost": {
605
- "input": 0.25188,
606
- "output": 0.82563,
607
- "cacheRead": 0.12594,
608
- "cacheWrite": 0
609
- },
610
- "contextWindow": 430000,
611
- "maxTokens": 43000,
612
- "compat": {
613
- "supportsStore": false,
614
- "supportsReasoningEffort": false,
615
- "thinkingFormat": "deepseek",
616
- "maxTokensField": "max_tokens"
617
- }
618
- },
619
432
  {
620
433
  "id": "minimax-m2.7",
621
434
  "name": "MiniMax M2.7",
@@ -624,9 +437,9 @@
624
437
  "text"
625
438
  ],
626
439
  "cost": {
627
- "input": 0.418,
628
- "output": 1.588,
629
- "cacheRead": 0.209,
440
+ "input": 0.484,
441
+ "output": 1.852,
442
+ "cacheRead": 0.242,
630
443
  "cacheWrite": 0
631
444
  },
632
445
  "contextWindow": 262100,
@@ -658,7 +471,7 @@
658
471
  "cost": {
659
472
  "input": 0.32664,
660
473
  "output": 1.30656,
661
- "cacheRead": 0.0642392,
474
+ "cacheRead": 0.064239,
662
475
  "cacheWrite": 0
663
476
  },
664
477
  "contextWindow": 512000,
@@ -670,145 +483,6 @@
670
483
  "maxTokensField": "max_tokens"
671
484
  }
672
485
  },
673
- {
674
- "id": "qwen3-coder-480b-a35b-instruct-int4-mixed-ar",
675
- "name": "Qwen3 Coder 480B A35B Instruct INT4 Mixed AR",
676
- "reasoning": false,
677
- "input": [
678
- "text"
679
- ],
680
- "cost": {
681
- "input": 0.445,
682
- "output": 2.145,
683
- "cacheRead": 0.2225,
684
- "cacheWrite": 0
685
- },
686
- "contextWindow": 106000,
687
- "maxTokens": 10600,
688
- "compat": {
689
- "supportsStore": false,
690
- "supportsReasoningEffort": false,
691
- "thinkingFormat": "deepseek",
692
- "maxTokensField": "max_tokens"
693
- }
694
- },
695
- {
696
- "id": "qwen3-next-80b-a3b-instruct",
697
- "name": "Qwen3 Next 80B A3B Instruct",
698
- "reasoning": false,
699
- "input": [
700
- "text"
701
- ],
702
- "cost": {
703
- "input": 0.1175,
704
- "output": 1.136,
705
- "cacheRead": 0.05875,
706
- "cacheWrite": 0
707
- },
708
- "contextWindow": 262144,
709
- "maxTokens": 26214,
710
- "compat": {
711
- "supportsStore": false,
712
- "supportsReasoningEffort": false,
713
- "thinkingFormat": "deepseek",
714
- "maxTokensField": "max_tokens"
715
- }
716
- },
717
- {
718
- "id": "qwen3.6-flash",
719
- "name": "Qwen3.6-Flash",
720
- "reasoning": true,
721
- "thinkingLevelMap": {
722
- "off": "none",
723
- "minimal": "minimal",
724
- "low": "low",
725
- "medium": "medium",
726
- "high": "high",
727
- "xhigh": null,
728
- "max": null
729
- },
730
- "input": [
731
- "text",
732
- "image"
733
- ],
734
- "cost": {
735
- "input": 1,
736
- "output": 4,
737
- "cacheRead": 0.1,
738
- "cacheWrite": 1.25
739
- },
740
- "contextWindow": 1000000,
741
- "maxTokens": 64000,
742
- "compat": {
743
- "supportsStore": false,
744
- "supportsReasoningEffort": true,
745
- "thinkingFormat": "deepseek",
746
- "maxTokensField": "max_tokens"
747
- }
748
- },
749
- {
750
- "id": "qwen3.6-max",
751
- "name": "Qwen3.6-Max",
752
- "reasoning": true,
753
- "thinkingLevelMap": {
754
- "off": "none",
755
- "minimal": "minimal",
756
- "low": "low",
757
- "medium": "medium",
758
- "high": "high",
759
- "xhigh": null,
760
- "max": null
761
- },
762
- "input": [
763
- "text"
764
- ],
765
- "cost": {
766
- "input": 2,
767
- "output": 12,
768
- "cacheRead": 0.2,
769
- "cacheWrite": 2.5
770
- },
771
- "contextWindow": 256000,
772
- "maxTokens": 64000,
773
- "compat": {
774
- "supportsStore": false,
775
- "supportsReasoningEffort": true,
776
- "thinkingFormat": "deepseek",
777
- "maxTokensField": "max_tokens"
778
- }
779
- },
780
- {
781
- "id": "qwen3.6-plus",
782
- "name": "Qwen3.6-Plus",
783
- "reasoning": true,
784
- "thinkingLevelMap": {
785
- "off": "none",
786
- "minimal": "minimal",
787
- "low": "low",
788
- "medium": "medium",
789
- "high": "high",
790
- "xhigh": null,
791
- "max": null
792
- },
793
- "input": [
794
- "text",
795
- "image"
796
- ],
797
- "cost": {
798
- "input": 2,
799
- "output": 6,
800
- "cacheRead": 0.2,
801
- "cacheWrite": 2.5
802
- },
803
- "contextWindow": 1000000,
804
- "maxTokens": 64000,
805
- "compat": {
806
- "supportsStore": false,
807
- "supportsReasoningEffort": true,
808
- "thinkingFormat": "deepseek",
809
- "maxTokensField": "max_tokens"
810
- }
811
- },
812
486
  {
813
487
  "id": "qwen3.7-flash",
814
488
  "name": "Qwen3.7-Flash",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hypercharm-provider",
3
- "version": "1.3.25",
3
+ "version": "1.3.27",
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",