@genflowai/opencode-autosetup 2.0.0 → 3.0.0

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.
@@ -0,0 +1,1053 @@
1
+ {
2
+ "gpt-5.5": {
3
+ "limit": {
4
+ "context": 192000,
5
+ "input": 192000,
6
+ "output": 16000
7
+ },
8
+ "modalities": {
9
+ "input": [
10
+ "text",
11
+ "image"
12
+ ],
13
+ "output": [
14
+ "text"
15
+ ]
16
+ }
17
+ },
18
+ "gpt-5.5-codex-xhigh": {
19
+ "limit": {
20
+ "context": 192000,
21
+ "input": 192000,
22
+ "output": 16000
23
+ },
24
+ "modalities": {
25
+ "input": [
26
+ "text",
27
+ "image"
28
+ ],
29
+ "output": [
30
+ "text"
31
+ ]
32
+ }
33
+ },
34
+ "gpt-5.5-review": {
35
+ "limit": {
36
+ "context": 192000,
37
+ "input": 192000,
38
+ "output": 16000
39
+ },
40
+ "modalities": {
41
+ "input": [
42
+ "text",
43
+ "image"
44
+ ],
45
+ "output": [
46
+ "text"
47
+ ]
48
+ }
49
+ },
50
+ "gpt-5.4": {
51
+ "limit": {
52
+ "context": 192000,
53
+ "input": 192000,
54
+ "output": 16000
55
+ },
56
+ "modalities": {
57
+ "input": [
58
+ "text",
59
+ "image"
60
+ ],
61
+ "output": [
62
+ "text"
63
+ ]
64
+ }
65
+ },
66
+ "gpt-5.4-review": {
67
+ "limit": {
68
+ "context": 192000,
69
+ "input": 192000,
70
+ "output": 16000
71
+ },
72
+ "modalities": {
73
+ "input": [
74
+ "text",
75
+ "image"
76
+ ],
77
+ "output": [
78
+ "text"
79
+ ]
80
+ }
81
+ },
82
+ "gpt-5.3-codex": {
83
+ "limit": {
84
+ "context": 192000,
85
+ "input": 192000,
86
+ "output": 16000
87
+ },
88
+ "modalities": {
89
+ "input": [
90
+ "text",
91
+ "image"
92
+ ],
93
+ "output": [
94
+ "text"
95
+ ]
96
+ }
97
+ },
98
+ "gpt-5.3-codex-high": {
99
+ "limit": {
100
+ "context": 192000,
101
+ "input": 192000,
102
+ "output": 16000
103
+ },
104
+ "modalities": {
105
+ "input": [
106
+ "text",
107
+ "image"
108
+ ],
109
+ "output": [
110
+ "text"
111
+ ]
112
+ }
113
+ },
114
+ "gpt-5.3-codex-high-review": {
115
+ "limit": {
116
+ "context": 192000,
117
+ "input": 192000,
118
+ "output": 16000
119
+ },
120
+ "modalities": {
121
+ "input": [
122
+ "text",
123
+ "image"
124
+ ],
125
+ "output": [
126
+ "text"
127
+ ]
128
+ }
129
+ },
130
+ "gpt-5.3-codex-low": {
131
+ "limit": {
132
+ "context": 192000,
133
+ "input": 192000,
134
+ "output": 16000
135
+ },
136
+ "modalities": {
137
+ "input": [
138
+ "text",
139
+ "image"
140
+ ],
141
+ "output": [
142
+ "text"
143
+ ]
144
+ }
145
+ },
146
+ "gpt-5.3-codex-low-review": {
147
+ "limit": {
148
+ "context": 192000,
149
+ "input": 192000,
150
+ "output": 16000
151
+ },
152
+ "modalities": {
153
+ "input": [
154
+ "text",
155
+ "image"
156
+ ],
157
+ "output": [
158
+ "text"
159
+ ]
160
+ }
161
+ },
162
+ "gpt-5.3-codex-none": {
163
+ "limit": {
164
+ "context": 192000,
165
+ "input": 192000,
166
+ "output": 16000
167
+ },
168
+ "modalities": {
169
+ "input": [
170
+ "text",
171
+ "image"
172
+ ],
173
+ "output": [
174
+ "text"
175
+ ]
176
+ }
177
+ },
178
+ "gpt-5.3-codex-none-review": {
179
+ "limit": {
180
+ "context": 192000,
181
+ "input": 192000,
182
+ "output": 16000
183
+ },
184
+ "modalities": {
185
+ "input": [
186
+ "text",
187
+ "image"
188
+ ],
189
+ "output": [
190
+ "text"
191
+ ]
192
+ }
193
+ },
194
+ "gpt-5.3-codex-review": {
195
+ "limit": {
196
+ "context": 192000,
197
+ "input": 192000,
198
+ "output": 16000
199
+ },
200
+ "modalities": {
201
+ "input": [
202
+ "text",
203
+ "image"
204
+ ],
205
+ "output": [
206
+ "text"
207
+ ]
208
+ }
209
+ },
210
+ "gpt-5.3-codex-spark": {
211
+ "limit": {
212
+ "context": 192000,
213
+ "input": 192000,
214
+ "output": 16000
215
+ },
216
+ "modalities": {
217
+ "input": [
218
+ "text",
219
+ "image"
220
+ ],
221
+ "output": [
222
+ "text"
223
+ ]
224
+ }
225
+ },
226
+ "gpt-5.3-codex-spark-review": {
227
+ "limit": {
228
+ "context": 192000,
229
+ "input": 192000,
230
+ "output": 16000
231
+ },
232
+ "modalities": {
233
+ "input": [
234
+ "text",
235
+ "image"
236
+ ],
237
+ "output": [
238
+ "text"
239
+ ]
240
+ }
241
+ },
242
+ "gpt-5.3-codex-xhigh": {
243
+ "limit": {
244
+ "context": 192000,
245
+ "input": 192000,
246
+ "output": 16000
247
+ },
248
+ "modalities": {
249
+ "input": [
250
+ "text",
251
+ "image"
252
+ ],
253
+ "output": [
254
+ "text"
255
+ ]
256
+ }
257
+ },
258
+ "gpt-5.3-codex-xhigh-review": {
259
+ "limit": {
260
+ "context": 192000,
261
+ "input": 192000,
262
+ "output": 16000
263
+ },
264
+ "modalities": {
265
+ "input": [
266
+ "text",
267
+ "image"
268
+ ],
269
+ "output": [
270
+ "text"
271
+ ]
272
+ }
273
+ },
274
+ "gpt-5.2": {
275
+ "limit": {
276
+ "context": 192000,
277
+ "input": 192000,
278
+ "output": 16000
279
+ },
280
+ "modalities": {
281
+ "input": [
282
+ "text",
283
+ "image"
284
+ ],
285
+ "output": [
286
+ "text"
287
+ ]
288
+ }
289
+ },
290
+ "gpt-5.2-codex": {
291
+ "limit": {
292
+ "context": 192000,
293
+ "input": 192000,
294
+ "output": 16000
295
+ },
296
+ "modalities": {
297
+ "input": [
298
+ "text",
299
+ "image"
300
+ ],
301
+ "output": [
302
+ "text"
303
+ ]
304
+ }
305
+ },
306
+ "gpt-5.2-codex-review": {
307
+ "limit": {
308
+ "context": 192000,
309
+ "input": 192000,
310
+ "output": 16000
311
+ },
312
+ "modalities": {
313
+ "input": [
314
+ "text",
315
+ "image"
316
+ ],
317
+ "output": [
318
+ "text"
319
+ ]
320
+ }
321
+ },
322
+ "gpt-5.2-review": {
323
+ "limit": {
324
+ "context": 192000,
325
+ "input": 192000,
326
+ "output": 16000
327
+ },
328
+ "modalities": {
329
+ "input": [
330
+ "text",
331
+ "image"
332
+ ],
333
+ "output": [
334
+ "text"
335
+ ]
336
+ }
337
+ },
338
+ "gpt-5.1": {
339
+ "limit": {
340
+ "context": 192000,
341
+ "input": 192000,
342
+ "output": 16000
343
+ },
344
+ "modalities": {
345
+ "input": [
346
+ "text",
347
+ "image"
348
+ ],
349
+ "output": [
350
+ "text"
351
+ ]
352
+ }
353
+ },
354
+ "gpt-5.1-codex": {
355
+ "limit": {
356
+ "context": 192000,
357
+ "input": 192000,
358
+ "output": 16000
359
+ },
360
+ "modalities": {
361
+ "input": [
362
+ "text",
363
+ "image"
364
+ ],
365
+ "output": [
366
+ "text"
367
+ ]
368
+ }
369
+ },
370
+ "gpt-5.1-codex-max": {
371
+ "limit": {
372
+ "context": 192000,
373
+ "input": 192000,
374
+ "output": 16000
375
+ },
376
+ "modalities": {
377
+ "input": [
378
+ "text",
379
+ "image"
380
+ ],
381
+ "output": [
382
+ "text"
383
+ ]
384
+ }
385
+ },
386
+ "gpt-5.1-codex-max-review": {
387
+ "limit": {
388
+ "context": 192000,
389
+ "input": 192000,
390
+ "output": 16000
391
+ },
392
+ "modalities": {
393
+ "input": [
394
+ "text",
395
+ "image"
396
+ ],
397
+ "output": [
398
+ "text"
399
+ ]
400
+ }
401
+ },
402
+ "gpt-5.1-codex-mini": {
403
+ "limit": {
404
+ "context": 192000,
405
+ "input": 192000,
406
+ "output": 16000
407
+ },
408
+ "modalities": {
409
+ "input": [
410
+ "text",
411
+ "image"
412
+ ],
413
+ "output": [
414
+ "text"
415
+ ]
416
+ }
417
+ },
418
+ "gpt-5.1-codex-mini-high": {
419
+ "limit": {
420
+ "context": 192000,
421
+ "input": 192000,
422
+ "output": 16000
423
+ },
424
+ "modalities": {
425
+ "input": [
426
+ "text",
427
+ "image"
428
+ ],
429
+ "output": [
430
+ "text"
431
+ ]
432
+ }
433
+ },
434
+ "gpt-5.1-codex-mini-high-review": {
435
+ "limit": {
436
+ "context": 192000,
437
+ "input": 192000,
438
+ "output": 16000
439
+ },
440
+ "modalities": {
441
+ "input": [
442
+ "text",
443
+ "image"
444
+ ],
445
+ "output": [
446
+ "text"
447
+ ]
448
+ }
449
+ },
450
+ "gpt-5.1-codex-mini-review": {
451
+ "limit": {
452
+ "context": 192000,
453
+ "input": 192000,
454
+ "output": 16000
455
+ },
456
+ "modalities": {
457
+ "input": [
458
+ "text",
459
+ "image"
460
+ ],
461
+ "output": [
462
+ "text"
463
+ ]
464
+ }
465
+ },
466
+ "gpt-5.1-codex-review": {
467
+ "limit": {
468
+ "context": 192000,
469
+ "input": 192000,
470
+ "output": 16000
471
+ },
472
+ "modalities": {
473
+ "input": [
474
+ "text",
475
+ "image"
476
+ ],
477
+ "output": [
478
+ "text"
479
+ ]
480
+ }
481
+ },
482
+ "gpt-5.1-review": {
483
+ "limit": {
484
+ "context": 192000,
485
+ "input": 192000,
486
+ "output": 16000
487
+ },
488
+ "modalities": {
489
+ "input": [
490
+ "text",
491
+ "image"
492
+ ],
493
+ "output": [
494
+ "text"
495
+ ]
496
+ }
497
+ },
498
+ "gpt-5-codex": {
499
+ "limit": {
500
+ "context": 192000,
501
+ "input": 192000,
502
+ "output": 16000
503
+ },
504
+ "modalities": {
505
+ "input": [
506
+ "text",
507
+ "image"
508
+ ],
509
+ "output": [
510
+ "text"
511
+ ]
512
+ }
513
+ },
514
+ "gpt-5-codex-mini": {
515
+ "limit": {
516
+ "context": 192000,
517
+ "input": 192000,
518
+ "output": 16000
519
+ },
520
+ "modalities": {
521
+ "input": [
522
+ "text",
523
+ "image"
524
+ ],
525
+ "output": [
526
+ "text"
527
+ ]
528
+ }
529
+ },
530
+ "gpt-5-codex-mini-review": {
531
+ "limit": {
532
+ "context": 192000,
533
+ "input": 192000,
534
+ "output": 16000
535
+ },
536
+ "modalities": {
537
+ "input": [
538
+ "text",
539
+ "image"
540
+ ],
541
+ "output": [
542
+ "text"
543
+ ]
544
+ }
545
+ },
546
+ "gpt-5-codex-review": {
547
+ "limit": {
548
+ "context": 192000,
549
+ "input": 192000,
550
+ "output": 16000
551
+ },
552
+ "modalities": {
553
+ "input": [
554
+ "text",
555
+ "image"
556
+ ],
557
+ "output": [
558
+ "text"
559
+ ]
560
+ }
561
+ },
562
+ "claude-opus-4-7": {
563
+ "limit": {
564
+ "context": 192000,
565
+ "input": 192000,
566
+ "output": 16000
567
+ },
568
+ "modalities": {
569
+ "input": [
570
+ "text",
571
+ "image"
572
+ ],
573
+ "output": [
574
+ "text"
575
+ ]
576
+ }
577
+ },
578
+ "claude-opus-4-6": {
579
+ "limit": {
580
+ "context": 192000,
581
+ "input": 192000,
582
+ "output": 16000
583
+ },
584
+ "modalities": {
585
+ "input": [
586
+ "text",
587
+ "image"
588
+ ],
589
+ "output": [
590
+ "text"
591
+ ]
592
+ }
593
+ },
594
+ "claude-opus-4-5": {
595
+ "limit": {
596
+ "context": 192000,
597
+ "input": 192000,
598
+ "output": 16000
599
+ },
600
+ "modalities": {
601
+ "input": [
602
+ "text",
603
+ "image"
604
+ ],
605
+ "output": [
606
+ "text"
607
+ ]
608
+ }
609
+ },
610
+ "claude-opus-4-1": {
611
+ "limit": {
612
+ "context": 192000,
613
+ "input": 192000,
614
+ "output": 16000
615
+ },
616
+ "modalities": {
617
+ "input": [
618
+ "text",
619
+ "image"
620
+ ],
621
+ "output": [
622
+ "text"
623
+ ]
624
+ }
625
+ },
626
+ "claude-sonnet-4-6": {
627
+ "limit": {
628
+ "context": 192000,
629
+ "input": 192000,
630
+ "output": 16000
631
+ },
632
+ "modalities": {
633
+ "input": [
634
+ "text",
635
+ "image"
636
+ ],
637
+ "output": [
638
+ "text"
639
+ ]
640
+ }
641
+ },
642
+ "claude-haiku-4-5": {
643
+ "limit": {
644
+ "context": 192000,
645
+ "input": 192000,
646
+ "output": 16000
647
+ },
648
+ "modalities": {
649
+ "input": [
650
+ "text",
651
+ "image"
652
+ ],
653
+ "output": [
654
+ "text"
655
+ ]
656
+ }
657
+ },
658
+ "deepseek-v4-pro": {
659
+ "limit": {
660
+ "context": 192000,
661
+ "input": 192000,
662
+ "output": 16000
663
+ },
664
+ "modalities": {
665
+ "input": [
666
+ "text"
667
+ ],
668
+ "output": [
669
+ "text"
670
+ ]
671
+ }
672
+ },
673
+ "deepseek-v4-flash": {
674
+ "limit": {
675
+ "context": 192000,
676
+ "input": 192000,
677
+ "output": 16000
678
+ },
679
+ "modalities": {
680
+ "input": [
681
+ "text"
682
+ ],
683
+ "output": [
684
+ "text"
685
+ ]
686
+ }
687
+ },
688
+ "DeepSeek-V3.1": {
689
+ "limit": {
690
+ "context": 192000,
691
+ "input": 192000,
692
+ "output": 16000
693
+ },
694
+ "modalities": {
695
+ "input": [
696
+ "text"
697
+ ],
698
+ "output": [
699
+ "text"
700
+ ]
701
+ }
702
+ },
703
+ "Qwen3.7-Max": {
704
+ "limit": {
705
+ "context": 192000,
706
+ "input": 192000,
707
+ "output": 16000
708
+ },
709
+ "modalities": {
710
+ "input": [
711
+ "text"
712
+ ],
713
+ "output": [
714
+ "text"
715
+ ]
716
+ }
717
+ },
718
+ "Qwen3.6-Max-Preview": {
719
+ "limit": {
720
+ "context": 192000,
721
+ "input": 192000,
722
+ "output": 16000
723
+ },
724
+ "modalities": {
725
+ "input": [
726
+ "text"
727
+ ],
728
+ "output": [
729
+ "text"
730
+ ]
731
+ }
732
+ },
733
+ "Qwen3.6-Plus": {
734
+ "limit": {
735
+ "context": 192000,
736
+ "input": 192000,
737
+ "output": 16000
738
+ },
739
+ "modalities": {
740
+ "input": [
741
+ "text"
742
+ ],
743
+ "output": [
744
+ "text"
745
+ ]
746
+ }
747
+ },
748
+ "Qwen3.6-27B": {
749
+ "limit": {
750
+ "context": 192000,
751
+ "input": 192000,
752
+ "output": 16000
753
+ },
754
+ "modalities": {
755
+ "input": [
756
+ "text"
757
+ ],
758
+ "output": [
759
+ "text"
760
+ ]
761
+ }
762
+ },
763
+ "Qwen3.5-9B": {
764
+ "limit": {
765
+ "context": 192000,
766
+ "input": 192000,
767
+ "output": 16000
768
+ },
769
+ "modalities": {
770
+ "input": [
771
+ "text"
772
+ ],
773
+ "output": [
774
+ "text"
775
+ ]
776
+ }
777
+ },
778
+ "Qwen3-235B-A22B-Instruct-2507": {
779
+ "limit": {
780
+ "context": 192000,
781
+ "input": 192000,
782
+ "output": 16000
783
+ },
784
+ "modalities": {
785
+ "input": [
786
+ "text"
787
+ ],
788
+ "output": [
789
+ "text"
790
+ ]
791
+ }
792
+ },
793
+ "Qwen3-32B": {
794
+ "limit": {
795
+ "context": 192000,
796
+ "input": 192000,
797
+ "output": 16000
798
+ },
799
+ "modalities": {
800
+ "input": [
801
+ "text"
802
+ ],
803
+ "output": [
804
+ "text"
805
+ ]
806
+ }
807
+ },
808
+ "Qwen3-8B": {
809
+ "limit": {
810
+ "context": 192000,
811
+ "input": 192000,
812
+ "output": 16000
813
+ },
814
+ "modalities": {
815
+ "input": [
816
+ "text"
817
+ ],
818
+ "output": [
819
+ "text"
820
+ ]
821
+ }
822
+ },
823
+ "Qwen3-4B-Instruct-2507": {
824
+ "limit": {
825
+ "context": 192000,
826
+ "input": 192000,
827
+ "output": 16000
828
+ },
829
+ "modalities": {
830
+ "input": [
831
+ "text"
832
+ ],
833
+ "output": [
834
+ "text"
835
+ ]
836
+ }
837
+ },
838
+ "Qwen3-4B-Base": {
839
+ "limit": {
840
+ "context": 192000,
841
+ "input": 192000,
842
+ "output": 16000
843
+ },
844
+ "modalities": {
845
+ "input": [
846
+ "text"
847
+ ],
848
+ "output": [
849
+ "text"
850
+ ]
851
+ }
852
+ },
853
+ "Qwen3-1.7B-Base": {
854
+ "limit": {
855
+ "context": 192000,
856
+ "input": 192000,
857
+ "output": 16000
858
+ },
859
+ "modalities": {
860
+ "input": [
861
+ "text"
862
+ ],
863
+ "output": [
864
+ "text"
865
+ ]
866
+ }
867
+ },
868
+ "Qwen2.5-Coder-0.5B": {
869
+ "limit": {
870
+ "context": 192000,
871
+ "input": 192000,
872
+ "output": 16000
873
+ },
874
+ "modalities": {
875
+ "input": [
876
+ "text"
877
+ ],
878
+ "output": [
879
+ "text"
880
+ ]
881
+ }
882
+ },
883
+ "MiniMax-M2.7": {
884
+ "limit": {
885
+ "context": 192000,
886
+ "input": 192000,
887
+ "output": 16000
888
+ },
889
+ "modalities": {
890
+ "input": [
891
+ "text"
892
+ ],
893
+ "output": [
894
+ "text"
895
+ ]
896
+ }
897
+ },
898
+ "MiniMax-M2.5": {
899
+ "limit": {
900
+ "context": 192000,
901
+ "input": 192000,
902
+ "output": 16000
903
+ },
904
+ "modalities": {
905
+ "input": [
906
+ "text"
907
+ ],
908
+ "output": [
909
+ "text"
910
+ ]
911
+ }
912
+ },
913
+ "GLM-5.1": {
914
+ "limit": {
915
+ "context": 192000,
916
+ "input": 192000,
917
+ "output": 16000
918
+ },
919
+ "modalities": {
920
+ "input": [
921
+ "text"
922
+ ],
923
+ "output": [
924
+ "text"
925
+ ]
926
+ }
927
+ },
928
+ "GLM-5": {
929
+ "limit": {
930
+ "context": 192000,
931
+ "input": 192000,
932
+ "output": 16000
933
+ },
934
+ "modalities": {
935
+ "input": [
936
+ "text"
937
+ ],
938
+ "output": [
939
+ "text"
940
+ ]
941
+ }
942
+ },
943
+ "Kimi-K2.6": {
944
+ "limit": {
945
+ "context": 192000,
946
+ "input": 192000,
947
+ "output": 16000
948
+ },
949
+ "modalities": {
950
+ "input": [
951
+ "text",
952
+ "image",
953
+ "video"
954
+ ],
955
+ "output": [
956
+ "text"
957
+ ]
958
+ }
959
+ },
960
+ "Kimi-K2.5": {
961
+ "limit": {
962
+ "context": 192000,
963
+ "input": 192000,
964
+ "output": 16000
965
+ },
966
+ "modalities": {
967
+ "input": [
968
+ "text",
969
+ "image",
970
+ "video"
971
+ ],
972
+ "output": [
973
+ "text"
974
+ ]
975
+ }
976
+ },
977
+ "LFM2-24B-A2B": {
978
+ "limit": {
979
+ "context": 192000,
980
+ "input": 192000,
981
+ "output": 16000
982
+ },
983
+ "modalities": {
984
+ "input": [
985
+ "text"
986
+ ],
987
+ "output": [
988
+ "text"
989
+ ]
990
+ }
991
+ },
992
+ "MiMo-V2.5-Pro": {
993
+ "limit": {
994
+ "context": 192000,
995
+ "input": 192000,
996
+ "output": 16000
997
+ },
998
+ "modalities": {
999
+ "input": [
1000
+ "text"
1001
+ ],
1002
+ "output": [
1003
+ "text"
1004
+ ]
1005
+ }
1006
+ },
1007
+ "Step-3.5-Flash": {
1008
+ "limit": {
1009
+ "context": 192000,
1010
+ "input": 192000,
1011
+ "output": 16000
1012
+ },
1013
+ "modalities": {
1014
+ "input": [
1015
+ "text"
1016
+ ],
1017
+ "output": [
1018
+ "text"
1019
+ ]
1020
+ }
1021
+ },
1022
+ "SmolLM3-3B-Base": {
1023
+ "limit": {
1024
+ "context": 192000,
1025
+ "input": 192000,
1026
+ "output": 16000
1027
+ },
1028
+ "modalities": {
1029
+ "input": [
1030
+ "text"
1031
+ ],
1032
+ "output": [
1033
+ "text"
1034
+ ]
1035
+ }
1036
+ },
1037
+ "gemini-3-pro-preview": {
1038
+ "limit": {
1039
+ "context": 192000,
1040
+ "input": 192000,
1041
+ "output": 16000
1042
+ },
1043
+ "modalities": {
1044
+ "input": [
1045
+ "text",
1046
+ "image"
1047
+ ],
1048
+ "output": [
1049
+ "text"
1050
+ ]
1051
+ }
1052
+ }
1053
+ }