pi-parasail-provider 1.0.21 → 1.0.22

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.
@@ -1,46 +1 @@
1
- {
2
- "parasail-mimo-v25": {
3
- "id": "parasail-mimo-v25",
4
- "name": "Mimo V25",
5
- "reasoning": false,
6
- "input": [
7
- "text"
8
- ],
9
- "cost": {
10
- "input": 0.14,
11
- "output": 0.28,
12
- "cacheRead": 0.05,
13
- "cacheWrite": 0
14
- },
15
- "contextWindow": 1048576,
16
- "maxTokens": 16384,
17
- "compat": {
18
- "maxTokensField": "max_completion_tokens",
19
- "supportsDeveloperRole": false,
20
- "supportsStore": false
21
- },
22
- "deprecatedAt": "2026-09-02T02:00:27.549Z"
23
- },
24
- "parasail-muse-glimmer-30b": {
25
- "id": "parasail-muse-glimmer-30b",
26
- "name": "Muse Glimmer 30b",
27
- "reasoning": false,
28
- "input": [
29
- "text"
30
- ],
31
- "cost": {
32
- "input": 0.3,
33
- "output": 1.1,
34
- "cacheRead": 0.04,
35
- "cacheWrite": 0
36
- },
37
- "contextWindow": 131072,
38
- "maxTokens": 16384,
39
- "compat": {
40
- "maxTokensField": "max_completion_tokens",
41
- "supportsDeveloperRole": false,
42
- "supportsStore": false
43
- },
44
- "deprecatedAt": "2026-09-02T02:00:27.549Z"
45
- }
46
- }
1
+ {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-parasail-provider",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Parasail provider extension for pi - Access top open-source models (DeepSeek, Qwen, GLM, Kimi, Llama, Gemma, Mistral) through the Parasail API",
5
5
  "type": "module",
6
6
  "main": "index.ts",