pi-opencode-go-provider 1.1.7 → 1.1.8
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/models.json +296 -296
- package/package.json +1 -1
package/models.json
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"id": "mimo-v2.6-pro",
|
|
4
|
+
"name": "MiMo-V2.6-Pro",
|
|
5
|
+
"api": "openai-completions",
|
|
6
|
+
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
7
|
+
"reasoning": true,
|
|
8
|
+
"input": [
|
|
9
|
+
"text",
|
|
10
|
+
"image"
|
|
11
|
+
],
|
|
12
|
+
"cost": {
|
|
13
|
+
"input": 0.435,
|
|
14
|
+
"output": 0.87,
|
|
15
|
+
"cacheRead": 0.003625,
|
|
16
|
+
"cacheWrite": 0
|
|
17
|
+
},
|
|
18
|
+
"contextWindow": 1048576,
|
|
19
|
+
"maxTokens": 131072
|
|
20
|
+
},
|
|
2
21
|
{
|
|
3
22
|
"id": "qwen3.7-max",
|
|
4
23
|
"name": "Qwen3.7 Max",
|
|
@@ -18,26 +37,27 @@
|
|
|
18
37
|
"maxTokens": 65536
|
|
19
38
|
},
|
|
20
39
|
{
|
|
21
|
-
"id": "
|
|
22
|
-
"name": "
|
|
40
|
+
"id": "mimo-v2.5",
|
|
41
|
+
"name": "MiMo V2.5",
|
|
23
42
|
"api": "openai-completions",
|
|
24
43
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
25
44
|
"reasoning": true,
|
|
26
45
|
"input": [
|
|
27
|
-
"text"
|
|
46
|
+
"text",
|
|
47
|
+
"image"
|
|
28
48
|
],
|
|
29
49
|
"cost": {
|
|
30
|
-
"input": 0.
|
|
31
|
-
"output":
|
|
32
|
-
"cacheRead": 0.
|
|
50
|
+
"input": 0.14,
|
|
51
|
+
"output": 0.28,
|
|
52
|
+
"cacheRead": 0.0028,
|
|
33
53
|
"cacheWrite": 0
|
|
34
54
|
},
|
|
35
55
|
"contextWindow": 1000000,
|
|
36
|
-
"maxTokens":
|
|
56
|
+
"maxTokens": 128000
|
|
37
57
|
},
|
|
38
58
|
{
|
|
39
|
-
"id": "
|
|
40
|
-
"name": "
|
|
59
|
+
"id": "grok-4.7",
|
|
60
|
+
"name": "Grok 4.7",
|
|
41
61
|
"api": "openai-completions",
|
|
42
62
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
43
63
|
"reasoning": true,
|
|
@@ -45,55 +65,64 @@
|
|
|
45
65
|
"off": null,
|
|
46
66
|
"minimal": null,
|
|
47
67
|
"low": "low",
|
|
48
|
-
"medium":
|
|
68
|
+
"medium": "medium",
|
|
49
69
|
"high": "high",
|
|
50
|
-
"xhigh":
|
|
51
|
-
"max":
|
|
70
|
+
"xhigh": "xhigh",
|
|
71
|
+
"max": null
|
|
52
72
|
},
|
|
53
73
|
"input": [
|
|
54
74
|
"text",
|
|
55
75
|
"image"
|
|
56
76
|
],
|
|
57
77
|
"cost": {
|
|
58
|
-
"input":
|
|
59
|
-
"output":
|
|
60
|
-
"cacheRead": 0.
|
|
78
|
+
"input": 2,
|
|
79
|
+
"output": 6,
|
|
80
|
+
"cacheRead": 0.5,
|
|
61
81
|
"cacheWrite": 0
|
|
62
82
|
},
|
|
63
|
-
"contextWindow":
|
|
64
|
-
"maxTokens":
|
|
83
|
+
"contextWindow": 500000,
|
|
84
|
+
"maxTokens": 500000
|
|
65
85
|
},
|
|
66
86
|
{
|
|
67
|
-
"id": "
|
|
68
|
-
"name": "
|
|
87
|
+
"id": "glm-5.3-flash",
|
|
88
|
+
"name": "GLM-5.3-Flash",
|
|
69
89
|
"api": "openai-completions",
|
|
70
90
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
71
91
|
"reasoning": true,
|
|
92
|
+
"thinkingLevelMap": {
|
|
93
|
+
"off": null,
|
|
94
|
+
"minimal": null,
|
|
95
|
+
"low": "low",
|
|
96
|
+
"medium": null,
|
|
97
|
+
"high": "high",
|
|
98
|
+
"xhigh": null,
|
|
99
|
+
"max": "max"
|
|
100
|
+
},
|
|
72
101
|
"input": [
|
|
73
102
|
"text",
|
|
74
103
|
"image"
|
|
75
104
|
],
|
|
76
105
|
"cost": {
|
|
77
|
-
"input": 0.
|
|
78
|
-
"output":
|
|
79
|
-
"cacheRead": 0.
|
|
80
|
-
"cacheWrite": 0
|
|
106
|
+
"input": 0.15,
|
|
107
|
+
"output": 0.5,
|
|
108
|
+
"cacheRead": 0.03,
|
|
109
|
+
"cacheWrite": 0
|
|
81
110
|
},
|
|
82
111
|
"contextWindow": 1000000,
|
|
83
|
-
"maxTokens":
|
|
112
|
+
"maxTokens": 131072
|
|
84
113
|
},
|
|
85
114
|
{
|
|
86
|
-
"id": "
|
|
87
|
-
"name": "
|
|
115
|
+
"id": "qwen3.8-max",
|
|
116
|
+
"name": "Qwen3.8 Max",
|
|
88
117
|
"api": "openai-completions",
|
|
89
118
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
90
119
|
"reasoning": true,
|
|
91
120
|
"thinkingLevelMap": {
|
|
92
121
|
"off": null,
|
|
93
|
-
"minimal":
|
|
122
|
+
"minimal": null,
|
|
94
123
|
"low": "low",
|
|
95
124
|
"medium": "medium",
|
|
96
|
-
"high":
|
|
125
|
+
"high": null,
|
|
97
126
|
"xhigh": "xhigh",
|
|
98
127
|
"max": null
|
|
99
128
|
},
|
|
@@ -102,73 +131,17 @@
|
|
|
102
131
|
"image"
|
|
103
132
|
],
|
|
104
133
|
"cost": {
|
|
105
|
-
"input":
|
|
106
|
-
"output":
|
|
107
|
-
"cacheRead": 0.
|
|
108
|
-
"cacheWrite":
|
|
109
|
-
},
|
|
110
|
-
"contextWindow": 1048576,
|
|
111
|
-
"maxTokens": 131072
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"id": "mimo-v2.6-pro",
|
|
115
|
-
"name": "MiMo-V2.6-Pro",
|
|
116
|
-
"api": "openai-completions",
|
|
117
|
-
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
118
|
-
"reasoning": true,
|
|
119
|
-
"input": [
|
|
120
|
-
"text",
|
|
121
|
-
"image"
|
|
122
|
-
],
|
|
123
|
-
"cost": {
|
|
124
|
-
"input": 0.435,
|
|
125
|
-
"output": 0.87,
|
|
126
|
-
"cacheRead": 0.003625,
|
|
127
|
-
"cacheWrite": 0
|
|
128
|
-
},
|
|
129
|
-
"contextWindow": 1048576,
|
|
130
|
-
"maxTokens": 131072
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"id": "minimax-m2.7",
|
|
134
|
-
"name": "MiniMax-M2.7",
|
|
135
|
-
"api": "anthropic-messages",
|
|
136
|
-
"baseUrl": "https://opencode.ai/zen/go",
|
|
137
|
-
"reasoning": true,
|
|
138
|
-
"input": [
|
|
139
|
-
"text"
|
|
140
|
-
],
|
|
141
|
-
"cost": {
|
|
142
|
-
"input": 0.3,
|
|
143
|
-
"output": 1.2,
|
|
144
|
-
"cacheRead": 0.06,
|
|
145
|
-
"cacheWrite": 0.375
|
|
134
|
+
"input": 2,
|
|
135
|
+
"output": 6,
|
|
136
|
+
"cacheRead": 0.25,
|
|
137
|
+
"cacheWrite": 2.5
|
|
146
138
|
},
|
|
147
|
-
"contextWindow":
|
|
139
|
+
"contextWindow": 1000000,
|
|
148
140
|
"maxTokens": 131072
|
|
149
141
|
},
|
|
150
142
|
{
|
|
151
|
-
"id": "kimi-
|
|
152
|
-
"name": "Kimi
|
|
153
|
-
"api": "openai-completions",
|
|
154
|
-
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
155
|
-
"reasoning": true,
|
|
156
|
-
"input": [
|
|
157
|
-
"text",
|
|
158
|
-
"image"
|
|
159
|
-
],
|
|
160
|
-
"cost": {
|
|
161
|
-
"input": 0.95,
|
|
162
|
-
"output": 4,
|
|
163
|
-
"cacheRead": 0.16,
|
|
164
|
-
"cacheWrite": 0
|
|
165
|
-
},
|
|
166
|
-
"contextWindow": 262144,
|
|
167
|
-
"maxTokens": 65536
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"id": "glm-5.2",
|
|
171
|
-
"name": "GLM-5.2",
|
|
143
|
+
"id": "kimi-k3",
|
|
144
|
+
"name": "Kimi K3",
|
|
172
145
|
"api": "openai-completions",
|
|
173
146
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
174
147
|
"reasoning": true,
|
|
@@ -177,44 +150,26 @@
|
|
|
177
150
|
"minimal": null,
|
|
178
151
|
"low": null,
|
|
179
152
|
"medium": null,
|
|
180
|
-
"high":
|
|
153
|
+
"high": null,
|
|
181
154
|
"xhigh": null,
|
|
182
155
|
"max": "max"
|
|
183
156
|
},
|
|
184
|
-
"input": [
|
|
185
|
-
"text"
|
|
186
|
-
],
|
|
187
|
-
"cost": {
|
|
188
|
-
"input": 1.4,
|
|
189
|
-
"output": 4.4,
|
|
190
|
-
"cacheRead": 0.26,
|
|
191
|
-
"cacheWrite": 0
|
|
192
|
-
},
|
|
193
|
-
"contextWindow": 1000000,
|
|
194
|
-
"maxTokens": 131072
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"id": "minimax-m3",
|
|
198
|
-
"name": "MiniMax-M3",
|
|
199
|
-
"api": "anthropic-messages",
|
|
200
|
-
"baseUrl": "https://opencode.ai/zen/go",
|
|
201
|
-
"reasoning": true,
|
|
202
157
|
"input": [
|
|
203
158
|
"text",
|
|
204
159
|
"image"
|
|
205
160
|
],
|
|
206
161
|
"cost": {
|
|
207
|
-
"input":
|
|
208
|
-
"output":
|
|
209
|
-
"cacheRead": 0.
|
|
162
|
+
"input": 3,
|
|
163
|
+
"output": 15,
|
|
164
|
+
"cacheRead": 0.3,
|
|
210
165
|
"cacheWrite": 0
|
|
211
166
|
},
|
|
212
|
-
"contextWindow":
|
|
167
|
+
"contextWindow": 1048576,
|
|
213
168
|
"maxTokens": 131072
|
|
214
169
|
},
|
|
215
170
|
{
|
|
216
|
-
"id": "deepseek-v4-flash",
|
|
217
|
-
"name": "DeepSeek V4 Flash",
|
|
171
|
+
"id": "deepseek-v4.1-flash",
|
|
172
|
+
"name": "DeepSeek V4.1 Flash",
|
|
218
173
|
"api": "openai-completions",
|
|
219
174
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
220
175
|
"reasoning": true,
|
|
@@ -228,7 +183,8 @@
|
|
|
228
183
|
"max": "max"
|
|
229
184
|
},
|
|
230
185
|
"input": [
|
|
231
|
-
"text"
|
|
186
|
+
"text",
|
|
187
|
+
"image"
|
|
232
188
|
],
|
|
233
189
|
"cost": {
|
|
234
190
|
"input": 0.15,
|
|
@@ -240,27 +196,8 @@
|
|
|
240
196
|
"maxTokens": 384000
|
|
241
197
|
},
|
|
242
198
|
{
|
|
243
|
-
"id": "
|
|
244
|
-
"name": "
|
|
245
|
-
"api": "openai-completions",
|
|
246
|
-
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
247
|
-
"reasoning": true,
|
|
248
|
-
"input": [
|
|
249
|
-
"text",
|
|
250
|
-
"image"
|
|
251
|
-
],
|
|
252
|
-
"cost": {
|
|
253
|
-
"input": 0.95,
|
|
254
|
-
"output": 4,
|
|
255
|
-
"cacheRead": 0.19,
|
|
256
|
-
"cacheWrite": 0
|
|
257
|
-
},
|
|
258
|
-
"contextWindow": 262144,
|
|
259
|
-
"maxTokens": 262144
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"id": "deepseek-v4.1-flash",
|
|
263
|
-
"name": "DeepSeek V4.1 Flash",
|
|
199
|
+
"id": "deepseek-v4-flash-vision-exp",
|
|
200
|
+
"name": "DeepSeek V4 Flash Vision Exp",
|
|
264
201
|
"api": "openai-completions",
|
|
265
202
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
266
203
|
"reasoning": true,
|
|
@@ -287,170 +224,143 @@
|
|
|
287
224
|
"maxTokens": 384000
|
|
288
225
|
},
|
|
289
226
|
{
|
|
290
|
-
"id": "
|
|
291
|
-
"name": "
|
|
227
|
+
"id": "kimi-k2.6",
|
|
228
|
+
"name": "Kimi K2.6",
|
|
292
229
|
"api": "openai-completions",
|
|
293
230
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
294
231
|
"reasoning": true,
|
|
295
|
-
"thinkingLevelMap": {
|
|
296
|
-
"off": null,
|
|
297
|
-
"minimal": null,
|
|
298
|
-
"low": "low",
|
|
299
|
-
"medium": null,
|
|
300
|
-
"high": "high",
|
|
301
|
-
"xhigh": null,
|
|
302
|
-
"max": null
|
|
303
|
-
},
|
|
304
232
|
"input": [
|
|
305
|
-
"text"
|
|
233
|
+
"text",
|
|
234
|
+
"image"
|
|
306
235
|
],
|
|
307
236
|
"cost": {
|
|
308
|
-
"input": 0.
|
|
309
|
-
"output":
|
|
310
|
-
"cacheRead": 0.
|
|
237
|
+
"input": 0.95,
|
|
238
|
+
"output": 4,
|
|
239
|
+
"cacheRead": 0.16,
|
|
311
240
|
"cacheWrite": 0
|
|
312
241
|
},
|
|
313
|
-
"contextWindow":
|
|
314
|
-
"maxTokens":
|
|
242
|
+
"contextWindow": 262144,
|
|
243
|
+
"maxTokens": 65536
|
|
315
244
|
},
|
|
316
245
|
{
|
|
317
|
-
"id": "
|
|
318
|
-
"name": "
|
|
246
|
+
"id": "longcat-2.0",
|
|
247
|
+
"name": "LongCat-2.0",
|
|
319
248
|
"api": "openai-completions",
|
|
320
249
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
321
250
|
"reasoning": true,
|
|
322
|
-
"thinkingLevelMap": {
|
|
323
|
-
"off": null,
|
|
324
|
-
"minimal": null,
|
|
325
|
-
"low": null,
|
|
326
|
-
"medium": null,
|
|
327
|
-
"high": "high",
|
|
328
|
-
"xhigh": null,
|
|
329
|
-
"max": null
|
|
330
|
-
},
|
|
331
251
|
"input": [
|
|
332
252
|
"text"
|
|
333
253
|
],
|
|
334
254
|
"cost": {
|
|
335
|
-
"input": 0.
|
|
336
|
-
"output": 2
|
|
337
|
-
"cacheRead": 0.
|
|
255
|
+
"input": 0.3,
|
|
256
|
+
"output": 1.2,
|
|
257
|
+
"cacheRead": 0.006,
|
|
338
258
|
"cacheWrite": 0
|
|
339
259
|
},
|
|
340
|
-
"contextWindow":
|
|
341
|
-
"maxTokens":
|
|
260
|
+
"contextWindow": 1000000,
|
|
261
|
+
"maxTokens": 131072
|
|
342
262
|
},
|
|
343
263
|
{
|
|
344
|
-
"id": "
|
|
345
|
-
"name": "
|
|
346
|
-
"api": "
|
|
347
|
-
"baseUrl": "https://opencode.ai/zen/go
|
|
264
|
+
"id": "minimax-m2.7",
|
|
265
|
+
"name": "MiniMax-M2.7",
|
|
266
|
+
"api": "anthropic-messages",
|
|
267
|
+
"baseUrl": "https://opencode.ai/zen/go",
|
|
348
268
|
"reasoning": true,
|
|
349
|
-
"thinkingLevelMap": {
|
|
350
|
-
"off": null,
|
|
351
|
-
"minimal": null,
|
|
352
|
-
"low": "low",
|
|
353
|
-
"medium": "medium",
|
|
354
|
-
"high": "high",
|
|
355
|
-
"xhigh": "xhigh",
|
|
356
|
-
"max": "max"
|
|
357
|
-
},
|
|
358
269
|
"input": [
|
|
359
|
-
"text"
|
|
360
|
-
"image"
|
|
270
|
+
"text"
|
|
361
271
|
],
|
|
362
272
|
"cost": {
|
|
363
|
-
"input": 0.
|
|
273
|
+
"input": 0.3,
|
|
364
274
|
"output": 1.2,
|
|
365
|
-
"cacheRead": 0.
|
|
366
|
-
"cacheWrite": 0.
|
|
275
|
+
"cacheRead": 0.06,
|
|
276
|
+
"cacheWrite": 0.375
|
|
367
277
|
},
|
|
368
|
-
"contextWindow":
|
|
369
|
-
"maxTokens":
|
|
278
|
+
"contextWindow": 204800,
|
|
279
|
+
"maxTokens": 131072
|
|
370
280
|
},
|
|
371
281
|
{
|
|
372
|
-
"id": "
|
|
373
|
-
"name": "
|
|
282
|
+
"id": "mimo-v2.5-pro",
|
|
283
|
+
"name": "MiMo V2.5 Pro",
|
|
374
284
|
"api": "openai-completions",
|
|
375
285
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
376
286
|
"reasoning": true,
|
|
377
|
-
"thinkingLevelMap": {
|
|
378
|
-
"off": null,
|
|
379
|
-
"minimal": null,
|
|
380
|
-
"low": null,
|
|
381
|
-
"medium": null,
|
|
382
|
-
"high": null,
|
|
383
|
-
"xhigh": null,
|
|
384
|
-
"max": "max"
|
|
385
|
-
},
|
|
386
287
|
"input": [
|
|
387
|
-
"text"
|
|
388
|
-
"image"
|
|
288
|
+
"text"
|
|
389
289
|
],
|
|
390
290
|
"cost": {
|
|
391
|
-
"input":
|
|
392
|
-
"output":
|
|
393
|
-
"cacheRead": 0.
|
|
291
|
+
"input": 0.435,
|
|
292
|
+
"output": 0.87,
|
|
293
|
+
"cacheRead": 0.003625,
|
|
394
294
|
"cacheWrite": 0
|
|
395
295
|
},
|
|
396
296
|
"contextWindow": 1048576,
|
|
397
|
-
"maxTokens":
|
|
297
|
+
"maxTokens": 128000
|
|
398
298
|
},
|
|
399
299
|
{
|
|
400
|
-
"id": "
|
|
401
|
-
"name": "
|
|
300
|
+
"id": "mimo-v2.6-flash",
|
|
301
|
+
"name": "MiMo-V2.6-Flash",
|
|
402
302
|
"api": "openai-completions",
|
|
403
303
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
404
304
|
"reasoning": true,
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
305
|
+
"input": [
|
|
306
|
+
"text",
|
|
307
|
+
"image"
|
|
308
|
+
],
|
|
309
|
+
"cost": {
|
|
310
|
+
"input": 0.14,
|
|
311
|
+
"output": 0.28,
|
|
312
|
+
"cacheRead": 0.0028,
|
|
313
|
+
"cacheWrite": 0
|
|
413
314
|
},
|
|
315
|
+
"contextWindow": 1048576,
|
|
316
|
+
"maxTokens": 131072
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "minimax-m3",
|
|
320
|
+
"name": "MiniMax-M3",
|
|
321
|
+
"api": "anthropic-messages",
|
|
322
|
+
"baseUrl": "https://opencode.ai/zen/go",
|
|
323
|
+
"reasoning": true,
|
|
414
324
|
"input": [
|
|
415
325
|
"text",
|
|
416
326
|
"image"
|
|
417
327
|
],
|
|
418
328
|
"cost": {
|
|
419
|
-
"input": 0.
|
|
420
|
-
"output":
|
|
421
|
-
"cacheRead": 0.
|
|
329
|
+
"input": 0.3,
|
|
330
|
+
"output": 1.2,
|
|
331
|
+
"cacheRead": 0.06,
|
|
422
332
|
"cacheWrite": 0
|
|
423
333
|
},
|
|
424
334
|
"contextWindow": 1000000,
|
|
425
335
|
"maxTokens": 131072
|
|
426
336
|
},
|
|
427
337
|
{
|
|
428
|
-
"id": "
|
|
429
|
-
"name": "
|
|
338
|
+
"id": "gpt-5.6-luna",
|
|
339
|
+
"name": "GPT-5.6 Luna",
|
|
430
340
|
"api": "openai-completions",
|
|
431
341
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
432
342
|
"reasoning": true,
|
|
433
343
|
"thinkingLevelMap": {
|
|
434
344
|
"off": null,
|
|
435
|
-
"minimal":
|
|
345
|
+
"minimal": null,
|
|
436
346
|
"low": "low",
|
|
437
347
|
"medium": "medium",
|
|
438
348
|
"high": "high",
|
|
439
349
|
"xhigh": "xhigh",
|
|
440
|
-
"max":
|
|
350
|
+
"max": "max"
|
|
441
351
|
},
|
|
442
352
|
"input": [
|
|
443
353
|
"text",
|
|
444
354
|
"image"
|
|
445
355
|
],
|
|
446
356
|
"cost": {
|
|
447
|
-
"input": 0.
|
|
448
|
-
"output":
|
|
449
|
-
"cacheRead": 0.
|
|
450
|
-
"cacheWrite": 0
|
|
357
|
+
"input": 0.2,
|
|
358
|
+
"output": 1.2,
|
|
359
|
+
"cacheRead": 0.02,
|
|
360
|
+
"cacheWrite": 0.25
|
|
451
361
|
},
|
|
452
|
-
"contextWindow":
|
|
453
|
-
"maxTokens":
|
|
362
|
+
"contextWindow": 1050000,
|
|
363
|
+
"maxTokens": 128000
|
|
454
364
|
},
|
|
455
365
|
{
|
|
456
366
|
"id": "qwen3.8-flash",
|
|
@@ -481,27 +391,35 @@
|
|
|
481
391
|
"maxTokens": 131072
|
|
482
392
|
},
|
|
483
393
|
{
|
|
484
|
-
"id": "
|
|
485
|
-
"name": "
|
|
394
|
+
"id": "glm-5.2",
|
|
395
|
+
"name": "GLM-5.2",
|
|
486
396
|
"api": "openai-completions",
|
|
487
397
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
488
398
|
"reasoning": true,
|
|
399
|
+
"thinkingLevelMap": {
|
|
400
|
+
"off": null,
|
|
401
|
+
"minimal": null,
|
|
402
|
+
"low": null,
|
|
403
|
+
"medium": null,
|
|
404
|
+
"high": "high",
|
|
405
|
+
"xhigh": null,
|
|
406
|
+
"max": "max"
|
|
407
|
+
},
|
|
489
408
|
"input": [
|
|
490
|
-
"text"
|
|
491
|
-
"image"
|
|
409
|
+
"text"
|
|
492
410
|
],
|
|
493
411
|
"cost": {
|
|
494
|
-
"input":
|
|
495
|
-
"output":
|
|
496
|
-
"cacheRead": 0.
|
|
412
|
+
"input": 1.4,
|
|
413
|
+
"output": 4.4,
|
|
414
|
+
"cacheRead": 0.26,
|
|
497
415
|
"cacheWrite": 0
|
|
498
416
|
},
|
|
499
|
-
"contextWindow":
|
|
417
|
+
"contextWindow": 1000000,
|
|
500
418
|
"maxTokens": 131072
|
|
501
419
|
},
|
|
502
420
|
{
|
|
503
|
-
"id": "
|
|
504
|
-
"name": "
|
|
421
|
+
"id": "hy3",
|
|
422
|
+
"name": "Hy3",
|
|
505
423
|
"api": "openai-completions",
|
|
506
424
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
507
425
|
"reasoning": true,
|
|
@@ -509,36 +427,53 @@
|
|
|
509
427
|
"off": null,
|
|
510
428
|
"minimal": null,
|
|
511
429
|
"low": "low",
|
|
512
|
-
"medium":
|
|
430
|
+
"medium": null,
|
|
513
431
|
"high": "high",
|
|
514
|
-
"xhigh":
|
|
432
|
+
"xhigh": null,
|
|
515
433
|
"max": null
|
|
516
434
|
},
|
|
517
435
|
"input": [
|
|
518
|
-
"text"
|
|
519
|
-
"image"
|
|
436
|
+
"text"
|
|
520
437
|
],
|
|
521
438
|
"cost": {
|
|
522
|
-
"input":
|
|
523
|
-
"output":
|
|
524
|
-
"cacheRead": 0.
|
|
439
|
+
"input": 0.14,
|
|
440
|
+
"output": 0.58,
|
|
441
|
+
"cacheRead": 0.035,
|
|
525
442
|
"cacheWrite": 0
|
|
526
443
|
},
|
|
527
|
-
"contextWindow":
|
|
528
|
-
"maxTokens":
|
|
444
|
+
"contextWindow": 256000,
|
|
445
|
+
"maxTokens": 128000
|
|
529
446
|
},
|
|
530
447
|
{
|
|
531
|
-
"id": "
|
|
532
|
-
"name": "
|
|
448
|
+
"id": "glm-5.1",
|
|
449
|
+
"name": "GLM-5.1",
|
|
450
|
+
"api": "openai-completions",
|
|
451
|
+
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
452
|
+
"reasoning": true,
|
|
453
|
+
"input": [
|
|
454
|
+
"text"
|
|
455
|
+
],
|
|
456
|
+
"cost": {
|
|
457
|
+
"input": 1.4,
|
|
458
|
+
"output": 4.4,
|
|
459
|
+
"cacheRead": 0.26,
|
|
460
|
+
"cacheWrite": 0
|
|
461
|
+
},
|
|
462
|
+
"contextWindow": 202752,
|
|
463
|
+
"maxTokens": 32768
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"id": "muse-spark-1.2-contributor",
|
|
467
|
+
"name": "Muse Spark 1.2 Contributor",
|
|
533
468
|
"api": "openai-completions",
|
|
534
469
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
535
470
|
"reasoning": true,
|
|
536
471
|
"thinkingLevelMap": {
|
|
537
472
|
"off": null,
|
|
538
|
-
"minimal":
|
|
473
|
+
"minimal": "minimal",
|
|
539
474
|
"low": "low",
|
|
540
475
|
"medium": "medium",
|
|
541
|
-
"high":
|
|
476
|
+
"high": "high",
|
|
542
477
|
"xhigh": "xhigh",
|
|
543
478
|
"max": null
|
|
544
479
|
},
|
|
@@ -547,35 +482,44 @@
|
|
|
547
482
|
"image"
|
|
548
483
|
],
|
|
549
484
|
"cost": {
|
|
550
|
-
"input":
|
|
551
|
-
"output":
|
|
552
|
-
"cacheRead": 0.
|
|
553
|
-
"cacheWrite":
|
|
485
|
+
"input": 0.1,
|
|
486
|
+
"output": 0.2,
|
|
487
|
+
"cacheRead": 0.002,
|
|
488
|
+
"cacheWrite": 0
|
|
554
489
|
},
|
|
555
|
-
"contextWindow":
|
|
490
|
+
"contextWindow": 1048576,
|
|
556
491
|
"maxTokens": 131072
|
|
557
492
|
},
|
|
558
493
|
{
|
|
559
|
-
"id": "
|
|
560
|
-
"name": "
|
|
494
|
+
"id": "deepseek-v4-pro",
|
|
495
|
+
"name": "DeepSeek V4 Pro (New)",
|
|
561
496
|
"api": "openai-completions",
|
|
562
497
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
563
498
|
"reasoning": true,
|
|
499
|
+
"thinkingLevelMap": {
|
|
500
|
+
"off": null,
|
|
501
|
+
"minimal": null,
|
|
502
|
+
"low": null,
|
|
503
|
+
"medium": null,
|
|
504
|
+
"high": "high",
|
|
505
|
+
"xhigh": null,
|
|
506
|
+
"max": "max"
|
|
507
|
+
},
|
|
564
508
|
"input": [
|
|
565
509
|
"text"
|
|
566
510
|
],
|
|
567
511
|
"cost": {
|
|
568
|
-
"input":
|
|
569
|
-
"output":
|
|
570
|
-
"cacheRead": 0.
|
|
512
|
+
"input": 0.66,
|
|
513
|
+
"output": 1.98,
|
|
514
|
+
"cacheRead": 0.022,
|
|
571
515
|
"cacheWrite": 0
|
|
572
516
|
},
|
|
573
|
-
"contextWindow":
|
|
574
|
-
"maxTokens":
|
|
517
|
+
"contextWindow": 1000000,
|
|
518
|
+
"maxTokens": 384000
|
|
575
519
|
},
|
|
576
520
|
{
|
|
577
|
-
"id": "qwen3.
|
|
578
|
-
"name": "Qwen3.
|
|
521
|
+
"id": "qwen3.6-plus",
|
|
522
|
+
"name": "Qwen3.6 Plus",
|
|
579
523
|
"api": "openai-completions",
|
|
580
524
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
581
525
|
"reasoning": true,
|
|
@@ -584,17 +528,17 @@
|
|
|
584
528
|
"image"
|
|
585
529
|
],
|
|
586
530
|
"cost": {
|
|
587
|
-
"input": 0.
|
|
588
|
-
"output":
|
|
589
|
-
"cacheRead": 0.
|
|
590
|
-
"cacheWrite": 0.
|
|
531
|
+
"input": 0.5,
|
|
532
|
+
"output": 3,
|
|
533
|
+
"cacheRead": 0.05,
|
|
534
|
+
"cacheWrite": 0.625
|
|
591
535
|
},
|
|
592
536
|
"contextWindow": 1000000,
|
|
593
537
|
"maxTokens": 65536
|
|
594
538
|
},
|
|
595
539
|
{
|
|
596
|
-
"id": "
|
|
597
|
-
"name": "
|
|
540
|
+
"id": "hy4-preview",
|
|
541
|
+
"name": "Hy4 preview",
|
|
598
542
|
"api": "openai-completions",
|
|
599
543
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
600
544
|
"reasoning": true,
|
|
@@ -605,19 +549,47 @@
|
|
|
605
549
|
"medium": null,
|
|
606
550
|
"high": "high",
|
|
607
551
|
"xhigh": null,
|
|
608
|
-
"max":
|
|
552
|
+
"max": null
|
|
609
553
|
},
|
|
610
554
|
"input": [
|
|
611
555
|
"text"
|
|
612
556
|
],
|
|
613
557
|
"cost": {
|
|
614
|
-
"input": 0.
|
|
615
|
-
"output":
|
|
616
|
-
"cacheRead": 0.
|
|
558
|
+
"input": 0.834,
|
|
559
|
+
"output": 2.501,
|
|
560
|
+
"cacheRead": 0.042,
|
|
617
561
|
"cacheWrite": 0
|
|
618
562
|
},
|
|
619
|
-
"contextWindow":
|
|
620
|
-
"maxTokens":
|
|
563
|
+
"contextWindow": 1024000,
|
|
564
|
+
"maxTokens": 64000
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"id": "muse-spark-1.3-contributor",
|
|
568
|
+
"name": "Muse Spark 1.3 Contributor",
|
|
569
|
+
"api": "openai-completions",
|
|
570
|
+
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
571
|
+
"reasoning": true,
|
|
572
|
+
"thinkingLevelMap": {
|
|
573
|
+
"off": null,
|
|
574
|
+
"minimal": "minimal",
|
|
575
|
+
"low": "low",
|
|
576
|
+
"medium": "medium",
|
|
577
|
+
"high": "high",
|
|
578
|
+
"xhigh": "xhigh",
|
|
579
|
+
"max": null
|
|
580
|
+
},
|
|
581
|
+
"input": [
|
|
582
|
+
"text",
|
|
583
|
+
"image"
|
|
584
|
+
],
|
|
585
|
+
"cost": {
|
|
586
|
+
"input": 0.1,
|
|
587
|
+
"output": 0.2,
|
|
588
|
+
"cacheRead": 0.002,
|
|
589
|
+
"cacheWrite": 0
|
|
590
|
+
},
|
|
591
|
+
"contextWindow": 1048576,
|
|
592
|
+
"maxTokens": 131072
|
|
621
593
|
},
|
|
622
594
|
{
|
|
623
595
|
"id": "glm-5.3",
|
|
@@ -647,8 +619,27 @@
|
|
|
647
619
|
"maxTokens": 131072
|
|
648
620
|
},
|
|
649
621
|
{
|
|
650
|
-
"id": "
|
|
651
|
-
"name": "
|
|
622
|
+
"id": "kimi-k2.7-code",
|
|
623
|
+
"name": "Kimi K2.7 Code",
|
|
624
|
+
"api": "openai-completions",
|
|
625
|
+
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
626
|
+
"reasoning": true,
|
|
627
|
+
"input": [
|
|
628
|
+
"text",
|
|
629
|
+
"image"
|
|
630
|
+
],
|
|
631
|
+
"cost": {
|
|
632
|
+
"input": 0.95,
|
|
633
|
+
"output": 4,
|
|
634
|
+
"cacheRead": 0.19,
|
|
635
|
+
"cacheWrite": 0
|
|
636
|
+
},
|
|
637
|
+
"contextWindow": 262144,
|
|
638
|
+
"maxTokens": 262144
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"id": "grok-4.6",
|
|
642
|
+
"name": "Grok 4.6",
|
|
652
643
|
"api": "openai-completions",
|
|
653
644
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
654
645
|
"reasoning": true,
|
|
@@ -675,8 +666,8 @@
|
|
|
675
666
|
"maxTokens": 500000
|
|
676
667
|
},
|
|
677
668
|
{
|
|
678
|
-
"id": "
|
|
679
|
-
"name": "
|
|
669
|
+
"id": "qwen3.7-plus",
|
|
670
|
+
"name": "Qwen3.7 Plus",
|
|
680
671
|
"api": "openai-completions",
|
|
681
672
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
682
673
|
"reasoning": true,
|
|
@@ -685,30 +676,39 @@
|
|
|
685
676
|
"image"
|
|
686
677
|
],
|
|
687
678
|
"cost": {
|
|
688
|
-
"input": 0.
|
|
689
|
-
"output":
|
|
690
|
-
"cacheRead": 0.
|
|
691
|
-
"cacheWrite": 0
|
|
679
|
+
"input": 0.4,
|
|
680
|
+
"output": 1.6,
|
|
681
|
+
"cacheRead": 0.04,
|
|
682
|
+
"cacheWrite": 0.5
|
|
692
683
|
},
|
|
693
684
|
"contextWindow": 1000000,
|
|
694
|
-
"maxTokens":
|
|
685
|
+
"maxTokens": 65536
|
|
695
686
|
},
|
|
696
687
|
{
|
|
697
|
-
"id": "
|
|
698
|
-
"name": "
|
|
688
|
+
"id": "deepseek-v4-flash",
|
|
689
|
+
"name": "DeepSeek V4 Flash",
|
|
699
690
|
"api": "openai-completions",
|
|
700
691
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
701
692
|
"reasoning": true,
|
|
693
|
+
"thinkingLevelMap": {
|
|
694
|
+
"off": null,
|
|
695
|
+
"minimal": null,
|
|
696
|
+
"low": "low",
|
|
697
|
+
"medium": null,
|
|
698
|
+
"high": "high",
|
|
699
|
+
"xhigh": null,
|
|
700
|
+
"max": "max"
|
|
701
|
+
},
|
|
702
702
|
"input": [
|
|
703
703
|
"text"
|
|
704
704
|
],
|
|
705
705
|
"cost": {
|
|
706
|
-
"input": 0.
|
|
707
|
-
"output": 0.
|
|
708
|
-
"cacheRead": 0.
|
|
706
|
+
"input": 0.15,
|
|
707
|
+
"output": 0.6,
|
|
708
|
+
"cacheRead": 0.003,
|
|
709
709
|
"cacheWrite": 0
|
|
710
710
|
},
|
|
711
|
-
"contextWindow":
|
|
712
|
-
"maxTokens":
|
|
711
|
+
"contextWindow": 1000000,
|
|
712
|
+
"maxTokens": 384000
|
|
713
713
|
}
|
|
714
714
|
]
|
package/package.json
CHANGED