pi-hypercharm-provider 1.3.1 → 1.3.2

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,781 @@
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.13,
51
+ "output": 0.26,
52
+ "cacheRead": 0.028,
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.122,
144
+ "output": 0.42,
145
+ "cacheRead": 0,
146
+ "cacheWrite": 0.061
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.84,
175
+ "output": 2.612,
176
+ "cacheRead": 0,
177
+ "cacheWrite": 0.42
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": null,
225
+ "minimal": null,
226
+ "low": null,
227
+ "medium": null,
228
+ "high": "high",
229
+ "xhigh": "xhigh",
230
+ "max": null
231
+ },
232
+ "input": [
233
+ "text"
234
+ ],
235
+ "cost": {
236
+ "input": 1.4,
237
+ "output": 4.4,
238
+ "cacheRead": 0.28,
239
+ "cacheWrite": 0
240
+ },
241
+ "contextWindow": 1000000,
242
+ "maxTokens": 32768,
243
+ "compat": {
244
+ "supportsStore": false,
245
+ "supportsReasoningEffort": true,
246
+ "thinkingFormat": "deepseek",
247
+ "maxTokensField": "max_tokens"
248
+ }
249
+ },
250
+ {
251
+ "id": "gpt-oss-120b",
252
+ "name": "gpt-oss-120b",
253
+ "reasoning": true,
254
+ "thinkingLevelMap": {
255
+ "off": null,
256
+ "minimal": null,
257
+ "low": "low",
258
+ "medium": "medium",
259
+ "high": "high",
260
+ "xhigh": null,
261
+ "max": null
262
+ },
263
+ "input": [
264
+ "text"
265
+ ],
266
+ "cost": {
267
+ "input": 0.16332,
268
+ "output": 0.65328,
269
+ "cacheRead": 0.0152432,
270
+ "cacheWrite": 0
271
+ },
272
+ "contextWindow": 131072,
273
+ "maxTokens": 13107,
274
+ "compat": {
275
+ "supportsStore": false,
276
+ "supportsReasoningEffort": true,
277
+ "thinkingFormat": "deepseek",
278
+ "maxTokensField": "max_tokens"
279
+ }
280
+ },
281
+ {
282
+ "id": "kimi-k2.5",
283
+ "name": "Kimi K2.5",
284
+ "reasoning": true,
285
+ "thinkingLevelMap": {
286
+ "off": "off",
287
+ "minimal": null,
288
+ "low": null,
289
+ "medium": null,
290
+ "high": null,
291
+ "xhigh": null,
292
+ "max": "max"
293
+ },
294
+ "input": [
295
+ "text"
296
+ ],
297
+ "cost": {
298
+ "input": 0.5744,
299
+ "output": 3.005,
300
+ "cacheRead": 0,
301
+ "cacheWrite": 0.2872
302
+ },
303
+ "contextWindow": 262144,
304
+ "maxTokens": 26214,
305
+ "compat": {
306
+ "supportsStore": false,
307
+ "supportsReasoningEffort": false,
308
+ "thinkingFormat": "deepseek",
309
+ "maxTokensField": "max_tokens"
310
+ }
311
+ },
312
+ {
313
+ "id": "kimi-k2.6",
314
+ "name": "Kimi K2.6",
315
+ "reasoning": true,
316
+ "thinkingLevelMap": {
317
+ "off": null,
318
+ "minimal": null,
319
+ "low": "low",
320
+ "medium": "medium",
321
+ "high": "high",
322
+ "xhigh": null,
323
+ "max": null
324
+ },
325
+ "input": [
326
+ "text",
327
+ "image"
328
+ ],
329
+ "cost": {
330
+ "input": 0.95,
331
+ "output": 4,
332
+ "cacheRead": 0.16,
333
+ "cacheWrite": 0
334
+ },
335
+ "contextWindow": 262000,
336
+ "maxTokens": 26214,
337
+ "compat": {
338
+ "supportsStore": false,
339
+ "supportsReasoningEffort": true,
340
+ "thinkingFormat": "deepseek",
341
+ "maxTokensField": "max_tokens"
342
+ }
343
+ },
344
+ {
345
+ "id": "kimi-k2.7-code",
346
+ "name": "Kimi K2.7 Code",
347
+ "reasoning": false,
348
+ "input": [
349
+ "text",
350
+ "image"
351
+ ],
352
+ "cost": {
353
+ "input": 0.95,
354
+ "output": 4,
355
+ "cacheRead": 0.19,
356
+ "cacheWrite": 0
357
+ },
358
+ "contextWindow": 256000,
359
+ "maxTokens": 16000,
360
+ "compat": {
361
+ "supportsStore": false,
362
+ "supportsReasoningEffort": false,
363
+ "thinkingFormat": "deepseek",
364
+ "maxTokensField": "max_tokens"
365
+ }
366
+ },
367
+ {
368
+ "id": "kimi-k3",
369
+ "name": "Kimi K3",
370
+ "reasoning": true,
371
+ "thinkingLevelMap": {
372
+ "off": null,
373
+ "minimal": null,
374
+ "low": "low",
375
+ "medium": null,
376
+ "high": "high",
377
+ "xhigh": null,
378
+ "max": "max"
379
+ },
380
+ "input": [
381
+ "text",
382
+ "image"
383
+ ],
384
+ "cost": {
385
+ "input": 3,
386
+ "output": 15,
387
+ "cacheRead": 0.3,
388
+ "cacheWrite": 0
389
+ },
390
+ "contextWindow": 1048576,
391
+ "maxTokens": 131072,
392
+ "compat": {
393
+ "supportsStore": false,
394
+ "supportsReasoningEffort": true,
395
+ "thinkingFormat": "deepseek",
396
+ "maxTokensField": "max_tokens"
397
+ }
398
+ },
399
+ {
400
+ "id": "llama-3.3-70b-instruct",
401
+ "name": "Llama 3.3 70B Instruct",
402
+ "reasoning": true,
403
+ "thinkingLevelMap": {
404
+ "off": "off",
405
+ "minimal": null,
406
+ "low": null,
407
+ "medium": null,
408
+ "high": null,
409
+ "xhigh": null,
410
+ "max": "max"
411
+ },
412
+ "input": [
413
+ "text"
414
+ ],
415
+ "cost": {
416
+ "input": 0.638,
417
+ "output": 0.768,
418
+ "cacheRead": 0,
419
+ "cacheWrite": 0.319
420
+ },
421
+ "contextWindow": 128000,
422
+ "maxTokens": 12800,
423
+ "compat": {
424
+ "supportsStore": false,
425
+ "supportsReasoningEffort": false,
426
+ "thinkingFormat": "deepseek",
427
+ "maxTokensField": "max_tokens"
428
+ }
429
+ },
430
+ {
431
+ "id": "llama-4-maverick-17b-128e-instruct-fp8",
432
+ "name": "Llama 4 Maverick 17B 128E Instruct FP8",
433
+ "reasoning": true,
434
+ "thinkingLevelMap": {
435
+ "off": "off",
436
+ "minimal": null,
437
+ "low": null,
438
+ "medium": null,
439
+ "high": null,
440
+ "xhigh": null,
441
+ "max": "max"
442
+ },
443
+ "input": [
444
+ "text"
445
+ ],
446
+ "cost": {
447
+ "input": 0.274,
448
+ "output": 0.8992,
449
+ "cacheRead": 0,
450
+ "cacheWrite": 0.137
451
+ },
452
+ "contextWindow": 430000,
453
+ "maxTokens": 43000,
454
+ "compat": {
455
+ "supportsStore": false,
456
+ "supportsReasoningEffort": false,
457
+ "thinkingFormat": "deepseek",
458
+ "maxTokensField": "max_tokens"
459
+ }
460
+ },
461
+ {
462
+ "id": "minimax-m2.7",
463
+ "name": "MiniMax M2.7",
464
+ "reasoning": false,
465
+ "input": [
466
+ "text"
467
+ ],
468
+ "cost": {
469
+ "input": 0.47,
470
+ "output": 1.76,
471
+ "cacheRead": 0,
472
+ "cacheWrite": 0.235
473
+ },
474
+ "contextWindow": 262100,
475
+ "maxTokens": 6553,
476
+ "compat": {
477
+ "supportsStore": false,
478
+ "supportsReasoningEffort": false,
479
+ "thinkingFormat": "deepseek",
480
+ "maxTokensField": "max_tokens"
481
+ }
482
+ },
483
+ {
484
+ "id": "minimax-m3",
485
+ "name": "MiniMax M3",
486
+ "reasoning": true,
487
+ "thinkingLevelMap": {
488
+ "off": null,
489
+ "minimal": null,
490
+ "low": "low",
491
+ "medium": "medium",
492
+ "high": "high",
493
+ "xhigh": null,
494
+ "max": null
495
+ },
496
+ "input": [
497
+ "text",
498
+ "image"
499
+ ],
500
+ "cost": {
501
+ "input": 0.32664,
502
+ "output": 1.30656,
503
+ "cacheRead": 0.0642392,
504
+ "cacheWrite": 0
505
+ },
506
+ "contextWindow": 512000,
507
+ "maxTokens": 512000,
508
+ "compat": {
509
+ "supportsStore": false,
510
+ "supportsReasoningEffort": true,
511
+ "thinkingFormat": "deepseek",
512
+ "maxTokensField": "max_tokens"
513
+ }
514
+ },
515
+ {
516
+ "id": "qwen3-coder-480b-a35b-instruct-int4-mixed-ar",
517
+ "name": "Qwen3 Coder 480B A35B Instruct INT4 Mixed AR",
518
+ "reasoning": false,
519
+ "input": [
520
+ "text"
521
+ ],
522
+ "cost": {
523
+ "input": 0.445,
524
+ "output": 2.145,
525
+ "cacheRead": 0,
526
+ "cacheWrite": 0.2225
527
+ },
528
+ "contextWindow": 106000,
529
+ "maxTokens": 10600,
530
+ "compat": {
531
+ "supportsStore": false,
532
+ "supportsReasoningEffort": false,
533
+ "thinkingFormat": "deepseek",
534
+ "maxTokensField": "max_tokens"
535
+ }
536
+ },
537
+ {
538
+ "id": "qwen3-next-80b-a3b-instruct",
539
+ "name": "Qwen3 Next 80B A3B Instruct",
540
+ "reasoning": false,
541
+ "input": [
542
+ "text"
543
+ ],
544
+ "cost": {
545
+ "input": 0.1175,
546
+ "output": 1.136,
547
+ "cacheRead": 0,
548
+ "cacheWrite": 0.05875
549
+ },
550
+ "contextWindow": 262144,
551
+ "maxTokens": 26214,
552
+ "compat": {
553
+ "supportsStore": false,
554
+ "supportsReasoningEffort": false,
555
+ "thinkingFormat": "deepseek",
556
+ "maxTokensField": "max_tokens"
557
+ }
558
+ },
559
+ {
560
+ "id": "qwen3.6-flash",
561
+ "name": "Qwen3.6-Flash",
562
+ "reasoning": true,
563
+ "thinkingLevelMap": {
564
+ "off": "off",
565
+ "minimal": null,
566
+ "low": null,
567
+ "medium": null,
568
+ "high": null,
569
+ "xhigh": null,
570
+ "max": "max"
571
+ },
572
+ "input": [
573
+ "text",
574
+ "image"
575
+ ],
576
+ "cost": {
577
+ "input": 1,
578
+ "output": 4,
579
+ "cacheRead": 0.1,
580
+ "cacheWrite": 1.25
581
+ },
582
+ "contextWindow": 1000000,
583
+ "maxTokens": 64000,
584
+ "compat": {
585
+ "supportsStore": false,
586
+ "supportsReasoningEffort": false,
587
+ "thinkingFormat": "deepseek",
588
+ "maxTokensField": "max_tokens"
589
+ }
590
+ },
591
+ {
592
+ "id": "qwen3.6-max",
593
+ "name": "Qwen3.6-Max",
594
+ "reasoning": true,
595
+ "thinkingLevelMap": {
596
+ "off": "off",
597
+ "minimal": null,
598
+ "low": null,
599
+ "medium": null,
600
+ "high": null,
601
+ "xhigh": null,
602
+ "max": "max"
603
+ },
604
+ "input": [
605
+ "text"
606
+ ],
607
+ "cost": {
608
+ "input": 2,
609
+ "output": 12,
610
+ "cacheRead": 0.2,
611
+ "cacheWrite": 2.5
612
+ },
613
+ "contextWindow": 256000,
614
+ "maxTokens": 64000,
615
+ "compat": {
616
+ "supportsStore": false,
617
+ "supportsReasoningEffort": false,
618
+ "thinkingFormat": "deepseek",
619
+ "maxTokensField": "max_tokens"
620
+ }
621
+ },
622
+ {
623
+ "id": "qwen3.6-plus",
624
+ "name": "Qwen3.6-Plus",
625
+ "reasoning": true,
626
+ "thinkingLevelMap": {
627
+ "off": "off",
628
+ "minimal": null,
629
+ "low": null,
630
+ "medium": null,
631
+ "high": null,
632
+ "xhigh": null,
633
+ "max": "max"
634
+ },
635
+ "input": [
636
+ "text",
637
+ "image"
638
+ ],
639
+ "cost": {
640
+ "input": 2,
641
+ "output": 6,
642
+ "cacheRead": 0.2,
643
+ "cacheWrite": 2.5
644
+ },
645
+ "contextWindow": 1000000,
646
+ "maxTokens": 64000,
647
+ "compat": {
648
+ "supportsStore": false,
649
+ "supportsReasoningEffort": false,
650
+ "thinkingFormat": "deepseek",
651
+ "maxTokensField": "max_tokens"
652
+ }
653
+ },
654
+ {
655
+ "id": "qwen3.7-flash",
656
+ "name": "Qwen3.7-Flash",
657
+ "reasoning": true,
658
+ "thinkingLevelMap": {
659
+ "off": "off",
660
+ "minimal": null,
661
+ "low": null,
662
+ "medium": null,
663
+ "high": null,
664
+ "xhigh": null,
665
+ "max": "max"
666
+ },
667
+ "input": [
668
+ "text",
669
+ "image"
670
+ ],
671
+ "cost": {
672
+ "input": 0.2,
673
+ "output": 0.8,
674
+ "cacheRead": 0.04,
675
+ "cacheWrite": 0
676
+ },
677
+ "contextWindow": 1000000,
678
+ "maxTokens": 64000,
679
+ "compat": {
680
+ "supportsStore": false,
681
+ "supportsReasoningEffort": false,
682
+ "thinkingFormat": "deepseek",
683
+ "maxTokensField": "max_tokens"
684
+ }
685
+ },
686
+ {
687
+ "id": "qwen3.7-max",
688
+ "name": "Qwen3.7-Max",
689
+ "reasoning": true,
690
+ "thinkingLevelMap": {
691
+ "off": "off",
692
+ "minimal": null,
693
+ "low": null,
694
+ "medium": null,
695
+ "high": null,
696
+ "xhigh": null,
697
+ "max": "max"
698
+ },
699
+ "input": [
700
+ "text"
701
+ ],
702
+ "cost": {
703
+ "input": 2.5,
704
+ "output": 7.5,
705
+ "cacheRead": 0.5,
706
+ "cacheWrite": 0
707
+ },
708
+ "contextWindow": 1000000,
709
+ "maxTokens": 64000,
710
+ "compat": {
711
+ "supportsStore": false,
712
+ "supportsReasoningEffort": false,
713
+ "thinkingFormat": "deepseek",
714
+ "maxTokensField": "max_tokens"
715
+ }
716
+ },
717
+ {
718
+ "id": "qwen3.7-plus",
719
+ "name": "Qwen3.7-Plus",
720
+ "reasoning": true,
721
+ "thinkingLevelMap": {
722
+ "off": "off",
723
+ "minimal": null,
724
+ "low": null,
725
+ "medium": null,
726
+ "high": null,
727
+ "xhigh": null,
728
+ "max": "max"
729
+ },
730
+ "input": [
731
+ "text",
732
+ "image"
733
+ ],
734
+ "cost": {
735
+ "input": 1.2,
736
+ "output": 4.8,
737
+ "cacheRead": 0.24,
738
+ "cacheWrite": 0
739
+ },
740
+ "contextWindow": 1000000,
741
+ "maxTokens": 64000,
742
+ "compat": {
743
+ "supportsStore": false,
744
+ "supportsReasoningEffort": false,
745
+ "thinkingFormat": "deepseek",
746
+ "maxTokensField": "max_tokens"
747
+ }
748
+ },
749
+ {
750
+ "id": "qwen3.8-max",
751
+ "name": "Qwen3.8-Max",
752
+ "reasoning": true,
753
+ "thinkingLevelMap": {
754
+ "off": "off",
755
+ "minimal": null,
756
+ "low": null,
757
+ "medium": null,
758
+ "high": null,
759
+ "xhigh": null,
760
+ "max": "max"
761
+ },
762
+ "input": [
763
+ "text",
764
+ "image"
765
+ ],
766
+ "cost": {
767
+ "input": 2,
768
+ "output": 6,
769
+ "cacheRead": 0.25,
770
+ "cacheWrite": 0
771
+ },
772
+ "contextWindow": 1000000,
773
+ "maxTokens": 65536,
774
+ "compat": {
775
+ "supportsStore": false,
776
+ "supportsReasoningEffort": false,
777
+ "thinkingFormat": "deepseek",
778
+ "maxTokensField": "max_tokens"
779
+ }
780
+ }
781
+ ]