@monotykamary/pi-opencode-provider 1.0.8 → 1.0.10

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