pi-opencode-go-provider 1.1.2 → 1.1.3
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 +0 -1
- package/deprecated-models.json +20 -0
- package/models.json +0 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -97,7 +97,6 @@ pi
|
|
|
97
97
|
| Qwen3.7 Plus | Completions | Text + Image | 1.0M | 66K | $0.40 | $1.60 |
|
|
98
98
|
| Qwen3.8 Flash | Anthropic | Text + Image | 1.0M | 131K | $0.15 | $0.47 |
|
|
99
99
|
| Qwen3.8 Max | Completions | Text + Image | 1.0M | 131K | $2.00 | $6.00 |
|
|
100
|
-
| Union Alpha Free | Anthropic | Text + Image | 262K | 131K | — | — |
|
|
101
100
|
*Costs are per million tokens. Prices subject to change - check [opencode.ai](https://opencode.ai) for current pricing.*
|
|
102
101
|
|
|
103
102
|
## Usage
|
package/deprecated-models.json
CHANGED
|
@@ -56,5 +56,25 @@
|
|
|
56
56
|
"contextWindow": 1000000,
|
|
57
57
|
"maxTokens": 384000,
|
|
58
58
|
"deprecatedAt": "2026-09-11T02:00:25.277Z"
|
|
59
|
+
},
|
|
60
|
+
"union-alpha": {
|
|
61
|
+
"id": "union-alpha",
|
|
62
|
+
"name": "Union Alpha Free",
|
|
63
|
+
"api": "anthropic-messages",
|
|
64
|
+
"baseUrl": "https://opencode.ai/zen/go",
|
|
65
|
+
"reasoning": true,
|
|
66
|
+
"input": [
|
|
67
|
+
"text",
|
|
68
|
+
"image"
|
|
69
|
+
],
|
|
70
|
+
"cost": {
|
|
71
|
+
"input": 0,
|
|
72
|
+
"output": 0,
|
|
73
|
+
"cacheRead": 0,
|
|
74
|
+
"cacheWrite": 0
|
|
75
|
+
},
|
|
76
|
+
"contextWindow": 262144,
|
|
77
|
+
"maxTokens": 131072,
|
|
78
|
+
"deprecatedAt": "2026-09-18T00:00:21.699Z"
|
|
59
79
|
}
|
|
60
80
|
}
|
package/models.json
CHANGED
|
@@ -433,25 +433,6 @@
|
|
|
433
433
|
"contextWindow": 1048576,
|
|
434
434
|
"maxTokens": 131072
|
|
435
435
|
},
|
|
436
|
-
{
|
|
437
|
-
"id": "union-alpha",
|
|
438
|
-
"name": "Union Alpha Free",
|
|
439
|
-
"api": "anthropic-messages",
|
|
440
|
-
"baseUrl": "https://opencode.ai/zen/go",
|
|
441
|
-
"reasoning": true,
|
|
442
|
-
"input": [
|
|
443
|
-
"text",
|
|
444
|
-
"image"
|
|
445
|
-
],
|
|
446
|
-
"cost": {
|
|
447
|
-
"input": 0,
|
|
448
|
-
"output": 0,
|
|
449
|
-
"cacheRead": 0,
|
|
450
|
-
"cacheWrite": 0
|
|
451
|
-
},
|
|
452
|
-
"contextWindow": 262144,
|
|
453
|
-
"maxTokens": 131072
|
|
454
|
-
},
|
|
455
436
|
{
|
|
456
437
|
"id": "qwen3.8-flash",
|
|
457
438
|
"name": "Qwen3.8 Flash",
|
package/package.json
CHANGED