opencodekit 0.18.26 → 0.19.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.
@@ -40,65 +40,26 @@
40
40
  "autoupdate": false,
41
41
  "formatter": {
42
42
  "biome": {
43
- "command": [
44
- "npx",
45
- "@biomejs/biome",
46
- "check",
47
- "--write",
48
- "$FILE"
49
- ],
50
- "extensions": [
51
- ".js",
52
- ".jsx",
53
- ".ts",
54
- ".tsx",
55
- ".json",
56
- ".jsonc"
57
- ]
43
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
44
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
58
45
  },
59
46
  "cargo-fmt": {
60
- "command": [
61
- "cargo",
62
- "fmt",
63
- "--",
64
- "$FILE"
65
- ],
66
- "extensions": [
67
- ".rs"
68
- ]
47
+ "command": ["cargo", "fmt", "--", "$FILE"],
48
+ "extensions": [".rs"]
69
49
  },
70
50
  "java-formatter": {
71
- "command": [
72
- "google-java-format",
73
- "--replace",
74
- "$FILE"
75
- ],
51
+ "command": ["google-java-format", "--replace", "$FILE"],
76
52
  "environment": {
77
53
  "JAVA_HOME": "{env:JAVA_HOME}"
78
54
  },
79
- "extensions": [
80
- ".java"
81
- ]
55
+ "extensions": [".java"]
82
56
  },
83
57
  "laravel-pint": {
84
- "command": [
85
- "npx",
86
- "laravel-pint",
87
- "--preset",
88
- "psr12",
89
- "$FILE"
90
- ],
91
- "extensions": [
92
- ".php"
93
- ]
58
+ "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
59
+ "extensions": [".php"]
94
60
  },
95
61
  "oxfmt": {
96
- "command": [
97
- "npx",
98
- "oxfmt",
99
- "--write",
100
- "$FILE"
101
- ],
62
+ "command": ["npx", "oxfmt", "--write", "$FILE"],
102
63
  "extensions": [
103
64
  ".js",
104
65
  ".jsx",
@@ -129,26 +90,19 @@
129
90
  "session_parent": "<leader>up"
130
91
  },
131
92
  "mcp": {
132
- "stitch": {
133
- "enabled": false,
134
- "headers": {
135
- "Authorization": "Bearer {env:STITCH_ACCESS_TOKEN}",
136
- "X-Goog-User-Project": "{env:GOOGLE_CLOUD_PROJECT}"
137
- },
138
- "oauth": false,
139
- "type": "remote",
140
- "url": "https://stitch.googleapis.com/mcp"
141
- },
142
93
  "tilth": {
143
- "command": [
144
- "npx",
145
- "-y",
146
- "tilth",
147
- "--mcp",
148
- "--edit"
149
- ],
94
+ "command": ["tilth", "--mcp", "--edit"],
150
95
  "enabled": true,
151
- "timeout": 60000,
96
+ "environment": {
97
+ "TILTH_THREADS": "8"
98
+ },
99
+ "timeout": 120000,
100
+ "type": "local"
101
+ },
102
+ "figma-mcp-go": {
103
+ "command": ["npx", "-y", "@vkhanhqui/figma-mcp-go@latest"],
104
+ "enabled": false,
105
+ "timeout": 120000,
152
106
  "type": "local"
153
107
  }
154
108
  },
@@ -511,9 +465,7 @@
511
465
  "tool_call": true,
512
466
  "variants": {
513
467
  "high": {
514
- "include": [
515
- "reasoning.encrypted_content"
516
- ],
468
+ "include": ["reasoning.encrypted_content"],
517
469
  "reasoningEffort": "high",
518
470
  "reasoningSummary": "auto"
519
471
  },
@@ -547,9 +499,7 @@
547
499
  "disabled": true
548
500
  },
549
501
  "high": {
550
- "include": [
551
- "reasoning.encrypted_content"
552
- ],
502
+ "include": ["reasoning.encrypted_content"],
553
503
  "reasoningEffort": "high",
554
504
  "reasoningSummary": "auto",
555
505
  "textVerbosity": "medium"
@@ -586,9 +536,7 @@
586
536
  "disabled": true
587
537
  },
588
538
  "high": {
589
- "include": [
590
- "reasoning.encrypted_content"
591
- ],
539
+ "include": ["reasoning.encrypted_content"],
592
540
  "reasoningEffort": "high",
593
541
  "reasoningSummary": "auto",
594
542
  "textVerbosity": "medium"
@@ -612,13 +560,8 @@
612
560
  "input": 400000
613
561
  },
614
562
  "modalities": {
615
- "input": [
616
- "text",
617
- "image"
618
- ],
619
- "output": [
620
- "text"
621
- ]
563
+ "input": ["text", "image"],
564
+ "output": ["text"]
622
565
  },
623
566
  "options": {
624
567
  "reasoningEffort": "medium",
@@ -630,9 +573,7 @@
630
573
  "tool_call": true,
631
574
  "variants": {
632
575
  "high": {
633
- "include": [
634
- "reasoning.encrypted_content"
635
- ],
576
+ "include": ["reasoning.encrypted_content"],
636
577
  "reasoningEffort": "high",
637
578
  "reasoningSummary": "auto"
638
579
  },
@@ -720,14 +661,8 @@
720
661
  "models": {
721
662
  "zai-org/GLM-5-FP8": {
722
663
  "modalities": {
723
- "input": [
724
- "text",
725
- "image",
726
- "pdf"
727
- ],
728
- "output": [
729
- "text"
730
- ]
664
+ "input": ["text", "image", "pdf"],
665
+ "output": ["text"]
731
666
  },
732
667
  "name": "GLM-5",
733
668
  "options": {
@@ -758,17 +693,13 @@
758
693
  "disabled": true
759
694
  },
760
695
  "high": {
761
- "include": [
762
- "reasoning.encrypted_content"
763
- ],
696
+ "include": ["reasoning.encrypted_content"],
764
697
  "reasoningEffort": "high",
765
698
  "reasoningSummary": "auto",
766
699
  "textVerbosity": "low"
767
700
  },
768
701
  "medium": {
769
- "include": [
770
- "reasoning.encrypted_content"
771
- ],
702
+ "include": ["reasoning.encrypted_content"],
772
703
  "reasoningEffort": "medium",
773
704
  "reasoningSummary": "auto",
774
705
  "textVerbosity": "low"
@@ -781,25 +712,19 @@
781
712
  "disabled": true
782
713
  },
783
714
  "high": {
784
- "include": [
785
- "reasoning.encrypted_content"
786
- ],
715
+ "include": ["reasoning.encrypted_content"],
787
716
  "reasoningEffort": "high",
788
717
  "reasoningSummary": "auto",
789
718
  "textVerbosity": "low"
790
719
  },
791
720
  "medium": {
792
- "include": [
793
- "reasoning.encrypted_content"
794
- ],
721
+ "include": ["reasoning.encrypted_content"],
795
722
  "reasoningEffort": "medium",
796
723
  "reasoningSummary": "auto",
797
724
  "textVerbosity": "low"
798
725
  },
799
726
  "xhigh": {
800
- "include": [
801
- "reasoning.encrypted_content"
802
- ],
727
+ "include": ["reasoning.encrypted_content"],
803
728
  "reasoningEffort": "xhigh",
804
729
  "reasoningSummary": "auto",
805
730
  "textVerbosity": "low"
@@ -812,25 +737,19 @@
812
737
  "disabled": true
813
738
  },
814
739
  "high": {
815
- "include": [
816
- "reasoning.encrypted_content"
817
- ],
740
+ "include": ["reasoning.encrypted_content"],
818
741
  "reasoningEffort": "high",
819
742
  "reasoningSummary": "auto",
820
743
  "textVerbosity": "low"
821
744
  },
822
745
  "medium": {
823
- "include": [
824
- "reasoning.encrypted_content"
825
- ],
746
+ "include": ["reasoning.encrypted_content"],
826
747
  "reasoningEffort": "medium",
827
748
  "reasoningSummary": "auto",
828
749
  "textVerbosity": "low"
829
750
  },
830
751
  "xhigh": {
831
- "include": [
832
- "reasoning.encrypted_content"
833
- ],
752
+ "include": ["reasoning.encrypted_content"],
834
753
  "reasoningEffort": "xhigh",
835
754
  "reasoningSummary": "auto",
836
755
  "textVerbosity": "low"
@@ -844,13 +763,8 @@
844
763
  "output": 128000
845
764
  },
846
765
  "modalities": {
847
- "input": [
848
- "text",
849
- "image"
850
- ],
851
- "output": [
852
- "text"
853
- ]
766
+ "input": ["text", "image"],
767
+ "output": ["text"]
854
768
  },
855
769
  "options": {
856
770
  "reasoningEffort": "medium",
@@ -862,9 +776,7 @@
862
776
  "tool_call": true,
863
777
  "variants": {
864
778
  "high": {
865
- "include": [
866
- "reasoning.encrypted_content"
867
- ],
779
+ "include": ["reasoning.encrypted_content"],
868
780
  "reasoningEffort": "high",
869
781
  "reasoningSummary": "auto"
870
782
  },
@@ -901,14 +813,8 @@
901
813
  "output": 64000
902
814
  },
903
815
  "modalities": {
904
- "input": [
905
- "text",
906
- "image",
907
- "pdf"
908
- ],
909
- "output": [
910
- "text"
911
- ]
816
+ "input": ["text", "image", "pdf"],
817
+ "output": ["text"]
912
818
  },
913
819
  "name": "Claude Haiku 4 5"
914
820
  },
@@ -918,14 +824,8 @@
918
824
  "output": 64000
919
825
  },
920
826
  "modalities": {
921
- "input": [
922
- "text",
923
- "image",
924
- "pdf"
925
- ],
926
- "output": [
927
- "text"
928
- ]
827
+ "input": ["text", "image", "pdf"],
828
+ "output": ["text"]
929
829
  },
930
830
  "name": "Claude Haiku 4 5 20251001"
931
831
  },
@@ -935,14 +835,8 @@
935
835
  "output": 64000
936
836
  },
937
837
  "modalities": {
938
- "input": [
939
- "text",
940
- "image",
941
- "pdf"
942
- ],
943
- "output": [
944
- "text"
945
- ]
838
+ "input": ["text", "image", "pdf"],
839
+ "output": ["text"]
946
840
  },
947
841
  "name": "Claude Opus 4 6 Thinking",
948
842
  "options": {
@@ -971,14 +865,8 @@
971
865
  "output": 64000
972
866
  },
973
867
  "modalities": {
974
- "input": [
975
- "text",
976
- "image",
977
- "pdf"
978
- ],
979
- "output": [
980
- "text"
981
- ]
868
+ "input": ["text", "image", "pdf"],
869
+ "output": ["text"]
982
870
  },
983
871
  "name": "Claude Opus 4 6"
984
872
  },
@@ -988,14 +876,8 @@
988
876
  "output": 64000
989
877
  },
990
878
  "modalities": {
991
- "input": [
992
- "text",
993
- "image",
994
- "pdf"
995
- ],
996
- "output": [
997
- "text"
998
- ]
879
+ "input": ["text", "image", "pdf"],
880
+ "output": ["text"]
999
881
  },
1000
882
  "name": "Claude Sonnet 4"
1001
883
  },
@@ -1005,14 +887,8 @@
1005
887
  "output": 64000
1006
888
  },
1007
889
  "modalities": {
1008
- "input": [
1009
- "text",
1010
- "image",
1011
- "pdf"
1012
- ],
1013
- "output": [
1014
- "text"
1015
- ]
890
+ "input": ["text", "image", "pdf"],
891
+ "output": ["text"]
1016
892
  },
1017
893
  "name": "Claude Sonnet 4 20250514"
1018
894
  },
@@ -1022,14 +898,8 @@
1022
898
  "output": 64000
1023
899
  },
1024
900
  "modalities": {
1025
- "input": [
1026
- "text",
1027
- "image",
1028
- "pdf"
1029
- ],
1030
- "output": [
1031
- "text"
1032
- ]
901
+ "input": ["text", "image", "pdf"],
902
+ "output": ["text"]
1033
903
  },
1034
904
  "name": "Claude Sonnet 4 5"
1035
905
  },
@@ -1039,14 +909,8 @@
1039
909
  "output": 64000
1040
910
  },
1041
911
  "modalities": {
1042
- "input": [
1043
- "text",
1044
- "image",
1045
- "pdf"
1046
- ],
1047
- "output": [
1048
- "text"
1049
- ]
912
+ "input": ["text", "image", "pdf"],
913
+ "output": ["text"]
1050
914
  },
1051
915
  "name": "Claude Sonnet 4 5 20250929"
1052
916
  },
@@ -1056,14 +920,8 @@
1056
920
  "output": 64000
1057
921
  },
1058
922
  "modalities": {
1059
- "input": [
1060
- "text",
1061
- "image",
1062
- "pdf"
1063
- ],
1064
- "output": [
1065
- "text"
1066
- ]
923
+ "input": ["text", "image", "pdf"],
924
+ "output": ["text"]
1067
925
  },
1068
926
  "name": "Claude Sonnet 4 6"
1069
927
  },
@@ -1073,14 +931,8 @@
1073
931
  "output": 65536
1074
932
  },
1075
933
  "modalities": {
1076
- "input": [
1077
- "text",
1078
- "image",
1079
- "pdf"
1080
- ],
1081
- "output": [
1082
- "text"
1083
- ]
934
+ "input": ["text", "image", "pdf"],
935
+ "output": ["text"]
1084
936
  },
1085
937
  "name": "Gemini 2 5 Flash"
1086
938
  },
@@ -1090,14 +942,8 @@
1090
942
  "output": 65536
1091
943
  },
1092
944
  "modalities": {
1093
- "input": [
1094
- "text",
1095
- "image",
1096
- "pdf"
1097
- ],
1098
- "output": [
1099
- "text"
1100
- ]
945
+ "input": ["text", "image", "pdf"],
946
+ "output": ["text"]
1101
947
  },
1102
948
  "name": "Gemini 2 5 Flash Lite"
1103
949
  },
@@ -1107,14 +953,8 @@
1107
953
  "output": 65536
1108
954
  },
1109
955
  "modalities": {
1110
- "input": [
1111
- "text",
1112
- "image",
1113
- "pdf"
1114
- ],
1115
- "output": [
1116
- "text"
1117
- ]
956
+ "input": ["text", "image", "pdf"],
957
+ "output": ["text"]
1118
958
  },
1119
959
  "name": "Gemini 2 5 Pro"
1120
960
  },
@@ -1124,14 +964,8 @@
1124
964
  "output": 65536
1125
965
  },
1126
966
  "modalities": {
1127
- "input": [
1128
- "text",
1129
- "image",
1130
- "pdf"
1131
- ],
1132
- "output": [
1133
- "text"
1134
- ]
967
+ "input": ["text", "image", "pdf"],
968
+ "output": ["text"]
1135
969
  },
1136
970
  "name": "Gemini 3 Flash",
1137
971
  "options": {
@@ -1161,14 +995,8 @@
1161
995
  "output": 65536
1162
996
  },
1163
997
  "modalities": {
1164
- "input": [
1165
- "text",
1166
- "image",
1167
- "pdf"
1168
- ],
1169
- "output": [
1170
- "text"
1171
- ]
998
+ "input": ["text", "image", "pdf"],
999
+ "output": ["text"]
1172
1000
  },
1173
1001
  "name": "Gemini 3 Flash Preview",
1174
1002
  "options": {
@@ -1198,14 +1026,8 @@
1198
1026
  "output": 65536
1199
1027
  },
1200
1028
  "modalities": {
1201
- "input": [
1202
- "text",
1203
- "image",
1204
- "pdf"
1205
- ],
1206
- "output": [
1207
- "text"
1208
- ]
1029
+ "input": ["text", "image", "pdf"],
1030
+ "output": ["text"]
1209
1031
  },
1210
1032
  "name": "Gemini 3 Pro High",
1211
1033
  "options": {
@@ -1235,14 +1057,8 @@
1235
1057
  "output": 65536
1236
1058
  },
1237
1059
  "modalities": {
1238
- "input": [
1239
- "text",
1240
- "image",
1241
- "pdf"
1242
- ],
1243
- "output": [
1244
- "text"
1245
- ]
1060
+ "input": ["text", "image", "pdf"],
1061
+ "output": ["text"]
1246
1062
  },
1247
1063
  "name": "Gemini 3 Pro Low",
1248
1064
  "options": {
@@ -1272,14 +1088,8 @@
1272
1088
  "output": 65536
1273
1089
  },
1274
1090
  "modalities": {
1275
- "input": [
1276
- "text",
1277
- "image",
1278
- "pdf"
1279
- ],
1280
- "output": [
1281
- "text"
1282
- ]
1091
+ "input": ["text", "image", "pdf"],
1092
+ "output": ["text"]
1283
1093
  },
1284
1094
  "name": "Gemini 3 Pro Preview",
1285
1095
  "options": {
@@ -1316,14 +1126,8 @@
1316
1126
  "output": 65536
1317
1127
  },
1318
1128
  "modalities": {
1319
- "input": [
1320
- "text",
1321
- "image",
1322
- "pdf"
1323
- ],
1324
- "output": [
1325
- "text"
1326
- ]
1129
+ "input": ["text", "image", "pdf"],
1130
+ "output": ["text"]
1327
1131
  },
1328
1132
  "name": "Gemini 3 1 Flash Lite Preview",
1329
1133
  "options": {
@@ -1353,14 +1157,8 @@
1353
1157
  "output": 65536
1354
1158
  },
1355
1159
  "modalities": {
1356
- "input": [
1357
- "text",
1358
- "image",
1359
- "pdf"
1360
- ],
1361
- "output": [
1362
- "text"
1363
- ]
1160
+ "input": ["text", "image", "pdf"],
1161
+ "output": ["text"]
1364
1162
  },
1365
1163
  "name": "Gemini 3 1 Pro High",
1366
1164
  "options": {
@@ -1390,14 +1188,8 @@
1390
1188
  "output": 65536
1391
1189
  },
1392
1190
  "modalities": {
1393
- "input": [
1394
- "text",
1395
- "image",
1396
- "pdf"
1397
- ],
1398
- "output": [
1399
- "text"
1400
- ]
1191
+ "input": ["text", "image", "pdf"],
1192
+ "output": ["text"]
1401
1193
  },
1402
1194
  "name": "Gemini 3 1 Pro Low",
1403
1195
  "options": {
@@ -1427,14 +1219,8 @@
1427
1219
  "output": 65536
1428
1220
  },
1429
1221
  "modalities": {
1430
- "input": [
1431
- "text",
1432
- "image",
1433
- "pdf"
1434
- ],
1435
- "output": [
1436
- "text"
1437
- ]
1222
+ "input": ["text", "image", "pdf"],
1223
+ "output": ["text"]
1438
1224
  },
1439
1225
  "name": "Gemini 3 1 Pro Preview",
1440
1226
  "options": {
@@ -1492,14 +1278,8 @@
1492
1278
  "output": 32768
1493
1279
  },
1494
1280
  "modalities": {
1495
- "input": [
1496
- "text",
1497
- "image",
1498
- "pdf"
1499
- ],
1500
- "output": [
1501
- "text"
1502
- ]
1281
+ "input": ["text", "image", "pdf"],
1282
+ "output": ["text"]
1503
1283
  },
1504
1284
  "name": "Gpt 5",
1505
1285
  "options": {
@@ -1513,14 +1293,8 @@
1513
1293
  "output": 32768
1514
1294
  },
1515
1295
  "modalities": {
1516
- "input": [
1517
- "text",
1518
- "image",
1519
- "pdf"
1520
- ],
1521
- "output": [
1522
- "text"
1523
- ]
1296
+ "input": ["text", "image", "pdf"],
1297
+ "output": ["text"]
1524
1298
  },
1525
1299
  "name": "Gpt 5 Codex",
1526
1300
  "options": {
@@ -1534,14 +1308,8 @@
1534
1308
  "output": 32768
1535
1309
  },
1536
1310
  "modalities": {
1537
- "input": [
1538
- "text",
1539
- "image",
1540
- "pdf"
1541
- ],
1542
- "output": [
1543
- "text"
1544
- ]
1311
+ "input": ["text", "image", "pdf"],
1312
+ "output": ["text"]
1545
1313
  },
1546
1314
  "name": "Gpt 5 Codex Mini",
1547
1315
  "options": {
@@ -1555,14 +1323,8 @@
1555
1323
  "output": 32768
1556
1324
  },
1557
1325
  "modalities": {
1558
- "input": [
1559
- "text",
1560
- "image",
1561
- "pdf"
1562
- ],
1563
- "output": [
1564
- "text"
1565
- ]
1326
+ "input": ["text", "image", "pdf"],
1327
+ "output": ["text"]
1566
1328
  },
1567
1329
  "name": "Gpt 5 1",
1568
1330
  "options": {
@@ -1576,14 +1338,8 @@
1576
1338
  "output": 32768
1577
1339
  },
1578
1340
  "modalities": {
1579
- "input": [
1580
- "text",
1581
- "image",
1582
- "pdf"
1583
- ],
1584
- "output": [
1585
- "text"
1586
- ]
1341
+ "input": ["text", "image", "pdf"],
1342
+ "output": ["text"]
1587
1343
  },
1588
1344
  "name": "Gpt 5 1 Codex",
1589
1345
  "options": {
@@ -1597,14 +1353,8 @@
1597
1353
  "output": 32768
1598
1354
  },
1599
1355
  "modalities": {
1600
- "input": [
1601
- "text",
1602
- "image",
1603
- "pdf"
1604
- ],
1605
- "output": [
1606
- "text"
1607
- ]
1356
+ "input": ["text", "image", "pdf"],
1357
+ "output": ["text"]
1608
1358
  },
1609
1359
  "name": "Gpt 5 1 Codex Max",
1610
1360
  "options": {
@@ -1618,14 +1368,8 @@
1618
1368
  "output": 32768
1619
1369
  },
1620
1370
  "modalities": {
1621
- "input": [
1622
- "text",
1623
- "image",
1624
- "pdf"
1625
- ],
1626
- "output": [
1627
- "text"
1628
- ]
1371
+ "input": ["text", "image", "pdf"],
1372
+ "output": ["text"]
1629
1373
  },
1630
1374
  "name": "Gpt 5 1 Codex Mini",
1631
1375
  "options": {
@@ -1639,14 +1383,8 @@
1639
1383
  "output": 32768
1640
1384
  },
1641
1385
  "modalities": {
1642
- "input": [
1643
- "text",
1644
- "image",
1645
- "pdf"
1646
- ],
1647
- "output": [
1648
- "text"
1649
- ]
1386
+ "input": ["text", "image", "pdf"],
1387
+ "output": ["text"]
1650
1388
  },
1651
1389
  "name": "Gpt 5 2",
1652
1390
  "options": {
@@ -1660,14 +1398,8 @@
1660
1398
  "output": 32768
1661
1399
  },
1662
1400
  "modalities": {
1663
- "input": [
1664
- "text",
1665
- "image",
1666
- "pdf"
1667
- ],
1668
- "output": [
1669
- "text"
1670
- ]
1401
+ "input": ["text", "image", "pdf"],
1402
+ "output": ["text"]
1671
1403
  },
1672
1404
  "name": "Gpt 5 2 Codex",
1673
1405
  "options": {
@@ -1681,14 +1413,8 @@
1681
1413
  "output": 32768
1682
1414
  },
1683
1415
  "modalities": {
1684
- "input": [
1685
- "text",
1686
- "image",
1687
- "pdf"
1688
- ],
1689
- "output": [
1690
- "text"
1691
- ]
1416
+ "input": ["text", "image", "pdf"],
1417
+ "output": ["text"]
1692
1418
  },
1693
1419
  "name": "Gpt 5 3 Codex",
1694
1420
  "options": {
@@ -1702,14 +1428,8 @@
1702
1428
  "output": 32768
1703
1429
  },
1704
1430
  "modalities": {
1705
- "input": [
1706
- "text",
1707
- "image",
1708
- "pdf"
1709
- ],
1710
- "output": [
1711
- "text"
1712
- ]
1431
+ "input": ["text", "image", "pdf"],
1432
+ "output": ["text"]
1713
1433
  },
1714
1434
  "name": "Gpt 5 4",
1715
1435
  "options": {
@@ -1723,14 +1443,8 @@
1723
1443
  "output": 32768
1724
1444
  },
1725
1445
  "modalities": {
1726
- "input": [
1727
- "text",
1728
- "image",
1729
- "pdf"
1730
- ],
1731
- "output": [
1732
- "text"
1733
- ]
1446
+ "input": ["text", "image", "pdf"],
1447
+ "output": ["text"]
1734
1448
  },
1735
1449
  "name": "Gpt 5 4 Mini",
1736
1450
  "options": {