pi-hypercharm-provider 1.3.1 → 1.3.3

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/models.json ADDED
@@ -0,0 +1,782 @@
1
+ [
2
+ {
3
+ "id": "deepseek-v4-flash",
4
+ "name": "DeepSeek V4 Flash",
5
+ "reasoning": true,
6
+ "thinkingLevelMap": {
7
+ "off": null,
8
+ "minimal": null,
9
+ "low": null,
10
+ "medium": null,
11
+ "high": "high",
12
+ "xhigh": "xhigh",
13
+ "max": null
14
+ },
15
+ "input": [
16
+ "text"
17
+ ],
18
+ "cost": {
19
+ "input": 0.2,
20
+ "output": 0.4,
21
+ "cacheRead": 0.04,
22
+ "cacheWrite": 0
23
+ },
24
+ "contextWindow": 1000000,
25
+ "maxTokens": 384000,
26
+ "compat": {
27
+ "supportsStore": false,
28
+ "supportsReasoningEffort": true,
29
+ "thinkingFormat": "deepseek",
30
+ "maxTokensField": "max_tokens"
31
+ }
32
+ },
33
+ {
34
+ "id": "deepseek-v4-flash-0731",
35
+ "name": "DeepSeek V4 Flash 0731",
36
+ "reasoning": true,
37
+ "thinkingLevelMap": {
38
+ "off": "none",
39
+ "minimal": "minimal",
40
+ "low": "low",
41
+ "medium": "medium",
42
+ "high": "high",
43
+ "xhigh": "xhigh",
44
+ "max": "max"
45
+ },
46
+ "input": [
47
+ "text"
48
+ ],
49
+ "cost": {
50
+ "input": 0.479072,
51
+ "output": 1.437216,
52
+ "cacheRead": 0.0152432,
53
+ "cacheWrite": 0
54
+ },
55
+ "contextWindow": 1048576,
56
+ "maxTokens": 384000,
57
+ "compat": {
58
+ "supportsStore": false,
59
+ "supportsReasoningEffort": true,
60
+ "thinkingFormat": "deepseek",
61
+ "maxTokensField": "max_tokens"
62
+ }
63
+ },
64
+ {
65
+ "id": "deepseek-v4-pro",
66
+ "name": "DeepSeek V4 Pro",
67
+ "reasoning": true,
68
+ "thinkingLevelMap": {
69
+ "off": null,
70
+ "minimal": null,
71
+ "low": null,
72
+ "medium": null,
73
+ "high": "high",
74
+ "xhigh": "xhigh",
75
+ "max": null
76
+ },
77
+ "input": [
78
+ "text"
79
+ ],
80
+ "cost": {
81
+ "input": 2.4,
82
+ "output": 4.8,
83
+ "cacheRead": 0.2,
84
+ "cacheWrite": 0
85
+ },
86
+ "contextWindow": 1000000,
87
+ "maxTokens": 384000,
88
+ "compat": {
89
+ "supportsStore": false,
90
+ "supportsReasoningEffort": true,
91
+ "thinkingFormat": "deepseek",
92
+ "maxTokensField": "max_tokens"
93
+ }
94
+ },
95
+ {
96
+ "id": "deepseek-v4-pro-0813",
97
+ "name": "DeepSeek V4 Pro 0813",
98
+ "reasoning": true,
99
+ "thinkingLevelMap": {
100
+ "off": "none",
101
+ "minimal": null,
102
+ "low": null,
103
+ "medium": null,
104
+ "high": "high",
105
+ "xhigh": "xhigh",
106
+ "max": null
107
+ },
108
+ "input": [
109
+ "text"
110
+ ],
111
+ "cost": {
112
+ "input": 1.437216,
113
+ "output": 4.311648,
114
+ "cacheRead": 0.0479072,
115
+ "cacheWrite": 0
116
+ },
117
+ "contextWindow": 1048576,
118
+ "maxTokens": 262144,
119
+ "compat": {
120
+ "supportsStore": false,
121
+ "supportsReasoningEffort": true,
122
+ "thinkingFormat": "deepseek",
123
+ "maxTokensField": "max_tokens"
124
+ }
125
+ },
126
+ {
127
+ "id": "gemma-4-26b-a4b-it",
128
+ "name": "Gemma 4 26B A4B",
129
+ "reasoning": true,
130
+ "thinkingLevelMap": {
131
+ "off": "off",
132
+ "minimal": null,
133
+ "low": null,
134
+ "medium": null,
135
+ "high": null,
136
+ "xhigh": null,
137
+ "max": "max"
138
+ },
139
+ "input": [
140
+ "text"
141
+ ],
142
+ "cost": {
143
+ "input": 0.12,
144
+ "output": 0.42,
145
+ "cacheRead": 0,
146
+ "cacheWrite": 0.06
147
+ },
148
+ "contextWindow": 256000,
149
+ "maxTokens": 25600,
150
+ "compat": {
151
+ "supportsStore": false,
152
+ "supportsReasoningEffort": false,
153
+ "thinkingFormat": "deepseek",
154
+ "maxTokensField": "max_tokens"
155
+ }
156
+ },
157
+ {
158
+ "id": "glm-5",
159
+ "name": "GLM-5",
160
+ "reasoning": true,
161
+ "thinkingLevelMap": {
162
+ "off": "off",
163
+ "minimal": null,
164
+ "low": null,
165
+ "medium": null,
166
+ "high": null,
167
+ "xhigh": null,
168
+ "max": "max"
169
+ },
170
+ "input": [
171
+ "text"
172
+ ],
173
+ "cost": {
174
+ "input": 0.83,
175
+ "output": 2.558,
176
+ "cacheRead": 0,
177
+ "cacheWrite": 0.415
178
+ },
179
+ "contextWindow": 202752,
180
+ "maxTokens": 20275,
181
+ "compat": {
182
+ "supportsStore": false,
183
+ "supportsReasoningEffort": false,
184
+ "thinkingFormat": "deepseek",
185
+ "maxTokensField": "max_tokens"
186
+ }
187
+ },
188
+ {
189
+ "id": "glm-5.1",
190
+ "name": "GLM-5.1",
191
+ "reasoning": true,
192
+ "thinkingLevelMap": {
193
+ "off": "off",
194
+ "minimal": null,
195
+ "low": null,
196
+ "medium": null,
197
+ "high": null,
198
+ "xhigh": null,
199
+ "max": "max"
200
+ },
201
+ "input": [
202
+ "text"
203
+ ],
204
+ "cost": {
205
+ "input": 1.36,
206
+ "output": 4.4,
207
+ "cacheRead": 0,
208
+ "cacheWrite": 0.68
209
+ },
210
+ "contextWindow": 202750,
211
+ "maxTokens": 3276,
212
+ "compat": {
213
+ "supportsStore": false,
214
+ "supportsReasoningEffort": false,
215
+ "thinkingFormat": "deepseek",
216
+ "maxTokensField": "max_tokens"
217
+ }
218
+ },
219
+ {
220
+ "id": "glm-5.2",
221
+ "name": "GLM-5.2",
222
+ "reasoning": true,
223
+ "thinkingLevelMap": {
224
+ "off": "none",
225
+ "minimal": null,
226
+ "low": null,
227
+ "medium": null,
228
+ "high": "high",
229
+ "xhigh": null,
230
+ "max": "max"
231
+ },
232
+ "input": [
233
+ "text",
234
+ "image"
235
+ ],
236
+ "cost": {
237
+ "input": 1.52432,
238
+ "output": 4.79072,
239
+ "cacheRead": 0.152432,
240
+ "cacheWrite": 0
241
+ },
242
+ "contextWindow": 1048576,
243
+ "maxTokens": 32768,
244
+ "compat": {
245
+ "supportsStore": false,
246
+ "supportsReasoningEffort": true,
247
+ "thinkingFormat": "deepseek",
248
+ "maxTokensField": "max_tokens"
249
+ }
250
+ },
251
+ {
252
+ "id": "gpt-oss-120b",
253
+ "name": "gpt-oss-120b",
254
+ "reasoning": true,
255
+ "thinkingLevelMap": {
256
+ "off": null,
257
+ "minimal": null,
258
+ "low": "low",
259
+ "medium": "medium",
260
+ "high": "high",
261
+ "xhigh": null,
262
+ "max": null
263
+ },
264
+ "input": [
265
+ "text"
266
+ ],
267
+ "cost": {
268
+ "input": 0.188,
269
+ "output": 0.7,
270
+ "cacheRead": 0,
271
+ "cacheWrite": 0.094
272
+ },
273
+ "contextWindow": 131072,
274
+ "maxTokens": 13107,
275
+ "compat": {
276
+ "supportsStore": false,
277
+ "supportsReasoningEffort": true,
278
+ "thinkingFormat": "deepseek",
279
+ "maxTokensField": "max_tokens"
280
+ }
281
+ },
282
+ {
283
+ "id": "kimi-k2.5",
284
+ "name": "Kimi K2.5",
285
+ "reasoning": true,
286
+ "thinkingLevelMap": {
287
+ "off": "off",
288
+ "minimal": null,
289
+ "low": null,
290
+ "medium": null,
291
+ "high": null,
292
+ "xhigh": null,
293
+ "max": "max"
294
+ },
295
+ "input": [
296
+ "text"
297
+ ],
298
+ "cost": {
299
+ "input": 0.5504,
300
+ "output": 2.885,
301
+ "cacheRead": 0,
302
+ "cacheWrite": 0.2752
303
+ },
304
+ "contextWindow": 262144,
305
+ "maxTokens": 26214,
306
+ "compat": {
307
+ "supportsStore": false,
308
+ "supportsReasoningEffort": false,
309
+ "thinkingFormat": "deepseek",
310
+ "maxTokensField": "max_tokens"
311
+ }
312
+ },
313
+ {
314
+ "id": "kimi-k2.6",
315
+ "name": "Kimi K2.6",
316
+ "reasoning": true,
317
+ "thinkingLevelMap": {
318
+ "off": "off",
319
+ "minimal": null,
320
+ "low": null,
321
+ "medium": null,
322
+ "high": null,
323
+ "xhigh": null,
324
+ "max": "max"
325
+ },
326
+ "input": [
327
+ "text",
328
+ "image"
329
+ ],
330
+ "cost": {
331
+ "input": 1.03436,
332
+ "output": 4.3552,
333
+ "cacheRead": 0.174208,
334
+ "cacheWrite": 0
335
+ },
336
+ "contextWindow": 262000,
337
+ "maxTokens": 26214,
338
+ "compat": {
339
+ "supportsStore": false,
340
+ "supportsReasoningEffort": false,
341
+ "thinkingFormat": "deepseek",
342
+ "maxTokensField": "max_tokens"
343
+ }
344
+ },
345
+ {
346
+ "id": "kimi-k2.7-code",
347
+ "name": "Kimi K2.7 Code",
348
+ "reasoning": false,
349
+ "input": [
350
+ "text",
351
+ "image"
352
+ ],
353
+ "cost": {
354
+ "input": 1.03436,
355
+ "output": 4.3552,
356
+ "cacheRead": 0.206872,
357
+ "cacheWrite": 0
358
+ },
359
+ "contextWindow": 256000,
360
+ "maxTokens": 16000,
361
+ "compat": {
362
+ "supportsStore": false,
363
+ "supportsReasoningEffort": false,
364
+ "thinkingFormat": "deepseek",
365
+ "maxTokensField": "max_tokens"
366
+ }
367
+ },
368
+ {
369
+ "id": "kimi-k3",
370
+ "name": "Kimi K3",
371
+ "reasoning": true,
372
+ "thinkingLevelMap": {
373
+ "off": null,
374
+ "minimal": null,
375
+ "low": "low",
376
+ "medium": null,
377
+ "high": "high",
378
+ "xhigh": null,
379
+ "max": "max"
380
+ },
381
+ "input": [
382
+ "text",
383
+ "image"
384
+ ],
385
+ "cost": {
386
+ "input": 3.2664,
387
+ "output": 16.332,
388
+ "cacheRead": 0.32664,
389
+ "cacheWrite": 0
390
+ },
391
+ "contextWindow": 1048576,
392
+ "maxTokens": 131072,
393
+ "compat": {
394
+ "supportsStore": false,
395
+ "supportsReasoningEffort": true,
396
+ "thinkingFormat": "deepseek",
397
+ "maxTokensField": "max_tokens"
398
+ }
399
+ },
400
+ {
401
+ "id": "llama-3.3-70b-instruct",
402
+ "name": "Llama 3.3 70B Instruct",
403
+ "reasoning": true,
404
+ "thinkingLevelMap": {
405
+ "off": "off",
406
+ "minimal": null,
407
+ "low": null,
408
+ "medium": null,
409
+ "high": null,
410
+ "xhigh": null,
411
+ "max": "max"
412
+ },
413
+ "input": [
414
+ "text"
415
+ ],
416
+ "cost": {
417
+ "input": 0.638,
418
+ "output": 0.768,
419
+ "cacheRead": 0,
420
+ "cacheWrite": 0.319
421
+ },
422
+ "contextWindow": 128000,
423
+ "maxTokens": 12800,
424
+ "compat": {
425
+ "supportsStore": false,
426
+ "supportsReasoningEffort": false,
427
+ "thinkingFormat": "deepseek",
428
+ "maxTokensField": "max_tokens"
429
+ }
430
+ },
431
+ {
432
+ "id": "llama-4-maverick-17b-128e-instruct-fp8",
433
+ "name": "Llama 4 Maverick 17B 128E Instruct FP8",
434
+ "reasoning": true,
435
+ "thinkingLevelMap": {
436
+ "off": "off",
437
+ "minimal": null,
438
+ "low": null,
439
+ "medium": null,
440
+ "high": null,
441
+ "xhigh": null,
442
+ "max": "max"
443
+ },
444
+ "input": [
445
+ "text"
446
+ ],
447
+ "cost": {
448
+ "input": 0.274,
449
+ "output": 0.8992,
450
+ "cacheRead": 0,
451
+ "cacheWrite": 0.137
452
+ },
453
+ "contextWindow": 430000,
454
+ "maxTokens": 43000,
455
+ "compat": {
456
+ "supportsStore": false,
457
+ "supportsReasoningEffort": false,
458
+ "thinkingFormat": "deepseek",
459
+ "maxTokensField": "max_tokens"
460
+ }
461
+ },
462
+ {
463
+ "id": "minimax-m2.7",
464
+ "name": "MiniMax M2.7",
465
+ "reasoning": false,
466
+ "input": [
467
+ "text"
468
+ ],
469
+ "cost": {
470
+ "input": 0.408,
471
+ "output": 1.512,
472
+ "cacheRead": 0,
473
+ "cacheWrite": 0.204
474
+ },
475
+ "contextWindow": 262100,
476
+ "maxTokens": 6553,
477
+ "compat": {
478
+ "supportsStore": false,
479
+ "supportsReasoningEffort": false,
480
+ "thinkingFormat": "deepseek",
481
+ "maxTokensField": "max_tokens"
482
+ }
483
+ },
484
+ {
485
+ "id": "minimax-m3",
486
+ "name": "MiniMax M3",
487
+ "reasoning": true,
488
+ "thinkingLevelMap": {
489
+ "off": null,
490
+ "minimal": null,
491
+ "low": "low",
492
+ "medium": "medium",
493
+ "high": "high",
494
+ "xhigh": null,
495
+ "max": null
496
+ },
497
+ "input": [
498
+ "text",
499
+ "image"
500
+ ],
501
+ "cost": {
502
+ "input": 0.32664,
503
+ "output": 1.30656,
504
+ "cacheRead": 0.0642392,
505
+ "cacheWrite": 0
506
+ },
507
+ "contextWindow": 512000,
508
+ "maxTokens": 512000,
509
+ "compat": {
510
+ "supportsStore": false,
511
+ "supportsReasoningEffort": true,
512
+ "thinkingFormat": "deepseek",
513
+ "maxTokensField": "max_tokens"
514
+ }
515
+ },
516
+ {
517
+ "id": "qwen3-coder-480b-a35b-instruct-int4-mixed-ar",
518
+ "name": "Qwen3 Coder 480B A35B Instruct INT4 Mixed AR",
519
+ "reasoning": false,
520
+ "input": [
521
+ "text"
522
+ ],
523
+ "cost": {
524
+ "input": 0.445,
525
+ "output": 2.145,
526
+ "cacheRead": 0,
527
+ "cacheWrite": 0.2225
528
+ },
529
+ "contextWindow": 106000,
530
+ "maxTokens": 10600,
531
+ "compat": {
532
+ "supportsStore": false,
533
+ "supportsReasoningEffort": false,
534
+ "thinkingFormat": "deepseek",
535
+ "maxTokensField": "max_tokens"
536
+ }
537
+ },
538
+ {
539
+ "id": "qwen3-next-80b-a3b-instruct",
540
+ "name": "Qwen3 Next 80B A3B Instruct",
541
+ "reasoning": false,
542
+ "input": [
543
+ "text"
544
+ ],
545
+ "cost": {
546
+ "input": 0.1175,
547
+ "output": 1.136,
548
+ "cacheRead": 0,
549
+ "cacheWrite": 0.05875
550
+ },
551
+ "contextWindow": 262144,
552
+ "maxTokens": 26214,
553
+ "compat": {
554
+ "supportsStore": false,
555
+ "supportsReasoningEffort": false,
556
+ "thinkingFormat": "deepseek",
557
+ "maxTokensField": "max_tokens"
558
+ }
559
+ },
560
+ {
561
+ "id": "qwen3.6-flash",
562
+ "name": "Qwen3.6-Flash",
563
+ "reasoning": true,
564
+ "thinkingLevelMap": {
565
+ "off": "off",
566
+ "minimal": null,
567
+ "low": null,
568
+ "medium": null,
569
+ "high": null,
570
+ "xhigh": null,
571
+ "max": "max"
572
+ },
573
+ "input": [
574
+ "text",
575
+ "image"
576
+ ],
577
+ "cost": {
578
+ "input": 1,
579
+ "output": 4,
580
+ "cacheRead": 0.1,
581
+ "cacheWrite": 1.25
582
+ },
583
+ "contextWindow": 1000000,
584
+ "maxTokens": 64000,
585
+ "compat": {
586
+ "supportsStore": false,
587
+ "supportsReasoningEffort": false,
588
+ "thinkingFormat": "deepseek",
589
+ "maxTokensField": "max_tokens"
590
+ }
591
+ },
592
+ {
593
+ "id": "qwen3.6-max",
594
+ "name": "Qwen3.6-Max",
595
+ "reasoning": true,
596
+ "thinkingLevelMap": {
597
+ "off": "off",
598
+ "minimal": null,
599
+ "low": null,
600
+ "medium": null,
601
+ "high": null,
602
+ "xhigh": null,
603
+ "max": "max"
604
+ },
605
+ "input": [
606
+ "text"
607
+ ],
608
+ "cost": {
609
+ "input": 2,
610
+ "output": 12,
611
+ "cacheRead": 0.2,
612
+ "cacheWrite": 2.5
613
+ },
614
+ "contextWindow": 256000,
615
+ "maxTokens": 64000,
616
+ "compat": {
617
+ "supportsStore": false,
618
+ "supportsReasoningEffort": false,
619
+ "thinkingFormat": "deepseek",
620
+ "maxTokensField": "max_tokens"
621
+ }
622
+ },
623
+ {
624
+ "id": "qwen3.6-plus",
625
+ "name": "Qwen3.6-Plus",
626
+ "reasoning": true,
627
+ "thinkingLevelMap": {
628
+ "off": "off",
629
+ "minimal": null,
630
+ "low": null,
631
+ "medium": null,
632
+ "high": null,
633
+ "xhigh": null,
634
+ "max": "max"
635
+ },
636
+ "input": [
637
+ "text",
638
+ "image"
639
+ ],
640
+ "cost": {
641
+ "input": 2,
642
+ "output": 6,
643
+ "cacheRead": 0.2,
644
+ "cacheWrite": 2.5
645
+ },
646
+ "contextWindow": 1000000,
647
+ "maxTokens": 64000,
648
+ "compat": {
649
+ "supportsStore": false,
650
+ "supportsReasoningEffort": false,
651
+ "thinkingFormat": "deepseek",
652
+ "maxTokensField": "max_tokens"
653
+ }
654
+ },
655
+ {
656
+ "id": "qwen3.7-flash",
657
+ "name": "Qwen3.7-Flash",
658
+ "reasoning": true,
659
+ "thinkingLevelMap": {
660
+ "off": "off",
661
+ "minimal": null,
662
+ "low": null,
663
+ "medium": null,
664
+ "high": null,
665
+ "xhigh": null,
666
+ "max": "max"
667
+ },
668
+ "input": [
669
+ "text",
670
+ "image"
671
+ ],
672
+ "cost": {
673
+ "input": 0.2,
674
+ "output": 0.8,
675
+ "cacheRead": 0.04,
676
+ "cacheWrite": 0
677
+ },
678
+ "contextWindow": 1000000,
679
+ "maxTokens": 64000,
680
+ "compat": {
681
+ "supportsStore": false,
682
+ "supportsReasoningEffort": false,
683
+ "thinkingFormat": "deepseek",
684
+ "maxTokensField": "max_tokens"
685
+ }
686
+ },
687
+ {
688
+ "id": "qwen3.7-max",
689
+ "name": "Qwen3.7-Max",
690
+ "reasoning": true,
691
+ "thinkingLevelMap": {
692
+ "off": "off",
693
+ "minimal": null,
694
+ "low": null,
695
+ "medium": null,
696
+ "high": null,
697
+ "xhigh": null,
698
+ "max": "max"
699
+ },
700
+ "input": [
701
+ "text"
702
+ ],
703
+ "cost": {
704
+ "input": 2.5,
705
+ "output": 7.5,
706
+ "cacheRead": 0.5,
707
+ "cacheWrite": 0
708
+ },
709
+ "contextWindow": 1000000,
710
+ "maxTokens": 64000,
711
+ "compat": {
712
+ "supportsStore": false,
713
+ "supportsReasoningEffort": false,
714
+ "thinkingFormat": "deepseek",
715
+ "maxTokensField": "max_tokens"
716
+ }
717
+ },
718
+ {
719
+ "id": "qwen3.7-plus",
720
+ "name": "Qwen3.7-Plus",
721
+ "reasoning": true,
722
+ "thinkingLevelMap": {
723
+ "off": "off",
724
+ "minimal": null,
725
+ "low": null,
726
+ "medium": null,
727
+ "high": null,
728
+ "xhigh": null,
729
+ "max": "max"
730
+ },
731
+ "input": [
732
+ "text",
733
+ "image"
734
+ ],
735
+ "cost": {
736
+ "input": 1.2,
737
+ "output": 4.8,
738
+ "cacheRead": 0.24,
739
+ "cacheWrite": 0
740
+ },
741
+ "contextWindow": 1000000,
742
+ "maxTokens": 64000,
743
+ "compat": {
744
+ "supportsStore": false,
745
+ "supportsReasoningEffort": false,
746
+ "thinkingFormat": "deepseek",
747
+ "maxTokensField": "max_tokens"
748
+ }
749
+ },
750
+ {
751
+ "id": "qwen3.8-max",
752
+ "name": "Qwen3.8-Max",
753
+ "reasoning": true,
754
+ "thinkingLevelMap": {
755
+ "off": "off",
756
+ "minimal": null,
757
+ "low": null,
758
+ "medium": null,
759
+ "high": null,
760
+ "xhigh": null,
761
+ "max": "max"
762
+ },
763
+ "input": [
764
+ "text",
765
+ "image"
766
+ ],
767
+ "cost": {
768
+ "input": 2,
769
+ "output": 6,
770
+ "cacheRead": 0.25,
771
+ "cacheWrite": 0
772
+ },
773
+ "contextWindow": 1000000,
774
+ "maxTokens": 65536,
775
+ "compat": {
776
+ "supportsStore": false,
777
+ "supportsReasoningEffort": false,
778
+ "thinkingFormat": "deepseek",
779
+ "maxTokensField": "max_tokens"
780
+ }
781
+ }
782
+ ]