@monotykamary/pi-opencode-provider 1.0.15 → 1.0.17

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.
Files changed (3) hide show
  1. package/README.md +4 -1
  2. package/models.json +676 -592
  3. package/package.json +1 -1
package/models.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
- "id": "claude-opus-4-7",
4
- "name": "Claude Opus 4.7",
3
+ "id": "claude-sonnet-4-6",
4
+ "name": "Claude Sonnet 4.6",
5
5
  "api": "anthropic-messages",
6
6
  "baseUrl": "https://opencode.ai/zen",
7
7
  "reasoning": true,
@@ -11,7 +11,7 @@
11
11
  "low": "low",
12
12
  "medium": "medium",
13
13
  "high": "high",
14
- "xhigh": "xhigh",
14
+ "xhigh": null,
15
15
  "max": "max"
16
16
  },
17
17
  "input": [
@@ -19,17 +19,17 @@
19
19
  "image"
20
20
  ],
21
21
  "cost": {
22
- "input": 5,
23
- "output": 25,
24
- "cacheRead": 0.5,
25
- "cacheWrite": 6.25
22
+ "input": 3,
23
+ "output": 15,
24
+ "cacheRead": 0.3,
25
+ "cacheWrite": 3.75
26
26
  },
27
27
  "contextWindow": 1000000,
28
- "maxTokens": 128000
28
+ "maxTokens": 64000
29
29
  },
30
30
  {
31
- "id": "nemotron-3.5-lightning-free",
32
- "name": "Nemotron 3.5 Lightning Free",
31
+ "id": "nemotron-3-ultra-free",
32
+ "name": "Nemotron 3 Ultra Free",
33
33
  "api": "openai-completions",
34
34
  "baseUrl": "https://opencode.ai/zen/v1",
35
35
  "reasoning": true,
@@ -42,27 +42,36 @@
42
42
  "cacheRead": 0,
43
43
  "cacheWrite": 0
44
44
  },
45
- "contextWindow": 262144,
46
- "maxTokens": 262144
45
+ "contextWindow": 1000000,
46
+ "maxTokens": 128000
47
47
  },
48
48
  {
49
- "id": "kimi-k2.7-code",
50
- "name": "Kimi K2.7 Code",
51
- "api": "openai-completions",
49
+ "id": "gemini-3.1-pro",
50
+ "name": "Gemini 3.1 Pro Preview",
51
+ "api": "google-generative-ai",
52
52
  "baseUrl": "https://opencode.ai/zen/v1",
53
53
  "reasoning": true,
54
+ "thinkingLevelMap": {
55
+ "off": null,
56
+ "minimal": null,
57
+ "low": "low",
58
+ "medium": "medium",
59
+ "high": "high",
60
+ "xhigh": null,
61
+ "max": null
62
+ },
54
63
  "input": [
55
64
  "text",
56
65
  "image"
57
66
  ],
58
67
  "cost": {
59
- "input": 0.95,
60
- "output": 4,
61
- "cacheRead": 0.19,
68
+ "input": 2,
69
+ "output": 12,
70
+ "cacheRead": 0.2,
62
71
  "cacheWrite": 0
63
72
  },
64
- "contextWindow": 262144,
65
- "maxTokens": 262144
73
+ "contextWindow": 1048576,
74
+ "maxTokens": 65536
66
75
  },
67
76
  {
68
77
  "id": "gpt-5-nano",
@@ -93,46 +102,46 @@
93
102
  "maxTokens": 128000
94
103
  },
95
104
  {
96
- "id": "kimi-k3",
97
- "name": "Kimi K3",
98
- "api": "openai-completions",
105
+ "id": "muse-spark-1.3-contributor-free",
106
+ "name": "Muse Spark 1.3 Free",
107
+ "api": "openai-responses",
99
108
  "baseUrl": "https://opencode.ai/zen/v1",
100
109
  "reasoning": true,
101
110
  "thinkingLevelMap": {
102
111
  "off": null,
103
- "minimal": null,
104
- "low": null,
105
- "medium": null,
106
- "high": null,
107
- "xhigh": null,
108
- "max": "max"
112
+ "minimal": "minimal",
113
+ "low": "low",
114
+ "medium": "medium",
115
+ "high": "high",
116
+ "xhigh": "xhigh",
117
+ "max": null
109
118
  },
110
119
  "input": [
111
120
  "text",
112
121
  "image"
113
122
  ],
114
123
  "cost": {
115
- "input": 3,
116
- "output": 15,
117
- "cacheRead": 0.3,
124
+ "input": 0,
125
+ "output": 0,
126
+ "cacheRead": 0,
118
127
  "cacheWrite": 0
119
128
  },
120
129
  "contextWindow": 1048576,
121
130
  "maxTokens": 131072
122
131
  },
123
132
  {
124
- "id": "gpt-5.5-pro",
125
- "name": "GPT-5.5 Pro",
133
+ "id": "gpt-5-codex",
134
+ "name": "GPT-5 Codex",
126
135
  "api": "openai-responses",
127
136
  "baseUrl": "https://opencode.ai/zen/v1",
128
137
  "reasoning": true,
129
138
  "thinkingLevelMap": {
130
139
  "off": null,
131
140
  "minimal": null,
132
- "low": null,
141
+ "low": "low",
133
142
  "medium": "medium",
134
143
  "high": "high",
135
- "xhigh": "xhigh",
144
+ "xhigh": null,
136
145
  "max": null
137
146
  },
138
147
  "input": [
@@ -140,46 +149,47 @@
140
149
  "image"
141
150
  ],
142
151
  "cost": {
143
- "input": 30,
144
- "output": 180,
145
- "cacheRead": 30,
152
+ "input": 1.07,
153
+ "output": 8.5,
154
+ "cacheRead": 0.107,
146
155
  "cacheWrite": 0
147
156
  },
148
- "contextWindow": 1050000,
157
+ "contextWindow": 400000,
149
158
  "maxTokens": 128000
150
159
  },
151
160
  {
152
- "id": "deepseek-v4-flash",
153
- "name": "DeepSeek V4 Flash",
154
- "api": "openai-completions",
161
+ "id": "muse-spark-1.2",
162
+ "name": "Muse Spark 1.2",
163
+ "api": "openai-responses",
155
164
  "baseUrl": "https://opencode.ai/zen/v1",
156
165
  "reasoning": true,
157
166
  "thinkingLevelMap": {
158
167
  "off": null,
159
- "minimal": null,
168
+ "minimal": "minimal",
160
169
  "low": "low",
161
- "medium": null,
170
+ "medium": "medium",
162
171
  "high": "high",
163
- "xhigh": null,
164
- "max": "max"
172
+ "xhigh": "xhigh",
173
+ "max": null
165
174
  },
166
175
  "input": [
167
- "text"
176
+ "text",
177
+ "image"
168
178
  ],
169
179
  "cost": {
170
- "input": 0.14,
171
- "output": 0.28,
172
- "cacheRead": 0.028,
180
+ "input": 1.25,
181
+ "output": 4.25,
182
+ "cacheRead": 0.15,
173
183
  "cacheWrite": 0
174
184
  },
175
- "contextWindow": 1000000,
176
- "maxTokens": 384000
185
+ "contextWindow": 1048576,
186
+ "maxTokens": 131072
177
187
  },
178
188
  {
179
- "id": "claude-opus-4-8",
180
- "name": "Claude Opus 4.8",
181
- "api": "anthropic-messages",
182
- "baseUrl": "https://opencode.ai/zen",
189
+ "id": "gpt-5.1-codex-mini",
190
+ "name": "GPT-5.1 Codex Mini",
191
+ "api": "openai-responses",
192
+ "baseUrl": "https://opencode.ai/zen/v1",
183
193
  "reasoning": true,
184
194
  "thinkingLevelMap": {
185
195
  "off": null,
@@ -187,54 +197,45 @@
187
197
  "low": "low",
188
198
  "medium": "medium",
189
199
  "high": "high",
190
- "xhigh": "xhigh",
191
- "max": "max"
200
+ "xhigh": null,
201
+ "max": null
192
202
  },
193
203
  "input": [
194
204
  "text",
195
205
  "image"
196
206
  ],
197
207
  "cost": {
198
- "input": 5,
199
- "output": 25,
200
- "cacheRead": 0.5,
201
- "cacheWrite": 6.25
208
+ "input": 0.25,
209
+ "output": 2,
210
+ "cacheRead": 0.025,
211
+ "cacheWrite": 0
202
212
  },
203
- "contextWindow": 1000000,
213
+ "contextWindow": 400000,
204
214
  "maxTokens": 128000
205
215
  },
206
216
  {
207
- "id": "gemini-3.5-flash-lite",
208
- "name": "Gemini 3.5 Flash Lite",
209
- "api": "google-generative-ai",
210
- "baseUrl": "https://opencode.ai/zen/v1",
217
+ "id": "qwen3.6-plus",
218
+ "name": "Qwen3.6 Plus",
219
+ "api": "anthropic-messages",
220
+ "baseUrl": "https://opencode.ai/zen",
211
221
  "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
- },
221
222
  "input": [
222
223
  "text",
223
224
  "image"
224
225
  ],
225
226
  "cost": {
226
- "input": 0.3,
227
- "output": 2.5,
228
- "cacheRead": 0.03,
229
- "cacheWrite": 0
227
+ "input": 0.5,
228
+ "output": 3,
229
+ "cacheRead": 0.05,
230
+ "cacheWrite": 0.625
230
231
  },
231
- "contextWindow": 1048576,
232
+ "contextWindow": 262144,
232
233
  "maxTokens": 65536
233
234
  },
234
235
  {
235
- "id": "gemini-3.1-pro",
236
- "name": "Gemini 3.1 Pro Preview",
237
- "api": "google-generative-ai",
236
+ "id": "gpt-5.1-codex",
237
+ "name": "GPT-5.1 Codex",
238
+ "api": "openai-responses",
238
239
  "baseUrl": "https://opencode.ai/zen/v1",
239
240
  "reasoning": true,
240
241
  "thinkingLevelMap": {
@@ -251,13 +252,13 @@
251
252
  "image"
252
253
  ],
253
254
  "cost": {
254
- "input": 2,
255
- "output": 12,
256
- "cacheRead": 0.2,
255
+ "input": 1.07,
256
+ "output": 8.5,
257
+ "cacheRead": 0.107,
257
258
  "cacheWrite": 0
258
259
  },
259
- "contextWindow": 1048576,
260
- "maxTokens": 65536
260
+ "contextWindow": 400000,
261
+ "maxTokens": 128000
261
262
  },
262
263
  {
263
264
  "id": "gpt-5.6-sol",
@@ -288,10 +289,10 @@
288
289
  "maxTokens": 128000
289
290
  },
290
291
  {
291
- "id": "grok-4.6",
292
- "name": "Grok 4.6",
293
- "api": "openai-responses",
294
- "baseUrl": "https://opencode.ai/zen/v1",
292
+ "id": "claude-opus-5",
293
+ "name": "Claude Opus 5",
294
+ "api": "anthropic-messages",
295
+ "baseUrl": "https://opencode.ai/zen",
295
296
  "reasoning": true,
296
297
  "thinkingLevelMap": {
297
298
  "off": null,
@@ -300,70 +301,61 @@
300
301
  "medium": "medium",
301
302
  "high": "high",
302
303
  "xhigh": "xhigh",
303
- "max": null
304
+ "max": "max"
304
305
  },
305
306
  "input": [
306
307
  "text",
307
308
  "image"
308
309
  ],
309
310
  "cost": {
310
- "input": 2,
311
- "output": 6,
311
+ "input": 5,
312
+ "output": 25,
312
313
  "cacheRead": 0.5,
313
- "cacheWrite": 0
314
+ "cacheWrite": 6.25
314
315
  },
315
- "contextWindow": 500000,
316
- "maxTokens": 500000
316
+ "contextWindow": 1000000,
317
+ "maxTokens": 128000
317
318
  },
318
319
  {
319
- "id": "gpt-5.4-pro",
320
- "name": "GPT-5.4 Pro",
321
- "api": "openai-responses",
320
+ "id": "minimax-m2.7",
321
+ "name": "MiniMax-M2.7",
322
+ "api": "openai-completions",
322
323
  "baseUrl": "https://opencode.ai/zen/v1",
323
324
  "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
- },
333
325
  "input": [
334
- "text",
335
- "image"
326
+ "text"
336
327
  ],
337
328
  "cost": {
338
- "input": 30,
339
- "output": 180,
340
- "cacheRead": 30,
329
+ "input": 0.3,
330
+ "output": 1.2,
331
+ "cacheRead": 0.06,
341
332
  "cacheWrite": 0
342
333
  },
343
- "contextWindow": 1050000,
344
- "maxTokens": 128000
334
+ "contextWindow": 204800,
335
+ "maxTokens": 131072
345
336
  },
346
337
  {
347
- "id": "nemotron-3-ultra-free",
348
- "name": "Nemotron 3 Ultra Free",
338
+ "id": "kimi-k2.6",
339
+ "name": "Kimi K2.6",
349
340
  "api": "openai-completions",
350
341
  "baseUrl": "https://opencode.ai/zen/v1",
351
342
  "reasoning": true,
352
343
  "input": [
353
- "text"
344
+ "text",
345
+ "image"
354
346
  ],
355
347
  "cost": {
356
- "input": 0,
357
- "output": 0,
358
- "cacheRead": 0,
348
+ "input": 0.95,
349
+ "output": 4,
350
+ "cacheRead": 0.16,
359
351
  "cacheWrite": 0
360
352
  },
361
- "contextWindow": 1000000,
362
- "maxTokens": 128000
353
+ "contextWindow": 262144,
354
+ "maxTokens": 65536
363
355
  },
364
356
  {
365
- "id": "grok-4.5",
366
- "name": "Grok 4.5",
357
+ "id": "gpt-5.2-codex",
358
+ "name": "GPT-5.2 Codex",
367
359
  "api": "openai-responses",
368
360
  "baseUrl": "https://opencode.ai/zen/v1",
369
361
  "reasoning": true,
@@ -373,7 +365,7 @@
373
365
  "low": "low",
374
366
  "medium": "medium",
375
367
  "high": "high",
376
- "xhigh": null,
368
+ "xhigh": "xhigh",
377
369
  "max": null
378
370
  },
379
371
  "input": [
@@ -381,45 +373,17 @@
381
373
  "image"
382
374
  ],
383
375
  "cost": {
384
- "input": 2,
385
- "output": 6,
386
- "cacheRead": 0.3,
387
- "cacheWrite": 0
388
- },
389
- "contextWindow": 500000,
390
- "maxTokens": 500000
391
- },
392
- {
393
- "id": "gpt-5",
394
- "name": "GPT-5",
395
- "api": "openai-responses",
396
- "baseUrl": "https://opencode.ai/zen/v1",
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
- },
407
- "input": [
408
- "text",
409
- "image"
410
- ],
411
- "cost": {
412
- "input": 1.07,
413
- "output": 8.5,
414
- "cacheRead": 0.107,
376
+ "input": 1.75,
377
+ "output": 14,
378
+ "cacheRead": 0.175,
415
379
  "cacheWrite": 0
416
380
  },
417
381
  "contextWindow": 400000,
418
382
  "maxTokens": 128000
419
383
  },
420
384
  {
421
- "id": "deepseek-v4-pro",
422
- "name": "DeepSeek V4 Pro",
385
+ "id": "glm-5.2",
386
+ "name": "GLM-5.2",
423
387
  "api": "openai-completions",
424
388
  "baseUrl": "https://opencode.ai/zen/v1",
425
389
  "reasoning": true,
@@ -436,17 +400,17 @@
436
400
  "text"
437
401
  ],
438
402
  "cost": {
439
- "input": 1.74,
440
- "output": 3.84,
441
- "cacheRead": 0.145,
403
+ "input": 1.4,
404
+ "output": 4.4,
405
+ "cacheRead": 0.26,
442
406
  "cacheWrite": 0
443
407
  },
444
408
  "contextWindow": 1000000,
445
- "maxTokens": 384000
409
+ "maxTokens": 131072
446
410
  },
447
411
  {
448
- "id": "claude-sonnet-5",
449
- "name": "Claude Sonnet 5",
412
+ "id": "claude-opus-4-5",
413
+ "name": "Claude Opus 4.5",
450
414
  "api": "anthropic-messages",
451
415
  "baseUrl": "https://opencode.ai/zen",
452
416
  "reasoning": true,
@@ -456,118 +420,108 @@
456
420
  "low": "low",
457
421
  "medium": "medium",
458
422
  "high": "high",
459
- "xhigh": "xhigh",
460
- "max": "max"
423
+ "xhigh": null,
424
+ "max": null
461
425
  },
462
426
  "input": [
463
427
  "text",
464
428
  "image"
465
429
  ],
466
430
  "cost": {
467
- "input": 2,
468
- "output": 10,
469
- "cacheRead": 0.2,
470
- "cacheWrite": 2.5
431
+ "input": 5,
432
+ "output": 25,
433
+ "cacheRead": 0.5,
434
+ "cacheWrite": 6.25
471
435
  },
472
- "contextWindow": 1000000,
473
- "maxTokens": 128000
436
+ "contextWindow": 200000,
437
+ "maxTokens": 64000
474
438
  },
475
439
  {
476
- "id": "qwen3.5-plus",
477
- "name": "Qwen3.5 Plus",
478
- "api": "anthropic-messages",
479
- "baseUrl": "https://opencode.ai/zen",
440
+ "id": "minimax-m2.5",
441
+ "name": "MiniMax-M2.5",
442
+ "api": "openai-completions",
443
+ "baseUrl": "https://opencode.ai/zen/v1",
480
444
  "reasoning": true,
481
445
  "input": [
482
- "text",
483
- "image"
446
+ "text"
484
447
  ],
485
448
  "cost": {
486
- "input": 0.2,
449
+ "input": 0.3,
487
450
  "output": 1.2,
488
- "cacheRead": 0.02,
489
- "cacheWrite": 0.25
451
+ "cacheRead": 0.06,
452
+ "cacheWrite": 0
490
453
  },
491
- "contextWindow": 262144,
492
- "maxTokens": 65536
454
+ "contextWindow": 204800,
455
+ "maxTokens": 131072
493
456
  },
494
457
  {
495
- "id": "gpt-5.1-codex-mini",
496
- "name": "GPT-5.1 Codex Mini",
497
- "api": "openai-responses",
458
+ "id": "minimax-m3",
459
+ "name": "MiniMax-M3",
460
+ "api": "openai-completions",
498
461
  "baseUrl": "https://opencode.ai/zen/v1",
499
462
  "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
- },
509
463
  "input": [
510
464
  "text",
511
465
  "image"
512
466
  ],
513
467
  "cost": {
514
- "input": 0.25,
515
- "output": 2,
516
- "cacheRead": 0.025,
468
+ "input": 0.3,
469
+ "output": 1.2,
470
+ "cacheRead": 0.06,
517
471
  "cacheWrite": 0
518
472
  },
519
- "contextWindow": 400000,
473
+ "contextWindow": 512000,
520
474
  "maxTokens": 128000
521
475
  },
522
476
  {
523
- "id": "gpt-5-codex",
524
- "name": "GPT-5 Codex",
525
- "api": "openai-responses",
477
+ "id": "deepseek-v4-flash",
478
+ "name": "DeepSeek V4 Flash",
479
+ "api": "openai-completions",
526
480
  "baseUrl": "https://opencode.ai/zen/v1",
527
481
  "reasoning": true,
528
482
  "thinkingLevelMap": {
529
483
  "off": null,
530
484
  "minimal": null,
531
485
  "low": "low",
532
- "medium": "medium",
486
+ "medium": null,
533
487
  "high": "high",
534
488
  "xhigh": null,
535
- "max": null
489
+ "max": "max"
536
490
  },
537
491
  "input": [
538
- "text",
539
- "image"
492
+ "text"
540
493
  ],
541
494
  "cost": {
542
- "input": 1.07,
543
- "output": 8.5,
544
- "cacheRead": 0.107,
495
+ "input": 0.14,
496
+ "output": 0.28,
497
+ "cacheRead": 0.028,
545
498
  "cacheWrite": 0
546
499
  },
547
- "contextWindow": 400000,
548
- "maxTokens": 128000
500
+ "contextWindow": 1000000,
501
+ "maxTokens": 384000
549
502
  },
550
503
  {
551
- "id": "ling-3.0-flash-fin-free",
552
- "name": "Ling 3.0 Flash Fin Free",
504
+ "id": "kimi-k2.7-code",
505
+ "name": "Kimi K2.7 Code",
553
506
  "api": "openai-completions",
554
507
  "baseUrl": "https://opencode.ai/zen/v1",
555
508
  "reasoning": true,
556
509
  "input": [
557
- "text"
510
+ "text",
511
+ "image"
558
512
  ],
559
513
  "cost": {
560
- "input": 0,
561
- "output": 0,
562
- "cacheRead": 0,
514
+ "input": 0.95,
515
+ "output": 4,
516
+ "cacheRead": 0.19,
563
517
  "cacheWrite": 0
564
518
  },
565
519
  "contextWindow": 262144,
566
- "maxTokens": 32768
520
+ "maxTokens": 262144
567
521
  },
568
522
  {
569
- "id": "gpt-5.6-luna",
570
- "name": "GPT-5.6 Luna",
523
+ "id": "gpt-5.3-codex-spark",
524
+ "name": "GPT-5.3 Codex Spark",
571
525
  "api": "openai-responses",
572
526
  "baseUrl": "https://opencode.ai/zen/v1",
573
527
  "reasoning": true,
@@ -578,79 +532,79 @@
578
532
  "medium": "medium",
579
533
  "high": "high",
580
534
  "xhigh": "xhigh",
581
- "max": "max"
582
- },
583
- "input": [
584
- "text",
585
- "image"
586
- ],
587
- "cost": {
588
- "input": 0.2,
589
- "output": 1.2,
590
- "cacheRead": 0.02,
591
- "cacheWrite": 0.25
535
+ "max": null
592
536
  },
593
- "contextWindow": 1050000,
594
- "maxTokens": 128000
595
- },
596
- {
597
- "id": "glm-5",
598
- "name": "GLM-5",
599
- "api": "openai-completions",
600
- "baseUrl": "https://opencode.ai/zen/v1",
601
- "reasoning": true,
602
537
  "input": [
603
538
  "text"
604
539
  ],
605
540
  "cost": {
606
- "input": 1,
607
- "output": 3.2,
608
- "cacheRead": 0.2,
541
+ "input": 1.75,
542
+ "output": 14,
543
+ "cacheRead": 0.175,
609
544
  "cacheWrite": 0
610
545
  },
611
- "contextWindow": 204800,
612
- "maxTokens": 131072
546
+ "contextWindow": 128000,
547
+ "maxTokens": 128000
613
548
  },
614
549
  {
615
- "id": "minimax-m3",
616
- "name": "MiniMax-M3",
617
- "api": "openai-completions",
550
+ "id": "grok-4.5",
551
+ "name": "Grok 4.5",
552
+ "api": "openai-responses",
618
553
  "baseUrl": "https://opencode.ai/zen/v1",
619
554
  "reasoning": true,
555
+ "thinkingLevelMap": {
556
+ "off": null,
557
+ "minimal": null,
558
+ "low": "low",
559
+ "medium": "medium",
560
+ "high": "high",
561
+ "xhigh": null,
562
+ "max": null
563
+ },
620
564
  "input": [
621
565
  "text",
622
566
  "image"
623
567
  ],
624
568
  "cost": {
625
- "input": 0.3,
626
- "output": 1.2,
627
- "cacheRead": 0.06,
569
+ "input": 2,
570
+ "output": 6,
571
+ "cacheRead": 0.3,
628
572
  "cacheWrite": 0
629
573
  },
630
- "contextWindow": 512000,
631
- "maxTokens": 128000
574
+ "contextWindow": 500000,
575
+ "maxTokens": 500000
632
576
  },
633
577
  {
634
- "id": "minimax-m2.7",
635
- "name": "MiniMax-M2.7",
636
- "api": "openai-completions",
578
+ "id": "gemini-3.6-flash",
579
+ "name": "Gemini 3.6 Flash",
580
+ "api": "google-generative-ai",
637
581
  "baseUrl": "https://opencode.ai/zen/v1",
638
582
  "reasoning": true,
583
+ "thinkingLevelMap": {
584
+ "off": null,
585
+ "minimal": "minimal",
586
+ "low": "low",
587
+ "medium": "medium",
588
+ "high": "high",
589
+ "xhigh": null,
590
+ "max": null
591
+ },
639
592
  "input": [
640
- "text"
593
+ "text",
594
+ "image"
641
595
  ],
642
596
  "cost": {
643
- "input": 0.3,
644
- "output": 1.2,
645
- "cacheRead": 0.06,
597
+ "input": 1.5,
598
+ "output": 7.5,
599
+ "cacheRead": 0.15,
646
600
  "cacheWrite": 0
647
601
  },
648
- "contextWindow": 204800,
649
- "maxTokens": 131072
602
+ "contextWindow": 1048576,
603
+ "maxTokens": 65536
650
604
  },
651
605
  {
652
- "id": "gpt-5.3-codex",
653
- "name": "GPT-5.3 Codex",
606
+ "id": "gpt-5.4",
607
+ "name": "GPT-5.4",
654
608
  "api": "openai-responses",
655
609
  "baseUrl": "https://opencode.ai/zen/v1",
656
610
  "reasoning": true,
@@ -668,38 +622,38 @@
668
622
  "image"
669
623
  ],
670
624
  "cost": {
671
- "input": 1.75,
672
- "output": 14,
673
- "cacheRead": 0.175,
625
+ "input": 2.5,
626
+ "output": 15,
627
+ "cacheRead": 0.25,
674
628
  "cacheWrite": 0
675
629
  },
676
- "contextWindow": 400000,
630
+ "contextWindow": 1050000,
677
631
  "maxTokens": 128000
678
632
  },
679
633
  {
680
- "id": "claude-sonnet-4",
681
- "name": "Claude Sonnet 4",
682
- "api": "anthropic-messages",
683
- "baseUrl": "https://opencode.ai/zen",
634
+ "id": "grok-build-0.1",
635
+ "name": "Grok Build 0.1",
636
+ "api": "openai-responses",
637
+ "baseUrl": "https://opencode.ai/zen/v1",
684
638
  "reasoning": true,
685
639
  "input": [
686
640
  "text",
687
641
  "image"
688
642
  ],
689
643
  "cost": {
690
- "input": 3,
691
- "output": 15,
692
- "cacheRead": 0.3,
693
- "cacheWrite": 3.75
694
- },
695
- "contextWindow": 1000000,
696
- "maxTokens": 64000
644
+ "input": 1,
645
+ "output": 2,
646
+ "cacheRead": 0.2,
647
+ "cacheWrite": 0
648
+ },
649
+ "contextWindow": 256000,
650
+ "maxTokens": 256000
697
651
  },
698
652
  {
699
- "id": "gpt-5.3-codex-spark",
700
- "name": "GPT-5.3 Codex Spark",
701
- "api": "openai-responses",
702
- "baseUrl": "https://opencode.ai/zen/v1",
653
+ "id": "claude-fable-5-1",
654
+ "name": "Claude Fable 5.1",
655
+ "api": "anthropic-messages",
656
+ "baseUrl": "https://opencode.ai/zen",
703
657
  "reasoning": true,
704
658
  "thinkingLevelMap": {
705
659
  "off": null,
@@ -708,33 +662,34 @@
708
662
  "medium": "medium",
709
663
  "high": "high",
710
664
  "xhigh": "xhigh",
711
- "max": null
665
+ "max": "max"
712
666
  },
713
667
  "input": [
714
- "text"
668
+ "text",
669
+ "image"
715
670
  ],
716
671
  "cost": {
717
- "input": 1.75,
718
- "output": 14,
719
- "cacheRead": 0.175,
720
- "cacheWrite": 0
672
+ "input": 10,
673
+ "output": 50,
674
+ "cacheRead": 0.25,
675
+ "cacheWrite": 12.5
721
676
  },
722
- "contextWindow": 128000,
677
+ "contextWindow": 1000000,
723
678
  "maxTokens": 128000
724
679
  },
725
680
  {
726
- "id": "muse-spark-1.2-contributor-free",
727
- "name": "Muse Spark 1.2 Free",
681
+ "id": "gpt-5.1",
682
+ "name": "GPT-5.1",
728
683
  "api": "openai-responses",
729
684
  "baseUrl": "https://opencode.ai/zen/v1",
730
685
  "reasoning": true,
731
686
  "thinkingLevelMap": {
732
687
  "off": null,
733
- "minimal": "minimal",
688
+ "minimal": null,
734
689
  "low": "low",
735
690
  "medium": "medium",
736
691
  "high": "high",
737
- "xhigh": "xhigh",
692
+ "xhigh": null,
738
693
  "max": null
739
694
  },
740
695
  "input": [
@@ -742,17 +697,17 @@
742
697
  "image"
743
698
  ],
744
699
  "cost": {
745
- "input": 0,
746
- "output": 0,
747
- "cacheRead": 0,
700
+ "input": 1.07,
701
+ "output": 8.5,
702
+ "cacheRead": 0.107,
748
703
  "cacheWrite": 0
749
704
  },
750
- "contextWindow": 1048576,
751
- "maxTokens": 131072
705
+ "contextWindow": 400000,
706
+ "maxTokens": 128000
752
707
  },
753
708
  {
754
- "id": "gpt-5.2",
755
- "name": "GPT-5.2",
709
+ "id": "gpt-5.1-codex-max",
710
+ "name": "GPT-5.1 Codex Max",
756
711
  "api": "openai-responses",
757
712
  "baseUrl": "https://opencode.ai/zen/v1",
758
713
  "reasoning": true,
@@ -770,51 +725,51 @@
770
725
  "image"
771
726
  ],
772
727
  "cost": {
773
- "input": 1.75,
774
- "output": 14,
775
- "cacheRead": 0.175,
728
+ "input": 1.25,
729
+ "output": 10,
730
+ "cacheRead": 0.125,
776
731
  "cacheWrite": 0
777
732
  },
778
733
  "contextWindow": 400000,
779
734
  "maxTokens": 128000
780
735
  },
781
736
  {
782
- "id": "gemini-3.5-flash",
783
- "name": "Gemini 3.5 Flash",
784
- "api": "google-generative-ai",
785
- "baseUrl": "https://opencode.ai/zen/v1",
737
+ "id": "claude-opus-4-6",
738
+ "name": "Claude Opus 4.6",
739
+ "api": "anthropic-messages",
740
+ "baseUrl": "https://opencode.ai/zen",
786
741
  "reasoning": true,
787
742
  "thinkingLevelMap": {
788
743
  "off": null,
789
- "minimal": "minimal",
744
+ "minimal": null,
790
745
  "low": "low",
791
746
  "medium": "medium",
792
747
  "high": "high",
793
748
  "xhigh": null,
794
- "max": null
749
+ "max": "max"
795
750
  },
796
751
  "input": [
797
752
  "text",
798
753
  "image"
799
754
  ],
800
755
  "cost": {
801
- "input": 1.5,
802
- "output": 9,
803
- "cacheRead": 0.15,
804
- "cacheWrite": 0
756
+ "input": 5,
757
+ "output": 25,
758
+ "cacheRead": 0.5,
759
+ "cacheWrite": 6.25
805
760
  },
806
- "contextWindow": 1048576,
807
- "maxTokens": 65536
761
+ "contextWindow": 1000000,
762
+ "maxTokens": 128000
808
763
  },
809
764
  {
810
- "id": "claude-opus-4-5",
811
- "name": "Claude Opus 4.5",
812
- "api": "anthropic-messages",
813
- "baseUrl": "https://opencode.ai/zen",
765
+ "id": "gemini-3.5-flash",
766
+ "name": "Gemini 3.5 Flash",
767
+ "api": "google-generative-ai",
768
+ "baseUrl": "https://opencode.ai/zen/v1",
814
769
  "reasoning": true,
815
770
  "thinkingLevelMap": {
816
771
  "off": null,
817
- "minimal": null,
772
+ "minimal": "minimal",
818
773
  "low": "low",
819
774
  "medium": "medium",
820
775
  "high": "high",
@@ -826,23 +781,23 @@
826
781
  "image"
827
782
  ],
828
783
  "cost": {
829
- "input": 5,
830
- "output": 25,
831
- "cacheRead": 0.5,
832
- "cacheWrite": 6.25
784
+ "input": 1.5,
785
+ "output": 9,
786
+ "cacheRead": 0.15,
787
+ "cacheWrite": 0
833
788
  },
834
- "contextWindow": 200000,
835
- "maxTokens": 64000
789
+ "contextWindow": 1048576,
790
+ "maxTokens": 65536
836
791
  },
837
792
  {
838
- "id": "gpt-5.4-mini",
839
- "name": "GPT-5.4 Mini",
793
+ "id": "muse-spark-1.2-contributor-free",
794
+ "name": "Muse Spark 1.2 Free",
840
795
  "api": "openai-responses",
841
796
  "baseUrl": "https://opencode.ai/zen/v1",
842
797
  "reasoning": true,
843
798
  "thinkingLevelMap": {
844
799
  "off": null,
845
- "minimal": null,
800
+ "minimal": "minimal",
846
801
  "low": "low",
847
802
  "medium": "medium",
848
803
  "high": "high",
@@ -854,19 +809,19 @@
854
809
  "image"
855
810
  ],
856
811
  "cost": {
857
- "input": 0.75,
858
- "output": 4.5,
859
- "cacheRead": 0.075,
812
+ "input": 0,
813
+ "output": 0,
814
+ "cacheRead": 0,
860
815
  "cacheWrite": 0
861
816
  },
862
- "contextWindow": 400000,
863
- "maxTokens": 128000
817
+ "contextWindow": 1048576,
818
+ "maxTokens": 131072
864
819
  },
865
820
  {
866
- "id": "claude-sonnet-4-6",
867
- "name": "Claude Sonnet 4.6",
868
- "api": "anthropic-messages",
869
- "baseUrl": "https://opencode.ai/zen",
821
+ "id": "gpt-5.6-luna",
822
+ "name": "GPT-5.6 Luna",
823
+ "api": "openai-responses",
824
+ "baseUrl": "https://opencode.ai/zen/v1",
870
825
  "reasoning": true,
871
826
  "thinkingLevelMap": {
872
827
  "off": null,
@@ -874,7 +829,7 @@
874
829
  "low": "low",
875
830
  "medium": "medium",
876
831
  "high": "high",
877
- "xhigh": null,
832
+ "xhigh": "xhigh",
878
833
  "max": "max"
879
834
  },
880
835
  "input": [
@@ -882,92 +837,91 @@
882
837
  "image"
883
838
  ],
884
839
  "cost": {
885
- "input": 3,
886
- "output": 15,
887
- "cacheRead": 0.3,
888
- "cacheWrite": 3.75
840
+ "input": 0.2,
841
+ "output": 1.2,
842
+ "cacheRead": 0.02,
843
+ "cacheWrite": 0.25
889
844
  },
890
- "contextWindow": 1000000,
891
- "maxTokens": 64000
845
+ "contextWindow": 1050000,
846
+ "maxTokens": 128000
892
847
  },
893
848
  {
894
- "id": "muse-spark-1.2",
895
- "name": "Muse Spark 1.2",
896
- "api": "openai-responses",
897
- "baseUrl": "https://opencode.ai/zen/v1",
849
+ "id": "claude-opus-4-7",
850
+ "name": "Claude Opus 4.7",
851
+ "api": "anthropic-messages",
852
+ "baseUrl": "https://opencode.ai/zen",
898
853
  "reasoning": true,
899
854
  "thinkingLevelMap": {
900
855
  "off": null,
901
- "minimal": "minimal",
856
+ "minimal": null,
902
857
  "low": "low",
903
858
  "medium": "medium",
904
859
  "high": "high",
905
860
  "xhigh": "xhigh",
906
- "max": null
861
+ "max": "max"
907
862
  },
908
863
  "input": [
909
864
  "text",
910
865
  "image"
911
866
  ],
912
867
  "cost": {
913
- "input": 1.25,
914
- "output": 4.25,
915
- "cacheRead": 0.15,
916
- "cacheWrite": 0
868
+ "input": 5,
869
+ "output": 25,
870
+ "cacheRead": 0.5,
871
+ "cacheWrite": 6.25
917
872
  },
918
- "contextWindow": 1048576,
919
- "maxTokens": 131072
873
+ "contextWindow": 1000000,
874
+ "maxTokens": 128000
920
875
  },
921
876
  {
922
- "id": "gpt-5.5",
923
- "name": "GPT-5.5",
924
- "api": "openai-responses",
877
+ "id": "kimi-k3",
878
+ "name": "Kimi K3",
879
+ "api": "openai-completions",
925
880
  "baseUrl": "https://opencode.ai/zen/v1",
926
881
  "reasoning": true,
927
882
  "thinkingLevelMap": {
928
883
  "off": null,
929
884
  "minimal": null,
930
- "low": "low",
931
- "medium": "medium",
932
- "high": "high",
933
- "xhigh": "xhigh",
934
- "max": null
885
+ "low": null,
886
+ "medium": null,
887
+ "high": null,
888
+ "xhigh": null,
889
+ "max": "max"
935
890
  },
936
891
  "input": [
937
892
  "text",
938
893
  "image"
939
894
  ],
940
895
  "cost": {
941
- "input": 5,
942
- "output": 30,
943
- "cacheRead": 0.5,
896
+ "input": 3,
897
+ "output": 15,
898
+ "cacheRead": 0.3,
944
899
  "cacheWrite": 0
945
900
  },
946
- "contextWindow": 1050000,
947
- "maxTokens": 128000
901
+ "contextWindow": 1048576,
902
+ "maxTokens": 131072
948
903
  },
949
904
  {
950
- "id": "kimi-k2.5",
951
- "name": "Kimi K2.5",
905
+ "id": "nemotron-3.5-lightning-free",
906
+ "name": "Nemotron 3.5 Lightning Free",
952
907
  "api": "openai-completions",
953
908
  "baseUrl": "https://opencode.ai/zen/v1",
954
909
  "reasoning": true,
955
910
  "input": [
956
- "text",
957
- "image"
911
+ "text"
958
912
  ],
959
913
  "cost": {
960
- "input": 0.6,
961
- "output": 3,
962
- "cacheRead": 0.08,
914
+ "input": 0,
915
+ "output": 0,
916
+ "cacheRead": 0,
963
917
  "cacheWrite": 0
964
918
  },
965
919
  "contextWindow": 262144,
966
- "maxTokens": 65536
920
+ "maxTokens": 262144
967
921
  },
968
922
  {
969
- "id": "gpt-5.2-codex",
970
- "name": "GPT-5.2 Codex",
923
+ "id": "gpt-5.3-codex",
924
+ "name": "GPT-5.3 Codex",
971
925
  "api": "openai-responses",
972
926
  "baseUrl": "https://opencode.ai/zen/v1",
973
927
  "reasoning": true,
@@ -994,50 +948,60 @@
994
948
  "maxTokens": 128000
995
949
  },
996
950
  {
997
- "id": "claude-sonnet-4-5",
998
- "name": "Claude Sonnet 4.5",
951
+ "id": "claude-fable-5",
952
+ "name": "Claude Fable 5",
999
953
  "api": "anthropic-messages",
1000
954
  "baseUrl": "https://opencode.ai/zen",
1001
955
  "reasoning": true,
956
+ "thinkingLevelMap": {
957
+ "off": null,
958
+ "minimal": null,
959
+ "low": "low",
960
+ "medium": "medium",
961
+ "high": "high",
962
+ "xhigh": "xhigh",
963
+ "max": "max"
964
+ },
1002
965
  "input": [
1003
966
  "text",
1004
967
  "image"
1005
968
  ],
1006
969
  "cost": {
1007
- "input": 3,
1008
- "output": 15,
1009
- "cacheRead": 0.3,
1010
- "cacheWrite": 3.75
970
+ "input": 10,
971
+ "output": 50,
972
+ "cacheRead": 1,
973
+ "cacheWrite": 12.5
1011
974
  },
1012
975
  "contextWindow": 1000000,
1013
- "maxTokens": 64000
976
+ "maxTokens": 128000
1014
977
  },
1015
978
  {
1016
- "id": "glm-5.2",
1017
- "name": "GLM-5.2",
1018
- "api": "openai-completions",
979
+ "id": "gemini-3.5-flash-lite",
980
+ "name": "Gemini 3.5 Flash Lite",
981
+ "api": "google-generative-ai",
1019
982
  "baseUrl": "https://opencode.ai/zen/v1",
1020
983
  "reasoning": true,
1021
984
  "thinkingLevelMap": {
1022
985
  "off": null,
1023
- "minimal": null,
1024
- "low": null,
1025
- "medium": null,
986
+ "minimal": "minimal",
987
+ "low": "low",
988
+ "medium": "medium",
1026
989
  "high": "high",
1027
990
  "xhigh": null,
1028
- "max": "max"
991
+ "max": null
1029
992
  },
1030
993
  "input": [
1031
- "text"
994
+ "text",
995
+ "image"
1032
996
  ],
1033
997
  "cost": {
1034
- "input": 1.4,
1035
- "output": 4.4,
1036
- "cacheRead": 0.26,
998
+ "input": 0.3,
999
+ "output": 2.5,
1000
+ "cacheRead": 0.03,
1037
1001
  "cacheWrite": 0
1038
1002
  },
1039
- "contextWindow": 1000000,
1040
- "maxTokens": 131072
1003
+ "contextWindow": 1048576,
1004
+ "maxTokens": 65536
1041
1005
  },
1042
1006
  {
1043
1007
  "id": "mimo-v2.5-free",
@@ -1059,36 +1023,18 @@
1059
1023
  "maxTokens": 32000
1060
1024
  },
1061
1025
  {
1062
- "id": "minimax-m2.5",
1063
- "name": "MiniMax-M2.5",
1064
- "api": "openai-completions",
1065
- "baseUrl": "https://opencode.ai/zen/v1",
1066
- "reasoning": true,
1067
- "input": [
1068
- "text"
1069
- ],
1070
- "cost": {
1071
- "input": 0.3,
1072
- "output": 1.2,
1073
- "cacheRead": 0.06,
1074
- "cacheWrite": 0
1075
- },
1076
- "contextWindow": 204800,
1077
- "maxTokens": 131072
1078
- },
1079
- {
1080
- "id": "gemini-3.6-flash",
1081
- "name": "Gemini 3.6 Flash",
1082
- "api": "google-generative-ai",
1026
+ "id": "gpt-5.4-nano",
1027
+ "name": "GPT-5.4 Nano",
1028
+ "api": "openai-responses",
1083
1029
  "baseUrl": "https://opencode.ai/zen/v1",
1084
1030
  "reasoning": true,
1085
1031
  "thinkingLevelMap": {
1086
1032
  "off": null,
1087
- "minimal": "minimal",
1033
+ "minimal": null,
1088
1034
  "low": "low",
1089
1035
  "medium": "medium",
1090
1036
  "high": "high",
1091
- "xhigh": null,
1037
+ "xhigh": "xhigh",
1092
1038
  "max": null
1093
1039
  },
1094
1040
  "input": [
@@ -1096,55 +1042,73 @@
1096
1042
  "image"
1097
1043
  ],
1098
1044
  "cost": {
1099
- "input": 1.5,
1100
- "output": 7.5,
1101
- "cacheRead": 0.15,
1045
+ "input": 0.2,
1046
+ "output": 1.25,
1047
+ "cacheRead": 0.02,
1102
1048
  "cacheWrite": 0
1103
1049
  },
1104
- "contextWindow": 1048576,
1105
- "maxTokens": 65536
1050
+ "contextWindow": 400000,
1051
+ "maxTokens": 128000
1106
1052
  },
1107
1053
  {
1108
- "id": "gpt-5.6-terra",
1109
- "name": "GPT-5.6 Terra",
1054
+ "id": "gpt-5.5-pro",
1055
+ "name": "GPT-5.5 Pro",
1110
1056
  "api": "openai-responses",
1111
1057
  "baseUrl": "https://opencode.ai/zen/v1",
1112
1058
  "reasoning": true,
1113
1059
  "thinkingLevelMap": {
1114
1060
  "off": null,
1115
1061
  "minimal": null,
1116
- "low": "low",
1062
+ "low": null,
1117
1063
  "medium": "medium",
1118
1064
  "high": "high",
1119
1065
  "xhigh": "xhigh",
1120
- "max": "max"
1066
+ "max": null
1121
1067
  },
1122
1068
  "input": [
1123
1069
  "text",
1124
1070
  "image"
1125
1071
  ],
1126
1072
  "cost": {
1127
- "input": 2.5,
1128
- "output": 15,
1129
- "cacheRead": 0.25,
1130
- "cacheWrite": 3.125
1073
+ "input": 30,
1074
+ "output": 180,
1075
+ "cacheRead": 30,
1076
+ "cacheWrite": 0
1131
1077
  },
1132
1078
  "contextWindow": 1050000,
1133
1079
  "maxTokens": 128000
1134
1080
  },
1135
1081
  {
1136
- "id": "gemini-3-flash",
1137
- "name": "Gemini 3 Flash",
1138
- "api": "google-generative-ai",
1082
+ "id": "big-pickle",
1083
+ "name": "Big Pickle",
1084
+ "api": "openai-completions",
1085
+ "baseUrl": "https://opencode.ai/zen/v1",
1086
+ "reasoning": true,
1087
+ "input": [
1088
+ "text"
1089
+ ],
1090
+ "cost": {
1091
+ "input": 0,
1092
+ "output": 0,
1093
+ "cacheRead": 0,
1094
+ "cacheWrite": 0
1095
+ },
1096
+ "contextWindow": 200000,
1097
+ "maxTokens": 32000
1098
+ },
1099
+ {
1100
+ "id": "gpt-5.4-mini",
1101
+ "name": "GPT-5.4 Mini",
1102
+ "api": "openai-responses",
1139
1103
  "baseUrl": "https://opencode.ai/zen/v1",
1140
1104
  "reasoning": true,
1141
1105
  "thinkingLevelMap": {
1142
1106
  "off": null,
1143
- "minimal": "minimal",
1107
+ "minimal": null,
1144
1108
  "low": "low",
1145
1109
  "medium": "medium",
1146
1110
  "high": "high",
1147
- "xhigh": null,
1111
+ "xhigh": "xhigh",
1148
1112
  "max": null
1149
1113
  },
1150
1114
  "input": [
@@ -1152,17 +1116,35 @@
1152
1116
  "image"
1153
1117
  ],
1154
1118
  "cost": {
1155
- "input": 0.5,
1156
- "output": 3,
1157
- "cacheRead": 0.05,
1119
+ "input": 0.75,
1120
+ "output": 4.5,
1121
+ "cacheRead": 0.075,
1158
1122
  "cacheWrite": 0
1159
1123
  },
1160
- "contextWindow": 1048576,
1161
- "maxTokens": 65536
1124
+ "contextWindow": 400000,
1125
+ "maxTokens": 128000
1162
1126
  },
1163
1127
  {
1164
- "id": "gpt-5.4",
1165
- "name": "GPT-5.4",
1128
+ "id": "ling-3.0-flash-fin-free",
1129
+ "name": "Ling 3.0 Flash Fin Free",
1130
+ "api": "openai-completions",
1131
+ "baseUrl": "https://opencode.ai/zen/v1",
1132
+ "reasoning": true,
1133
+ "input": [
1134
+ "text"
1135
+ ],
1136
+ "cost": {
1137
+ "input": 0,
1138
+ "output": 0,
1139
+ "cacheRead": 0,
1140
+ "cacheWrite": 0
1141
+ },
1142
+ "contextWindow": 262144,
1143
+ "maxTokens": 32768
1144
+ },
1145
+ {
1146
+ "id": "grok-4.6",
1147
+ "name": "Grok 4.6",
1166
1148
  "api": "openai-responses",
1167
1149
  "baseUrl": "https://opencode.ai/zen/v1",
1168
1150
  "reasoning": true,
@@ -1180,17 +1162,17 @@
1180
1162
  "image"
1181
1163
  ],
1182
1164
  "cost": {
1183
- "input": 2.5,
1184
- "output": 15,
1185
- "cacheRead": 0.25,
1165
+ "input": 2,
1166
+ "output": 6,
1167
+ "cacheRead": 0.5,
1186
1168
  "cacheWrite": 0
1187
1169
  },
1188
- "contextWindow": 1050000,
1189
- "maxTokens": 128000
1170
+ "contextWindow": 500000,
1171
+ "maxTokens": 500000
1190
1172
  },
1191
1173
  {
1192
- "id": "qwen3.6-plus",
1193
- "name": "Qwen3.6 Plus",
1174
+ "id": "claude-haiku-4-5",
1175
+ "name": "Claude Haiku 4.5",
1194
1176
  "api": "anthropic-messages",
1195
1177
  "baseUrl": "https://opencode.ai/zen",
1196
1178
  "reasoning": true,
@@ -1199,17 +1181,119 @@
1199
1181
  "image"
1200
1182
  ],
1201
1183
  "cost": {
1202
- "input": 0.5,
1184
+ "input": 1,
1185
+ "output": 5,
1186
+ "cacheRead": 0.1,
1187
+ "cacheWrite": 1.25
1188
+ },
1189
+ "contextWindow": 200000,
1190
+ "maxTokens": 64000
1191
+ },
1192
+ {
1193
+ "id": "claude-sonnet-4-5",
1194
+ "name": "Claude Sonnet 4.5",
1195
+ "api": "anthropic-messages",
1196
+ "baseUrl": "https://opencode.ai/zen",
1197
+ "reasoning": true,
1198
+ "input": [
1199
+ "text",
1200
+ "image"
1201
+ ],
1202
+ "cost": {
1203
+ "input": 3,
1204
+ "output": 15,
1205
+ "cacheRead": 0.3,
1206
+ "cacheWrite": 3.75
1207
+ },
1208
+ "contextWindow": 1000000,
1209
+ "maxTokens": 64000
1210
+ },
1211
+ {
1212
+ "id": "glm-5",
1213
+ "name": "GLM-5",
1214
+ "api": "openai-completions",
1215
+ "baseUrl": "https://opencode.ai/zen/v1",
1216
+ "reasoning": true,
1217
+ "input": [
1218
+ "text"
1219
+ ],
1220
+ "cost": {
1221
+ "input": 1,
1222
+ "output": 3.2,
1223
+ "cacheRead": 0.2,
1224
+ "cacheWrite": 0
1225
+ },
1226
+ "contextWindow": 204800,
1227
+ "maxTokens": 131072
1228
+ },
1229
+ {
1230
+ "id": "kimi-k2.5",
1231
+ "name": "Kimi K2.5",
1232
+ "api": "openai-completions",
1233
+ "baseUrl": "https://opencode.ai/zen/v1",
1234
+ "reasoning": true,
1235
+ "input": [
1236
+ "text",
1237
+ "image"
1238
+ ],
1239
+ "cost": {
1240
+ "input": 0.6,
1203
1241
  "output": 3,
1204
- "cacheRead": 0.05,
1205
- "cacheWrite": 0.625
1242
+ "cacheRead": 0.08,
1243
+ "cacheWrite": 0
1206
1244
  },
1207
1245
  "contextWindow": 262144,
1208
1246
  "maxTokens": 65536
1209
1247
  },
1210
1248
  {
1211
- "id": "claude-fable-5",
1212
- "name": "Claude Fable 5",
1249
+ "id": "glm-5.1",
1250
+ "name": "GLM-5.1",
1251
+ "api": "openai-completions",
1252
+ "baseUrl": "https://opencode.ai/zen/v1",
1253
+ "reasoning": true,
1254
+ "input": [
1255
+ "text"
1256
+ ],
1257
+ "cost": {
1258
+ "input": 1.4,
1259
+ "output": 4.4,
1260
+ "cacheRead": 0.26,
1261
+ "cacheWrite": 0
1262
+ },
1263
+ "contextWindow": 204800,
1264
+ "maxTokens": 131072
1265
+ },
1266
+ {
1267
+ "id": "gemini-3.8-flash",
1268
+ "name": "Gemini 3.8 Flash",
1269
+ "api": "google-generative-ai",
1270
+ "baseUrl": "https://opencode.ai/zen/v1",
1271
+ "reasoning": true,
1272
+ "thinkingLevelMap": {
1273
+ "off": null,
1274
+ "minimal": null,
1275
+ "low": "low",
1276
+ "medium": "medium",
1277
+ "high": "high",
1278
+ "xhigh": null,
1279
+ "max": null
1280
+ },
1281
+ "input": [
1282
+ "text",
1283
+ "image"
1284
+ ],
1285
+ "cost": {
1286
+ "input": 1.5,
1287
+ "output": 7.5,
1288
+ "cacheRead": 0.15,
1289
+ "cacheWrite": 0
1290
+ },
1291
+ "contextWindow": 1048576,
1292
+ "maxTokens": 65536
1293
+ },
1294
+ {
1295
+ "id": "claude-opus-4-8",
1296
+ "name": "Claude Opus 4.8",
1213
1297
  "api": "anthropic-messages",
1214
1298
  "baseUrl": "https://opencode.ai/zen",
1215
1299
  "reasoning": true,
@@ -1227,79 +1311,51 @@
1227
1311
  "image"
1228
1312
  ],
1229
1313
  "cost": {
1230
- "input": 10,
1231
- "output": 50,
1232
- "cacheRead": 1,
1233
- "cacheWrite": 12.5
1314
+ "input": 5,
1315
+ "output": 25,
1316
+ "cacheRead": 0.5,
1317
+ "cacheWrite": 6.25
1234
1318
  },
1235
1319
  "contextWindow": 1000000,
1236
1320
  "maxTokens": 128000
1237
1321
  },
1238
1322
  {
1239
- "id": "glm-5.1",
1240
- "name": "GLM-5.1",
1323
+ "id": "deepseek-v4-pro",
1324
+ "name": "DeepSeek V4 Pro",
1241
1325
  "api": "openai-completions",
1242
1326
  "baseUrl": "https://opencode.ai/zen/v1",
1243
1327
  "reasoning": true,
1244
- "input": [
1245
- "text"
1246
- ],
1247
- "cost": {
1248
- "input": 1.4,
1249
- "output": 4.4,
1250
- "cacheRead": 0.26,
1251
- "cacheWrite": 0
1328
+ "thinkingLevelMap": {
1329
+ "off": null,
1330
+ "minimal": null,
1331
+ "low": null,
1332
+ "medium": null,
1333
+ "high": "high",
1334
+ "xhigh": null,
1335
+ "max": "max"
1252
1336
  },
1253
- "contextWindow": 204800,
1254
- "maxTokens": 131072
1255
- },
1256
- {
1257
- "id": "big-pickle",
1258
- "name": "Big Pickle",
1259
- "api": "openai-completions",
1260
- "baseUrl": "https://opencode.ai/zen/v1",
1261
- "reasoning": true,
1262
1337
  "input": [
1263
1338
  "text"
1264
1339
  ],
1265
1340
  "cost": {
1266
- "input": 0,
1267
- "output": 0,
1268
- "cacheRead": 0,
1341
+ "input": 1.74,
1342
+ "output": 3.84,
1343
+ "cacheRead": 0.145,
1269
1344
  "cacheWrite": 0
1270
1345
  },
1271
- "contextWindow": 200000,
1272
- "maxTokens": 32000
1273
- },
1274
- {
1275
- "id": "claude-haiku-4-5",
1276
- "name": "Claude Haiku 4.5",
1277
- "api": "anthropic-messages",
1278
- "baseUrl": "https://opencode.ai/zen",
1279
- "reasoning": true,
1280
- "input": [
1281
- "text",
1282
- "image"
1283
- ],
1284
- "cost": {
1285
- "input": 1,
1286
- "output": 5,
1287
- "cacheRead": 0.1,
1288
- "cacheWrite": 1.25
1289
- },
1290
- "contextWindow": 200000,
1291
- "maxTokens": 64000
1346
+ "contextWindow": 1000000,
1347
+ "maxTokens": 384000
1292
1348
  },
1293
1349
  {
1294
- "id": "gpt-5.1-codex-max",
1295
- "name": "GPT-5.1 Codex Max",
1350
+ "id": "gpt-5.4-pro",
1351
+ "name": "GPT-5.4 Pro",
1296
1352
  "api": "openai-responses",
1297
1353
  "baseUrl": "https://opencode.ai/zen/v1",
1298
1354
  "reasoning": true,
1299
1355
  "thinkingLevelMap": {
1300
1356
  "off": null,
1301
1357
  "minimal": null,
1302
- "low": "low",
1358
+ "low": null,
1303
1359
  "medium": "medium",
1304
1360
  "high": "high",
1305
1361
  "xhigh": "xhigh",
@@ -1310,19 +1366,19 @@
1310
1366
  "image"
1311
1367
  ],
1312
1368
  "cost": {
1313
- "input": 1.25,
1314
- "output": 10,
1315
- "cacheRead": 0.125,
1369
+ "input": 30,
1370
+ "output": 180,
1371
+ "cacheRead": 30,
1316
1372
  "cacheWrite": 0
1317
1373
  },
1318
- "contextWindow": 400000,
1374
+ "contextWindow": 1050000,
1319
1375
  "maxTokens": 128000
1320
1376
  },
1321
1377
  {
1322
- "id": "claude-opus-4-6",
1323
- "name": "Claude Opus 4.6",
1324
- "api": "anthropic-messages",
1325
- "baseUrl": "https://opencode.ai/zen",
1378
+ "id": "gemini-3.7-flash",
1379
+ "name": "Gemini 3.7 Flash",
1380
+ "api": "google-generative-ai",
1381
+ "baseUrl": "https://opencode.ai/zen/v1",
1326
1382
  "reasoning": true,
1327
1383
  "thinkingLevelMap": {
1328
1384
  "off": null,
@@ -1331,24 +1387,24 @@
1331
1387
  "medium": "medium",
1332
1388
  "high": "high",
1333
1389
  "xhigh": null,
1334
- "max": "max"
1390
+ "max": null
1335
1391
  },
1336
1392
  "input": [
1337
1393
  "text",
1338
1394
  "image"
1339
1395
  ],
1340
1396
  "cost": {
1341
- "input": 5,
1342
- "output": 25,
1343
- "cacheRead": 0.5,
1344
- "cacheWrite": 6.25
1397
+ "input": 1.5,
1398
+ "output": 7.5,
1399
+ "cacheRead": 0.15,
1400
+ "cacheWrite": 0
1345
1401
  },
1346
- "contextWindow": 1000000,
1347
- "maxTokens": 128000
1402
+ "contextWindow": 1048576,
1403
+ "maxTokens": 65536
1348
1404
  },
1349
1405
  {
1350
- "id": "gpt-5.1-codex",
1351
- "name": "GPT-5.1 Codex",
1406
+ "id": "gpt-5.6-terra",
1407
+ "name": "GPT-5.6 Terra",
1352
1408
  "api": "openai-responses",
1353
1409
  "baseUrl": "https://opencode.ai/zen/v1",
1354
1410
  "reasoning": true,
@@ -1358,27 +1414,27 @@
1358
1414
  "low": "low",
1359
1415
  "medium": "medium",
1360
1416
  "high": "high",
1361
- "xhigh": null,
1362
- "max": null
1417
+ "xhigh": "xhigh",
1418
+ "max": "max"
1363
1419
  },
1364
1420
  "input": [
1365
1421
  "text",
1366
1422
  "image"
1367
1423
  ],
1368
1424
  "cost": {
1369
- "input": 1.07,
1370
- "output": 8.5,
1371
- "cacheRead": 0.107,
1372
- "cacheWrite": 0
1425
+ "input": 2.5,
1426
+ "output": 15,
1427
+ "cacheRead": 0.25,
1428
+ "cacheWrite": 3.125
1373
1429
  },
1374
- "contextWindow": 400000,
1430
+ "contextWindow": 1050000,
1375
1431
  "maxTokens": 128000
1376
1432
  },
1377
1433
  {
1378
- "id": "claude-opus-5",
1379
- "name": "Claude Opus 5",
1380
- "api": "anthropic-messages",
1381
- "baseUrl": "https://opencode.ai/zen",
1434
+ "id": "gpt-5.2",
1435
+ "name": "GPT-5.2",
1436
+ "api": "openai-responses",
1437
+ "baseUrl": "https://opencode.ai/zen/v1",
1382
1438
  "reasoning": true,
1383
1439
  "thinkingLevelMap": {
1384
1440
  "off": null,
@@ -1387,49 +1443,58 @@
1387
1443
  "medium": "medium",
1388
1444
  "high": "high",
1389
1445
  "xhigh": "xhigh",
1390
- "max": "max"
1446
+ "max": null
1391
1447
  },
1392
1448
  "input": [
1393
1449
  "text",
1394
1450
  "image"
1395
1451
  ],
1396
1452
  "cost": {
1397
- "input": 5,
1398
- "output": 25,
1399
- "cacheRead": 0.5,
1400
- "cacheWrite": 6.25
1453
+ "input": 1.75,
1454
+ "output": 14,
1455
+ "cacheRead": 0.175,
1456
+ "cacheWrite": 0
1401
1457
  },
1402
- "contextWindow": 1000000,
1458
+ "contextWindow": 400000,
1403
1459
  "maxTokens": 128000
1404
1460
  },
1405
1461
  {
1406
- "id": "grok-build-0.1",
1407
- "name": "Grok Build 0.1",
1408
- "api": "openai-responses",
1462
+ "id": "gemini-3-flash",
1463
+ "name": "Gemini 3 Flash",
1464
+ "api": "google-generative-ai",
1409
1465
  "baseUrl": "https://opencode.ai/zen/v1",
1410
1466
  "reasoning": true,
1467
+ "thinkingLevelMap": {
1468
+ "off": null,
1469
+ "minimal": "minimal",
1470
+ "low": "low",
1471
+ "medium": "medium",
1472
+ "high": "high",
1473
+ "xhigh": null,
1474
+ "max": null
1475
+ },
1411
1476
  "input": [
1412
1477
  "text",
1413
1478
  "image"
1414
1479
  ],
1415
1480
  "cost": {
1416
- "input": 1,
1417
- "output": 2,
1418
- "cacheRead": 0.2,
1481
+ "input": 0.5,
1482
+ "output": 3,
1483
+ "cacheRead": 0.05,
1419
1484
  "cacheWrite": 0
1420
1485
  },
1421
- "contextWindow": 256000,
1422
- "maxTokens": 256000
1486
+ "contextWindow": 1048576,
1487
+ "maxTokens": 65536
1423
1488
  },
1424
1489
  {
1425
- "id": "gemini-3.7-flash",
1426
- "name": "Gemini 3.7 Flash",
1427
- "api": "google-generative-ai",
1490
+ "id": "gpt-5",
1491
+ "name": "GPT-5",
1492
+ "api": "openai-responses",
1428
1493
  "baseUrl": "https://opencode.ai/zen/v1",
1429
1494
  "reasoning": true,
1430
1495
  "thinkingLevelMap": {
1431
1496
  "off": null,
1432
- "minimal": null,
1497
+ "minimal": "minimal",
1433
1498
  "low": "low",
1434
1499
  "medium": "medium",
1435
1500
  "high": "high",
@@ -1441,19 +1506,38 @@
1441
1506
  "image"
1442
1507
  ],
1443
1508
  "cost": {
1444
- "input": 1.5,
1445
- "output": 7.5,
1446
- "cacheRead": 0.15,
1509
+ "input": 1.07,
1510
+ "output": 8.5,
1511
+ "cacheRead": 0.107,
1447
1512
  "cacheWrite": 0
1448
1513
  },
1449
- "contextWindow": 1048576,
1450
- "maxTokens": 65536
1514
+ "contextWindow": 400000,
1515
+ "maxTokens": 128000
1451
1516
  },
1452
1517
  {
1453
- "id": "gpt-5.4-nano",
1454
- "name": "GPT-5.4 Nano",
1455
- "api": "openai-responses",
1456
- "baseUrl": "https://opencode.ai/zen/v1",
1518
+ "id": "claude-sonnet-4",
1519
+ "name": "Claude Sonnet 4",
1520
+ "api": "anthropic-messages",
1521
+ "baseUrl": "https://opencode.ai/zen",
1522
+ "reasoning": true,
1523
+ "input": [
1524
+ "text",
1525
+ "image"
1526
+ ],
1527
+ "cost": {
1528
+ "input": 3,
1529
+ "output": 15,
1530
+ "cacheRead": 0.3,
1531
+ "cacheWrite": 3.75
1532
+ },
1533
+ "contextWindow": 1000000,
1534
+ "maxTokens": 64000
1535
+ },
1536
+ {
1537
+ "id": "claude-sonnet-5",
1538
+ "name": "Claude Sonnet 5",
1539
+ "api": "anthropic-messages",
1540
+ "baseUrl": "https://opencode.ai/zen",
1457
1541
  "reasoning": true,
1458
1542
  "thinkingLevelMap": {
1459
1543
  "off": null,
@@ -1462,43 +1546,43 @@
1462
1546
  "medium": "medium",
1463
1547
  "high": "high",
1464
1548
  "xhigh": "xhigh",
1465
- "max": null
1549
+ "max": "max"
1466
1550
  },
1467
1551
  "input": [
1468
1552
  "text",
1469
1553
  "image"
1470
1554
  ],
1471
1555
  "cost": {
1472
- "input": 0.2,
1473
- "output": 1.25,
1474
- "cacheRead": 0.02,
1475
- "cacheWrite": 0
1556
+ "input": 2,
1557
+ "output": 10,
1558
+ "cacheRead": 0.2,
1559
+ "cacheWrite": 2.5
1476
1560
  },
1477
- "contextWindow": 400000,
1561
+ "contextWindow": 1000000,
1478
1562
  "maxTokens": 128000
1479
1563
  },
1480
1564
  {
1481
- "id": "kimi-k2.6",
1482
- "name": "Kimi K2.6",
1483
- "api": "openai-completions",
1484
- "baseUrl": "https://opencode.ai/zen/v1",
1565
+ "id": "qwen3.5-plus",
1566
+ "name": "Qwen3.5 Plus",
1567
+ "api": "anthropic-messages",
1568
+ "baseUrl": "https://opencode.ai/zen",
1485
1569
  "reasoning": true,
1486
1570
  "input": [
1487
1571
  "text",
1488
1572
  "image"
1489
1573
  ],
1490
1574
  "cost": {
1491
- "input": 0.95,
1492
- "output": 4,
1493
- "cacheRead": 0.16,
1494
- "cacheWrite": 0
1575
+ "input": 0.2,
1576
+ "output": 1.2,
1577
+ "cacheRead": 0.02,
1578
+ "cacheWrite": 0.25
1495
1579
  },
1496
1580
  "contextWindow": 262144,
1497
1581
  "maxTokens": 65536
1498
1582
  },
1499
1583
  {
1500
- "id": "gpt-5.1",
1501
- "name": "GPT-5.1",
1584
+ "id": "gpt-5.5",
1585
+ "name": "GPT-5.5",
1502
1586
  "api": "openai-responses",
1503
1587
  "baseUrl": "https://opencode.ai/zen/v1",
1504
1588
  "reasoning": true,
@@ -1508,7 +1592,7 @@
1508
1592
  "low": "low",
1509
1593
  "medium": "medium",
1510
1594
  "high": "high",
1511
- "xhigh": null,
1595
+ "xhigh": "xhigh",
1512
1596
  "max": null
1513
1597
  },
1514
1598
  "input": [
@@ -1516,12 +1600,12 @@
1516
1600
  "image"
1517
1601
  ],
1518
1602
  "cost": {
1519
- "input": 1.07,
1520
- "output": 8.5,
1521
- "cacheRead": 0.107,
1603
+ "input": 5,
1604
+ "output": 30,
1605
+ "cacheRead": 0.5,
1522
1606
  "cacheWrite": 0
1523
1607
  },
1524
- "contextWindow": 400000,
1608
+ "contextWindow": 1050000,
1525
1609
  "maxTokens": 128000
1526
1610
  }
1527
1611
  ]