pi-opencode-go-provider 1.0.14 → 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 -1
- package/models.json +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ pi
|
|
|
77
77
|
| GLM-5.3-Flash (2x usage) | Completions | Text + Image | 1.0M | 131K | $0.07 | $0.25 |
|
|
78
78
|
| GPT-5.6 Luna | Responses | Text + Image | 1.1M | 128K | $0.20 | $1.20 |
|
|
79
79
|
| Grok 4.6 | Completions | Text + Image | 500K | 500K | $2.00 | $6.00 |
|
|
80
|
-
| Hy3
|
|
80
|
+
| Hy3 | Completions | Text | 256K | 64K | $0.14 | $0.58 |
|
|
81
81
|
| Hy4 preview | Completions | Text | 1.0M | 64K | $0.83 | $2.50 |
|
|
82
82
|
| Kimi K2.6 | Completions | Text + Image | 262K | 66K | $0.95 | $4.00 |
|
|
83
83
|
| Kimi K2.7 Code | Completions | Text + Image | 262K | 262K | $0.95 | $4.00 |
|
package/models.json
CHANGED
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"id": "hy3",
|
|
464
|
-
"name": "Hy3
|
|
464
|
+
"name": "Hy3",
|
|
465
465
|
"api": "openai-completions",
|
|
466
466
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
467
467
|
"reasoning": true,
|
|
@@ -478,9 +478,9 @@
|
|
|
478
478
|
"text"
|
|
479
479
|
],
|
|
480
480
|
"cost": {
|
|
481
|
-
"input": 0.
|
|
482
|
-
"output": 0.
|
|
483
|
-
"cacheRead": 0.
|
|
481
|
+
"input": 0.14,
|
|
482
|
+
"output": 0.58,
|
|
483
|
+
"cacheRead": 0.035,
|
|
484
484
|
"cacheWrite": 0
|
|
485
485
|
},
|
|
486
486
|
"contextWindow": 256000,
|
package/package.json
CHANGED