pi-baseten-provider 1.0.18 → 1.0.20
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 +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ 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.
|
|
75
|
+
| DeepSeek V4.1 Flash | 1.0M | ✅ | ✅ | $0.30 | $0.01 | $1.20 |
|
|
76
76
|
| GLM 4.7 | 200K | ❌ | ✅ | $0.60 | $0.12 | $2.20 |
|
|
77
77
|
| GLM 5.2 | 1.0M | ✅ | ✅ | $1.40 | $0.14 | $4.40 |
|
|
78
78
|
| GLM 5.2 Fast | 1.0M | ✅ | ✅ | $2.10 | $0.21 | $6.60 |
|
package/models.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-baseten-provider",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
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",
|
|
@@ -13,12 +13,6 @@
|
|
|
13
13
|
},
|
|
14
14
|
"type": "module",
|
|
15
15
|
"main": "index.ts",
|
|
16
|
-
"scripts": {
|
|
17
|
-
"clean": "echo 'nothing to clean'",
|
|
18
|
-
"build": "echo 'nothing to build'",
|
|
19
|
-
"check": "echo 'nothing to check'",
|
|
20
|
-
"update-models": "node scripts/update-models.js"
|
|
21
|
-
},
|
|
22
16
|
"keywords": [
|
|
23
17
|
"pi",
|
|
24
18
|
"extension",
|
|
@@ -49,6 +43,12 @@
|
|
|
49
43
|
]
|
|
50
44
|
},
|
|
51
45
|
"devDependencies": {
|
|
52
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
46
|
+
"@earendil-works/pi-coding-agent": "0.87.0"
|
|
47
|
+
},
|
|
48
|
+
"scripts": {
|
|
49
|
+
"clean": "echo 'nothing to clean'",
|
|
50
|
+
"build": "echo 'nothing to build'",
|
|
51
|
+
"check": "echo 'nothing to check'",
|
|
52
|
+
"update-models": "node scripts/update-models.js"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|