pi-hypercharm-provider 1.3.33 → 1.3.34
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ _Hyperoptimized coding models — DeepSeek, GLM, Kimi, Qwen, MiniMax, Gemma, GPT
|
|
|
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
41
|
| gpt-oss-120b | Text | 131K | 13K | $0.18 | $0.68 |
|
|
42
|
-
| Inkling | Text + Image | 1.0M |
|
|
42
|
+
| Inkling | Text + Image | 1.0M | 66K | $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 |
|
|
45
45
|
| Kimi K2.6 | Text + Image | 262K | 26K | $1.03 | $4.36 |
|
package/models.json
CHANGED
|
@@ -316,12 +316,12 @@
|
|
|
316
316
|
"name": "Inkling",
|
|
317
317
|
"reasoning": true,
|
|
318
318
|
"thinkingLevelMap": {
|
|
319
|
-
"off":
|
|
320
|
-
"minimal":
|
|
319
|
+
"off": null,
|
|
320
|
+
"minimal": null,
|
|
321
321
|
"low": "low",
|
|
322
322
|
"medium": "medium",
|
|
323
323
|
"high": "high",
|
|
324
|
-
"xhigh":
|
|
324
|
+
"xhigh": null,
|
|
325
325
|
"max": null
|
|
326
326
|
},
|
|
327
327
|
"input": [
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"cacheWrite": 0
|
|
336
336
|
},
|
|
337
337
|
"contextWindow": 1048576,
|
|
338
|
-
"maxTokens":
|
|
338
|
+
"maxTokens": 65536,
|
|
339
339
|
"compat": {
|
|
340
340
|
"supportsStore": false,
|
|
341
341
|
"supportsReasoningEffort": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hypercharm-provider",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.34",
|
|
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",
|