pi-wafer-provider 1.0.2 → 1.1.0
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 +0 -2
- package/models.json +0 -44
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,8 +76,6 @@ pi
|
|
|
76
76
|
|
|
77
77
|
| Model | Type | Context | Max Output | Input Cost | Output Cost | Cached Input |
|
|
78
78
|
|-------|------|---------|------------|------------|-------------|--------------|
|
|
79
|
-
| Deepseek V4 Flash | Text | 1M | 16K | Free | Free | Free |
|
|
80
|
-
| Deepseek V4 Pro | Text | 1M | 384K | Free | Free | Free |
|
|
81
79
|
| GLM 5.1 | Text | 203K | 33K | $1.50 | $4.50 | $0.15 |
|
|
82
80
|
| GLM 5.2 | Text | 1M | 16K | Free | Free | Free |
|
|
83
81
|
| Kimi K2.6 | Text | 262K | 33K | $1.10 | $4.80 | $0.11 |
|
package/models.json
CHANGED
|
@@ -1,48 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"id": "deepseek-v4-flash",
|
|
4
|
-
"name": "Deepseek V4 Flash",
|
|
5
|
-
"reasoning": false,
|
|
6
|
-
"input": [
|
|
7
|
-
"text"
|
|
8
|
-
],
|
|
9
|
-
"cost": {
|
|
10
|
-
"input": 0,
|
|
11
|
-
"output": 0,
|
|
12
|
-
"cacheRead": 0,
|
|
13
|
-
"cacheWrite": 0
|
|
14
|
-
},
|
|
15
|
-
"contextWindow": 1000000,
|
|
16
|
-
"maxTokens": 16384,
|
|
17
|
-
"compat": {
|
|
18
|
-
"maxTokensField": "max_completion_tokens",
|
|
19
|
-
"supportsDeveloperRole": false,
|
|
20
|
-
"supportsStore": false,
|
|
21
|
-
"supportsZdr": true
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"id": "deepseek-v4-pro",
|
|
26
|
-
"name": "Deepseek V4 Pro",
|
|
27
|
-
"reasoning": false,
|
|
28
|
-
"input": [
|
|
29
|
-
"text"
|
|
30
|
-
],
|
|
31
|
-
"cost": {
|
|
32
|
-
"input": 0,
|
|
33
|
-
"output": 0,
|
|
34
|
-
"cacheRead": 0,
|
|
35
|
-
"cacheWrite": 0
|
|
36
|
-
},
|
|
37
|
-
"contextWindow": 1000000,
|
|
38
|
-
"maxTokens": 16384,
|
|
39
|
-
"compat": {
|
|
40
|
-
"maxTokensField": "max_completion_tokens",
|
|
41
|
-
"supportsDeveloperRole": false,
|
|
42
|
-
"supportsStore": false,
|
|
43
|
-
"supportsZdr": true
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
2
|
{
|
|
47
3
|
"id": "GLM-5.1",
|
|
48
4
|
"name": "GLM 5.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-wafer-provider",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Wafer Serverless provider extension for pi - Access Qwen3.5-397B-A17B, GLM-5.1, Kimi K2.6, and DeepSeek-V4 through the Wafer Serverless API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|