opencodekit 0.18.27 → 0.19.1

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",
@@ -130,15 +91,29 @@
130
91
  },
131
92
  "mcp": {
132
93
  "tilth": {
94
+ "command": ["tilth", "--mcp", "--edit"],
95
+ "enabled": true,
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,
106
+ "type": "local"
107
+ },
108
+ "pencil": {
133
109
  "command": [
134
- "npx",
135
- "-y",
136
- "tilth",
137
- "--mcp",
138
- "--edit"
110
+ "/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
111
+ "--app",
112
+ "desktop"
139
113
  ],
140
114
  "enabled": true,
141
- "timeout": 60000,
115
+ "environment": {},
116
+ "timeout": 120000,
142
117
  "type": "local"
143
118
  }
144
119
  },
@@ -501,9 +476,7 @@
501
476
  "tool_call": true,
502
477
  "variants": {
503
478
  "high": {
504
- "include": [
505
- "reasoning.encrypted_content"
506
- ],
479
+ "include": ["reasoning.encrypted_content"],
507
480
  "reasoningEffort": "high",
508
481
  "reasoningSummary": "auto"
509
482
  },
@@ -537,9 +510,7 @@
537
510
  "disabled": true
538
511
  },
539
512
  "high": {
540
- "include": [
541
- "reasoning.encrypted_content"
542
- ],
513
+ "include": ["reasoning.encrypted_content"],
543
514
  "reasoningEffort": "high",
544
515
  "reasoningSummary": "auto",
545
516
  "textVerbosity": "medium"
@@ -576,9 +547,7 @@
576
547
  "disabled": true
577
548
  },
578
549
  "high": {
579
- "include": [
580
- "reasoning.encrypted_content"
581
- ],
550
+ "include": ["reasoning.encrypted_content"],
582
551
  "reasoningEffort": "high",
583
552
  "reasoningSummary": "auto",
584
553
  "textVerbosity": "medium"
@@ -602,13 +571,8 @@
602
571
  "input": 400000
603
572
  },
604
573
  "modalities": {
605
- "input": [
606
- "text",
607
- "image"
608
- ],
609
- "output": [
610
- "text"
611
- ]
574
+ "input": ["text", "image"],
575
+ "output": ["text"]
612
576
  },
613
577
  "options": {
614
578
  "reasoningEffort": "medium",
@@ -620,9 +584,7 @@
620
584
  "tool_call": true,
621
585
  "variants": {
622
586
  "high": {
623
- "include": [
624
- "reasoning.encrypted_content"
625
- ],
587
+ "include": ["reasoning.encrypted_content"],
626
588
  "reasoningEffort": "high",
627
589
  "reasoningSummary": "auto"
628
590
  },
@@ -710,14 +672,8 @@
710
672
  "models": {
711
673
  "zai-org/GLM-5-FP8": {
712
674
  "modalities": {
713
- "input": [
714
- "text",
715
- "image",
716
- "pdf"
717
- ],
718
- "output": [
719
- "text"
720
- ]
675
+ "input": ["text", "image", "pdf"],
676
+ "output": ["text"]
721
677
  },
722
678
  "name": "GLM-5",
723
679
  "options": {
@@ -748,17 +704,13 @@
748
704
  "disabled": true
749
705
  },
750
706
  "high": {
751
- "include": [
752
- "reasoning.encrypted_content"
753
- ],
707
+ "include": ["reasoning.encrypted_content"],
754
708
  "reasoningEffort": "high",
755
709
  "reasoningSummary": "auto",
756
710
  "textVerbosity": "low"
757
711
  },
758
712
  "medium": {
759
- "include": [
760
- "reasoning.encrypted_content"
761
- ],
713
+ "include": ["reasoning.encrypted_content"],
762
714
  "reasoningEffort": "medium",
763
715
  "reasoningSummary": "auto",
764
716
  "textVerbosity": "low"
@@ -771,25 +723,19 @@
771
723
  "disabled": true
772
724
  },
773
725
  "high": {
774
- "include": [
775
- "reasoning.encrypted_content"
776
- ],
726
+ "include": ["reasoning.encrypted_content"],
777
727
  "reasoningEffort": "high",
778
728
  "reasoningSummary": "auto",
779
729
  "textVerbosity": "low"
780
730
  },
781
731
  "medium": {
782
- "include": [
783
- "reasoning.encrypted_content"
784
- ],
732
+ "include": ["reasoning.encrypted_content"],
785
733
  "reasoningEffort": "medium",
786
734
  "reasoningSummary": "auto",
787
735
  "textVerbosity": "low"
788
736
  },
789
737
  "xhigh": {
790
- "include": [
791
- "reasoning.encrypted_content"
792
- ],
738
+ "include": ["reasoning.encrypted_content"],
793
739
  "reasoningEffort": "xhigh",
794
740
  "reasoningSummary": "auto",
795
741
  "textVerbosity": "low"
@@ -802,25 +748,19 @@
802
748
  "disabled": true
803
749
  },
804
750
  "high": {
805
- "include": [
806
- "reasoning.encrypted_content"
807
- ],
751
+ "include": ["reasoning.encrypted_content"],
808
752
  "reasoningEffort": "high",
809
753
  "reasoningSummary": "auto",
810
754
  "textVerbosity": "low"
811
755
  },
812
756
  "medium": {
813
- "include": [
814
- "reasoning.encrypted_content"
815
- ],
757
+ "include": ["reasoning.encrypted_content"],
816
758
  "reasoningEffort": "medium",
817
759
  "reasoningSummary": "auto",
818
760
  "textVerbosity": "low"
819
761
  },
820
762
  "xhigh": {
821
- "include": [
822
- "reasoning.encrypted_content"
823
- ],
763
+ "include": ["reasoning.encrypted_content"],
824
764
  "reasoningEffort": "xhigh",
825
765
  "reasoningSummary": "auto",
826
766
  "textVerbosity": "low"
@@ -834,13 +774,8 @@
834
774
  "output": 128000
835
775
  },
836
776
  "modalities": {
837
- "input": [
838
- "text",
839
- "image"
840
- ],
841
- "output": [
842
- "text"
843
- ]
777
+ "input": ["text", "image"],
778
+ "output": ["text"]
844
779
  },
845
780
  "options": {
846
781
  "reasoningEffort": "medium",
@@ -852,9 +787,7 @@
852
787
  "tool_call": true,
853
788
  "variants": {
854
789
  "high": {
855
- "include": [
856
- "reasoning.encrypted_content"
857
- ],
790
+ "include": ["reasoning.encrypted_content"],
858
791
  "reasoningEffort": "high",
859
792
  "reasoningSummary": "auto"
860
793
  },
@@ -891,14 +824,8 @@
891
824
  "output": 64000
892
825
  },
893
826
  "modalities": {
894
- "input": [
895
- "text",
896
- "image",
897
- "pdf"
898
- ],
899
- "output": [
900
- "text"
901
- ]
827
+ "input": ["text", "image", "pdf"],
828
+ "output": ["text"]
902
829
  },
903
830
  "name": "Claude Haiku 4 5"
904
831
  },
@@ -908,14 +835,8 @@
908
835
  "output": 64000
909
836
  },
910
837
  "modalities": {
911
- "input": [
912
- "text",
913
- "image",
914
- "pdf"
915
- ],
916
- "output": [
917
- "text"
918
- ]
838
+ "input": ["text", "image", "pdf"],
839
+ "output": ["text"]
919
840
  },
920
841
  "name": "Claude Haiku 4 5 20251001"
921
842
  },
@@ -925,14 +846,8 @@
925
846
  "output": 64000
926
847
  },
927
848
  "modalities": {
928
- "input": [
929
- "text",
930
- "image",
931
- "pdf"
932
- ],
933
- "output": [
934
- "text"
935
- ]
849
+ "input": ["text", "image", "pdf"],
850
+ "output": ["text"]
936
851
  },
937
852
  "name": "Claude Opus 4 6 Thinking",
938
853
  "options": {
@@ -961,14 +876,8 @@
961
876
  "output": 64000
962
877
  },
963
878
  "modalities": {
964
- "input": [
965
- "text",
966
- "image",
967
- "pdf"
968
- ],
969
- "output": [
970
- "text"
971
- ]
879
+ "input": ["text", "image", "pdf"],
880
+ "output": ["text"]
972
881
  },
973
882
  "name": "Claude Opus 4 6"
974
883
  },
@@ -978,14 +887,8 @@
978
887
  "output": 64000
979
888
  },
980
889
  "modalities": {
981
- "input": [
982
- "text",
983
- "image",
984
- "pdf"
985
- ],
986
- "output": [
987
- "text"
988
- ]
890
+ "input": ["text", "image", "pdf"],
891
+ "output": ["text"]
989
892
  },
990
893
  "name": "Claude Sonnet 4"
991
894
  },
@@ -995,14 +898,8 @@
995
898
  "output": 64000
996
899
  },
997
900
  "modalities": {
998
- "input": [
999
- "text",
1000
- "image",
1001
- "pdf"
1002
- ],
1003
- "output": [
1004
- "text"
1005
- ]
901
+ "input": ["text", "image", "pdf"],
902
+ "output": ["text"]
1006
903
  },
1007
904
  "name": "Claude Sonnet 4 20250514"
1008
905
  },
@@ -1012,14 +909,8 @@
1012
909
  "output": 64000
1013
910
  },
1014
911
  "modalities": {
1015
- "input": [
1016
- "text",
1017
- "image",
1018
- "pdf"
1019
- ],
1020
- "output": [
1021
- "text"
1022
- ]
912
+ "input": ["text", "image", "pdf"],
913
+ "output": ["text"]
1023
914
  },
1024
915
  "name": "Claude Sonnet 4 5"
1025
916
  },
@@ -1029,14 +920,8 @@
1029
920
  "output": 64000
1030
921
  },
1031
922
  "modalities": {
1032
- "input": [
1033
- "text",
1034
- "image",
1035
- "pdf"
1036
- ],
1037
- "output": [
1038
- "text"
1039
- ]
923
+ "input": ["text", "image", "pdf"],
924
+ "output": ["text"]
1040
925
  },
1041
926
  "name": "Claude Sonnet 4 5 20250929"
1042
927
  },
@@ -1046,14 +931,8 @@
1046
931
  "output": 64000
1047
932
  },
1048
933
  "modalities": {
1049
- "input": [
1050
- "text",
1051
- "image",
1052
- "pdf"
1053
- ],
1054
- "output": [
1055
- "text"
1056
- ]
934
+ "input": ["text", "image", "pdf"],
935
+ "output": ["text"]
1057
936
  },
1058
937
  "name": "Claude Sonnet 4 6"
1059
938
  },
@@ -1063,14 +942,8 @@
1063
942
  "output": 65536
1064
943
  },
1065
944
  "modalities": {
1066
- "input": [
1067
- "text",
1068
- "image",
1069
- "pdf"
1070
- ],
1071
- "output": [
1072
- "text"
1073
- ]
945
+ "input": ["text", "image", "pdf"],
946
+ "output": ["text"]
1074
947
  },
1075
948
  "name": "Gemini 2 5 Flash"
1076
949
  },
@@ -1080,14 +953,8 @@
1080
953
  "output": 65536
1081
954
  },
1082
955
  "modalities": {
1083
- "input": [
1084
- "text",
1085
- "image",
1086
- "pdf"
1087
- ],
1088
- "output": [
1089
- "text"
1090
- ]
956
+ "input": ["text", "image", "pdf"],
957
+ "output": ["text"]
1091
958
  },
1092
959
  "name": "Gemini 2 5 Flash Lite"
1093
960
  },
@@ -1097,14 +964,8 @@
1097
964
  "output": 65536
1098
965
  },
1099
966
  "modalities": {
1100
- "input": [
1101
- "text",
1102
- "image",
1103
- "pdf"
1104
- ],
1105
- "output": [
1106
- "text"
1107
- ]
967
+ "input": ["text", "image", "pdf"],
968
+ "output": ["text"]
1108
969
  },
1109
970
  "name": "Gemini 2 5 Pro"
1110
971
  },
@@ -1114,14 +975,8 @@
1114
975
  "output": 65536
1115
976
  },
1116
977
  "modalities": {
1117
- "input": [
1118
- "text",
1119
- "image",
1120
- "pdf"
1121
- ],
1122
- "output": [
1123
- "text"
1124
- ]
978
+ "input": ["text", "image", "pdf"],
979
+ "output": ["text"]
1125
980
  },
1126
981
  "name": "Gemini 3 Flash",
1127
982
  "options": {
@@ -1151,14 +1006,8 @@
1151
1006
  "output": 65536
1152
1007
  },
1153
1008
  "modalities": {
1154
- "input": [
1155
- "text",
1156
- "image",
1157
- "pdf"
1158
- ],
1159
- "output": [
1160
- "text"
1161
- ]
1009
+ "input": ["text", "image", "pdf"],
1010
+ "output": ["text"]
1162
1011
  },
1163
1012
  "name": "Gemini 3 Flash Preview",
1164
1013
  "options": {
@@ -1188,14 +1037,8 @@
1188
1037
  "output": 65536
1189
1038
  },
1190
1039
  "modalities": {
1191
- "input": [
1192
- "text",
1193
- "image",
1194
- "pdf"
1195
- ],
1196
- "output": [
1197
- "text"
1198
- ]
1040
+ "input": ["text", "image", "pdf"],
1041
+ "output": ["text"]
1199
1042
  },
1200
1043
  "name": "Gemini 3 Pro High",
1201
1044
  "options": {
@@ -1225,14 +1068,8 @@
1225
1068
  "output": 65536
1226
1069
  },
1227
1070
  "modalities": {
1228
- "input": [
1229
- "text",
1230
- "image",
1231
- "pdf"
1232
- ],
1233
- "output": [
1234
- "text"
1235
- ]
1071
+ "input": ["text", "image", "pdf"],
1072
+ "output": ["text"]
1236
1073
  },
1237
1074
  "name": "Gemini 3 Pro Low",
1238
1075
  "options": {
@@ -1262,14 +1099,8 @@
1262
1099
  "output": 65536
1263
1100
  },
1264
1101
  "modalities": {
1265
- "input": [
1266
- "text",
1267
- "image",
1268
- "pdf"
1269
- ],
1270
- "output": [
1271
- "text"
1272
- ]
1102
+ "input": ["text", "image", "pdf"],
1103
+ "output": ["text"]
1273
1104
  },
1274
1105
  "name": "Gemini 3 Pro Preview",
1275
1106
  "options": {
@@ -1306,14 +1137,8 @@
1306
1137
  "output": 65536
1307
1138
  },
1308
1139
  "modalities": {
1309
- "input": [
1310
- "text",
1311
- "image",
1312
- "pdf"
1313
- ],
1314
- "output": [
1315
- "text"
1316
- ]
1140
+ "input": ["text", "image", "pdf"],
1141
+ "output": ["text"]
1317
1142
  },
1318
1143
  "name": "Gemini 3 1 Flash Lite Preview",
1319
1144
  "options": {
@@ -1343,14 +1168,8 @@
1343
1168
  "output": 65536
1344
1169
  },
1345
1170
  "modalities": {
1346
- "input": [
1347
- "text",
1348
- "image",
1349
- "pdf"
1350
- ],
1351
- "output": [
1352
- "text"
1353
- ]
1171
+ "input": ["text", "image", "pdf"],
1172
+ "output": ["text"]
1354
1173
  },
1355
1174
  "name": "Gemini 3 1 Pro High",
1356
1175
  "options": {
@@ -1380,14 +1199,8 @@
1380
1199
  "output": 65536
1381
1200
  },
1382
1201
  "modalities": {
1383
- "input": [
1384
- "text",
1385
- "image",
1386
- "pdf"
1387
- ],
1388
- "output": [
1389
- "text"
1390
- ]
1202
+ "input": ["text", "image", "pdf"],
1203
+ "output": ["text"]
1391
1204
  },
1392
1205
  "name": "Gemini 3 1 Pro Low",
1393
1206
  "options": {
@@ -1417,14 +1230,8 @@
1417
1230
  "output": 65536
1418
1231
  },
1419
1232
  "modalities": {
1420
- "input": [
1421
- "text",
1422
- "image",
1423
- "pdf"
1424
- ],
1425
- "output": [
1426
- "text"
1427
- ]
1233
+ "input": ["text", "image", "pdf"],
1234
+ "output": ["text"]
1428
1235
  },
1429
1236
  "name": "Gemini 3 1 Pro Preview",
1430
1237
  "options": {
@@ -1482,14 +1289,8 @@
1482
1289
  "output": 32768
1483
1290
  },
1484
1291
  "modalities": {
1485
- "input": [
1486
- "text",
1487
- "image",
1488
- "pdf"
1489
- ],
1490
- "output": [
1491
- "text"
1492
- ]
1292
+ "input": ["text", "image", "pdf"],
1293
+ "output": ["text"]
1493
1294
  },
1494
1295
  "name": "Gpt 5",
1495
1296
  "options": {
@@ -1503,14 +1304,8 @@
1503
1304
  "output": 32768
1504
1305
  },
1505
1306
  "modalities": {
1506
- "input": [
1507
- "text",
1508
- "image",
1509
- "pdf"
1510
- ],
1511
- "output": [
1512
- "text"
1513
- ]
1307
+ "input": ["text", "image", "pdf"],
1308
+ "output": ["text"]
1514
1309
  },
1515
1310
  "name": "Gpt 5 Codex",
1516
1311
  "options": {
@@ -1524,14 +1319,8 @@
1524
1319
  "output": 32768
1525
1320
  },
1526
1321
  "modalities": {
1527
- "input": [
1528
- "text",
1529
- "image",
1530
- "pdf"
1531
- ],
1532
- "output": [
1533
- "text"
1534
- ]
1322
+ "input": ["text", "image", "pdf"],
1323
+ "output": ["text"]
1535
1324
  },
1536
1325
  "name": "Gpt 5 Codex Mini",
1537
1326
  "options": {
@@ -1545,14 +1334,8 @@
1545
1334
  "output": 32768
1546
1335
  },
1547
1336
  "modalities": {
1548
- "input": [
1549
- "text",
1550
- "image",
1551
- "pdf"
1552
- ],
1553
- "output": [
1554
- "text"
1555
- ]
1337
+ "input": ["text", "image", "pdf"],
1338
+ "output": ["text"]
1556
1339
  },
1557
1340
  "name": "Gpt 5 1",
1558
1341
  "options": {
@@ -1566,14 +1349,8 @@
1566
1349
  "output": 32768
1567
1350
  },
1568
1351
  "modalities": {
1569
- "input": [
1570
- "text",
1571
- "image",
1572
- "pdf"
1573
- ],
1574
- "output": [
1575
- "text"
1576
- ]
1352
+ "input": ["text", "image", "pdf"],
1353
+ "output": ["text"]
1577
1354
  },
1578
1355
  "name": "Gpt 5 1 Codex",
1579
1356
  "options": {
@@ -1587,14 +1364,8 @@
1587
1364
  "output": 32768
1588
1365
  },
1589
1366
  "modalities": {
1590
- "input": [
1591
- "text",
1592
- "image",
1593
- "pdf"
1594
- ],
1595
- "output": [
1596
- "text"
1597
- ]
1367
+ "input": ["text", "image", "pdf"],
1368
+ "output": ["text"]
1598
1369
  },
1599
1370
  "name": "Gpt 5 1 Codex Max",
1600
1371
  "options": {
@@ -1608,14 +1379,8 @@
1608
1379
  "output": 32768
1609
1380
  },
1610
1381
  "modalities": {
1611
- "input": [
1612
- "text",
1613
- "image",
1614
- "pdf"
1615
- ],
1616
- "output": [
1617
- "text"
1618
- ]
1382
+ "input": ["text", "image", "pdf"],
1383
+ "output": ["text"]
1619
1384
  },
1620
1385
  "name": "Gpt 5 1 Codex Mini",
1621
1386
  "options": {
@@ -1629,14 +1394,8 @@
1629
1394
  "output": 32768
1630
1395
  },
1631
1396
  "modalities": {
1632
- "input": [
1633
- "text",
1634
- "image",
1635
- "pdf"
1636
- ],
1637
- "output": [
1638
- "text"
1639
- ]
1397
+ "input": ["text", "image", "pdf"],
1398
+ "output": ["text"]
1640
1399
  },
1641
1400
  "name": "Gpt 5 2",
1642
1401
  "options": {
@@ -1650,14 +1409,8 @@
1650
1409
  "output": 32768
1651
1410
  },
1652
1411
  "modalities": {
1653
- "input": [
1654
- "text",
1655
- "image",
1656
- "pdf"
1657
- ],
1658
- "output": [
1659
- "text"
1660
- ]
1412
+ "input": ["text", "image", "pdf"],
1413
+ "output": ["text"]
1661
1414
  },
1662
1415
  "name": "Gpt 5 2 Codex",
1663
1416
  "options": {
@@ -1671,14 +1424,8 @@
1671
1424
  "output": 32768
1672
1425
  },
1673
1426
  "modalities": {
1674
- "input": [
1675
- "text",
1676
- "image",
1677
- "pdf"
1678
- ],
1679
- "output": [
1680
- "text"
1681
- ]
1427
+ "input": ["text", "image", "pdf"],
1428
+ "output": ["text"]
1682
1429
  },
1683
1430
  "name": "Gpt 5 3 Codex",
1684
1431
  "options": {
@@ -1692,14 +1439,8 @@
1692
1439
  "output": 32768
1693
1440
  },
1694
1441
  "modalities": {
1695
- "input": [
1696
- "text",
1697
- "image",
1698
- "pdf"
1699
- ],
1700
- "output": [
1701
- "text"
1702
- ]
1442
+ "input": ["text", "image", "pdf"],
1443
+ "output": ["text"]
1703
1444
  },
1704
1445
  "name": "Gpt 5 4",
1705
1446
  "options": {
@@ -1713,14 +1454,8 @@
1713
1454
  "output": 32768
1714
1455
  },
1715
1456
  "modalities": {
1716
- "input": [
1717
- "text",
1718
- "image",
1719
- "pdf"
1720
- ],
1721
- "output": [
1722
- "text"
1723
- ]
1457
+ "input": ["text", "image", "pdf"],
1458
+ "output": ["text"]
1724
1459
  },
1725
1460
  "name": "Gpt 5 4 Mini",
1726
1461
  "options": {