pi-baseten-provider 1.0.13 → 1.0.15
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 -0
- package/models.json +23 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,6 +76,7 @@ pi
|
|
|
76
76
|
| GLM 5.2 | 1.0M | ✅ | ✅ | $1.40 | $0.14 | $4.40 |
|
|
77
77
|
| GLM 5.2 Fast | 1.0M | ✅ | ✅ | $2.10 | $0.21 | $6.60 |
|
|
78
78
|
| GLM 5.3 | 1.0M | ❌ | ✅ | $1.40 | $0.14 | $4.40 |
|
|
79
|
+
| GLM 5.3 Fast | 1.0M | ✅ | ✅ | $2.10 | $0.21 | $6.60 |
|
|
79
80
|
| GLM 5.3 Flash | 1.0M | ✅ | ✅ | $0.15 | $0.03 | $0.50 |
|
|
80
81
|
| Inkling | 1.0M | ✅ | ✅ | $1.00 | $0.17 | $4.05 |
|
|
81
82
|
| Inkling Small | 1.0M | ✅ | ✅ | $0.50 | $0.10 | $1.20 |
|
package/models.json
CHANGED
|
@@ -155,6 +155,29 @@
|
|
|
155
155
|
"thinkingFormat": "openai"
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"id": "zai-org/GLM-5.3-Fast",
|
|
160
|
+
"name": "GLM 5.3 Fast",
|
|
161
|
+
"reasoning": true,
|
|
162
|
+
"input": [
|
|
163
|
+
"text",
|
|
164
|
+
"image"
|
|
165
|
+
],
|
|
166
|
+
"cost": {
|
|
167
|
+
"input": 2.1,
|
|
168
|
+
"output": 6.6,
|
|
169
|
+
"cacheRead": 0.21,
|
|
170
|
+
"cacheWrite": 0
|
|
171
|
+
},
|
|
172
|
+
"contextWindow": 1048576,
|
|
173
|
+
"maxTokens": 262144,
|
|
174
|
+
"compat": {
|
|
175
|
+
"supportsDeveloperRole": true,
|
|
176
|
+
"supportsStore": false,
|
|
177
|
+
"maxTokensField": "max_completion_tokens",
|
|
178
|
+
"thinkingFormat": "openai"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
158
181
|
{
|
|
159
182
|
"id": "zai-org/GLM-5.3-Flash",
|
|
160
183
|
"name": "GLM 5.3 Flash",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-baseten-provider",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
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",
|