pi-hypercharm-provider 1.1.0 → 1.1.1
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 +7 -7
- package/index.ts +1 -1
- package/models.json +36 -34
- package/package.json +1 -1
- package/patch.json +4 -2
package/README.md
CHANGED
|
@@ -27,18 +27,18 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
|
|
|
27
27
|
| Model | Type | Context | Max Tokens | Input Cost | Output Cost |
|
|
28
28
|
|-------|------|---------|------------|------------|-------------|
|
|
29
29
|
| DeepSeek V4 Flash | Text | 1.0M | 384K | $0.14 | $0.28 |
|
|
30
|
-
| DeepSeek V4 Pro | Text | 1.0M | 384K | $
|
|
31
|
-
| Gemma 4 26B A4B | Text + Image | 256K | 26K | $0.12 | $0.
|
|
32
|
-
| GLM 5.1 | Text + Image |
|
|
33
|
-
| GLM-5 | Text | 203K | 20K | $0.
|
|
30
|
+
| DeepSeek V4 Pro | Text | 1.0M | 384K | $1.74 | $3.48 |
|
|
31
|
+
| Gemma 4 26B A4B | Text + Image | 256K | 26K | $0.12 | $0.43 |
|
|
32
|
+
| GLM 5.1 | Text + Image | 203K | 131K | $1.40 | $4.40 |
|
|
33
|
+
| GLM-5 | Text | 203K | 20K | $0.77 | $2.39 |
|
|
34
34
|
| GLM-5.2 | Text | 1.0M | 131K | $1.40 | $4.40 |
|
|
35
|
-
| GPT-OSS 120B | Text | 131K | 13K | $0.18 | $0.
|
|
36
|
-
| Kimi K2.5 | Text + Image | 262K | 26K | $0.
|
|
35
|
+
| GPT-OSS 120B | Text | 131K | 13K | $0.18 | $0.61 |
|
|
36
|
+
| Kimi K2.5 | Text + Image | 262K | 26K | $0.48 | $2.54 |
|
|
37
37
|
| Kimi K2.6 | Text + Image | 262K | 262K | $0.95 | $4.00 |
|
|
38
38
|
| Kimi K2.7 Code | Text | 262K | 262K | $0.95 | $4.00 |
|
|
39
39
|
| Llama 3.3 70B Instruct | Text | 128K | 13K | $0.61 | $1.04 |
|
|
40
40
|
| Llama 4 Maverick 17B 128E FP8 | Text | 430K | 43K | $0.27 | $0.89 |
|
|
41
|
-
| MiniMax M2.7 | Text | 205K |
|
|
41
|
+
| MiniMax M2.7 | Text | 205K | 20K | $0.82 | $2.64 |
|
|
42
42
|
| Qwen3 Coder 480B A35B INT4 | Text | 106K | 11K | $0.60 | $2.08 |
|
|
43
43
|
| Qwen3 Next 80B A3B | Text | 262K | 26K | $0.12 | $1.14 |
|
|
44
44
|
| Qwen3.6-Flash | Text + Image | 1.0M | 64K | $1.00 | $4.00 |
|
package/index.ts
CHANGED
|
@@ -178,7 +178,7 @@ function buildModels(base: JsonModel[], custom: JsonModel[], patch: PatchData):
|
|
|
178
178
|
}
|
|
179
179
|
if (!model.thinkingLevelMap) {
|
|
180
180
|
model.thinkingLevelMap = {
|
|
181
|
-
minimal: null, low: null, medium: null, high: "high", xhigh: "max",
|
|
181
|
+
minimal: null, low: null, medium: null, high: "high", xhigh: "max", max: "max",
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
184
|
}
|
package/models.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"cost": {
|
|
10
10
|
"input": 0.14,
|
|
11
11
|
"output": 0.28,
|
|
12
|
-
"cacheRead": 0.
|
|
13
|
-
"cacheWrite": 0.
|
|
12
|
+
"cacheRead": 0.03,
|
|
13
|
+
"cacheWrite": 0.03
|
|
14
14
|
},
|
|
15
15
|
"contextWindow": 1000000,
|
|
16
16
|
"maxTokens": 384000,
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"low": null,
|
|
20
20
|
"medium": null,
|
|
21
21
|
"high": "high",
|
|
22
|
-
"xhigh": "max"
|
|
22
|
+
"xhigh": "max",
|
|
23
|
+
"max": "max"
|
|
23
24
|
},
|
|
24
25
|
"compat": {
|
|
25
26
|
"thinkingFormat": "deepseek",
|
|
@@ -38,10 +39,10 @@
|
|
|
38
39
|
"text"
|
|
39
40
|
],
|
|
40
41
|
"cost": {
|
|
41
|
-
"input":
|
|
42
|
-
"output":
|
|
43
|
-
"cacheRead": 0.
|
|
44
|
-
"cacheWrite": 0.
|
|
42
|
+
"input": 1.74,
|
|
43
|
+
"output": 3.48,
|
|
44
|
+
"cacheRead": 0.15,
|
|
45
|
+
"cacheWrite": 0.15
|
|
45
46
|
},
|
|
46
47
|
"contextWindow": 1000000,
|
|
47
48
|
"maxTokens": 384000,
|
|
@@ -50,7 +51,8 @@
|
|
|
50
51
|
"low": null,
|
|
51
52
|
"medium": null,
|
|
52
53
|
"high": "high",
|
|
53
|
-
"xhigh": "max"
|
|
54
|
+
"xhigh": "max",
|
|
55
|
+
"max": "max"
|
|
54
56
|
},
|
|
55
57
|
"compat": {
|
|
56
58
|
"thinkingFormat": "deepseek",
|
|
@@ -70,9 +72,9 @@
|
|
|
70
72
|
"image"
|
|
71
73
|
],
|
|
72
74
|
"cost": {
|
|
73
|
-
"input": 0.
|
|
74
|
-
"output": 0.
|
|
75
|
-
"cacheRead": 0.
|
|
75
|
+
"input": 0.12,
|
|
76
|
+
"output": 0.426,
|
|
77
|
+
"cacheRead": 0.06,
|
|
76
78
|
"cacheWrite": 0
|
|
77
79
|
},
|
|
78
80
|
"contextWindow": 256000,
|
|
@@ -87,13 +89,13 @@
|
|
|
87
89
|
"image"
|
|
88
90
|
],
|
|
89
91
|
"cost": {
|
|
90
|
-
"input": 1.
|
|
91
|
-
"output": 4.
|
|
92
|
+
"input": 1.4,
|
|
93
|
+
"output": 4.4,
|
|
92
94
|
"cacheRead": 0.26,
|
|
93
95
|
"cacheWrite": 0.26
|
|
94
96
|
},
|
|
95
|
-
"contextWindow":
|
|
96
|
-
"maxTokens":
|
|
97
|
+
"contextWindow": 202800,
|
|
98
|
+
"maxTokens": 131072
|
|
97
99
|
},
|
|
98
100
|
{
|
|
99
101
|
"id": "glm-5",
|
|
@@ -103,9 +105,9 @@
|
|
|
103
105
|
"text"
|
|
104
106
|
],
|
|
105
107
|
"cost": {
|
|
106
|
-
"input": 0.
|
|
107
|
-
"output": 2.
|
|
108
|
-
"cacheRead": 0.
|
|
108
|
+
"input": 0.77,
|
|
109
|
+
"output": 2.388,
|
|
110
|
+
"cacheRead": 0.385,
|
|
109
111
|
"cacheWrite": 0
|
|
110
112
|
},
|
|
111
113
|
"contextWindow": 202752,
|
|
@@ -122,7 +124,7 @@
|
|
|
122
124
|
"input": 1.4,
|
|
123
125
|
"output": 4.4,
|
|
124
126
|
"cacheRead": 0.26,
|
|
125
|
-
"cacheWrite": 0
|
|
127
|
+
"cacheWrite": 0.14
|
|
126
128
|
},
|
|
127
129
|
"contextWindow": 1048576,
|
|
128
130
|
"maxTokens": 131072
|
|
@@ -135,9 +137,9 @@
|
|
|
135
137
|
"text"
|
|
136
138
|
],
|
|
137
139
|
"cost": {
|
|
138
|
-
"input": 0.
|
|
139
|
-
"output": 0.
|
|
140
|
-
"cacheRead": 0.
|
|
140
|
+
"input": 0.18,
|
|
141
|
+
"output": 0.61,
|
|
142
|
+
"cacheRead": 0.09,
|
|
141
143
|
"cacheWrite": 0
|
|
142
144
|
},
|
|
143
145
|
"contextWindow": 131072,
|
|
@@ -152,9 +154,9 @@
|
|
|
152
154
|
"image"
|
|
153
155
|
],
|
|
154
156
|
"cost": {
|
|
155
|
-
"input": 0.
|
|
156
|
-
"output": 2.
|
|
157
|
-
"cacheRead": 0.
|
|
157
|
+
"input": 0.477,
|
|
158
|
+
"output": 2.535,
|
|
159
|
+
"cacheRead": 0.2385,
|
|
158
160
|
"cacheWrite": 0
|
|
159
161
|
},
|
|
160
162
|
"contextWindow": 262144,
|
|
@@ -178,7 +180,7 @@
|
|
|
178
180
|
"maxTokens": 262000
|
|
179
181
|
},
|
|
180
182
|
{
|
|
181
|
-
"id": "kimi-k2.7",
|
|
183
|
+
"id": "kimi-k2.7-code",
|
|
182
184
|
"name": "Kimi K2.7 Code",
|
|
183
185
|
"reasoning": true,
|
|
184
186
|
"input": [
|
|
@@ -187,8 +189,8 @@
|
|
|
187
189
|
"cost": {
|
|
188
190
|
"input": 0.95,
|
|
189
191
|
"output": 4,
|
|
190
|
-
"cacheRead": 0.
|
|
191
|
-
"cacheWrite": 0
|
|
192
|
+
"cacheRead": 0.16,
|
|
193
|
+
"cacheWrite": 0.19
|
|
192
194
|
},
|
|
193
195
|
"contextWindow": 262000,
|
|
194
196
|
"maxTokens": 262000
|
|
@@ -233,13 +235,13 @@
|
|
|
233
235
|
"text"
|
|
234
236
|
],
|
|
235
237
|
"cost": {
|
|
236
|
-
"input": 0.
|
|
237
|
-
"output":
|
|
238
|
-
"cacheRead": 0.
|
|
238
|
+
"input": 0.82,
|
|
239
|
+
"output": 2.64,
|
|
240
|
+
"cacheRead": 0.41,
|
|
239
241
|
"cacheWrite": 0.06
|
|
240
242
|
},
|
|
241
243
|
"contextWindow": 204800,
|
|
242
|
-
"maxTokens":
|
|
244
|
+
"maxTokens": 20480
|
|
243
245
|
},
|
|
244
246
|
{
|
|
245
247
|
"id": "qwen3-coder-480b-a35b-instruct-int4-mixed-ar",
|
|
@@ -336,7 +338,7 @@
|
|
|
336
338
|
"input": 2.5,
|
|
337
339
|
"output": 7.5,
|
|
338
340
|
"cacheRead": 3.125,
|
|
339
|
-
"cacheWrite": 0.
|
|
341
|
+
"cacheWrite": 0.5
|
|
340
342
|
},
|
|
341
343
|
"contextWindow": 1000000,
|
|
342
344
|
"maxTokens": 64000
|
|
@@ -352,7 +354,7 @@
|
|
|
352
354
|
"input": 1.2,
|
|
353
355
|
"output": 4.8,
|
|
354
356
|
"cacheRead": 1.5,
|
|
355
|
-
"cacheWrite": 0.
|
|
357
|
+
"cacheWrite": 0.24
|
|
356
358
|
},
|
|
357
359
|
"contextWindow": 1000000,
|
|
358
360
|
"maxTokens": 64000
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hypercharm-provider",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
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",
|
package/patch.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"low": null,
|
|
7
7
|
"medium": null,
|
|
8
8
|
"high": "high",
|
|
9
|
-
"xhigh": "max"
|
|
9
|
+
"xhigh": "max",
|
|
10
|
+
"max": "max"
|
|
10
11
|
},
|
|
11
12
|
"compat": {
|
|
12
13
|
"thinkingFormat": "deepseek",
|
|
@@ -24,7 +25,8 @@
|
|
|
24
25
|
"low": null,
|
|
25
26
|
"medium": null,
|
|
26
27
|
"high": "high",
|
|
27
|
-
"xhigh": "max"
|
|
28
|
+
"xhigh": "max",
|
|
29
|
+
"max": "max"
|
|
28
30
|
},
|
|
29
31
|
"compat": {
|
|
30
32
|
"thinkingFormat": "deepseek",
|