@monotykamary/pi-opencode-provider 1.0.9 → 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,1166 +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": "gemini-3.7-flash",
229
- "name": "Gemini 3.7 Flash",
230
- "api": "google-generative-ai",
231
- "baseUrl": "https://opencode.ai/zen/v1",
232
- "reasoning": true,
233
- "input": [
234
- "text",
235
- "image"
236
- ],
237
- "cost": {
238
- "input": 1.5,
239
- "output": 7.5,
240
- "cacheRead": 0.15,
241
- "cacheWrite": 0
242
- },
243
- "contextWindow": 1048576,
244
- "maxTokens": 65536
245
- },
246
- {
247
- "id": "claude-opus-4-6",
248
- "name": "Claude Opus 4.6",
249
- "api": "anthropic-messages",
250
- "baseUrl": "https://opencode.ai/zen",
251
- "reasoning": true,
252
- "input": [
253
- "text",
254
- "image"
255
- ],
256
- "cost": {
257
- "input": 5,
258
- "output": 25,
259
- "cacheRead": 0.5,
260
- "cacheWrite": 6.25
261
- },
262
- "contextWindow": 1000000,
263
- "maxTokens": 128000
264
- },
265
- {
266
- "id": "claude-fable-5",
267
- "name": "Claude Fable 5",
268
- "api": "anthropic-messages",
269
- "baseUrl": "https://opencode.ai/zen",
270
- "reasoning": true,
271
- "input": [
272
- "text",
273
- "image"
274
- ],
275
- "cost": {
276
- "input": 10,
277
- "output": 50,
278
- "cacheRead": 1,
279
- "cacheWrite": 12.5
280
- },
281
- "contextWindow": 1000000,
282
- "maxTokens": 128000
283
- },
284
- {
285
- "id": "gemini-3.1-pro",
286
- "name": "Gemini 3.1 Pro Preview",
287
- "api": "google-generative-ai",
288
- "baseUrl": "https://opencode.ai/zen/v1",
289
- "reasoning": true,
290
- "input": [
291
- "text",
292
- "image"
293
- ],
294
- "cost": {
295
- "input": 2,
296
- "output": 12,
297
- "cacheRead": 0.2,
298
- "cacheWrite": 0
299
- },
300
- "contextWindow": 1048576,
301
- "maxTokens": 65536
302
- },
303
- {
304
- "id": "deepseek-v4-flash",
305
- "name": "DeepSeek V4 Flash",
306
- "api": "openai-completions",
307
- "baseUrl": "https://opencode.ai/zen/v1",
308
- "reasoning": true,
309
- "input": [
310
- "text"
311
- ],
312
- "cost": {
313
- "input": 0.14,
314
- "output": 0.28,
315
- "cacheRead": 0.028,
316
- "cacheWrite": 0
317
- },
318
- "contextWindow": 1000000,
319
- "maxTokens": 384000
320
- },
321
- {
322
- "id": "kimi-k2.5",
323
- "name": "Kimi K2.5",
324
- "api": "openai-completions",
325
- "baseUrl": "https://opencode.ai/zen/v1",
326
- "reasoning": true,
327
- "input": [
328
- "text",
329
- "image"
330
- ],
331
- "cost": {
332
- "input": 0.6,
333
- "output": 3,
334
- "cacheRead": 0.08,
335
- "cacheWrite": 0
336
- },
337
- "contextWindow": 262144,
338
- "maxTokens": 65536
339
- },
340
- {
341
- "id": "minimax-m2.7",
342
- "name": "MiniMax-M2.7",
343
- "api": "openai-completions",
344
- "baseUrl": "https://opencode.ai/zen/v1",
345
- "reasoning": true,
346
- "input": [
347
- "text"
348
- ],
349
- "cost": {
350
- "input": 0.3,
351
- "output": 1.2,
352
- "cacheRead": 0.06,
353
- "cacheWrite": 0
354
- },
355
- "contextWindow": 204800,
356
- "maxTokens": 131072
357
- },
358
- {
359
- "id": "claude-opus-4-8",
360
- "name": "Claude Opus 4.8",
361
- "api": "anthropic-messages",
362
- "baseUrl": "https://opencode.ai/zen",
363
- "reasoning": true,
364
- "input": [
365
- "text",
366
- "image"
367
- ],
368
- "cost": {
369
- "input": 5,
370
- "output": 25,
371
- "cacheRead": 0.5,
372
- "cacheWrite": 6.25
373
- },
374
- "contextWindow": 1000000,
375
- "maxTokens": 128000
376
- },
377
- {
378
- "id": "glm-5.2",
379
- "name": "GLM-5.2",
380
- "api": "openai-completions",
381
- "baseUrl": "https://opencode.ai/zen/v1",
382
- "reasoning": true,
383
- "input": [
384
- "text"
385
- ],
386
- "cost": {
387
- "input": 1.4,
388
- "output": 4.4,
389
- "cacheRead": 0.26,
390
- "cacheWrite": 0
391
- },
392
- "contextWindow": 1000000,
393
- "maxTokens": 131072
394
- },
395
- {
396
- "id": "laguna-s-2.1-free",
397
- "name": "Laguna S 2.1 Free",
398
- "api": "openai-completions",
399
- "baseUrl": "https://opencode.ai/zen/v1",
400
- "reasoning": true,
401
- "input": [
402
- "text"
403
- ],
404
- "cost": {
405
- "input": 0,
406
- "output": 0,
407
- "cacheRead": 0,
408
- "cacheWrite": 0
409
- },
410
- "contextWindow": 256000,
411
- "maxTokens": 32000
412
- },
413
- {
414
- "id": "deepseek-v4-flash-free",
415
- "name": "DeepSeek V4 Flash Free",
416
- "api": "openai-completions",
417
- "baseUrl": "https://opencode.ai/zen/v1",
418
- "reasoning": true,
419
- "input": [
420
- "text"
421
- ],
422
- "cost": {
423
- "input": 0,
424
- "output": 0,
425
- "cacheRead": 0,
426
- "cacheWrite": 0
427
- },
428
- "contextWindow": 200000,
429
- "maxTokens": 128000
430
- },
431
- {
432
- "id": "gemini-3-flash",
433
- "name": "Gemini 3 Flash",
434
- "api": "google-generative-ai",
435
- "baseUrl": "https://opencode.ai/zen/v1",
436
- "reasoning": true,
437
- "input": [
438
- "text",
439
- "image"
440
- ],
441
- "cost": {
442
- "input": 0.5,
443
- "output": 3,
444
- "cacheRead": 0.05,
445
- "cacheWrite": 0
446
- },
447
- "contextWindow": 1048576,
448
- "maxTokens": 65536
449
- },
450
- {
451
- "id": "kimi-k2.6",
452
- "name": "Kimi K2.6",
453
- "api": "openai-completions",
454
- "baseUrl": "https://opencode.ai/zen/v1",
455
- "reasoning": true,
456
- "input": [
457
- "text",
458
- "image"
459
- ],
460
- "cost": {
461
- "input": 0.95,
462
- "output": 4,
463
- "cacheRead": 0.16,
464
- "cacheWrite": 0
465
- },
466
- "contextWindow": 262144,
467
- "maxTokens": 65536
468
- },
469
- {
470
- "id": "gpt-5.5",
471
- "name": "GPT-5.5",
472
- "api": "openai-responses",
473
- "baseUrl": "https://opencode.ai/zen/v1",
474
- "reasoning": true,
475
- "input": [
476
- "text",
477
- "image"
478
- ],
479
- "cost": {
480
- "input": 5,
481
- "output": 30,
482
- "cacheRead": 0.5,
483
- "cacheWrite": 0
484
- },
485
- "contextWindow": 1050000,
486
- "maxTokens": 128000
487
- },
488
- {
489
- "id": "minimax-m3",
490
- "name": "MiniMax-M3",
491
- "api": "openai-completions",
492
- "baseUrl": "https://opencode.ai/zen/v1",
493
- "reasoning": true,
494
- "input": [
495
- "text",
496
- "image"
497
- ],
498
- "cost": {
499
- "input": 0.3,
500
- "output": 1.2,
501
- "cacheRead": 0.06,
502
- "cacheWrite": 0
503
- },
504
- "contextWindow": 512000,
505
- "maxTokens": 128000
506
- },
507
- {
508
- "id": "gpt-5",
509
- "name": "GPT-5",
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": "gpt-5-codex",
528
- "name": "GPT-5 Codex",
529
- "api": "openai-responses",
530
- "baseUrl": "https://opencode.ai/zen/v1",
531
- "reasoning": true,
532
- "input": [
533
- "text",
534
- "image"
535
- ],
536
- "cost": {
537
- "input": 1.07,
538
- "output": 8.5,
539
- "cacheRead": 0.107,
540
- "cacheWrite": 0
541
- },
542
- "contextWindow": 400000,
543
- "maxTokens": 128000
544
- },
545
- {
546
- "id": "claude-sonnet-4-5",
547
- "name": "Claude Sonnet 4.5",
548
- "api": "anthropic-messages",
549
- "baseUrl": "https://opencode.ai/zen",
550
- "reasoning": true,
551
- "input": [
552
- "text",
553
- "image"
554
- ],
555
- "cost": {
556
- "input": 3,
557
- "output": 15,
558
- "cacheRead": 0.3,
559
- "cacheWrite": 3.75
560
- },
561
- "contextWindow": 1000000,
562
- "maxTokens": 64000
563
- },
564
- {
565
- "id": "deepseek-v4-pro",
566
- "name": "DeepSeek V4 Pro",
567
- "api": "openai-completions",
568
- "baseUrl": "https://opencode.ai/zen/v1",
569
- "reasoning": true,
570
- "input": [
571
- "text"
572
- ],
573
- "cost": {
574
- "input": 1.74,
575
- "output": 3.84,
576
- "cacheRead": 0.145,
577
- "cacheWrite": 0
578
- },
579
- "contextWindow": 1000000,
580
- "maxTokens": 384000
581
- },
582
- {
583
- "id": "gpt-5.4",
584
- "name": "GPT-5.4",
585
- "api": "openai-responses",
586
- "baseUrl": "https://opencode.ai/zen/v1",
587
- "reasoning": true,
588
- "input": [
589
- "text",
590
- "image"
591
- ],
592
- "cost": {
593
- "input": 2.5,
594
- "output": 15,
595
- "cacheRead": 0.25,
596
- "cacheWrite": 0
597
- },
598
- "contextWindow": 1050000,
599
- "maxTokens": 128000
600
- },
601
- {
602
- "id": "gpt-5.2-codex",
603
- "name": "GPT-5.2 Codex",
604
- "api": "openai-responses",
605
- "baseUrl": "https://opencode.ai/zen/v1",
606
- "reasoning": true,
607
- "input": [
608
- "text",
609
- "image"
610
- ],
611
- "cost": {
612
- "input": 1.75,
613
- "output": 14,
614
- "cacheRead": 0.175,
615
- "cacheWrite": 0
616
- },
617
- "contextWindow": 400000,
618
- "maxTokens": 128000
619
- },
620
- {
621
- "id": "gpt-5.4-nano",
622
- "name": "GPT-5.4 Nano",
623
- "api": "openai-responses",
624
- "baseUrl": "https://opencode.ai/zen/v1",
625
- "reasoning": true,
626
- "input": [
627
- "text",
628
- "image"
629
- ],
630
- "cost": {
631
- "input": 0.2,
632
- "output": 1.25,
633
- "cacheRead": 0.02,
634
- "cacheWrite": 0
635
- },
636
- "contextWindow": 400000,
637
- "maxTokens": 128000
638
- },
639
- {
640
- "id": "gemini-3.6-flash",
641
- "name": "Gemini 3.6 Flash",
642
- "api": "google-generative-ai",
643
- "baseUrl": "https://opencode.ai/zen/v1",
644
- "reasoning": true,
645
- "input": [
646
- "text",
647
- "image"
648
- ],
649
- "cost": {
650
- "input": 1.5,
651
- "output": 7.5,
652
- "cacheRead": 0.15,
653
- "cacheWrite": 0
654
- },
655
- "contextWindow": 1048576,
656
- "maxTokens": 65536
657
- },
658
- {
659
- "id": "hy3-free",
660
- "name": "Hy3 Free",
661
- "api": "openai-completions",
662
- "baseUrl": "https://opencode.ai/zen/v1",
663
- "reasoning": true,
664
- "input": [
665
- "text"
666
- ],
667
- "cost": {
668
- "input": 0,
669
- "output": 0,
670
- "cacheRead": 0,
671
- "cacheWrite": 0
672
- },
673
- "contextWindow": 190000,
674
- "maxTokens": 64000
675
- },
676
- {
677
- "id": "muse-spark-1.2",
678
- "name": "Muse Spark 1.2",
679
- "api": "openai-responses",
680
- "baseUrl": "https://opencode.ai/zen/v1",
681
- "reasoning": true,
682
- "input": [
683
- "text",
684
- "image"
685
- ],
686
- "cost": {
687
- "input": 1.25,
688
- "output": 4.25,
689
- "cacheRead": 0.15,
690
- "cacheWrite": 0
691
- },
692
- "contextWindow": 1048576,
693
- "maxTokens": 131072
694
- },
695
- {
696
- "id": "claude-sonnet-4",
697
- "name": "Claude Sonnet 4",
698
- "api": "anthropic-messages",
699
- "baseUrl": "https://opencode.ai/zen",
700
- "reasoning": true,
701
- "input": [
702
- "text",
703
- "image"
704
- ],
705
- "cost": {
706
- "input": 3,
707
- "output": 15,
708
- "cacheRead": 0.3,
709
- "cacheWrite": 3.75
710
- },
711
- "contextWindow": 1000000,
712
- "maxTokens": 64000
713
- },
714
- {
715
- "id": "gpt-5.4-mini",
716
- "name": "GPT-5.4 Mini",
717
- "api": "openai-responses",
718
- "baseUrl": "https://opencode.ai/zen/v1",
719
- "reasoning": true,
720
- "input": [
721
- "text",
722
- "image"
723
- ],
724
- "cost": {
725
- "input": 0.75,
726
- "output": 4.5,
727
- "cacheRead": 0.075,
728
- "cacheWrite": 0
729
- },
730
- "contextWindow": 400000,
731
- "maxTokens": 128000
732
- },
733
- {
734
- "id": "minimax-m2.5",
735
- "name": "MiniMax-M2.5",
736
- "api": "openai-completions",
737
- "baseUrl": "https://opencode.ai/zen/v1",
738
- "reasoning": true,
739
- "input": [
740
- "text"
741
- ],
742
- "cost": {
743
- "input": 0.3,
744
- "output": 1.2,
745
- "cacheRead": 0.06,
746
- "cacheWrite": 0
747
- },
748
- "contextWindow": 204800,
749
- "maxTokens": 131072
750
- },
751
- {
752
- "id": "gpt-5.6-luna",
753
- "name": "GPT-5.6 Luna",
754
- "api": "openai-responses",
755
- "baseUrl": "https://opencode.ai/zen/v1",
756
- "reasoning": true,
757
- "input": [
758
- "text",
759
- "image"
760
- ],
761
- "cost": {
762
- "input": 0.2,
763
- "output": 1.2,
764
- "cacheRead": 0.02,
765
- "cacheWrite": 0.25
766
- },
767
- "contextWindow": 1050000,
768
- "maxTokens": 128000
769
- },
770
- {
771
- "id": "mimo-v2.5-free",
772
- "name": "MiMo V2.5 Free",
773
- "api": "openai-completions",
774
- "baseUrl": "https://opencode.ai/zen/v1",
775
- "reasoning": true,
776
- "input": [
777
- "text",
778
- "image"
779
- ],
780
- "cost": {
781
- "input": 0,
782
- "output": 0,
783
- "cacheRead": 0,
784
- "cacheWrite": 0
785
- },
786
- "contextWindow": 200000,
787
- "maxTokens": 32000
788
- },
789
- {
790
- "id": "gpt-5.2",
791
- "name": "GPT-5.2",
792
- "api": "openai-responses",
793
- "baseUrl": "https://opencode.ai/zen/v1",
794
- "reasoning": true,
795
- "input": [
796
- "text",
797
- "image"
798
- ],
799
- "cost": {
800
- "input": 1.75,
801
- "output": 14,
802
- "cacheRead": 0.175,
803
- "cacheWrite": 0
804
- },
805
- "contextWindow": 400000,
806
- "maxTokens": 128000
807
- },
808
- {
809
- "id": "gpt-5.3-codex",
810
- "name": "GPT-5.3 Codex",
811
- "api": "openai-responses",
812
- "baseUrl": "https://opencode.ai/zen/v1",
813
- "reasoning": true,
814
- "input": [
815
- "text",
816
- "image"
817
- ],
818
- "cost": {
819
- "input": 1.75,
820
- "output": 14,
821
- "cacheRead": 0.175,
822
- "cacheWrite": 0
823
- },
824
- "contextWindow": 400000,
825
- "maxTokens": 128000
826
- },
827
- {
828
- "id": "grok-4.5",
829
- "name": "Grok 4.5",
830
- "api": "openai-responses",
831
- "baseUrl": "https://opencode.ai/zen/v1",
832
- "reasoning": true,
833
- "input": [
834
- "text",
835
- "image"
836
- ],
837
- "cost": {
838
- "input": 2,
839
- "output": 6,
840
- "cacheRead": 0.5,
841
- "cacheWrite": 0
842
- },
843
- "contextWindow": 500000,
844
- "maxTokens": 500000
845
- },
846
- {
847
- "id": "kimi-k2.7-code",
848
- "name": "Kimi K2.7 Code",
849
- "api": "openai-completions",
850
- "baseUrl": "https://opencode.ai/zen/v1",
851
- "reasoning": true,
852
- "input": [
853
- "text",
854
- "image"
855
- ],
856
- "cost": {
857
- "input": 0.95,
858
- "output": 4,
859
- "cacheRead": 0.19,
860
- "cacheWrite": 0
861
- },
862
- "contextWindow": 262144,
863
- "maxTokens": 262144
864
- },
865
- {
866
- "id": "grok-4.6",
867
- "name": "Grok 4.6",
868
- "api": "openai-responses",
869
- "baseUrl": "https://opencode.ai/zen/v1",
870
- "reasoning": true,
871
- "input": [
872
- "text",
873
- "image"
874
- ],
875
- "cost": {
876
- "input": 2,
877
- "output": 6,
878
- "cacheRead": 0.5,
879
- "cacheWrite": 0
880
- },
881
- "contextWindow": 500000,
882
- "maxTokens": 500000
883
- },
884
- {
885
- "id": "gpt-5.1",
886
- "name": "GPT-5.1",
887
- "api": "openai-responses",
888
- "baseUrl": "https://opencode.ai/zen/v1",
889
- "reasoning": true,
890
- "input": [
891
- "text",
892
- "image"
893
- ],
894
- "cost": {
895
- "input": 1.07,
896
- "output": 8.5,
897
- "cacheRead": 0.107,
898
- "cacheWrite": 0
899
- },
900
- "contextWindow": 400000,
901
- "maxTokens": 128000
902
- },
903
- {
904
- "id": "big-pickle",
905
- "name": "Big Pickle",
906
- "api": "openai-completions",
907
- "baseUrl": "https://opencode.ai/zen/v1",
908
- "reasoning": true,
909
- "input": [
910
- "text"
911
- ],
912
- "cost": {
913
- "input": 0,
914
- "output": 0,
915
- "cacheRead": 0,
916
- "cacheWrite": 0
917
- },
918
- "contextWindow": 200000,
919
- "maxTokens": 32000
920
- },
921
- {
922
- "id": "grok-build-0.1",
923
- "name": "Grok Build 0.1",
924
- "api": "openai-responses",
925
- "baseUrl": "https://opencode.ai/zen/v1",
926
- "reasoning": true,
927
- "input": [
928
- "text",
929
- "image"
930
- ],
931
- "cost": {
932
- "input": 1,
933
- "output": 2,
934
- "cacheRead": 0.2,
935
- "cacheWrite": 0
936
- },
937
- "contextWindow": 256000,
938
- "maxTokens": 256000
939
- },
940
- {
941
- "id": "kimi-k3",
942
- "name": "Kimi K3",
943
- "api": "openai-completions",
944
- "baseUrl": "https://opencode.ai/zen/v1",
945
- "reasoning": true,
946
- "input": [
947
- "text",
948
- "image"
949
- ],
950
- "cost": {
951
- "input": 3,
952
- "output": 15,
953
- "cacheRead": 0.3,
954
- "cacheWrite": 0
955
- },
956
- "contextWindow": 1048576,
957
- "maxTokens": 131072
958
- },
959
- {
960
- "id": "gpt-5.1-codex",
961
- "name": "GPT-5.1 Codex",
962
- "api": "openai-responses",
963
- "baseUrl": "https://opencode.ai/zen/v1",
964
- "reasoning": true,
965
- "input": [
966
- "text",
967
- "image"
968
- ],
969
- "cost": {
970
- "input": 1.07,
971
- "output": 8.5,
972
- "cacheRead": 0.107,
973
- "cacheWrite": 0
974
- },
975
- "contextWindow": 400000,
976
- "maxTokens": 128000
977
- },
978
- {
979
- "id": "gpt-5-nano",
980
- "name": "GPT-5 Nano",
981
- "api": "openai-responses",
982
- "baseUrl": "https://opencode.ai/zen/v1",
983
- "reasoning": true,
984
- "input": [
985
- "text",
986
- "image"
987
- ],
988
- "cost": {
989
- "input": 0.05,
990
- "output": 0.4,
991
- "cacheRead": 0.005,
992
- "cacheWrite": 0
993
- },
994
- "contextWindow": 400000,
995
- "maxTokens": 128000
996
- },
997
- {
998
- "id": "claude-opus-4-7",
999
- "name": "Claude Opus 4.7",
1000
- "api": "anthropic-messages",
1001
- "baseUrl": "https://opencode.ai/zen",
1002
- "reasoning": true,
1003
- "input": [
1004
- "text",
1005
- "image"
1006
- ],
1007
- "cost": {
1008
- "input": 5,
1009
- "output": 25,
1010
- "cacheRead": 0.5,
1011
- "cacheWrite": 6.25
1012
- },
1013
- "contextWindow": 1000000,
1014
- "maxTokens": 128000
1015
- },
1016
- {
1017
- "id": "gpt-5.6-terra",
1018
- "name": "GPT-5.6 Terra",
1019
- "api": "openai-responses",
1020
- "baseUrl": "https://opencode.ai/zen/v1",
1021
- "reasoning": true,
1022
- "input": [
1023
- "text",
1024
- "image"
1025
- ],
1026
- "cost": {
1027
- "input": 2.5,
1028
- "output": 15,
1029
- "cacheRead": 0.25,
1030
- "cacheWrite": 3.125
1031
- },
1032
- "contextWindow": 1050000,
1033
- "maxTokens": 128000
1034
- },
1035
- {
1036
- "id": "claude-opus-4-5",
1037
- "name": "Claude Opus 4.5",
1038
- "api": "anthropic-messages",
1039
- "baseUrl": "https://opencode.ai/zen",
1040
- "reasoning": true,
1041
- "input": [
1042
- "text",
1043
- "image"
1044
- ],
1045
- "cost": {
1046
- "input": 5,
1047
- "output": 25,
1048
- "cacheRead": 0.5,
1049
- "cacheWrite": 6.25
1050
- },
1051
- "contextWindow": 200000,
1052
- "maxTokens": 64000
1053
- },
1054
- {
1055
- "id": "claude-sonnet-5",
1056
- "name": "Claude Sonnet 5",
1057
- "api": "anthropic-messages",
1058
- "baseUrl": "https://opencode.ai/zen",
1059
- "reasoning": true,
1060
- "input": [
1061
- "text",
1062
- "image"
1063
- ],
1064
- "cost": {
1065
- "input": 2,
1066
- "output": 10,
1067
- "cacheRead": 0.2,
1068
- "cacheWrite": 2.5
1069
- },
1070
- "contextWindow": 1000000,
1071
- "maxTokens": 128000
1072
- },
1073
- {
1074
- "id": "nemotron-3.5-lightning-free",
1075
- "name": "Nemotron 3.5 Lightning Free",
1076
- "api": "openai-completions",
1077
- "baseUrl": "https://opencode.ai/zen/v1",
1078
- "reasoning": true,
1079
- "input": [
1080
- "text"
1081
- ],
1082
- "cost": {
1083
- "input": 0,
1084
- "output": 0,
1085
- "cacheRead": 0,
1086
- "cacheWrite": 0
1087
- },
1088
- "contextWindow": 262144,
1089
- "maxTokens": 262144
1090
- },
1091
- {
1092
- "id": "nemotron-3-ultra-free",
1093
- "name": "Nemotron 3 Ultra Free",
1094
- "api": "openai-completions",
1095
- "baseUrl": "https://opencode.ai/zen/v1",
1096
- "reasoning": true,
1097
- "input": [
1098
- "text"
1099
- ],
1100
- "cost": {
1101
- "input": 0,
1102
- "output": 0,
1103
- "cacheRead": 0,
1104
- "cacheWrite": 0
1105
- },
1106
- "contextWindow": 1000000,
1107
- "maxTokens": 128000
1108
- },
1109
- {
1110
- "id": "claude-opus-5",
1111
- "name": "Claude Opus 5",
1112
- "api": "anthropic-messages",
1113
- "baseUrl": "https://opencode.ai/zen",
1114
- "reasoning": true,
1115
- "input": [
1116
- "text",
1117
- "image"
1118
- ],
1119
- "cost": {
1120
- "input": 5,
1121
- "output": 25,
1122
- "cacheRead": 0.5,
1123
- "cacheWrite": 6.25
1124
- },
1125
- "contextWindow": 1000000,
1126
- "maxTokens": 128000
1127
- },
1128
- {
1129
- "id": "gpt-5.1-codex-max",
1130
- "name": "GPT-5.1 Codex Max",
1131
- "api": "openai-responses",
1132
- "baseUrl": "https://opencode.ai/zen/v1",
1133
- "reasoning": true,
1134
- "input": [
1135
- "text",
1136
- "image"
1137
- ],
1138
- "cost": {
1139
- "input": 1.25,
1140
- "output": 10,
1141
- "cacheRead": 0.125,
1142
- "cacheWrite": 0
1143
- },
1144
- "contextWindow": 400000,
1145
- "maxTokens": 128000
1146
- },
1147
- {
1148
- "id": "qwen3.6-plus",
1149
- "name": "Qwen3.6 Plus",
1150
- "api": "anthropic-messages",
1151
- "baseUrl": "https://opencode.ai/zen",
1152
- "reasoning": true,
1153
- "input": [
1154
- "text",
1155
- "image"
1156
- ],
1157
- "cost": {
1158
- "input": 0.5,
1159
- "output": 3,
1160
- "cacheRead": 0.05,
1161
- "cacheWrite": 0.625
1162
- },
1163
- "contextWindow": 262144,
1164
- "maxTokens": 65536
1165
- }
1166
- ]