pi-hypercharm-provider 1.3.26 → 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 +1 -1
- package/models.json +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
|
|
|
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 |
|
|
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 |
|
package/models.json
CHANGED
|
@@ -285,13 +285,13 @@
|
|
|
285
285
|
"name": "gpt-oss-120b",
|
|
286
286
|
"reasoning": true,
|
|
287
287
|
"thinkingLevelMap": {
|
|
288
|
-
"off":
|
|
289
|
-
"minimal":
|
|
288
|
+
"off": null,
|
|
289
|
+
"minimal": null,
|
|
290
290
|
"low": "low",
|
|
291
291
|
"medium": "medium",
|
|
292
292
|
"high": "high",
|
|
293
|
-
"xhigh":
|
|
294
|
-
"max":
|
|
293
|
+
"xhigh": null,
|
|
294
|
+
"max": null
|
|
295
295
|
},
|
|
296
296
|
"input": [
|
|
297
297
|
"text"
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"cacheRead": 0.089,
|
|
303
303
|
"cacheWrite": 0
|
|
304
304
|
},
|
|
305
|
-
"contextWindow":
|
|
305
|
+
"contextWindow": 131072,
|
|
306
306
|
"maxTokens": 13107,
|
|
307
307
|
"compat": {
|
|
308
308
|
"supportsStore": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hypercharm-provider",
|
|
3
|
-
"version": "1.3.
|
|
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",
|