pi-hypercharm-provider 1.3.17 → 1.3.19

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 +4 -4
  2. package/models.json +87 -78
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -31,13 +31,13 @@ _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.11 | $0.41 |
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
37
  | GLM-5 | Text | 203K | 20K | $0.86 | $2.78 |
38
- | GLM-5.1 | Text | 203K | 3K | $1.33 | $4.31 |
38
+ | GLM-5.1 | Text | 203K | 3K | $1.39 | $4.36 |
39
39
  | GLM-5.2 | Text | 1.0M | 33K | $1.52 | $4.79 |
40
- | gpt-oss-120b | Text | 128K | 13K | $0.19 | $0.70 |
40
+ | gpt-oss-120b | Text | 128K | 13K | $0.18 | $0.61 |
41
41
  | Inkling | Text + Image | 1.0M | 33K | $1.09 | $4.41 |
42
42
  | Kimi K2 Thinking | Text | 262K | 26K | $0.60 | $2.50 |
43
43
  | Kimi K2.5 | Text | 262K | 26K | $0.56 | $2.94 |
@@ -46,7 +46,7 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
46
46
  | Kimi K3 | Text + Image | 1.0M | 16K | $3.27 | $16.33 |
47
47
  | Llama 3.3 70B Instruct | Text | 128K | 13K | $0.61 | $1.04 |
48
48
  | Llama 4 Maverick 17B 128E Instruct FP8 | Text | 430K | 43K | $0.27 | $0.90 |
49
- | MiniMax M2.7 | Text | 262K | 7K | $0.47 | $1.76 |
49
+ | MiniMax M2.7 | Text | 262K | 7K | $0.46 | $1.71 |
50
50
  | MiniMax M3 | Text + Image | 512K | 512K | $0.33 | $1.31 |
51
51
  | Qwen3 Coder 480B A35B Instruct INT4 Mixed AR | Text | 106K | 11K | $0.45 | $2.15 |
52
52
  | Qwen3 Next 80B A3B Instruct | Text | 262K | 26K | $0.12 | $1.14 |
package/models.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "name": "DeepSeek V4 Flash 0731",
36
36
  "reasoning": true,
37
37
  "thinkingLevelMap": {
38
- "off": "none",
38
+ "off": null,
39
39
  "minimal": null,
40
40
  "low": "low",
41
41
  "medium": null,
@@ -140,10 +140,10 @@
140
140
  "text"
141
141
  ],
142
142
  "cost": {
143
- "input": 0.11,
144
- "output": 0.408,
143
+ "input": 0.106,
144
+ "output": 0.368,
145
145
  "cacheRead": 0,
146
- "cacheWrite": 0.055
146
+ "cacheWrite": 0.053
147
147
  },
148
148
  "contextWindow": 256000,
149
149
  "maxTokens": 25600,
@@ -265,10 +265,10 @@
265
265
  "text"
266
266
  ],
267
267
  "cost": {
268
- "input": 1.332,
269
- "output": 4.312,
268
+ "input": 1.386,
269
+ "output": 4.356,
270
270
  "cacheRead": 0,
271
- "cacheWrite": 0.666
271
+ "cacheWrite": 0.693
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.188,
331
- "output": 0.7,
330
+ "input": 0.18,
331
+ "output": 0.61,
332
332
  "cacheRead": 0,
333
- "cacheWrite": 0.094
333
+ "cacheWrite": 0.09
334
334
  },
335
335
  "contextWindow": 128072,
336
336
  "maxTokens": 13107,
@@ -601,10 +601,10 @@
601
601
  "text"
602
602
  ],
603
603
  "cost": {
604
- "input": 0.47,
605
- "output": 1.76,
604
+ "input": 0.458,
605
+ "output": 1.712,
606
606
  "cacheRead": 0,
607
- "cacheWrite": 0.235
607
+ "cacheWrite": 0.229
608
608
  },
609
609
  "contextWindow": 262100,
610
610
  "maxTokens": 6553,
@@ -696,13 +696,13 @@
696
696
  "name": "Qwen3.6-Flash",
697
697
  "reasoning": true,
698
698
  "thinkingLevelMap": {
699
- "off": "off",
700
- "minimal": null,
701
- "low": null,
702
- "medium": null,
703
- "high": null,
699
+ "off": "none",
700
+ "minimal": "minimal",
701
+ "low": "low",
702
+ "medium": "medium",
703
+ "high": "high",
704
704
  "xhigh": null,
705
- "max": "max"
705
+ "max": null
706
706
  },
707
707
  "input": [
708
708
  "text",
@@ -718,7 +718,7 @@
718
718
  "maxTokens": 64000,
719
719
  "compat": {
720
720
  "supportsStore": false,
721
- "supportsReasoningEffort": false,
721
+ "supportsReasoningEffort": true,
722
722
  "thinkingFormat": "deepseek",
723
723
  "maxTokensField": "max_tokens"
724
724
  }
@@ -728,13 +728,13 @@
728
728
  "name": "Qwen3.6-Max",
729
729
  "reasoning": true,
730
730
  "thinkingLevelMap": {
731
- "off": "off",
732
- "minimal": null,
733
- "low": null,
734
- "medium": null,
735
- "high": null,
731
+ "off": "none",
732
+ "minimal": "minimal",
733
+ "low": "low",
734
+ "medium": "medium",
735
+ "high": "high",
736
736
  "xhigh": null,
737
- "max": "max"
737
+ "max": null
738
738
  },
739
739
  "input": [
740
740
  "text"
@@ -749,7 +749,7 @@
749
749
  "maxTokens": 64000,
750
750
  "compat": {
751
751
  "supportsStore": false,
752
- "supportsReasoningEffort": false,
752
+ "supportsReasoningEffort": true,
753
753
  "thinkingFormat": "deepseek",
754
754
  "maxTokensField": "max_tokens"
755
755
  }
@@ -759,13 +759,13 @@
759
759
  "name": "Qwen3.6-Plus",
760
760
  "reasoning": true,
761
761
  "thinkingLevelMap": {
762
- "off": "off",
763
- "minimal": null,
764
- "low": null,
765
- "medium": null,
766
- "high": null,
762
+ "off": "none",
763
+ "minimal": "minimal",
764
+ "low": "low",
765
+ "medium": "medium",
766
+ "high": "high",
767
767
  "xhigh": null,
768
- "max": "max"
768
+ "max": null
769
769
  },
770
770
  "input": [
771
771
  "text",
@@ -781,7 +781,7 @@
781
781
  "maxTokens": 64000,
782
782
  "compat": {
783
783
  "supportsStore": false,
784
- "supportsReasoningEffort": false,
784
+ "supportsReasoningEffort": true,
785
785
  "thinkingFormat": "deepseek",
786
786
  "maxTokensField": "max_tokens"
787
787
  }
@@ -791,13 +791,13 @@
791
791
  "name": "Qwen3.7-Flash",
792
792
  "reasoning": true,
793
793
  "thinkingLevelMap": {
794
- "off": "off",
795
- "minimal": null,
796
- "low": null,
797
- "medium": null,
798
- "high": null,
794
+ "off": "none",
795
+ "minimal": "minimal",
796
+ "low": "low",
797
+ "medium": "medium",
798
+ "high": "high",
799
799
  "xhigh": null,
800
- "max": "max"
800
+ "max": null
801
801
  },
802
802
  "input": [
803
803
  "text",
@@ -813,7 +813,7 @@
813
813
  "maxTokens": 64000,
814
814
  "compat": {
815
815
  "supportsStore": false,
816
- "supportsReasoningEffort": false,
816
+ "supportsReasoningEffort": true,
817
817
  "thinkingFormat": "deepseek",
818
818
  "maxTokensField": "max_tokens"
819
819
  }
@@ -823,13 +823,13 @@
823
823
  "name": "Qwen3.7-Max",
824
824
  "reasoning": true,
825
825
  "thinkingLevelMap": {
826
- "off": "off",
827
- "minimal": null,
828
- "low": null,
829
- "medium": null,
830
- "high": null,
826
+ "off": "none",
827
+ "minimal": "minimal",
828
+ "low": "low",
829
+ "medium": "medium",
830
+ "high": "high",
831
831
  "xhigh": null,
832
- "max": "max"
832
+ "max": null
833
833
  },
834
834
  "input": [
835
835
  "text"
@@ -844,7 +844,7 @@
844
844
  "maxTokens": 64000,
845
845
  "compat": {
846
846
  "supportsStore": false,
847
- "supportsReasoningEffort": false,
847
+ "supportsReasoningEffort": true,
848
848
  "thinkingFormat": "deepseek",
849
849
  "maxTokensField": "max_tokens"
850
850
  }
@@ -854,13 +854,13 @@
854
854
  "name": "Qwen3.7-Plus",
855
855
  "reasoning": true,
856
856
  "thinkingLevelMap": {
857
- "off": "off",
858
- "minimal": null,
859
- "low": null,
860
- "medium": null,
861
- "high": null,
857
+ "off": "none",
858
+ "minimal": "minimal",
859
+ "low": "low",
860
+ "medium": "medium",
861
+ "high": "high",
862
862
  "xhigh": null,
863
- "max": "max"
863
+ "max": null
864
864
  },
865
865
  "input": [
866
866
  "text",
@@ -876,7 +876,7 @@
876
876
  "maxTokens": 64000,
877
877
  "compat": {
878
878
  "supportsStore": false,
879
- "supportsReasoningEffort": false,
879
+ "supportsReasoningEffort": true,
880
880
  "thinkingFormat": "deepseek",
881
881
  "maxTokensField": "max_tokens"
882
882
  }
@@ -884,7 +884,16 @@
884
884
  {
885
885
  "id": "qwen3.8-2.4t-a95b",
886
886
  "name": "Qwen3.8-2.4T-A95B",
887
- "reasoning": false,
887
+ "reasoning": true,
888
+ "thinkingLevelMap": {
889
+ "off": null,
890
+ "minimal": "minimal",
891
+ "low": "low",
892
+ "medium": "medium",
893
+ "high": "high",
894
+ "xhigh": null,
895
+ "max": null
896
+ },
888
897
  "input": [
889
898
  "text"
890
899
  ],
@@ -898,7 +907,7 @@
898
907
  "maxTokens": 128000,
899
908
  "compat": {
900
909
  "supportsStore": false,
901
- "supportsReasoningEffort": false,
910
+ "supportsReasoningEffort": true,
902
911
  "thinkingFormat": "deepseek",
903
912
  "maxTokensField": "max_tokens"
904
913
  }
@@ -908,13 +917,13 @@
908
917
  "name": "Qwen3.8-27B",
909
918
  "reasoning": true,
910
919
  "thinkingLevelMap": {
911
- "off": "off",
912
- "minimal": null,
913
- "low": null,
914
- "medium": null,
915
- "high": null,
920
+ "off": "none",
921
+ "minimal": "minimal",
922
+ "low": "low",
923
+ "medium": "medium",
924
+ "high": "high",
916
925
  "xhigh": null,
917
- "max": "max"
926
+ "max": null
918
927
  },
919
928
  "input": [
920
929
  "text",
@@ -930,7 +939,7 @@
930
939
  "maxTokens": 128000,
931
940
  "compat": {
932
941
  "supportsStore": false,
933
- "supportsReasoningEffort": false,
942
+ "supportsReasoningEffort": true,
934
943
  "thinkingFormat": "deepseek",
935
944
  "maxTokensField": "max_tokens"
936
945
  }
@@ -940,13 +949,13 @@
940
949
  "name": "Qwen3.8-Flash",
941
950
  "reasoning": true,
942
951
  "thinkingLevelMap": {
943
- "off": "off",
944
- "minimal": null,
945
- "low": null,
946
- "medium": null,
947
- "high": null,
952
+ "off": "none",
953
+ "minimal": "minimal",
954
+ "low": "low",
955
+ "medium": "medium",
956
+ "high": "high",
948
957
  "xhigh": null,
949
- "max": "max"
958
+ "max": null
950
959
  },
951
960
  "input": [
952
961
  "text",
@@ -962,7 +971,7 @@
962
971
  "maxTokens": 128000,
963
972
  "compat": {
964
973
  "supportsStore": false,
965
- "supportsReasoningEffort": false,
974
+ "supportsReasoningEffort": true,
966
975
  "thinkingFormat": "deepseek",
967
976
  "maxTokensField": "max_tokens"
968
977
  }
@@ -972,13 +981,13 @@
972
981
  "name": "Qwen3.8-Max",
973
982
  "reasoning": true,
974
983
  "thinkingLevelMap": {
975
- "off": "off",
976
- "minimal": null,
977
- "low": null,
978
- "medium": null,
979
- "high": null,
984
+ "off": "none",
985
+ "minimal": "minimal",
986
+ "low": "low",
987
+ "medium": "medium",
988
+ "high": "high",
980
989
  "xhigh": null,
981
- "max": "max"
990
+ "max": null
982
991
  },
983
992
  "input": [
984
993
  "text",
@@ -994,7 +1003,7 @@
994
1003
  "maxTokens": 65536,
995
1004
  "compat": {
996
1005
  "supportsStore": false,
997
- "supportsReasoningEffort": false,
1006
+ "supportsReasoningEffort": true,
998
1007
  "thinkingFormat": "deepseek",
999
1008
  "maxTokensField": "max_tokens"
1000
1009
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hypercharm-provider",
3
- "version": "1.3.17",
3
+ "version": "1.3.19",
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",