@monotykamary/pi-opencode-provider 1.0.4 → 1.0.6

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 CHANGED
@@ -1,44 +1,46 @@
1
1
  [
2
2
  {
3
- "id": "deepseek-v4-flash",
4
- "name": "DeepSeek V4 Flash",
5
- "api": "openai-completions",
3
+ "id": "gpt-5.1-codex-mini",
4
+ "name": "GPT-5.1 Codex Mini",
5
+ "api": "openai-responses",
6
6
  "baseUrl": "https://opencode.ai/zen/v1",
7
7
  "reasoning": true,
8
8
  "input": [
9
- "text"
9
+ "text",
10
+ "image"
10
11
  ],
11
12
  "cost": {
12
- "input": 0.14,
13
- "output": 0.28,
14
- "cacheRead": 0.028,
13
+ "input": 0.25,
14
+ "output": 2,
15
+ "cacheRead": 0.025,
15
16
  "cacheWrite": 0
16
17
  },
17
- "contextWindow": 1000000,
18
- "maxTokens": 384000
18
+ "contextWindow": 400000,
19
+ "maxTokens": 128000
19
20
  },
20
21
  {
21
- "id": "minimax-m2.5",
22
- "name": "MiniMax-M2.5",
23
- "api": "openai-completions",
24
- "baseUrl": "https://opencode.ai/zen/v1",
22
+ "id": "claude-sonnet-4-6",
23
+ "name": "Claude Sonnet 4.6",
24
+ "api": "anthropic-messages",
25
+ "baseUrl": "https://opencode.ai/zen",
25
26
  "reasoning": true,
26
27
  "input": [
27
- "text"
28
+ "text",
29
+ "image"
28
30
  ],
29
31
  "cost": {
30
- "input": 0.3,
31
- "output": 1.2,
32
- "cacheRead": 0.06,
33
- "cacheWrite": 0
32
+ "input": 3,
33
+ "output": 15,
34
+ "cacheRead": 0.3,
35
+ "cacheWrite": 3.75
34
36
  },
35
- "contextWindow": 204800,
36
- "maxTokens": 131072
37
+ "contextWindow": 1000000,
38
+ "maxTokens": 64000
37
39
  },
38
40
  {
39
- "id": "mimo-v2.5-free",
40
- "name": "MiMo V2.5 Free",
41
- "api": "openai-completions",
41
+ "id": "gpt-5.5-pro",
42
+ "name": "GPT-5.5 Pro",
43
+ "api": "openai-responses",
42
44
  "baseUrl": "https://opencode.ai/zen/v1",
43
45
  "reasoning": true,
44
46
  "input": [
@@ -46,17 +48,17 @@
46
48
  "image"
47
49
  ],
48
50
  "cost": {
49
- "input": 0,
50
- "output": 0,
51
- "cacheRead": 0,
51
+ "input": 30,
52
+ "output": 180,
53
+ "cacheRead": 30,
52
54
  "cacheWrite": 0
53
55
  },
54
- "contextWindow": 200000,
55
- "maxTokens": 32000
56
+ "contextWindow": 1050000,
57
+ "maxTokens": 128000
56
58
  },
57
59
  {
58
- "id": "nemotron-3-ultra-free",
59
- "name": "Nemotron 3 Ultra Free",
60
+ "id": "glm-5",
61
+ "name": "GLM-5",
60
62
  "api": "openai-completions",
61
63
  "baseUrl": "https://opencode.ai/zen/v1",
62
64
  "reasoning": true,
@@ -64,17 +66,17 @@
64
66
  "text"
65
67
  ],
66
68
  "cost": {
67
- "input": 0,
68
- "output": 0,
69
- "cacheRead": 0,
69
+ "input": 1,
70
+ "output": 3.2,
71
+ "cacheRead": 0.2,
70
72
  "cacheWrite": 0
71
73
  },
72
- "contextWindow": 1000000,
73
- "maxTokens": 128000
74
+ "contextWindow": 204800,
75
+ "maxTokens": 131072
74
76
  },
75
77
  {
76
- "id": "gemini-3-flash",
77
- "name": "Gemini 3 Flash",
78
+ "id": "gemini-3.5-flash",
79
+ "name": "Gemini 3.5 Flash",
78
80
  "api": "google-generative-ai",
79
81
  "baseUrl": "https://opencode.ai/zen/v1",
80
82
  "reasoning": true,
@@ -83,54 +85,35 @@
83
85
  "image"
84
86
  ],
85
87
  "cost": {
86
- "input": 0.5,
87
- "output": 3,
88
- "cacheRead": 0.05,
88
+ "input": 1.5,
89
+ "output": 9,
90
+ "cacheRead": 0.15,
89
91
  "cacheWrite": 0
90
92
  },
91
93
  "contextWindow": 1048576,
92
94
  "maxTokens": 65536
93
95
  },
94
96
  {
95
- "id": "deepseek-v4-flash-free",
96
- "name": "DeepSeek V4 Flash Free",
97
- "api": "openai-completions",
97
+ "id": "gpt-5.3-codex-spark",
98
+ "name": "GPT-5.3 Codex Spark",
99
+ "api": "openai-responses",
98
100
  "baseUrl": "https://opencode.ai/zen/v1",
99
101
  "reasoning": true,
100
102
  "input": [
101
103
  "text"
102
104
  ],
103
105
  "cost": {
104
- "input": 0,
105
- "output": 0,
106
- "cacheRead": 0,
106
+ "input": 1.75,
107
+ "output": 14,
108
+ "cacheRead": 0.175,
107
109
  "cacheWrite": 0
108
110
  },
109
- "contextWindow": 200000,
111
+ "contextWindow": 128000,
110
112
  "maxTokens": 128000
111
113
  },
112
114
  {
113
- "id": "claude-sonnet-4",
114
- "name": "Claude Sonnet 4",
115
- "api": "anthropic-messages",
116
- "baseUrl": "https://opencode.ai/zen",
117
- "reasoning": true,
118
- "input": [
119
- "text",
120
- "image"
121
- ],
122
- "cost": {
123
- "input": 3,
124
- "output": 15,
125
- "cacheRead": 0.3,
126
- "cacheWrite": 3.75
127
- },
128
- "contextWindow": 1000000,
129
- "maxTokens": 64000
130
- },
131
- {
132
- "id": "claude-opus-4-5",
133
- "name": "Claude Opus 4.5",
115
+ "id": "claude-haiku-4-5",
116
+ "name": "Claude Haiku 4.5",
134
117
  "api": "anthropic-messages",
135
118
  "baseUrl": "https://opencode.ai/zen",
136
119
  "reasoning": true,
@@ -139,17 +122,17 @@
139
122
  "image"
140
123
  ],
141
124
  "cost": {
142
- "input": 5,
143
- "output": 25,
144
- "cacheRead": 0.5,
145
- "cacheWrite": 6.25
125
+ "input": 1,
126
+ "output": 5,
127
+ "cacheRead": 0.1,
128
+ "cacheWrite": 1.25
146
129
  },
147
130
  "contextWindow": 200000,
148
131
  "maxTokens": 64000
149
132
  },
150
133
  {
151
- "id": "gpt-5",
152
- "name": "GPT-5",
134
+ "id": "gpt-5.4-pro",
135
+ "name": "GPT-5.4 Pro",
153
136
  "api": "openai-responses",
154
137
  "baseUrl": "https://opencode.ai/zen/v1",
155
138
  "reasoning": true,
@@ -158,37 +141,37 @@
158
141
  "image"
159
142
  ],
160
143
  "cost": {
161
- "input": 1.07,
162
- "output": 8.5,
163
- "cacheRead": 0.107,
144
+ "input": 30,
145
+ "output": 180,
146
+ "cacheRead": 30,
164
147
  "cacheWrite": 0
165
148
  },
166
- "contextWindow": 400000,
149
+ "contextWindow": 1050000,
167
150
  "maxTokens": 128000
168
151
  },
169
152
  {
170
- "id": "gemini-3.5-flash",
171
- "name": "Gemini 3.5 Flash",
172
- "api": "google-generative-ai",
173
- "baseUrl": "https://opencode.ai/zen/v1",
153
+ "id": "qwen3.5-plus",
154
+ "name": "Qwen3.5 Plus",
155
+ "api": "anthropic-messages",
156
+ "baseUrl": "https://opencode.ai/zen",
174
157
  "reasoning": true,
175
158
  "input": [
176
159
  "text",
177
160
  "image"
178
161
  ],
179
162
  "cost": {
180
- "input": 1.5,
181
- "output": 9,
182
- "cacheRead": 0.15,
183
- "cacheWrite": 0
163
+ "input": 0.2,
164
+ "output": 1.2,
165
+ "cacheRead": 0.02,
166
+ "cacheWrite": 0.25
184
167
  },
185
- "contextWindow": 1048576,
168
+ "contextWindow": 262144,
186
169
  "maxTokens": 65536
187
170
  },
188
171
  {
189
- "id": "kimi-k2.7-code",
190
- "name": "Kimi K2.7 Code",
191
- "api": "openai-completions",
172
+ "id": "gpt-5.6-sol",
173
+ "name": "GPT-5.6 Sol",
174
+ "api": "openai-responses",
192
175
  "baseUrl": "https://opencode.ai/zen/v1",
193
176
  "reasoning": true,
194
177
  "input": [
@@ -196,13 +179,13 @@
196
179
  "image"
197
180
  ],
198
181
  "cost": {
199
- "input": 0.95,
200
- "output": 4,
201
- "cacheRead": 0.19,
202
- "cacheWrite": 0
182
+ "input": 5,
183
+ "output": 30,
184
+ "cacheRead": 0.5,
185
+ "cacheWrite": 6.25
203
186
  },
204
- "contextWindow": 262144,
205
- "maxTokens": 262144
187
+ "contextWindow": 1050000,
188
+ "maxTokens": 128000
206
189
  },
207
190
  {
208
191
  "id": "glm-5.1",
@@ -223,45 +206,27 @@
223
206
  "maxTokens": 131072
224
207
  },
225
208
  {
226
- "id": "deepseek-v4-pro",
227
- "name": "DeepSeek V4 Pro",
228
- "api": "openai-completions",
209
+ "id": "gemini-3.5-flash-lite",
210
+ "name": "Gemini 3.5 Flash Lite",
211
+ "api": "google-generative-ai",
229
212
  "baseUrl": "https://opencode.ai/zen/v1",
230
213
  "reasoning": true,
231
- "input": [
232
- "text"
233
- ],
234
- "cost": {
235
- "input": 1.74,
236
- "output": 3.84,
237
- "cacheRead": 0.145,
238
- "cacheWrite": 0
239
- },
240
- "contextWindow": 1000000,
241
- "maxTokens": 384000
242
- },
243
- {
244
- "id": "claude-sonnet-4-5",
245
- "name": "Claude Sonnet 4.5",
246
- "api": "anthropic-messages",
247
- "baseUrl": "https://opencode.ai/zen",
248
- "reasoning": true,
249
214
  "input": [
250
215
  "text",
251
216
  "image"
252
217
  ],
253
218
  "cost": {
254
- "input": 3,
255
- "output": 15,
256
- "cacheRead": 0.3,
257
- "cacheWrite": 3.75
219
+ "input": 0.3,
220
+ "output": 2.5,
221
+ "cacheRead": 0.03,
222
+ "cacheWrite": 0
258
223
  },
259
- "contextWindow": 1000000,
260
- "maxTokens": 64000
224
+ "contextWindow": 1048576,
225
+ "maxTokens": 65536
261
226
  },
262
227
  {
263
- "id": "claude-opus-4-7",
264
- "name": "Claude Opus 4.7",
228
+ "id": "claude-opus-4-6",
229
+ "name": "Claude Opus 4.6",
265
230
  "api": "anthropic-messages",
266
231
  "baseUrl": "https://opencode.ai/zen",
267
232
  "reasoning": true,
@@ -279,8 +244,8 @@
279
244
  "maxTokens": 128000
280
245
  },
281
246
  {
282
- "id": "claude-sonnet-5",
283
- "name": "Claude Sonnet 5",
247
+ "id": "claude-fable-5",
248
+ "name": "Claude Fable 5",
284
249
  "api": "anthropic-messages",
285
250
  "baseUrl": "https://opencode.ai/zen",
286
251
  "reasoning": true,
@@ -289,18 +254,18 @@
289
254
  "image"
290
255
  ],
291
256
  "cost": {
292
- "input": 2,
293
- "output": 10,
294
- "cacheRead": 0.2,
295
- "cacheWrite": 2.5
257
+ "input": 10,
258
+ "output": 50,
259
+ "cacheRead": 1,
260
+ "cacheWrite": 12.5
296
261
  },
297
262
  "contextWindow": 1000000,
298
263
  "maxTokens": 128000
299
264
  },
300
265
  {
301
- "id": "gpt-5.4-nano",
302
- "name": "GPT-5.4 Nano",
303
- "api": "openai-responses",
266
+ "id": "gemini-3.1-pro",
267
+ "name": "Gemini 3.1 Pro Preview",
268
+ "api": "google-generative-ai",
304
269
  "baseUrl": "https://opencode.ai/zen/v1",
305
270
  "reasoning": true,
306
271
  "input": [
@@ -308,17 +273,17 @@
308
273
  "image"
309
274
  ],
310
275
  "cost": {
311
- "input": 0.2,
312
- "output": 1.25,
313
- "cacheRead": 0.02,
276
+ "input": 2,
277
+ "output": 12,
278
+ "cacheRead": 0.2,
314
279
  "cacheWrite": 0
315
280
  },
316
- "contextWindow": 400000,
317
- "maxTokens": 128000
281
+ "contextWindow": 1048576,
282
+ "maxTokens": 65536
318
283
  },
319
284
  {
320
- "id": "glm-5.2",
321
- "name": "GLM-5.2",
285
+ "id": "deepseek-v4-flash",
286
+ "name": "DeepSeek V4 Flash",
322
287
  "api": "openai-completions",
323
288
  "baseUrl": "https://opencode.ai/zen/v1",
324
289
  "reasoning": true,
@@ -326,17 +291,17 @@
326
291
  "text"
327
292
  ],
328
293
  "cost": {
329
- "input": 1.4,
330
- "output": 4.4,
331
- "cacheRead": 0.26,
294
+ "input": 0.14,
295
+ "output": 0.28,
296
+ "cacheRead": 0.028,
332
297
  "cacheWrite": 0
333
298
  },
334
299
  "contextWindow": 1000000,
335
- "maxTokens": 131072
300
+ "maxTokens": 384000
336
301
  },
337
302
  {
338
- "id": "minimax-m3",
339
- "name": "MiniMax-M3",
303
+ "id": "kimi-k2.5",
304
+ "name": "Kimi K2.5",
340
305
  "api": "openai-completions",
341
306
  "baseUrl": "https://opencode.ai/zen/v1",
342
307
  "reasoning": true,
@@ -345,131 +310,145 @@
345
310
  "image"
346
311
  ],
347
312
  "cost": {
348
- "input": 0.3,
349
- "output": 1.2,
350
- "cacheRead": 0.06,
313
+ "input": 0.6,
314
+ "output": 3,
315
+ "cacheRead": 0.08,
351
316
  "cacheWrite": 0
352
317
  },
353
- "contextWindow": 512000,
354
- "maxTokens": 128000
318
+ "contextWindow": 262144,
319
+ "maxTokens": 65536
355
320
  },
356
321
  {
357
- "id": "gpt-5.1-codex",
358
- "name": "GPT-5.1 Codex",
359
- "api": "openai-responses",
322
+ "id": "minimax-m2.7",
323
+ "name": "MiniMax-M2.7",
324
+ "api": "openai-completions",
360
325
  "baseUrl": "https://opencode.ai/zen/v1",
361
326
  "reasoning": true,
327
+ "input": [
328
+ "text"
329
+ ],
330
+ "cost": {
331
+ "input": 0.3,
332
+ "output": 1.2,
333
+ "cacheRead": 0.06,
334
+ "cacheWrite": 0
335
+ },
336
+ "contextWindow": 204800,
337
+ "maxTokens": 131072
338
+ },
339
+ {
340
+ "id": "claude-opus-4-8",
341
+ "name": "Claude Opus 4.8",
342
+ "api": "anthropic-messages",
343
+ "baseUrl": "https://opencode.ai/zen",
344
+ "reasoning": true,
362
345
  "input": [
363
346
  "text",
364
347
  "image"
365
348
  ],
366
349
  "cost": {
367
- "input": 1.07,
368
- "output": 8.5,
369
- "cacheRead": 0.107,
370
- "cacheWrite": 0
350
+ "input": 5,
351
+ "output": 25,
352
+ "cacheRead": 0.5,
353
+ "cacheWrite": 6.25
371
354
  },
372
- "contextWindow": 400000,
355
+ "contextWindow": 1000000,
373
356
  "maxTokens": 128000
374
357
  },
375
358
  {
376
- "id": "gpt-5.3-codex-spark",
377
- "name": "GPT-5.3 Codex Spark",
378
- "api": "openai-responses",
359
+ "id": "north-mini-code-free",
360
+ "name": "North Mini Code Free",
361
+ "api": "openai-completions",
379
362
  "baseUrl": "https://opencode.ai/zen/v1",
380
363
  "reasoning": true,
381
364
  "input": [
382
365
  "text"
383
366
  ],
384
367
  "cost": {
385
- "input": 1.75,
386
- "output": 14,
387
- "cacheRead": 0.175,
368
+ "input": 0,
369
+ "output": 0,
370
+ "cacheRead": 0,
388
371
  "cacheWrite": 0
389
372
  },
390
- "contextWindow": 128000,
391
- "maxTokens": 128000
373
+ "contextWindow": 256000,
374
+ "maxTokens": 64000
392
375
  },
393
376
  {
394
- "id": "gpt-5.1-codex-max",
395
- "name": "GPT-5.1 Codex Max",
396
- "api": "openai-responses",
377
+ "id": "glm-5.2",
378
+ "name": "GLM-5.2",
379
+ "api": "openai-completions",
397
380
  "baseUrl": "https://opencode.ai/zen/v1",
398
381
  "reasoning": true,
399
382
  "input": [
400
- "text",
401
- "image"
383
+ "text"
402
384
  ],
403
385
  "cost": {
404
- "input": 1.25,
405
- "output": 10,
406
- "cacheRead": 0.125,
386
+ "input": 1.4,
387
+ "output": 4.4,
388
+ "cacheRead": 0.26,
407
389
  "cacheWrite": 0
408
390
  },
409
- "contextWindow": 400000,
410
- "maxTokens": 128000
391
+ "contextWindow": 1000000,
392
+ "maxTokens": 131072
411
393
  },
412
394
  {
413
- "id": "claude-opus-4-8",
414
- "name": "Claude Opus 4.8",
415
- "api": "anthropic-messages",
416
- "baseUrl": "https://opencode.ai/zen",
395
+ "id": "ling-3.0-flash-free",
396
+ "name": "Ling-3.0-flash Free",
397
+ "api": "openai-completions",
398
+ "baseUrl": "https://opencode.ai/zen/v1",
417
399
  "reasoning": true,
418
400
  "input": [
419
- "text",
420
- "image"
401
+ "text"
421
402
  ],
422
403
  "cost": {
423
- "input": 5,
424
- "output": 25,
425
- "cacheRead": 0.5,
426
- "cacheWrite": 6.25
404
+ "input": 0,
405
+ "output": 0,
406
+ "cacheRead": 0,
407
+ "cacheWrite": 0
427
408
  },
428
- "contextWindow": 1000000,
429
- "maxTokens": 128000
409
+ "contextWindow": 262144,
410
+ "maxTokens": 32768
430
411
  },
431
412
  {
432
- "id": "qwen3.5-plus",
433
- "name": "Qwen3.5 Plus",
434
- "api": "anthropic-messages",
435
- "baseUrl": "https://opencode.ai/zen",
413
+ "id": "laguna-s-2.1-free",
414
+ "name": "Laguna S 2.1 Free",
415
+ "api": "openai-completions",
416
+ "baseUrl": "https://opencode.ai/zen/v1",
436
417
  "reasoning": true,
437
418
  "input": [
438
- "text",
439
- "image"
419
+ "text"
440
420
  ],
441
421
  "cost": {
442
- "input": 0.2,
443
- "output": 1.2,
444
- "cacheRead": 0.02,
445
- "cacheWrite": 0.25
422
+ "input": 0,
423
+ "output": 0,
424
+ "cacheRead": 0,
425
+ "cacheWrite": 0
446
426
  },
447
- "contextWindow": 262144,
448
- "maxTokens": 65536
427
+ "contextWindow": 256000,
428
+ "maxTokens": 32000
449
429
  },
450
430
  {
451
- "id": "gpt-5.2",
452
- "name": "GPT-5.2",
453
- "api": "openai-responses",
431
+ "id": "deepseek-v4-flash-free",
432
+ "name": "DeepSeek V4 Flash Free",
433
+ "api": "openai-completions",
454
434
  "baseUrl": "https://opencode.ai/zen/v1",
455
435
  "reasoning": true,
456
436
  "input": [
457
- "text",
458
- "image"
437
+ "text"
459
438
  ],
460
439
  "cost": {
461
- "input": 1.75,
462
- "output": 14,
463
- "cacheRead": 0.175,
440
+ "input": 0,
441
+ "output": 0,
442
+ "cacheRead": 0,
464
443
  "cacheWrite": 0
465
444
  },
466
- "contextWindow": 400000,
445
+ "contextWindow": 200000,
467
446
  "maxTokens": 128000
468
447
  },
469
448
  {
470
- "id": "gpt-5.3-codex",
471
- "name": "GPT-5.3 Codex",
472
- "api": "openai-responses",
449
+ "id": "gemini-3-flash",
450
+ "name": "Gemini 3 Flash",
451
+ "api": "google-generative-ai",
473
452
  "baseUrl": "https://opencode.ai/zen/v1",
474
453
  "reasoning": true,
475
454
  "input": [
@@ -477,49 +456,51 @@
477
456
  "image"
478
457
  ],
479
458
  "cost": {
480
- "input": 1.75,
481
- "output": 14,
482
- "cacheRead": 0.175,
459
+ "input": 0.5,
460
+ "output": 3,
461
+ "cacheRead": 0.05,
483
462
  "cacheWrite": 0
484
463
  },
485
- "contextWindow": 400000,
486
- "maxTokens": 128000
464
+ "contextWindow": 1048576,
465
+ "maxTokens": 65536
487
466
  },
488
467
  {
489
- "id": "minimax-m2.7",
490
- "name": "MiniMax-M2.7",
468
+ "id": "kimi-k2.6",
469
+ "name": "Kimi K2.6",
491
470
  "api": "openai-completions",
492
471
  "baseUrl": "https://opencode.ai/zen/v1",
493
472
  "reasoning": true,
494
473
  "input": [
495
- "text"
474
+ "text",
475
+ "image"
496
476
  ],
497
477
  "cost": {
498
- "input": 0.3,
499
- "output": 1.2,
500
- "cacheRead": 0.06,
478
+ "input": 0.95,
479
+ "output": 4,
480
+ "cacheRead": 0.16,
501
481
  "cacheWrite": 0
502
482
  },
503
- "contextWindow": 204800,
504
- "maxTokens": 131072
483
+ "contextWindow": 262144,
484
+ "maxTokens": 65536
505
485
  },
506
486
  {
507
- "id": "north-mini-code-free",
508
- "name": "North Mini Code Free",
509
- "api": "openai-completions",
487
+ "id": "gpt-5.5",
488
+ "name": "GPT-5.5",
489
+ "api": "openai-responses",
510
490
  "baseUrl": "https://opencode.ai/zen/v1",
511
491
  "reasoning": true,
512
492
  "input": [
513
- "text"
493
+ "text",
494
+ "image"
514
495
  ],
515
496
  "cost": {
516
- "input": 0,
517
- "output": 0,
518
- "cacheRead": 0,
497
+ "input": 5,
498
+ "output": 30,
499
+ "cacheRead": 0.5,
519
500
  "cacheWrite": 0
520
501
  },
521
- "contextWindow": 256000,
522
- "maxTokens": 64000
502
+ "contextWindow": 1050000,
503
+ "maxTokens": 128000
523
504
  },
524
505
  {
525
506
  "id": "claude-opus-4-1",
@@ -541,9 +522,9 @@
541
522
  "maxTokens": 32000
542
523
  },
543
524
  {
544
- "id": "gpt-5.1-codex-mini",
545
- "name": "GPT-5.1 Codex Mini",
546
- "api": "openai-responses",
525
+ "id": "minimax-m3",
526
+ "name": "MiniMax-M3",
527
+ "api": "openai-completions",
547
528
  "baseUrl": "https://opencode.ai/zen/v1",
548
529
  "reasoning": true,
549
530
  "input": [
@@ -551,18 +532,18 @@
551
532
  "image"
552
533
  ],
553
534
  "cost": {
554
- "input": 0.25,
555
- "output": 2,
556
- "cacheRead": 0.025,
535
+ "input": 0.3,
536
+ "output": 1.2,
537
+ "cacheRead": 0.06,
557
538
  "cacheWrite": 0
558
539
  },
559
- "contextWindow": 400000,
540
+ "contextWindow": 512000,
560
541
  "maxTokens": 128000
561
542
  },
562
543
  {
563
- "id": "kimi-k2.5",
564
- "name": "Kimi K2.5",
565
- "api": "openai-completions",
544
+ "id": "gpt-5",
545
+ "name": "GPT-5",
546
+ "api": "openai-responses",
566
547
  "baseUrl": "https://opencode.ai/zen/v1",
567
548
  "reasoning": true,
568
549
  "input": [
@@ -570,36 +551,36 @@
570
551
  "image"
571
552
  ],
572
553
  "cost": {
573
- "input": 0.6,
574
- "output": 3,
575
- "cacheRead": 0.08,
554
+ "input": 1.07,
555
+ "output": 8.5,
556
+ "cacheRead": 0.107,
576
557
  "cacheWrite": 0
577
558
  },
578
- "contextWindow": 262144,
579
- "maxTokens": 65536
559
+ "contextWindow": 400000,
560
+ "maxTokens": 128000
580
561
  },
581
562
  {
582
- "id": "claude-fable-5",
583
- "name": "Claude Fable 5",
584
- "api": "anthropic-messages",
585
- "baseUrl": "https://opencode.ai/zen",
563
+ "id": "gpt-5-codex",
564
+ "name": "GPT-5 Codex",
565
+ "api": "openai-responses",
566
+ "baseUrl": "https://opencode.ai/zen/v1",
586
567
  "reasoning": true,
587
568
  "input": [
588
569
  "text",
589
570
  "image"
590
571
  ],
591
572
  "cost": {
592
- "input": 10,
593
- "output": 50,
594
- "cacheRead": 1,
595
- "cacheWrite": 12.5
573
+ "input": 1.07,
574
+ "output": 8.5,
575
+ "cacheRead": 0.107,
576
+ "cacheWrite": 0
596
577
  },
597
- "contextWindow": 1000000,
578
+ "contextWindow": 400000,
598
579
  "maxTokens": 128000
599
580
  },
600
581
  {
601
- "id": "claude-haiku-4-5",
602
- "name": "Claude Haiku 4.5",
582
+ "id": "claude-sonnet-4-5",
583
+ "name": "Claude Sonnet 4.5",
603
584
  "api": "anthropic-messages",
604
585
  "baseUrl": "https://opencode.ai/zen",
605
586
  "reasoning": true,
@@ -608,14 +589,32 @@
608
589
  "image"
609
590
  ],
610
591
  "cost": {
611
- "input": 1,
612
- "output": 5,
613
- "cacheRead": 0.1,
614
- "cacheWrite": 1.25
592
+ "input": 3,
593
+ "output": 15,
594
+ "cacheRead": 0.3,
595
+ "cacheWrite": 3.75
615
596
  },
616
- "contextWindow": 200000,
597
+ "contextWindow": 1000000,
617
598
  "maxTokens": 64000
618
599
  },
600
+ {
601
+ "id": "deepseek-v4-pro",
602
+ "name": "DeepSeek V4 Pro",
603
+ "api": "openai-completions",
604
+ "baseUrl": "https://opencode.ai/zen/v1",
605
+ "reasoning": true,
606
+ "input": [
607
+ "text"
608
+ ],
609
+ "cost": {
610
+ "input": 1.74,
611
+ "output": 3.84,
612
+ "cacheRead": 0.145,
613
+ "cacheWrite": 0
614
+ },
615
+ "contextWindow": 1000000,
616
+ "maxTokens": 384000
617
+ },
619
618
  {
620
619
  "id": "gpt-5.4",
621
620
  "name": "GPT-5.4",
@@ -635,6 +634,82 @@
635
634
  "contextWindow": 1050000,
636
635
  "maxTokens": 128000
637
636
  },
637
+ {
638
+ "id": "gpt-5.2-codex",
639
+ "name": "GPT-5.2 Codex",
640
+ "api": "openai-responses",
641
+ "baseUrl": "https://opencode.ai/zen/v1",
642
+ "reasoning": true,
643
+ "input": [
644
+ "text",
645
+ "image"
646
+ ],
647
+ "cost": {
648
+ "input": 1.75,
649
+ "output": 14,
650
+ "cacheRead": 0.175,
651
+ "cacheWrite": 0
652
+ },
653
+ "contextWindow": 400000,
654
+ "maxTokens": 128000
655
+ },
656
+ {
657
+ "id": "gpt-5.4-nano",
658
+ "name": "GPT-5.4 Nano",
659
+ "api": "openai-responses",
660
+ "baseUrl": "https://opencode.ai/zen/v1",
661
+ "reasoning": true,
662
+ "input": [
663
+ "text",
664
+ "image"
665
+ ],
666
+ "cost": {
667
+ "input": 0.2,
668
+ "output": 1.25,
669
+ "cacheRead": 0.02,
670
+ "cacheWrite": 0
671
+ },
672
+ "contextWindow": 400000,
673
+ "maxTokens": 128000
674
+ },
675
+ {
676
+ "id": "gemini-3.6-flash",
677
+ "name": "Gemini 3.6 Flash",
678
+ "api": "google-generative-ai",
679
+ "baseUrl": "https://opencode.ai/zen/v1",
680
+ "reasoning": true,
681
+ "input": [
682
+ "text",
683
+ "image"
684
+ ],
685
+ "cost": {
686
+ "input": 1.5,
687
+ "output": 7.5,
688
+ "cacheRead": 0.15,
689
+ "cacheWrite": 0
690
+ },
691
+ "contextWindow": 1048576,
692
+ "maxTokens": 65536
693
+ },
694
+ {
695
+ "id": "claude-sonnet-4",
696
+ "name": "Claude Sonnet 4",
697
+ "api": "anthropic-messages",
698
+ "baseUrl": "https://opencode.ai/zen",
699
+ "reasoning": true,
700
+ "input": [
701
+ "text",
702
+ "image"
703
+ ],
704
+ "cost": {
705
+ "input": 3,
706
+ "output": 15,
707
+ "cacheRead": 0.3,
708
+ "cacheWrite": 3.75
709
+ },
710
+ "contextWindow": 1000000,
711
+ "maxTokens": 64000
712
+ },
638
713
  {
639
714
  "id": "gpt-5.4-mini",
640
715
  "name": "GPT-5.4 Mini",
@@ -655,8 +730,45 @@
655
730
  "maxTokens": 128000
656
731
  },
657
732
  {
658
- "id": "kimi-k2.6",
659
- "name": "Kimi K2.6",
733
+ "id": "minimax-m2.5",
734
+ "name": "MiniMax-M2.5",
735
+ "api": "openai-completions",
736
+ "baseUrl": "https://opencode.ai/zen/v1",
737
+ "reasoning": true,
738
+ "input": [
739
+ "text"
740
+ ],
741
+ "cost": {
742
+ "input": 0.3,
743
+ "output": 1.2,
744
+ "cacheRead": 0.06,
745
+ "cacheWrite": 0
746
+ },
747
+ "contextWindow": 204800,
748
+ "maxTokens": 131072
749
+ },
750
+ {
751
+ "id": "gpt-5.6-luna",
752
+ "name": "GPT-5.6 Luna",
753
+ "api": "openai-responses",
754
+ "baseUrl": "https://opencode.ai/zen/v1",
755
+ "reasoning": true,
756
+ "input": [
757
+ "text",
758
+ "image"
759
+ ],
760
+ "cost": {
761
+ "input": 1,
762
+ "output": 6,
763
+ "cacheRead": 0.1,
764
+ "cacheWrite": 1.25
765
+ },
766
+ "contextWindow": 1050000,
767
+ "maxTokens": 128000
768
+ },
769
+ {
770
+ "id": "mimo-v2.5-free",
771
+ "name": "MiMo V2.5 Free",
660
772
  "api": "openai-completions",
661
773
  "baseUrl": "https://opencode.ai/zen/v1",
662
774
  "reasoning": true,
@@ -665,36 +777,36 @@
665
777
  "image"
666
778
  ],
667
779
  "cost": {
668
- "input": 0.95,
669
- "output": 4,
670
- "cacheRead": 0.16,
780
+ "input": 0,
781
+ "output": 0,
782
+ "cacheRead": 0,
671
783
  "cacheWrite": 0
672
784
  },
673
- "contextWindow": 262144,
674
- "maxTokens": 65536
785
+ "contextWindow": 200000,
786
+ "maxTokens": 32000
675
787
  },
676
788
  {
677
- "id": "claude-opus-4-6",
678
- "name": "Claude Opus 4.6",
679
- "api": "anthropic-messages",
680
- "baseUrl": "https://opencode.ai/zen",
789
+ "id": "gpt-5.2",
790
+ "name": "GPT-5.2",
791
+ "api": "openai-responses",
792
+ "baseUrl": "https://opencode.ai/zen/v1",
681
793
  "reasoning": true,
682
794
  "input": [
683
795
  "text",
684
796
  "image"
685
797
  ],
686
798
  "cost": {
687
- "input": 5,
688
- "output": 25,
689
- "cacheRead": 0.5,
690
- "cacheWrite": 6.25
799
+ "input": 1.75,
800
+ "output": 14,
801
+ "cacheRead": 0.175,
802
+ "cacheWrite": 0
691
803
  },
692
- "contextWindow": 1000000,
804
+ "contextWindow": 400000,
693
805
  "maxTokens": 128000
694
806
  },
695
807
  {
696
- "id": "gpt-5-nano",
697
- "name": "GPT-5 Nano",
808
+ "id": "gpt-5.3-codex",
809
+ "name": "GPT-5.3 Codex",
698
810
  "api": "openai-responses",
699
811
  "baseUrl": "https://opencode.ai/zen/v1",
700
812
  "reasoning": true,
@@ -703,17 +815,17 @@
703
815
  "image"
704
816
  ],
705
817
  "cost": {
706
- "input": 0.05,
707
- "output": 0.4,
708
- "cacheRead": 0.005,
818
+ "input": 1.75,
819
+ "output": 14,
820
+ "cacheRead": 0.175,
709
821
  "cacheWrite": 0
710
822
  },
711
823
  "contextWindow": 400000,
712
824
  "maxTokens": 128000
713
825
  },
714
826
  {
715
- "id": "gpt-5.4-pro",
716
- "name": "GPT-5.4 Pro",
827
+ "id": "grok-4.5",
828
+ "name": "Grok 4.5",
717
829
  "api": "openai-responses",
718
830
  "baseUrl": "https://opencode.ai/zen/v1",
719
831
  "reasoning": true,
@@ -722,37 +834,37 @@
722
834
  "image"
723
835
  ],
724
836
  "cost": {
725
- "input": 30,
726
- "output": 180,
727
- "cacheRead": 30,
837
+ "input": 2,
838
+ "output": 6,
839
+ "cacheRead": 0.5,
728
840
  "cacheWrite": 0
729
841
  },
730
- "contextWindow": 1050000,
731
- "maxTokens": 128000
842
+ "contextWindow": 500000,
843
+ "maxTokens": 500000
732
844
  },
733
845
  {
734
- "id": "claude-sonnet-4-6",
735
- "name": "Claude Sonnet 4.6",
736
- "api": "anthropic-messages",
737
- "baseUrl": "https://opencode.ai/zen",
846
+ "id": "kimi-k2.7-code",
847
+ "name": "Kimi K2.7 Code",
848
+ "api": "openai-completions",
849
+ "baseUrl": "https://opencode.ai/zen/v1",
738
850
  "reasoning": true,
739
851
  "input": [
740
852
  "text",
741
853
  "image"
742
854
  ],
743
855
  "cost": {
744
- "input": 3,
745
- "output": 15,
746
- "cacheRead": 0.3,
747
- "cacheWrite": 3.75
856
+ "input": 0.95,
857
+ "output": 4,
858
+ "cacheRead": 0.19,
859
+ "cacheWrite": 0
748
860
  },
749
- "contextWindow": 1000000,
750
- "maxTokens": 64000
861
+ "contextWindow": 262144,
862
+ "maxTokens": 262144
751
863
  },
752
864
  {
753
- "id": "gemini-3.1-pro",
754
- "name": "Gemini 3.1 Pro Preview",
755
- "api": "google-generative-ai",
865
+ "id": "gpt-5.1",
866
+ "name": "GPT-5.1",
867
+ "api": "openai-responses",
756
868
  "baseUrl": "https://opencode.ai/zen/v1",
757
869
  "reasoning": true,
758
870
  "input": [
@@ -760,13 +872,13 @@
760
872
  "image"
761
873
  ],
762
874
  "cost": {
763
- "input": 2,
764
- "output": 12,
765
- "cacheRead": 0.2,
875
+ "input": 1.07,
876
+ "output": 8.5,
877
+ "cacheRead": 0.107,
766
878
  "cacheWrite": 0
767
879
  },
768
- "contextWindow": 1048576,
769
- "maxTokens": 65536
880
+ "contextWindow": 400000,
881
+ "maxTokens": 128000
770
882
  },
771
883
  {
772
884
  "id": "big-pickle",
@@ -787,9 +899,9 @@
787
899
  "maxTokens": 32000
788
900
  },
789
901
  {
790
- "id": "gpt-5.5-pro",
791
- "name": "GPT-5.5 Pro",
792
- "api": "openai-responses",
902
+ "id": "grok-build-0.1",
903
+ "name": "Grok Build 0.1",
904
+ "api": "openai-completions",
793
905
  "baseUrl": "https://opencode.ai/zen/v1",
794
906
  "reasoning": true,
795
907
  "input": [
@@ -797,35 +909,36 @@
797
909
  "image"
798
910
  ],
799
911
  "cost": {
800
- "input": 30,
801
- "output": 180,
802
- "cacheRead": 30,
912
+ "input": 1,
913
+ "output": 2,
914
+ "cacheRead": 0.2,
803
915
  "cacheWrite": 0
804
916
  },
805
- "contextWindow": 1050000,
806
- "maxTokens": 128000
917
+ "contextWindow": 256000,
918
+ "maxTokens": 256000
807
919
  },
808
920
  {
809
- "id": "glm-5",
810
- "name": "GLM-5",
921
+ "id": "kimi-k3",
922
+ "name": "Kimi K3",
811
923
  "api": "openai-completions",
812
924
  "baseUrl": "https://opencode.ai/zen/v1",
813
925
  "reasoning": true,
814
926
  "input": [
815
- "text"
927
+ "text",
928
+ "image"
816
929
  ],
817
930
  "cost": {
818
- "input": 1,
819
- "output": 3.2,
820
- "cacheRead": 0.2,
931
+ "input": 3,
932
+ "output": 15,
933
+ "cacheRead": 0.3,
821
934
  "cacheWrite": 0
822
935
  },
823
- "contextWindow": 204800,
936
+ "contextWindow": 1048576,
824
937
  "maxTokens": 131072
825
938
  },
826
939
  {
827
- "id": "gpt-5-codex",
828
- "name": "GPT-5 Codex",
940
+ "id": "gpt-5.1-codex",
941
+ "name": "GPT-5.1 Codex",
829
942
  "api": "openai-responses",
830
943
  "baseUrl": "https://opencode.ai/zen/v1",
831
944
  "reasoning": true,
@@ -843,8 +956,8 @@
843
956
  "maxTokens": 128000
844
957
  },
845
958
  {
846
- "id": "gpt-5.2-codex",
847
- "name": "GPT-5.2 Codex",
959
+ "id": "gpt-5-nano",
960
+ "name": "GPT-5 Nano",
848
961
  "api": "openai-responses",
849
962
  "baseUrl": "https://opencode.ai/zen/v1",
850
963
  "reasoning": true,
@@ -853,17 +966,17 @@
853
966
  "image"
854
967
  ],
855
968
  "cost": {
856
- "input": 1.75,
857
- "output": 14,
858
- "cacheRead": 0.175,
969
+ "input": 0.05,
970
+ "output": 0.4,
971
+ "cacheRead": 0.005,
859
972
  "cacheWrite": 0
860
973
  },
861
974
  "contextWindow": 400000,
862
975
  "maxTokens": 128000
863
976
  },
864
977
  {
865
- "id": "qwen3.6-plus",
866
- "name": "Qwen3.6 Plus",
978
+ "id": "claude-opus-4-7",
979
+ "name": "Claude Opus 4.7",
867
980
  "api": "anthropic-messages",
868
981
  "baseUrl": "https://opencode.ai/zen",
869
982
  "reasoning": true,
@@ -872,18 +985,18 @@
872
985
  "image"
873
986
  ],
874
987
  "cost": {
875
- "input": 0.5,
876
- "output": 3,
877
- "cacheRead": 0.05,
878
- "cacheWrite": 0.625
988
+ "input": 5,
989
+ "output": 25,
990
+ "cacheRead": 0.5,
991
+ "cacheWrite": 6.25
879
992
  },
880
- "contextWindow": 262144,
881
- "maxTokens": 65536
993
+ "contextWindow": 1000000,
994
+ "maxTokens": 128000
882
995
  },
883
996
  {
884
- "id": "grok-build-0.1",
885
- "name": "Grok Build 0.1",
886
- "api": "openai-completions",
997
+ "id": "gpt-5.6-terra",
998
+ "name": "GPT-5.6 Terra",
999
+ "api": "openai-responses",
887
1000
  "baseUrl": "https://opencode.ai/zen/v1",
888
1001
  "reasoning": true,
889
1002
  "input": [
@@ -891,36 +1004,92 @@
891
1004
  "image"
892
1005
  ],
893
1006
  "cost": {
894
- "input": 1,
895
- "output": 2,
1007
+ "input": 2.5,
1008
+ "output": 15,
1009
+ "cacheRead": 0.25,
1010
+ "cacheWrite": 3.125
1011
+ },
1012
+ "contextWindow": 1050000,
1013
+ "maxTokens": 128000
1014
+ },
1015
+ {
1016
+ "id": "claude-opus-4-5",
1017
+ "name": "Claude Opus 4.5",
1018
+ "api": "anthropic-messages",
1019
+ "baseUrl": "https://opencode.ai/zen",
1020
+ "reasoning": true,
1021
+ "input": [
1022
+ "text",
1023
+ "image"
1024
+ ],
1025
+ "cost": {
1026
+ "input": 5,
1027
+ "output": 25,
1028
+ "cacheRead": 0.5,
1029
+ "cacheWrite": 6.25
1030
+ },
1031
+ "contextWindow": 200000,
1032
+ "maxTokens": 64000
1033
+ },
1034
+ {
1035
+ "id": "claude-sonnet-5",
1036
+ "name": "Claude Sonnet 5",
1037
+ "api": "anthropic-messages",
1038
+ "baseUrl": "https://opencode.ai/zen",
1039
+ "reasoning": true,
1040
+ "input": [
1041
+ "text",
1042
+ "image"
1043
+ ],
1044
+ "cost": {
1045
+ "input": 2,
1046
+ "output": 10,
896
1047
  "cacheRead": 0.2,
897
- "cacheWrite": 0
1048
+ "cacheWrite": 2.5
898
1049
  },
899
- "contextWindow": 256000,
900
- "maxTokens": 256000
1050
+ "contextWindow": 1000000,
1051
+ "maxTokens": 128000
901
1052
  },
902
1053
  {
903
- "id": "gpt-5.1",
904
- "name": "GPT-5.1",
905
- "api": "openai-responses",
1054
+ "id": "nemotron-3-ultra-free",
1055
+ "name": "Nemotron 3 Ultra Free",
1056
+ "api": "openai-completions",
906
1057
  "baseUrl": "https://opencode.ai/zen/v1",
907
1058
  "reasoning": true,
1059
+ "input": [
1060
+ "text"
1061
+ ],
1062
+ "cost": {
1063
+ "input": 0,
1064
+ "output": 0,
1065
+ "cacheRead": 0,
1066
+ "cacheWrite": 0
1067
+ },
1068
+ "contextWindow": 1000000,
1069
+ "maxTokens": 128000
1070
+ },
1071
+ {
1072
+ "id": "claude-opus-5",
1073
+ "name": "Claude Opus 5",
1074
+ "api": "anthropic-messages",
1075
+ "baseUrl": "https://opencode.ai/zen",
1076
+ "reasoning": true,
908
1077
  "input": [
909
1078
  "text",
910
1079
  "image"
911
1080
  ],
912
1081
  "cost": {
913
- "input": 1.07,
914
- "output": 8.5,
915
- "cacheRead": 0.107,
916
- "cacheWrite": 0
1082
+ "input": 5,
1083
+ "output": 25,
1084
+ "cacheRead": 0.5,
1085
+ "cacheWrite": 6.25
917
1086
  },
918
- "contextWindow": 400000,
1087
+ "contextWindow": 1000000,
919
1088
  "maxTokens": 128000
920
1089
  },
921
1090
  {
922
- "id": "gpt-5.5",
923
- "name": "GPT-5.5",
1091
+ "id": "gpt-5.1-codex-max",
1092
+ "name": "GPT-5.1 Codex Max",
924
1093
  "api": "openai-responses",
925
1094
  "baseUrl": "https://opencode.ai/zen/v1",
926
1095
  "reasoning": true,
@@ -929,12 +1098,31 @@
929
1098
  "image"
930
1099
  ],
931
1100
  "cost": {
932
- "input": 5,
933
- "output": 30,
934
- "cacheRead": 0.5,
1101
+ "input": 1.25,
1102
+ "output": 10,
1103
+ "cacheRead": 0.125,
935
1104
  "cacheWrite": 0
936
1105
  },
937
- "contextWindow": 1050000,
1106
+ "contextWindow": 400000,
938
1107
  "maxTokens": 128000
1108
+ },
1109
+ {
1110
+ "id": "qwen3.6-plus",
1111
+ "name": "Qwen3.6 Plus",
1112
+ "api": "anthropic-messages",
1113
+ "baseUrl": "https://opencode.ai/zen",
1114
+ "reasoning": true,
1115
+ "input": [
1116
+ "text",
1117
+ "image"
1118
+ ],
1119
+ "cost": {
1120
+ "input": 0.5,
1121
+ "output": 3,
1122
+ "cacheRead": 0.05,
1123
+ "cacheWrite": 0.625
1124
+ },
1125
+ "contextWindow": 262144,
1126
+ "maxTokens": 65536
939
1127
  }
940
1128
  ]