@monotykamary/pi-opencode-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 +3 -4
- package/deprecated-models.json +41 -60
- package/models.json +397 -47
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ _GPT, Claude, Gemini, GLM, MiniMax, Kimi, DeepSeek — unified API for [pi](http
|
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
|
-
- **
|
|
18
|
+
- **63+ AI Models** including GPT-5.x Codex, Claude Opus/Sonnet/Haiku, Gemini 3.x, GLM, MiniMax, Kimi K2.5, and more
|
|
19
19
|
- **Multi-API Support** — uses the correct API protocol per model (Anthropic, OpenAI Responses, OpenAI Completions, Gemini)
|
|
20
20
|
- **Cost Tracking** with per-model pricing for budget management
|
|
21
21
|
- **Reasoning Models** with thinking level maps for proper effort control
|
|
@@ -116,17 +116,17 @@ pi
|
|
|
116
116
|
| GPT-5.5 | Responses | Text + Image | 1.1M | 128K | $5.00 | $30.00 |
|
|
117
117
|
| GPT-5.5 Pro | Responses | Text + Image | 1.1M | 128K | $30.00 | $180.00 |
|
|
118
118
|
| GPT-5.6 Luna | Responses | Text + Image | 1.1M | 128K | $0.20 | $1.20 |
|
|
119
|
-
| GPT-5.6 Sol (50% Off) | Responses | Text + Image | 1.1M | 128K | $2.
|
|
119
|
+
| GPT-5.6 Sol (50% Off) | Responses | Text + Image | 1.1M | 128K | $2.00 | $10.00 |
|
|
120
120
|
| GPT-5.6 Terra | Responses | Text + Image | 1.1M | 128K | $2.50 | $15.00 |
|
|
121
121
|
| Grok 4.5 | Responses | Text + Image | 500K | 500K | $2.00 | $6.00 |
|
|
122
122
|
| Grok 4.6 | Responses | Text + Image | 500K | 500K | $2.00 | $6.00 |
|
|
123
123
|
| Grok Build 0.1 | Completions | Text + Image | 256K | 256K | $1.00 | $2.00 |
|
|
124
124
|
| Grok Code | Completions | Text + Image | 256K | 256K | $1.00 | $2.00 |
|
|
125
|
-
| Hy3 Free | Completions | Text | 190K | 64K | — | — |
|
|
126
125
|
| Kimi K2.5 | Completions | Text + Image | 262K | 66K | $0.60 | $3.00 |
|
|
127
126
|
| Kimi K2.6 | Completions | Text + Image | 262K | 66K | $0.95 | $4.00 |
|
|
128
127
|
| Kimi K2.7 Code | Completions | Text + Image | 262K | 262K | $0.95 | $4.00 |
|
|
129
128
|
| Kimi K3 | Completions | Text + Image | 1.0M | 131K | $3.00 | $15.00 |
|
|
129
|
+
| Ling 3.0 Flash Fin Free | Completions | Text | 262K | 33K | — | — |
|
|
130
130
|
| MiMo V2.5 Free | Completions | Text + Image | 200K | 32K | — | — |
|
|
131
131
|
| MiniMax-M2.5 | Completions | Text | 205K | 131K | $0.30 | $1.20 |
|
|
132
132
|
| MiniMax-M2.7 | Completions | Text | 205K | 131K | $0.30 | $1.20 |
|
|
@@ -135,7 +135,6 @@ pi
|
|
|
135
135
|
| Muse Spark 1.2 Free | Responses | Text + Image | 1.0M | 131K | — | — |
|
|
136
136
|
| Nemotron 3 Ultra Free | Completions | Text | 1.0M | 128K | — | — |
|
|
137
137
|
| Nemotron 3.5 Lightning Free | Completions | Text | 262K | 262K | — | — |
|
|
138
|
-
| Ox Alpha Free (Unlimited) | Completions | Text + Image | 1.0M | 131K | — | — |
|
|
139
138
|
| Qwen3.5 Plus | Anthropic | Text + Image | 262K | 66K | $0.20 | $1.20 |
|
|
140
139
|
| Qwen3.6 Plus | Anthropic | Text + Image | 262K | 66K | $0.50 | $3.00 |
|
|
141
140
|
*Costs are per million tokens. Prices subject to change - check [opencode.ai](https://opencode.ai) for current pricing.*
|
package/deprecated-models.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"id": "
|
|
4
|
-
"name": "
|
|
2
|
+
"laguna-s-2.1-free": {
|
|
3
|
+
"id": "laguna-s-2.1-free",
|
|
4
|
+
"name": "Laguna S 2.1 Free",
|
|
5
5
|
"api": "openai-completions",
|
|
6
6
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
7
7
|
"reasoning": true,
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"cacheRead": 0,
|
|
15
15
|
"cacheWrite": 0
|
|
16
16
|
},
|
|
17
|
-
"contextWindow":
|
|
18
|
-
"maxTokens":
|
|
19
|
-
"deprecatedAt": "2026-08-
|
|
17
|
+
"contextWindow": 256000,
|
|
18
|
+
"maxTokens": 32000,
|
|
19
|
+
"deprecatedAt": "2026-08-21T02:00:22.698Z"
|
|
20
20
|
},
|
|
21
|
-
"
|
|
22
|
-
"id": "
|
|
23
|
-
"name": "
|
|
21
|
+
"deepseek-v4-flash-free": {
|
|
22
|
+
"id": "deepseek-v4-flash-free",
|
|
23
|
+
"name": "DeepSeek V4 Flash Free",
|
|
24
24
|
"api": "openai-completions",
|
|
25
25
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
26
26
|
"reasoning": true,
|
|
@@ -33,18 +33,28 @@
|
|
|
33
33
|
"cacheRead": 0,
|
|
34
34
|
"cacheWrite": 0
|
|
35
35
|
},
|
|
36
|
-
"contextWindow":
|
|
37
|
-
"maxTokens":
|
|
38
|
-
"deprecatedAt": "2026-08-
|
|
36
|
+
"contextWindow": 200000,
|
|
37
|
+
"maxTokens": 128000,
|
|
38
|
+
"deprecatedAt": "2026-08-21T02:00:22.698Z"
|
|
39
39
|
},
|
|
40
|
-
"
|
|
41
|
-
"id": "
|
|
42
|
-
"name": "
|
|
40
|
+
"x-preview-f-free": {
|
|
41
|
+
"id": "x-preview-f-free",
|
|
42
|
+
"name": "Ox Alpha Free (Unlimited)",
|
|
43
43
|
"api": "openai-completions",
|
|
44
44
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
45
45
|
"reasoning": true,
|
|
46
|
+
"thinkingLevelMap": {
|
|
47
|
+
"off": null,
|
|
48
|
+
"minimal": null,
|
|
49
|
+
"low": "low",
|
|
50
|
+
"medium": null,
|
|
51
|
+
"high": "high",
|
|
52
|
+
"xhigh": null,
|
|
53
|
+
"max": "max"
|
|
54
|
+
},
|
|
46
55
|
"input": [
|
|
47
|
-
"text"
|
|
56
|
+
"text",
|
|
57
|
+
"image"
|
|
48
58
|
],
|
|
49
59
|
"cost": {
|
|
50
60
|
"input": 0,
|
|
@@ -54,52 +64,23 @@
|
|
|
54
64
|
},
|
|
55
65
|
"contextWindow": 1000000,
|
|
56
66
|
"maxTokens": 131072,
|
|
57
|
-
"deprecatedAt": "2026-08-
|
|
58
|
-
},
|
|
59
|
-
"ling-3.0-tiny-free": {
|
|
60
|
-
"id": "ling-3.0-tiny-free",
|
|
61
|
-
"name": "Ling-3.0-tiny Free",
|
|
62
|
-
"api": "openai-completions",
|
|
63
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
64
|
-
"reasoning": true,
|
|
65
|
-
"input": [
|
|
66
|
-
"text"
|
|
67
|
-
],
|
|
68
|
-
"cost": {
|
|
69
|
-
"input": 0,
|
|
70
|
-
"output": 0,
|
|
71
|
-
"cacheRead": 0,
|
|
72
|
-
"cacheWrite": 0
|
|
73
|
-
},
|
|
74
|
-
"contextWindow": 262144,
|
|
75
|
-
"maxTokens": 32768,
|
|
76
|
-
"deprecatedAt": "2026-08-14T02:00:20.260Z"
|
|
67
|
+
"deprecatedAt": "2026-08-27T02:00:22.685Z"
|
|
77
68
|
},
|
|
78
|
-
"
|
|
79
|
-
"id": "
|
|
80
|
-
"name": "
|
|
69
|
+
"hy3-free": {
|
|
70
|
+
"id": "hy3-free",
|
|
71
|
+
"name": "Hy3 Free",
|
|
81
72
|
"api": "openai-completions",
|
|
82
73
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
83
74
|
"reasoning": true,
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
75
|
+
"thinkingLevelMap": {
|
|
76
|
+
"off": null,
|
|
77
|
+
"minimal": null,
|
|
78
|
+
"low": "low",
|
|
79
|
+
"medium": "medium",
|
|
80
|
+
"high": "high",
|
|
81
|
+
"xhigh": null,
|
|
82
|
+
"max": null
|
|
92
83
|
},
|
|
93
|
-
"contextWindow": 256000,
|
|
94
|
-
"maxTokens": 32000,
|
|
95
|
-
"deprecatedAt": "2026-08-21T02:00:22.698Z"
|
|
96
|
-
},
|
|
97
|
-
"deepseek-v4-flash-free": {
|
|
98
|
-
"id": "deepseek-v4-flash-free",
|
|
99
|
-
"name": "DeepSeek V4 Flash Free",
|
|
100
|
-
"api": "openai-completions",
|
|
101
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
102
|
-
"reasoning": true,
|
|
103
84
|
"input": [
|
|
104
85
|
"text"
|
|
105
86
|
],
|
|
@@ -109,8 +90,8 @@
|
|
|
109
90
|
"cacheRead": 0,
|
|
110
91
|
"cacheWrite": 0
|
|
111
92
|
},
|
|
112
|
-
"contextWindow":
|
|
113
|
-
"maxTokens":
|
|
114
|
-
"deprecatedAt": "2026-08-
|
|
93
|
+
"contextWindow": 190000,
|
|
94
|
+
"maxTokens": 64000,
|
|
95
|
+
"deprecatedAt": "2026-08-31T02:00:27.170Z"
|
|
115
96
|
}
|
|
116
97
|
}
|
package/models.json
CHANGED
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
"api": "anthropic-messages",
|
|
6
6
|
"baseUrl": "https://opencode.ai/zen",
|
|
7
7
|
"reasoning": true,
|
|
8
|
+
"thinkingLevelMap": {
|
|
9
|
+
"off": null,
|
|
10
|
+
"minimal": null,
|
|
11
|
+
"low": "low",
|
|
12
|
+
"medium": "medium",
|
|
13
|
+
"high": "high",
|
|
14
|
+
"xhigh": "xhigh",
|
|
15
|
+
"max": "max"
|
|
16
|
+
},
|
|
8
17
|
"input": [
|
|
9
18
|
"text",
|
|
10
19
|
"image"
|
|
@@ -61,6 +70,15 @@
|
|
|
61
70
|
"api": "openai-responses",
|
|
62
71
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
63
72
|
"reasoning": true,
|
|
73
|
+
"thinkingLevelMap": {
|
|
74
|
+
"off": null,
|
|
75
|
+
"minimal": "minimal",
|
|
76
|
+
"low": "low",
|
|
77
|
+
"medium": "medium",
|
|
78
|
+
"high": "high",
|
|
79
|
+
"xhigh": null,
|
|
80
|
+
"max": null
|
|
81
|
+
},
|
|
64
82
|
"input": [
|
|
65
83
|
"text",
|
|
66
84
|
"image"
|
|
@@ -80,6 +98,15 @@
|
|
|
80
98
|
"api": "openai-completions",
|
|
81
99
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
82
100
|
"reasoning": true,
|
|
101
|
+
"thinkingLevelMap": {
|
|
102
|
+
"off": null,
|
|
103
|
+
"minimal": null,
|
|
104
|
+
"low": null,
|
|
105
|
+
"medium": null,
|
|
106
|
+
"high": null,
|
|
107
|
+
"xhigh": null,
|
|
108
|
+
"max": "max"
|
|
109
|
+
},
|
|
83
110
|
"input": [
|
|
84
111
|
"text",
|
|
85
112
|
"image"
|
|
@@ -99,6 +126,15 @@
|
|
|
99
126
|
"api": "openai-responses",
|
|
100
127
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
101
128
|
"reasoning": true,
|
|
129
|
+
"thinkingLevelMap": {
|
|
130
|
+
"off": null,
|
|
131
|
+
"minimal": null,
|
|
132
|
+
"low": null,
|
|
133
|
+
"medium": "medium",
|
|
134
|
+
"high": "high",
|
|
135
|
+
"xhigh": "xhigh",
|
|
136
|
+
"max": null
|
|
137
|
+
},
|
|
102
138
|
"input": [
|
|
103
139
|
"text",
|
|
104
140
|
"image"
|
|
@@ -118,6 +154,15 @@
|
|
|
118
154
|
"api": "openai-completions",
|
|
119
155
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
120
156
|
"reasoning": true,
|
|
157
|
+
"thinkingLevelMap": {
|
|
158
|
+
"off": null,
|
|
159
|
+
"minimal": null,
|
|
160
|
+
"low": "low",
|
|
161
|
+
"medium": null,
|
|
162
|
+
"high": "high",
|
|
163
|
+
"xhigh": null,
|
|
164
|
+
"max": "max"
|
|
165
|
+
},
|
|
121
166
|
"input": [
|
|
122
167
|
"text"
|
|
123
168
|
],
|
|
@@ -136,6 +181,15 @@
|
|
|
136
181
|
"api": "anthropic-messages",
|
|
137
182
|
"baseUrl": "https://opencode.ai/zen",
|
|
138
183
|
"reasoning": true,
|
|
184
|
+
"thinkingLevelMap": {
|
|
185
|
+
"off": null,
|
|
186
|
+
"minimal": null,
|
|
187
|
+
"low": "low",
|
|
188
|
+
"medium": "medium",
|
|
189
|
+
"high": "high",
|
|
190
|
+
"xhigh": "xhigh",
|
|
191
|
+
"max": "max"
|
|
192
|
+
},
|
|
139
193
|
"input": [
|
|
140
194
|
"text",
|
|
141
195
|
"image"
|
|
@@ -155,6 +209,15 @@
|
|
|
155
209
|
"api": "google-generative-ai",
|
|
156
210
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
157
211
|
"reasoning": true,
|
|
212
|
+
"thinkingLevelMap": {
|
|
213
|
+
"off": null,
|
|
214
|
+
"minimal": "minimal",
|
|
215
|
+
"low": "low",
|
|
216
|
+
"medium": "medium",
|
|
217
|
+
"high": "high",
|
|
218
|
+
"xhigh": null,
|
|
219
|
+
"max": null
|
|
220
|
+
},
|
|
158
221
|
"input": [
|
|
159
222
|
"text",
|
|
160
223
|
"image"
|
|
@@ -174,6 +237,15 @@
|
|
|
174
237
|
"api": "google-generative-ai",
|
|
175
238
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
176
239
|
"reasoning": true,
|
|
240
|
+
"thinkingLevelMap": {
|
|
241
|
+
"off": null,
|
|
242
|
+
"minimal": null,
|
|
243
|
+
"low": "low",
|
|
244
|
+
"medium": "medium",
|
|
245
|
+
"high": "high",
|
|
246
|
+
"xhigh": null,
|
|
247
|
+
"max": null
|
|
248
|
+
},
|
|
177
249
|
"input": [
|
|
178
250
|
"text",
|
|
179
251
|
"image"
|
|
@@ -193,15 +265,24 @@
|
|
|
193
265
|
"api": "openai-responses",
|
|
194
266
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
195
267
|
"reasoning": true,
|
|
268
|
+
"thinkingLevelMap": {
|
|
269
|
+
"off": null,
|
|
270
|
+
"minimal": null,
|
|
271
|
+
"low": "low",
|
|
272
|
+
"medium": "medium",
|
|
273
|
+
"high": "high",
|
|
274
|
+
"xhigh": "xhigh",
|
|
275
|
+
"max": "max"
|
|
276
|
+
},
|
|
196
277
|
"input": [
|
|
197
278
|
"text",
|
|
198
279
|
"image"
|
|
199
280
|
],
|
|
200
281
|
"cost": {
|
|
201
|
-
"input": 2
|
|
202
|
-
"output":
|
|
203
|
-
"cacheRead": 0.
|
|
204
|
-
"cacheWrite":
|
|
282
|
+
"input": 2,
|
|
283
|
+
"output": 10,
|
|
284
|
+
"cacheRead": 0.2,
|
|
285
|
+
"cacheWrite": 2.5
|
|
205
286
|
},
|
|
206
287
|
"contextWindow": 1050000,
|
|
207
288
|
"maxTokens": 128000
|
|
@@ -212,6 +293,15 @@
|
|
|
212
293
|
"api": "openai-responses",
|
|
213
294
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
214
295
|
"reasoning": true,
|
|
296
|
+
"thinkingLevelMap": {
|
|
297
|
+
"off": null,
|
|
298
|
+
"minimal": null,
|
|
299
|
+
"low": "low",
|
|
300
|
+
"medium": "medium",
|
|
301
|
+
"high": "high",
|
|
302
|
+
"xhigh": "xhigh",
|
|
303
|
+
"max": null
|
|
304
|
+
},
|
|
215
305
|
"input": [
|
|
216
306
|
"text",
|
|
217
307
|
"image"
|
|
@@ -231,6 +321,15 @@
|
|
|
231
321
|
"api": "openai-responses",
|
|
232
322
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
233
323
|
"reasoning": true,
|
|
324
|
+
"thinkingLevelMap": {
|
|
325
|
+
"off": null,
|
|
326
|
+
"minimal": null,
|
|
327
|
+
"low": null,
|
|
328
|
+
"medium": "medium",
|
|
329
|
+
"high": "high",
|
|
330
|
+
"xhigh": "xhigh",
|
|
331
|
+
"max": null
|
|
332
|
+
},
|
|
234
333
|
"input": [
|
|
235
334
|
"text",
|
|
236
335
|
"image"
|
|
@@ -268,6 +367,15 @@
|
|
|
268
367
|
"api": "openai-responses",
|
|
269
368
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
270
369
|
"reasoning": true,
|
|
370
|
+
"thinkingLevelMap": {
|
|
371
|
+
"off": null,
|
|
372
|
+
"minimal": null,
|
|
373
|
+
"low": "low",
|
|
374
|
+
"medium": "medium",
|
|
375
|
+
"high": "high",
|
|
376
|
+
"xhigh": null,
|
|
377
|
+
"max": null
|
|
378
|
+
},
|
|
271
379
|
"input": [
|
|
272
380
|
"text",
|
|
273
381
|
"image"
|
|
@@ -275,7 +383,7 @@
|
|
|
275
383
|
"cost": {
|
|
276
384
|
"input": 2,
|
|
277
385
|
"output": 6,
|
|
278
|
-
"cacheRead": 0.
|
|
386
|
+
"cacheRead": 0.3,
|
|
279
387
|
"cacheWrite": 0
|
|
280
388
|
},
|
|
281
389
|
"contextWindow": 500000,
|
|
@@ -287,6 +395,15 @@
|
|
|
287
395
|
"api": "openai-responses",
|
|
288
396
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
289
397
|
"reasoning": true,
|
|
398
|
+
"thinkingLevelMap": {
|
|
399
|
+
"off": null,
|
|
400
|
+
"minimal": "minimal",
|
|
401
|
+
"low": "low",
|
|
402
|
+
"medium": "medium",
|
|
403
|
+
"high": "high",
|
|
404
|
+
"xhigh": null,
|
|
405
|
+
"max": null
|
|
406
|
+
},
|
|
290
407
|
"input": [
|
|
291
408
|
"text",
|
|
292
409
|
"image"
|
|
@@ -306,6 +423,15 @@
|
|
|
306
423
|
"api": "openai-completions",
|
|
307
424
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
308
425
|
"reasoning": true,
|
|
426
|
+
"thinkingLevelMap": {
|
|
427
|
+
"off": null,
|
|
428
|
+
"minimal": null,
|
|
429
|
+
"low": null,
|
|
430
|
+
"medium": null,
|
|
431
|
+
"high": "high",
|
|
432
|
+
"xhigh": null,
|
|
433
|
+
"max": "max"
|
|
434
|
+
},
|
|
309
435
|
"input": [
|
|
310
436
|
"text"
|
|
311
437
|
],
|
|
@@ -324,6 +450,15 @@
|
|
|
324
450
|
"api": "anthropic-messages",
|
|
325
451
|
"baseUrl": "https://opencode.ai/zen",
|
|
326
452
|
"reasoning": true,
|
|
453
|
+
"thinkingLevelMap": {
|
|
454
|
+
"off": null,
|
|
455
|
+
"minimal": null,
|
|
456
|
+
"low": "low",
|
|
457
|
+
"medium": "medium",
|
|
458
|
+
"high": "high",
|
|
459
|
+
"xhigh": "xhigh",
|
|
460
|
+
"max": "max"
|
|
461
|
+
},
|
|
327
462
|
"input": [
|
|
328
463
|
"text",
|
|
329
464
|
"image"
|
|
@@ -362,6 +497,15 @@
|
|
|
362
497
|
"api": "openai-responses",
|
|
363
498
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
364
499
|
"reasoning": true,
|
|
500
|
+
"thinkingLevelMap": {
|
|
501
|
+
"off": null,
|
|
502
|
+
"minimal": null,
|
|
503
|
+
"low": "low",
|
|
504
|
+
"medium": "medium",
|
|
505
|
+
"high": "high",
|
|
506
|
+
"xhigh": null,
|
|
507
|
+
"max": null
|
|
508
|
+
},
|
|
365
509
|
"input": [
|
|
366
510
|
"text",
|
|
367
511
|
"image"
|
|
@@ -381,6 +525,15 @@
|
|
|
381
525
|
"api": "openai-responses",
|
|
382
526
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
383
527
|
"reasoning": true,
|
|
528
|
+
"thinkingLevelMap": {
|
|
529
|
+
"off": null,
|
|
530
|
+
"minimal": null,
|
|
531
|
+
"low": "low",
|
|
532
|
+
"medium": "medium",
|
|
533
|
+
"high": "high",
|
|
534
|
+
"xhigh": null,
|
|
535
|
+
"max": null
|
|
536
|
+
},
|
|
384
537
|
"input": [
|
|
385
538
|
"text",
|
|
386
539
|
"image"
|
|
@@ -394,12 +547,39 @@
|
|
|
394
547
|
"contextWindow": 400000,
|
|
395
548
|
"maxTokens": 128000
|
|
396
549
|
},
|
|
550
|
+
{
|
|
551
|
+
"id": "ling-3.0-flash-fin-free",
|
|
552
|
+
"name": "Ling 3.0 Flash Fin Free",
|
|
553
|
+
"api": "openai-completions",
|
|
554
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
555
|
+
"reasoning": true,
|
|
556
|
+
"input": [
|
|
557
|
+
"text"
|
|
558
|
+
],
|
|
559
|
+
"cost": {
|
|
560
|
+
"input": 0,
|
|
561
|
+
"output": 0,
|
|
562
|
+
"cacheRead": 0,
|
|
563
|
+
"cacheWrite": 0
|
|
564
|
+
},
|
|
565
|
+
"contextWindow": 262144,
|
|
566
|
+
"maxTokens": 32768
|
|
567
|
+
},
|
|
397
568
|
{
|
|
398
569
|
"id": "gpt-5.6-luna",
|
|
399
570
|
"name": "GPT-5.6 Luna",
|
|
400
571
|
"api": "openai-responses",
|
|
401
572
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
402
573
|
"reasoning": true,
|
|
574
|
+
"thinkingLevelMap": {
|
|
575
|
+
"off": null,
|
|
576
|
+
"minimal": null,
|
|
577
|
+
"low": "low",
|
|
578
|
+
"medium": "medium",
|
|
579
|
+
"high": "high",
|
|
580
|
+
"xhigh": "xhigh",
|
|
581
|
+
"max": "max"
|
|
582
|
+
},
|
|
403
583
|
"input": [
|
|
404
584
|
"text",
|
|
405
585
|
"image"
|
|
@@ -468,30 +648,21 @@
|
|
|
468
648
|
"contextWindow": 204800,
|
|
469
649
|
"maxTokens": 131072
|
|
470
650
|
},
|
|
471
|
-
{
|
|
472
|
-
"id": "hy3-free",
|
|
473
|
-
"name": "Hy3 Free",
|
|
474
|
-
"api": "openai-completions",
|
|
475
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
476
|
-
"reasoning": true,
|
|
477
|
-
"input": [
|
|
478
|
-
"text"
|
|
479
|
-
],
|
|
480
|
-
"cost": {
|
|
481
|
-
"input": 0,
|
|
482
|
-
"output": 0,
|
|
483
|
-
"cacheRead": 0,
|
|
484
|
-
"cacheWrite": 0
|
|
485
|
-
},
|
|
486
|
-
"contextWindow": 190000,
|
|
487
|
-
"maxTokens": 64000
|
|
488
|
-
},
|
|
489
651
|
{
|
|
490
652
|
"id": "gpt-5.3-codex",
|
|
491
653
|
"name": "GPT-5.3 Codex",
|
|
492
654
|
"api": "openai-responses",
|
|
493
655
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
494
656
|
"reasoning": true,
|
|
657
|
+
"thinkingLevelMap": {
|
|
658
|
+
"off": null,
|
|
659
|
+
"minimal": null,
|
|
660
|
+
"low": "low",
|
|
661
|
+
"medium": "medium",
|
|
662
|
+
"high": "high",
|
|
663
|
+
"xhigh": "xhigh",
|
|
664
|
+
"max": null
|
|
665
|
+
},
|
|
495
666
|
"input": [
|
|
496
667
|
"text",
|
|
497
668
|
"image"
|
|
@@ -530,6 +701,15 @@
|
|
|
530
701
|
"api": "openai-responses",
|
|
531
702
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
532
703
|
"reasoning": true,
|
|
704
|
+
"thinkingLevelMap": {
|
|
705
|
+
"off": null,
|
|
706
|
+
"minimal": null,
|
|
707
|
+
"low": "low",
|
|
708
|
+
"medium": "medium",
|
|
709
|
+
"high": "high",
|
|
710
|
+
"xhigh": "xhigh",
|
|
711
|
+
"max": null
|
|
712
|
+
},
|
|
533
713
|
"input": [
|
|
534
714
|
"text"
|
|
535
715
|
],
|
|
@@ -548,33 +728,14 @@
|
|
|
548
728
|
"api": "openai-responses",
|
|
549
729
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
550
730
|
"reasoning": true,
|
|
551
|
-
"input": [
|
|
552
|
-
"text",
|
|
553
|
-
"image"
|
|
554
|
-
],
|
|
555
|
-
"cost": {
|
|
556
|
-
"input": 0,
|
|
557
|
-
"output": 0,
|
|
558
|
-
"cacheRead": 0,
|
|
559
|
-
"cacheWrite": 0
|
|
560
|
-
},
|
|
561
|
-
"contextWindow": 1048576,
|
|
562
|
-
"maxTokens": 131072
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"id": "x-preview-f-free",
|
|
566
|
-
"name": "Ox Alpha Free (Unlimited)",
|
|
567
|
-
"api": "openai-completions",
|
|
568
|
-
"baseUrl": "https://opencode.ai/zen/v1",
|
|
569
|
-
"reasoning": true,
|
|
570
731
|
"thinkingLevelMap": {
|
|
571
732
|
"off": null,
|
|
572
|
-
"minimal":
|
|
733
|
+
"minimal": "minimal",
|
|
573
734
|
"low": "low",
|
|
574
|
-
"medium":
|
|
735
|
+
"medium": "medium",
|
|
575
736
|
"high": "high",
|
|
576
|
-
"xhigh":
|
|
577
|
-
"max":
|
|
737
|
+
"xhigh": "xhigh",
|
|
738
|
+
"max": null
|
|
578
739
|
},
|
|
579
740
|
"input": [
|
|
580
741
|
"text",
|
|
@@ -586,7 +747,7 @@
|
|
|
586
747
|
"cacheRead": 0,
|
|
587
748
|
"cacheWrite": 0
|
|
588
749
|
},
|
|
589
|
-
"contextWindow":
|
|
750
|
+
"contextWindow": 1048576,
|
|
590
751
|
"maxTokens": 131072
|
|
591
752
|
},
|
|
592
753
|
{
|
|
@@ -595,6 +756,15 @@
|
|
|
595
756
|
"api": "openai-responses",
|
|
596
757
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
597
758
|
"reasoning": true,
|
|
759
|
+
"thinkingLevelMap": {
|
|
760
|
+
"off": null,
|
|
761
|
+
"minimal": null,
|
|
762
|
+
"low": "low",
|
|
763
|
+
"medium": "medium",
|
|
764
|
+
"high": "high",
|
|
765
|
+
"xhigh": "xhigh",
|
|
766
|
+
"max": null
|
|
767
|
+
},
|
|
598
768
|
"input": [
|
|
599
769
|
"text",
|
|
600
770
|
"image"
|
|
@@ -614,6 +784,15 @@
|
|
|
614
784
|
"api": "google-generative-ai",
|
|
615
785
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
616
786
|
"reasoning": true,
|
|
787
|
+
"thinkingLevelMap": {
|
|
788
|
+
"off": null,
|
|
789
|
+
"minimal": "minimal",
|
|
790
|
+
"low": "low",
|
|
791
|
+
"medium": "medium",
|
|
792
|
+
"high": "high",
|
|
793
|
+
"xhigh": null,
|
|
794
|
+
"max": null
|
|
795
|
+
},
|
|
617
796
|
"input": [
|
|
618
797
|
"text",
|
|
619
798
|
"image"
|
|
@@ -633,6 +812,15 @@
|
|
|
633
812
|
"api": "anthropic-messages",
|
|
634
813
|
"baseUrl": "https://opencode.ai/zen",
|
|
635
814
|
"reasoning": true,
|
|
815
|
+
"thinkingLevelMap": {
|
|
816
|
+
"off": null,
|
|
817
|
+
"minimal": null,
|
|
818
|
+
"low": "low",
|
|
819
|
+
"medium": "medium",
|
|
820
|
+
"high": "high",
|
|
821
|
+
"xhigh": null,
|
|
822
|
+
"max": null
|
|
823
|
+
},
|
|
636
824
|
"input": [
|
|
637
825
|
"text",
|
|
638
826
|
"image"
|
|
@@ -652,6 +840,15 @@
|
|
|
652
840
|
"api": "openai-responses",
|
|
653
841
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
654
842
|
"reasoning": true,
|
|
843
|
+
"thinkingLevelMap": {
|
|
844
|
+
"off": null,
|
|
845
|
+
"minimal": null,
|
|
846
|
+
"low": "low",
|
|
847
|
+
"medium": "medium",
|
|
848
|
+
"high": "high",
|
|
849
|
+
"xhigh": "xhigh",
|
|
850
|
+
"max": null
|
|
851
|
+
},
|
|
655
852
|
"input": [
|
|
656
853
|
"text",
|
|
657
854
|
"image"
|
|
@@ -671,6 +868,15 @@
|
|
|
671
868
|
"api": "anthropic-messages",
|
|
672
869
|
"baseUrl": "https://opencode.ai/zen",
|
|
673
870
|
"reasoning": true,
|
|
871
|
+
"thinkingLevelMap": {
|
|
872
|
+
"off": null,
|
|
873
|
+
"minimal": null,
|
|
874
|
+
"low": "low",
|
|
875
|
+
"medium": "medium",
|
|
876
|
+
"high": "high",
|
|
877
|
+
"xhigh": null,
|
|
878
|
+
"max": "max"
|
|
879
|
+
},
|
|
674
880
|
"input": [
|
|
675
881
|
"text",
|
|
676
882
|
"image"
|
|
@@ -690,6 +896,15 @@
|
|
|
690
896
|
"api": "openai-responses",
|
|
691
897
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
692
898
|
"reasoning": true,
|
|
899
|
+
"thinkingLevelMap": {
|
|
900
|
+
"off": null,
|
|
901
|
+
"minimal": "minimal",
|
|
902
|
+
"low": "low",
|
|
903
|
+
"medium": "medium",
|
|
904
|
+
"high": "high",
|
|
905
|
+
"xhigh": "xhigh",
|
|
906
|
+
"max": null
|
|
907
|
+
},
|
|
693
908
|
"input": [
|
|
694
909
|
"text",
|
|
695
910
|
"image"
|
|
@@ -709,6 +924,15 @@
|
|
|
709
924
|
"api": "openai-responses",
|
|
710
925
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
711
926
|
"reasoning": true,
|
|
927
|
+
"thinkingLevelMap": {
|
|
928
|
+
"off": null,
|
|
929
|
+
"minimal": null,
|
|
930
|
+
"low": "low",
|
|
931
|
+
"medium": "medium",
|
|
932
|
+
"high": "high",
|
|
933
|
+
"xhigh": "xhigh",
|
|
934
|
+
"max": null
|
|
935
|
+
},
|
|
712
936
|
"input": [
|
|
713
937
|
"text",
|
|
714
938
|
"image"
|
|
@@ -747,6 +971,15 @@
|
|
|
747
971
|
"api": "openai-responses",
|
|
748
972
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
749
973
|
"reasoning": true,
|
|
974
|
+
"thinkingLevelMap": {
|
|
975
|
+
"off": null,
|
|
976
|
+
"minimal": null,
|
|
977
|
+
"low": "low",
|
|
978
|
+
"medium": "medium",
|
|
979
|
+
"high": "high",
|
|
980
|
+
"xhigh": "xhigh",
|
|
981
|
+
"max": null
|
|
982
|
+
},
|
|
750
983
|
"input": [
|
|
751
984
|
"text",
|
|
752
985
|
"image"
|
|
@@ -785,6 +1018,15 @@
|
|
|
785
1018
|
"api": "openai-completions",
|
|
786
1019
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
787
1020
|
"reasoning": true,
|
|
1021
|
+
"thinkingLevelMap": {
|
|
1022
|
+
"off": null,
|
|
1023
|
+
"minimal": null,
|
|
1024
|
+
"low": null,
|
|
1025
|
+
"medium": null,
|
|
1026
|
+
"high": "high",
|
|
1027
|
+
"xhigh": null,
|
|
1028
|
+
"max": "max"
|
|
1029
|
+
},
|
|
788
1030
|
"input": [
|
|
789
1031
|
"text"
|
|
790
1032
|
],
|
|
@@ -840,6 +1082,15 @@
|
|
|
840
1082
|
"api": "google-generative-ai",
|
|
841
1083
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
842
1084
|
"reasoning": true,
|
|
1085
|
+
"thinkingLevelMap": {
|
|
1086
|
+
"off": null,
|
|
1087
|
+
"minimal": "minimal",
|
|
1088
|
+
"low": "low",
|
|
1089
|
+
"medium": "medium",
|
|
1090
|
+
"high": "high",
|
|
1091
|
+
"xhigh": null,
|
|
1092
|
+
"max": null
|
|
1093
|
+
},
|
|
843
1094
|
"input": [
|
|
844
1095
|
"text",
|
|
845
1096
|
"image"
|
|
@@ -859,6 +1110,15 @@
|
|
|
859
1110
|
"api": "openai-responses",
|
|
860
1111
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
861
1112
|
"reasoning": true,
|
|
1113
|
+
"thinkingLevelMap": {
|
|
1114
|
+
"off": null,
|
|
1115
|
+
"minimal": null,
|
|
1116
|
+
"low": "low",
|
|
1117
|
+
"medium": "medium",
|
|
1118
|
+
"high": "high",
|
|
1119
|
+
"xhigh": "xhigh",
|
|
1120
|
+
"max": "max"
|
|
1121
|
+
},
|
|
862
1122
|
"input": [
|
|
863
1123
|
"text",
|
|
864
1124
|
"image"
|
|
@@ -878,6 +1138,15 @@
|
|
|
878
1138
|
"api": "google-generative-ai",
|
|
879
1139
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
880
1140
|
"reasoning": true,
|
|
1141
|
+
"thinkingLevelMap": {
|
|
1142
|
+
"off": null,
|
|
1143
|
+
"minimal": "minimal",
|
|
1144
|
+
"low": "low",
|
|
1145
|
+
"medium": "medium",
|
|
1146
|
+
"high": "high",
|
|
1147
|
+
"xhigh": null,
|
|
1148
|
+
"max": null
|
|
1149
|
+
},
|
|
881
1150
|
"input": [
|
|
882
1151
|
"text",
|
|
883
1152
|
"image"
|
|
@@ -897,6 +1166,15 @@
|
|
|
897
1166
|
"api": "openai-responses",
|
|
898
1167
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
899
1168
|
"reasoning": true,
|
|
1169
|
+
"thinkingLevelMap": {
|
|
1170
|
+
"off": null,
|
|
1171
|
+
"minimal": null,
|
|
1172
|
+
"low": "low",
|
|
1173
|
+
"medium": "medium",
|
|
1174
|
+
"high": "high",
|
|
1175
|
+
"xhigh": "xhigh",
|
|
1176
|
+
"max": null
|
|
1177
|
+
},
|
|
900
1178
|
"input": [
|
|
901
1179
|
"text",
|
|
902
1180
|
"image"
|
|
@@ -935,6 +1213,15 @@
|
|
|
935
1213
|
"api": "anthropic-messages",
|
|
936
1214
|
"baseUrl": "https://opencode.ai/zen",
|
|
937
1215
|
"reasoning": true,
|
|
1216
|
+
"thinkingLevelMap": {
|
|
1217
|
+
"off": null,
|
|
1218
|
+
"minimal": null,
|
|
1219
|
+
"low": "low",
|
|
1220
|
+
"medium": "medium",
|
|
1221
|
+
"high": "high",
|
|
1222
|
+
"xhigh": "xhigh",
|
|
1223
|
+
"max": "max"
|
|
1224
|
+
},
|
|
938
1225
|
"input": [
|
|
939
1226
|
"text",
|
|
940
1227
|
"image"
|
|
@@ -1009,6 +1296,15 @@
|
|
|
1009
1296
|
"api": "openai-responses",
|
|
1010
1297
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1011
1298
|
"reasoning": true,
|
|
1299
|
+
"thinkingLevelMap": {
|
|
1300
|
+
"off": null,
|
|
1301
|
+
"minimal": null,
|
|
1302
|
+
"low": "low",
|
|
1303
|
+
"medium": "medium",
|
|
1304
|
+
"high": "high",
|
|
1305
|
+
"xhigh": "xhigh",
|
|
1306
|
+
"max": null
|
|
1307
|
+
},
|
|
1012
1308
|
"input": [
|
|
1013
1309
|
"text",
|
|
1014
1310
|
"image"
|
|
@@ -1028,6 +1324,15 @@
|
|
|
1028
1324
|
"api": "anthropic-messages",
|
|
1029
1325
|
"baseUrl": "https://opencode.ai/zen",
|
|
1030
1326
|
"reasoning": true,
|
|
1327
|
+
"thinkingLevelMap": {
|
|
1328
|
+
"off": null,
|
|
1329
|
+
"minimal": null,
|
|
1330
|
+
"low": "low",
|
|
1331
|
+
"medium": "medium",
|
|
1332
|
+
"high": "high",
|
|
1333
|
+
"xhigh": null,
|
|
1334
|
+
"max": "max"
|
|
1335
|
+
},
|
|
1031
1336
|
"input": [
|
|
1032
1337
|
"text",
|
|
1033
1338
|
"image"
|
|
@@ -1047,6 +1352,15 @@
|
|
|
1047
1352
|
"api": "openai-responses",
|
|
1048
1353
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1049
1354
|
"reasoning": true,
|
|
1355
|
+
"thinkingLevelMap": {
|
|
1356
|
+
"off": null,
|
|
1357
|
+
"minimal": null,
|
|
1358
|
+
"low": "low",
|
|
1359
|
+
"medium": "medium",
|
|
1360
|
+
"high": "high",
|
|
1361
|
+
"xhigh": null,
|
|
1362
|
+
"max": null
|
|
1363
|
+
},
|
|
1050
1364
|
"input": [
|
|
1051
1365
|
"text",
|
|
1052
1366
|
"image"
|
|
@@ -1066,6 +1380,15 @@
|
|
|
1066
1380
|
"api": "anthropic-messages",
|
|
1067
1381
|
"baseUrl": "https://opencode.ai/zen",
|
|
1068
1382
|
"reasoning": true,
|
|
1383
|
+
"thinkingLevelMap": {
|
|
1384
|
+
"off": null,
|
|
1385
|
+
"minimal": null,
|
|
1386
|
+
"low": "low",
|
|
1387
|
+
"medium": "medium",
|
|
1388
|
+
"high": "high",
|
|
1389
|
+
"xhigh": "xhigh",
|
|
1390
|
+
"max": "max"
|
|
1391
|
+
},
|
|
1069
1392
|
"input": [
|
|
1070
1393
|
"text",
|
|
1071
1394
|
"image"
|
|
@@ -1104,6 +1427,15 @@
|
|
|
1104
1427
|
"api": "google-generative-ai",
|
|
1105
1428
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1106
1429
|
"reasoning": true,
|
|
1430
|
+
"thinkingLevelMap": {
|
|
1431
|
+
"off": null,
|
|
1432
|
+
"minimal": null,
|
|
1433
|
+
"low": "low",
|
|
1434
|
+
"medium": "medium",
|
|
1435
|
+
"high": "high",
|
|
1436
|
+
"xhigh": null,
|
|
1437
|
+
"max": null
|
|
1438
|
+
},
|
|
1107
1439
|
"input": [
|
|
1108
1440
|
"text",
|
|
1109
1441
|
"image"
|
|
@@ -1123,6 +1455,15 @@
|
|
|
1123
1455
|
"api": "openai-responses",
|
|
1124
1456
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1125
1457
|
"reasoning": true,
|
|
1458
|
+
"thinkingLevelMap": {
|
|
1459
|
+
"off": null,
|
|
1460
|
+
"minimal": null,
|
|
1461
|
+
"low": "low",
|
|
1462
|
+
"medium": "medium",
|
|
1463
|
+
"high": "high",
|
|
1464
|
+
"xhigh": "xhigh",
|
|
1465
|
+
"max": null
|
|
1466
|
+
},
|
|
1126
1467
|
"input": [
|
|
1127
1468
|
"text",
|
|
1128
1469
|
"image"
|
|
@@ -1161,6 +1502,15 @@
|
|
|
1161
1502
|
"api": "openai-responses",
|
|
1162
1503
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
1163
1504
|
"reasoning": true,
|
|
1505
|
+
"thinkingLevelMap": {
|
|
1506
|
+
"off": null,
|
|
1507
|
+
"minimal": null,
|
|
1508
|
+
"low": "low",
|
|
1509
|
+
"medium": "medium",
|
|
1510
|
+
"high": "high",
|
|
1511
|
+
"xhigh": null,
|
|
1512
|
+
"max": null
|
|
1513
|
+
},
|
|
1164
1514
|
"input": [
|
|
1165
1515
|
"text",
|
|
1166
1516
|
"image"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monotykamary/pi-opencode-provider",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Opencode provider extension for pi - Access GPT, Claude, Gemini, GLM, MiniMax, Kimi and more through the opencode.ai API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|