pi-baseten-provider 1.0.16 → 1.0.18
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 +2 -1
- package/models.json +25 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -72,10 +72,11 @@ pi
|
|
|
72
72
|
| Deepseek V4 Flash 0731 | 1.0M | ❌ | ✅ | $0.13 | $0.03 | $0.26 |
|
|
73
73
|
| Deepseek V4 Pro | 1.0M | ❌ | ✅ | $1.74 | $0.14 | $3.48 |
|
|
74
74
|
| Deepseek V4 Pro 0813 | 1.0M | ❌ | ✅ | $1.32 | $0.13 | $3.96 |
|
|
75
|
+
| DeepSeek V4.1 Flash | 1.0M | ✅ | ✅ | $0.30 | $0.03 | $1.20 |
|
|
75
76
|
| GLM 4.7 | 200K | ❌ | ✅ | $0.60 | $0.12 | $2.20 |
|
|
76
77
|
| GLM 5.2 | 1.0M | ✅ | ✅ | $1.40 | $0.14 | $4.40 |
|
|
77
78
|
| GLM 5.2 Fast | 1.0M | ✅ | ✅ | $2.10 | $0.21 | $6.60 |
|
|
78
|
-
| GLM 5.3 | 1.0M |
|
|
79
|
+
| GLM 5.3 | 1.0M | ✅ | ✅ | $1.40 | $0.14 | $4.40 |
|
|
79
80
|
| GLM 5.3 Fast | 1.0M | ✅ | ✅ | $2.10 | $0.21 | $6.60 |
|
|
80
81
|
| GLM 5.3 Flash | 1.0M | ✅ | ✅ | $0.15 | $0.03 | $0.50 |
|
|
81
82
|
| Inkling | 1.0M | ✅ | ✅ | $1.00 | $0.17 | $4.05 |
|
package/models.json
CHANGED
|
@@ -65,6 +65,29 @@
|
|
|
65
65
|
"thinkingFormat": "openai"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
+
{
|
|
69
|
+
"id": "deepseek-ai/DeepSeek-V4.1-Flash",
|
|
70
|
+
"name": "DeepSeek V4.1 Flash",
|
|
71
|
+
"reasoning": true,
|
|
72
|
+
"input": [
|
|
73
|
+
"text",
|
|
74
|
+
"image"
|
|
75
|
+
],
|
|
76
|
+
"cost": {
|
|
77
|
+
"input": 0.3,
|
|
78
|
+
"output": 1.2,
|
|
79
|
+
"cacheRead": 0.03,
|
|
80
|
+
"cacheWrite": 0
|
|
81
|
+
},
|
|
82
|
+
"contextWindow": 1048576,
|
|
83
|
+
"maxTokens": 32768,
|
|
84
|
+
"compat": {
|
|
85
|
+
"supportsDeveloperRole": true,
|
|
86
|
+
"supportsStore": false,
|
|
87
|
+
"maxTokensField": "max_completion_tokens",
|
|
88
|
+
"thinkingFormat": "openai"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
68
91
|
{
|
|
69
92
|
"id": "zai-org/GLM-4.7",
|
|
70
93
|
"name": "GLM 4.7",
|
|
@@ -138,7 +161,8 @@
|
|
|
138
161
|
"name": "GLM 5.3",
|
|
139
162
|
"reasoning": true,
|
|
140
163
|
"input": [
|
|
141
|
-
"text"
|
|
164
|
+
"text",
|
|
165
|
+
"image"
|
|
142
166
|
],
|
|
143
167
|
"cost": {
|
|
144
168
|
"input": 1.4,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-baseten-provider",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "Baseten provider extension for pi - Access DeepSeek, Kimi, GLM, MiniMax, Nemotron, and GPT-OSS models through the Baseten Model API",
|
|
5
5
|
"author": "monotykamary",
|
|
6
6
|
"homepage": "https://github.com/monotykamary/pi-baseten-provider#readme",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
52
|
+
"@earendil-works/pi-coding-agent": "0.86.0"
|
|
53
53
|
}
|
|
54
54
|
}
|