pi-zro-provider 1.2.0 → 1.2.2
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/.pi/fabric/mesh/state.json +14 -94
- package/README.md +3 -3
- package/models.json +16 -16
- package/package.json +3 -3
- package/patch.json +1 -0
- package/pnpm-workspace.yaml +7 -7
|
@@ -1,95 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"format": 1,
|
|
3
|
-
"entries": {
|
|
4
|
-
"topology/hosts/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6": {
|
|
5
|
-
"key": "topology/hosts/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6",
|
|
6
|
-
"value": {
|
|
7
|
-
"format": 1,
|
|
8
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
9
|
-
"rootId": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
10
|
-
"identity": {
|
|
11
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
12
|
-
"name": "main",
|
|
13
|
-
"kind": "main",
|
|
14
|
-
"sessionId": "01a01f64-506e-7ce7-b2ff-ab10d7f56675"
|
|
15
|
-
},
|
|
16
|
-
"startedAt": 1787233075855,
|
|
17
|
-
"updatedAt": 1787233210958,
|
|
18
|
-
"expiresAt": 1787233225958
|
|
19
|
-
},
|
|
20
|
-
"version": 111,
|
|
21
|
-
"updatedAt": 1787233210959,
|
|
22
|
-
"updatedBy": {
|
|
23
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
24
|
-
"name": "main",
|
|
25
|
-
"kind": "main",
|
|
26
|
-
"sessionId": "01a01f64-506e-7ce7-b2ff-ab10d7f56675"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"sessions/01a01f64-506e-7ce7-b2ff-ab10d7f56675": {
|
|
30
|
-
"key": "sessions/01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
31
|
-
"value": {
|
|
32
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
33
|
-
"name": "Peer 01a01f64",
|
|
34
|
-
"kind": "peer",
|
|
35
|
-
"status": "running",
|
|
36
|
-
"runner": "pi",
|
|
37
|
-
"transport": "host",
|
|
38
|
-
"cwd": "/Users/monotykamary/VCS/working-remote/open-source/pi-zro-provider",
|
|
39
|
-
"sessionId": "01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
40
|
-
"model": "zro/deepseek-v4-flash-0731",
|
|
41
|
-
"thinking": "max",
|
|
42
|
-
"startedAt": 1787233075855,
|
|
43
|
-
"updatedAt": 1787233210958,
|
|
44
|
-
"pendingMessages": false,
|
|
45
|
-
"local": false
|
|
46
|
-
},
|
|
47
|
-
"version": 111,
|
|
48
|
-
"updatedAt": 1787233210961,
|
|
49
|
-
"updatedBy": {
|
|
50
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
51
|
-
"name": "main",
|
|
52
|
-
"kind": "main",
|
|
53
|
-
"sessionId": "01a01f64-506e-7ce7-b2ff-ab10d7f56675"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"topology/participants/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6": {
|
|
57
|
-
"key": "topology/participants/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6",
|
|
58
|
-
"value": {
|
|
59
|
-
"format": 1,
|
|
60
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
61
|
-
"kind": "root",
|
|
62
|
-
"rootId": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
63
|
-
"ownerHostId": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
64
|
-
"ownerIdentityId": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
65
|
-
"name": "main",
|
|
66
|
-
"status": "running",
|
|
67
|
-
"runner": "pi",
|
|
68
|
-
"transport": "host",
|
|
69
|
-
"capabilities": [
|
|
70
|
-
"steer",
|
|
71
|
-
"followUp",
|
|
72
|
-
"fabric"
|
|
73
|
-
],
|
|
74
|
-
"cwd": "/Users/monotykamary/VCS/working-remote/open-source/pi-zro-provider",
|
|
75
|
-
"sessionId": "01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
76
|
-
"model": "zro/deepseek-v4-flash-0731",
|
|
77
|
-
"thinking": "max",
|
|
78
|
-
"startedAt": 1787233075855,
|
|
79
|
-
"updatedAt": 1787233210958,
|
|
80
|
-
"pendingMessages": false,
|
|
81
|
-
"controlProtocol": "v1"
|
|
82
|
-
},
|
|
83
|
-
"version": 111,
|
|
84
|
-
"updatedAt": 1787233210962,
|
|
85
|
-
"updatedBy": {
|
|
86
|
-
"id": "session:01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
87
|
-
"name": "main",
|
|
88
|
-
"kind": "main",
|
|
89
|
-
"sessionId": "01a01f64-506e-7ce7-b2ff-ab10d7f56675"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
},
|
|
3
|
+
"entries": {},
|
|
93
4
|
"versions": {
|
|
94
5
|
"topology/hosts/786a8331932386356c41bd1d599a449d4cddcc84adf186b48d09c3cddbef167d": 432,
|
|
95
6
|
"sessions/01a01e04-c04a-79f6-8622-d51fd5ec5579": 430,
|
|
@@ -103,9 +14,12 @@
|
|
|
103
14
|
"topology/hosts/77fdce9b48f74a11203333d3a1f534de0856d3540852f48866cb2892c4c03d1d": 83,
|
|
104
15
|
"sessions/01a01e62-581e-7c48-b910-e95dff1f1e3e": 82,
|
|
105
16
|
"topology/participants/77fdce9b48f74a11203333d3a1f534de0856d3540852f48866cb2892c4c03d1d": 83,
|
|
106
|
-
"topology/hosts/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6":
|
|
107
|
-
"sessions/01a01f64-506e-7ce7-b2ff-ab10d7f56675":
|
|
108
|
-
"topology/participants/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6":
|
|
17
|
+
"topology/hosts/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6": 132,
|
|
18
|
+
"sessions/01a01f64-506e-7ce7-b2ff-ab10d7f56675": 131,
|
|
19
|
+
"topology/participants/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6": 132,
|
|
20
|
+
"topology/hosts/ce3224824cac6720936106f2753e3c9bdf73aec5bcbd045b3dbc3e2d8fa30473": 104,
|
|
21
|
+
"sessions/01a01fc8-620b-7ef6-80b9-76c6dc2c000e": 103,
|
|
22
|
+
"topology/participants/ce3224824cac6720936106f2753e3c9bdf73aec5bcbd045b3dbc3e2d8fa30473": 104
|
|
109
23
|
},
|
|
110
24
|
"tombstoneOrder": [
|
|
111
25
|
"sessions/01a01e04-c04a-79f6-8622-d51fd5ec5579",
|
|
@@ -119,6 +33,12 @@
|
|
|
119
33
|
"topology/hosts/77fdce9b48f74a11203333d3a1f534de0856d3540852f48866cb2892c4c03d1d",
|
|
120
34
|
"sessions/01a01e5d-2008-7d53-850a-5d4385b1f4a5",
|
|
121
35
|
"topology/participants/5ec9312abebdf934b4117e4d2acc0a77e1cf0a34b2f851a9f45619ea5c5b4ca9",
|
|
122
|
-
"topology/hosts/5ec9312abebdf934b4117e4d2acc0a77e1cf0a34b2f851a9f45619ea5c5b4ca9"
|
|
36
|
+
"topology/hosts/5ec9312abebdf934b4117e4d2acc0a77e1cf0a34b2f851a9f45619ea5c5b4ca9",
|
|
37
|
+
"sessions/01a01f64-506e-7ce7-b2ff-ab10d7f56675",
|
|
38
|
+
"topology/participants/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6",
|
|
39
|
+
"topology/hosts/d8923395981d75b371b541819ff73bd3f404bd6e87352a788822d5eee43822c6",
|
|
40
|
+
"sessions/01a01fc8-620b-7ef6-80b9-76c6dc2c000e",
|
|
41
|
+
"topology/participants/ce3224824cac6720936106f2753e3c9bdf73aec5bcbd045b3dbc3e2d8fa30473",
|
|
42
|
+
"topology/hosts/ce3224824cac6720936106f2753e3c9bdf73aec5bcbd045b3dbc3e2d8fa30473"
|
|
123
43
|
]
|
|
124
44
|
}
|
package/README.md
CHANGED
|
@@ -26,9 +26,9 @@ _GLM-5.2, Kimi K3, and DeepSeek V4 Flash — run through the Zro inference endpo
|
|
|
26
26
|
|
|
27
27
|
| Model | Type | Context | Max Tokens | Input Cost | Output Cost |
|
|
28
28
|
|-------|------|---------|------------|------------|-------------|
|
|
29
|
-
| DeepSeek V4 Flash | Text | 1.0M | 384K |
|
|
30
|
-
| GLM-5.2 | Text | 524K | 64K |
|
|
31
|
-
| Kimi K3 | Text | 1.0M | 131K |
|
|
29
|
+
| DeepSeek V4 Flash | Text | 1.0M | 384K | $0.14 | $0.28 |
|
|
30
|
+
| GLM-5.2 | Text | 524K | 64K | $1.10 | $4.00 |
|
|
31
|
+
| Kimi K3 | Text + Image | 1.0M | 131K | $2.50 | $12.00 |
|
|
32
32
|
*Costs are per million tokens. Billing is metered by your Zro plan and usage packs — see [zro.moonmath.ai](https://zro.moonmath.ai) for pricing.*
|
|
33
33
|
|
|
34
34
|
## Installation
|
package/models.json
CHANGED
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"name": "GLM-5.2",
|
|
35
35
|
"reasoning": true,
|
|
36
36
|
"thinkingLevelMap": {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
},
|
|
37
|
+
"off": "none",
|
|
38
|
+
"minimal": null,
|
|
39
|
+
"low": null,
|
|
40
|
+
"medium": null,
|
|
41
|
+
"high": "high",
|
|
42
|
+
"xhigh": null,
|
|
43
|
+
"max": "max"
|
|
44
|
+
},
|
|
45
45
|
"input": [
|
|
46
46
|
"text"
|
|
47
47
|
],
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"name": "Kimi K3",
|
|
65
65
|
"reasoning": true,
|
|
66
66
|
"thinkingLevelMap": {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
},
|
|
67
|
+
"off": null,
|
|
68
|
+
"minimal": null,
|
|
69
|
+
"low": "low",
|
|
70
|
+
"medium": null,
|
|
71
|
+
"high": "high",
|
|
72
|
+
"xhigh": null,
|
|
73
|
+
"max": "max"
|
|
74
|
+
},
|
|
75
75
|
"input": [
|
|
76
76
|
"text"
|
|
77
77
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-zro-provider",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Zro provider extension for pi - GLM-5.2, Kimi K3 & DeepSeek V4 Flash through the Zro inference endpoint",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@earendil-works/pi-ai": "0.84.
|
|
29
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
28
|
+
"@earendil-works/pi-ai": "0.84.3",
|
|
29
|
+
"@earendil-works/pi-coding-agent": "0.84.3",
|
|
30
30
|
"@types/node": "^24.10.1",
|
|
31
31
|
"typescript": "6.0.3"
|
|
32
32
|
},
|
package/patch.json
CHANGED
package/pnpm-workspace.yaml
CHANGED
|
@@ -6,10 +6,10 @@ onlyBuiltDependencies:
|
|
|
6
6
|
- protobufjs
|
|
7
7
|
|
|
8
8
|
minimumReleaseAgeExclude:
|
|
9
|
-
- '@earendil-works/pi-agent-core@0.84.0 || 0.84.1 || 0.84.2'
|
|
10
|
-
- '@earendil-works/pi-ai@0.84.0 || 0.84.1 || 0.84.2'
|
|
11
|
-
- '@earendil-works/pi-client@0.84.0 || 0.84.1 || 0.84.2'
|
|
12
|
-
- '@earendil-works/pi-coding-agent@0.84.0 || 0.84.1 || 0.84.2'
|
|
13
|
-
- '@earendil-works/pi-protocol@0.84.0 || 0.84.1 || 0.84.2'
|
|
14
|
-
- '@earendil-works/pi-telemetry@0.84.0 || 0.84.1 || 0.84.2'
|
|
15
|
-
- '@earendil-works/pi-tui@0.84.0 || 0.84.1 || 0.84.2'
|
|
9
|
+
- '@earendil-works/pi-agent-core@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
10
|
+
- '@earendil-works/pi-ai@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
11
|
+
- '@earendil-works/pi-client@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
12
|
+
- '@earendil-works/pi-coding-agent@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
13
|
+
- '@earendil-works/pi-protocol@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
14
|
+
- '@earendil-works/pi-telemetry@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|
|
15
|
+
- '@earendil-works/pi-tui@0.84.0 || 0.84.1 || 0.84.2 || 0.84.3'
|