@llmgateway/models 1.168.0 → 1.169.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.
- package/dist/models/anthropic.d.ts +33 -0
- package/dist/models/anthropic.js +33 -0
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/openai.d.ts +35 -0
- package/dist/models/openai.js +35 -0
- package/dist/models/openai.js.map +1 -1
- package/dist/models.d.ts +70 -0
- package/dist/models.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models/openai.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ export declare const openaiModels: [{
|
|
|
273
273
|
readonly streaming: true;
|
|
274
274
|
readonly vision: true;
|
|
275
275
|
readonly reasoning: true;
|
|
276
|
+
readonly reasoningEfforts: ["low", "medium", "high"];
|
|
276
277
|
readonly tools: false;
|
|
277
278
|
readonly jsonOutputSchema: true;
|
|
278
279
|
readonly jsonOutput: true;
|
|
@@ -289,6 +290,7 @@ export declare const openaiModels: [{
|
|
|
289
290
|
readonly streaming: true;
|
|
290
291
|
readonly vision: true;
|
|
291
292
|
readonly reasoning: true;
|
|
293
|
+
readonly reasoningEfforts: ["low", "medium", "high"];
|
|
292
294
|
readonly tools: false;
|
|
293
295
|
readonly jsonOutputSchema: true;
|
|
294
296
|
readonly jsonOutput: true;
|
|
@@ -508,6 +510,7 @@ export declare const openaiModels: [{
|
|
|
508
510
|
readonly vision: true;
|
|
509
511
|
readonly tools: true;
|
|
510
512
|
readonly reasoning: true;
|
|
513
|
+
readonly reasoningEfforts: ["low", "medium", "high"];
|
|
511
514
|
readonly jsonOutputSchema: true;
|
|
512
515
|
readonly jsonOutput: true;
|
|
513
516
|
readonly supportedParameters: ["reasoning_effort", "response_format"];
|
|
@@ -525,6 +528,7 @@ export declare const openaiModels: [{
|
|
|
525
528
|
readonly vision: true;
|
|
526
529
|
readonly tools: true;
|
|
527
530
|
readonly reasoning: true;
|
|
531
|
+
readonly reasoningEfforts: ["low", "medium", "high"];
|
|
528
532
|
readonly jsonOutputSchema: true;
|
|
529
533
|
readonly jsonOutput: true;
|
|
530
534
|
}];
|
|
@@ -695,6 +699,7 @@ export declare const openaiModels: [{
|
|
|
695
699
|
readonly contextSize: 400000;
|
|
696
700
|
readonly maxOutput: 128000;
|
|
697
701
|
readonly reasoning: true;
|
|
702
|
+
readonly reasoningEfforts: ["minimal", "low", "medium", "high"];
|
|
698
703
|
readonly streaming: true;
|
|
699
704
|
readonly vision: true;
|
|
700
705
|
readonly tools: true;
|
|
@@ -717,6 +722,7 @@ export declare const openaiModels: [{
|
|
|
717
722
|
readonly contextSize: 400000;
|
|
718
723
|
readonly maxOutput: 128000;
|
|
719
724
|
readonly reasoning: true;
|
|
725
|
+
readonly reasoningEfforts: ["minimal", "low", "medium", "high"];
|
|
720
726
|
readonly supportsResponsesApi: true;
|
|
721
727
|
readonly streaming: true;
|
|
722
728
|
readonly vision: true;
|
|
@@ -742,6 +748,7 @@ export declare const openaiModels: [{
|
|
|
742
748
|
readonly contextSize: 400000;
|
|
743
749
|
readonly maxOutput: 128000;
|
|
744
750
|
readonly reasoning: true;
|
|
751
|
+
readonly reasoningEfforts: ["minimal", "low", "medium", "high"];
|
|
745
752
|
readonly streaming: true;
|
|
746
753
|
readonly vision: true;
|
|
747
754
|
readonly tools: true;
|
|
@@ -764,6 +771,7 @@ export declare const openaiModels: [{
|
|
|
764
771
|
readonly contextSize: 400000;
|
|
765
772
|
readonly maxOutput: 128000;
|
|
766
773
|
readonly reasoning: true;
|
|
774
|
+
readonly reasoningEfforts: ["minimal", "low", "medium", "high"];
|
|
767
775
|
readonly supportsResponsesApi: true;
|
|
768
776
|
readonly streaming: true;
|
|
769
777
|
readonly vision: true;
|
|
@@ -789,6 +797,7 @@ export declare const openaiModels: [{
|
|
|
789
797
|
readonly contextSize: 400000;
|
|
790
798
|
readonly maxOutput: 128000;
|
|
791
799
|
readonly reasoning: true;
|
|
800
|
+
readonly reasoningEfforts: ["minimal", "low", "medium", "high"];
|
|
792
801
|
readonly streaming: true;
|
|
793
802
|
readonly vision: false;
|
|
794
803
|
readonly tools: true;
|
|
@@ -811,6 +820,7 @@ export declare const openaiModels: [{
|
|
|
811
820
|
readonly contextSize: 400000;
|
|
812
821
|
readonly maxOutput: 128000;
|
|
813
822
|
readonly reasoning: true;
|
|
823
|
+
readonly reasoningEfforts: ["minimal", "low", "medium", "high"];
|
|
814
824
|
readonly supportsResponsesApi: true;
|
|
815
825
|
readonly streaming: true;
|
|
816
826
|
readonly vision: false;
|
|
@@ -862,6 +872,7 @@ export declare const openaiModels: [{
|
|
|
862
872
|
readonly webSearch: true;
|
|
863
873
|
readonly webSearchPrice: "0.01";
|
|
864
874
|
readonly reasoning: true;
|
|
875
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high"];
|
|
865
876
|
readonly reasoningOutput: "omit";
|
|
866
877
|
readonly supportsResponsesApi: true;
|
|
867
878
|
readonly jsonOutputSchema: true;
|
|
@@ -882,6 +893,7 @@ export declare const openaiModels: [{
|
|
|
882
893
|
readonly vision: true;
|
|
883
894
|
readonly tools: true;
|
|
884
895
|
readonly reasoning: true;
|
|
896
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high"];
|
|
885
897
|
readonly supportsResponsesApi: true;
|
|
886
898
|
readonly jsonOutputSchema: true;
|
|
887
899
|
readonly supportedParameters: ["temperature", "top_p", "frequency_penalty", "presence_penalty", "response_format"];
|
|
@@ -905,6 +917,7 @@ export declare const openaiModels: [{
|
|
|
905
917
|
readonly maxOutput: 272000;
|
|
906
918
|
readonly streaming: true;
|
|
907
919
|
readonly reasoning: true;
|
|
920
|
+
readonly reasoningEfforts: ["high"];
|
|
908
921
|
readonly reasoningOutput: "omit";
|
|
909
922
|
readonly vision: true;
|
|
910
923
|
readonly tools: true;
|
|
@@ -1020,6 +1033,7 @@ export declare const openaiModels: [{
|
|
|
1020
1033
|
readonly webSearch: true;
|
|
1021
1034
|
readonly webSearchPrice: "0.01";
|
|
1022
1035
|
readonly reasoning: true;
|
|
1036
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1023
1037
|
readonly reasoningOutput: "omit";
|
|
1024
1038
|
readonly supportsResponsesApi: true;
|
|
1025
1039
|
readonly jsonOutputSchema: true;
|
|
@@ -1040,6 +1054,7 @@ export declare const openaiModels: [{
|
|
|
1040
1054
|
readonly vision: true;
|
|
1041
1055
|
readonly tools: true;
|
|
1042
1056
|
readonly reasoning: true;
|
|
1057
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1043
1058
|
readonly reasoningOutput: "omit";
|
|
1044
1059
|
readonly supportsResponsesApi: true;
|
|
1045
1060
|
readonly jsonOutputSchema: true;
|
|
@@ -1062,6 +1077,7 @@ export declare const openaiModels: [{
|
|
|
1062
1077
|
readonly maxOutput: 272000;
|
|
1063
1078
|
readonly streaming: true;
|
|
1064
1079
|
readonly reasoning: true;
|
|
1080
|
+
readonly reasoningEfforts: ["medium", "high", "xhigh"];
|
|
1065
1081
|
readonly reasoningOutput: "omit";
|
|
1066
1082
|
readonly vision: true;
|
|
1067
1083
|
readonly tools: true;
|
|
@@ -1082,6 +1098,7 @@ export declare const openaiModels: [{
|
|
|
1082
1098
|
readonly maxOutput: 272000;
|
|
1083
1099
|
readonly streaming: true;
|
|
1084
1100
|
readonly reasoning: true;
|
|
1101
|
+
readonly reasoningEfforts: ["medium", "high", "xhigh"];
|
|
1085
1102
|
readonly vision: true;
|
|
1086
1103
|
readonly tools: true;
|
|
1087
1104
|
readonly supportsResponsesApi: true;
|
|
@@ -1160,6 +1177,7 @@ export declare const openaiModels: [{
|
|
|
1160
1177
|
readonly webSearch: true;
|
|
1161
1178
|
readonly webSearchPrice: "0.01";
|
|
1162
1179
|
readonly reasoning: true;
|
|
1180
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1163
1181
|
readonly reasoningOutput: "omit";
|
|
1164
1182
|
readonly supportsResponsesApi: true;
|
|
1165
1183
|
readonly jsonOutputSchema: true;
|
|
@@ -1182,6 +1200,7 @@ export declare const openaiModels: [{
|
|
|
1182
1200
|
readonly webSearch: true;
|
|
1183
1201
|
readonly webSearchPrice: "0.01";
|
|
1184
1202
|
readonly reasoning: true;
|
|
1203
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1185
1204
|
readonly reasoningOutput: "omit";
|
|
1186
1205
|
readonly supportsResponsesApi: true;
|
|
1187
1206
|
readonly jsonOutputSchema: true;
|
|
@@ -1206,6 +1225,7 @@ export declare const openaiModels: [{
|
|
|
1206
1225
|
readonly maxOutput: 128000;
|
|
1207
1226
|
readonly streaming: true;
|
|
1208
1227
|
readonly reasoning: true;
|
|
1228
|
+
readonly reasoningEfforts: ["medium", "high", "xhigh"];
|
|
1209
1229
|
readonly reasoningOutput: "omit";
|
|
1210
1230
|
readonly vision: true;
|
|
1211
1231
|
readonly tools: true;
|
|
@@ -1226,6 +1246,7 @@ export declare const openaiModels: [{
|
|
|
1226
1246
|
readonly maxOutput: 128000;
|
|
1227
1247
|
readonly streaming: true;
|
|
1228
1248
|
readonly reasoning: true;
|
|
1249
|
+
readonly reasoningEfforts: ["medium", "high", "xhigh"];
|
|
1229
1250
|
readonly reasoningOutput: "omit";
|
|
1230
1251
|
readonly vision: true;
|
|
1231
1252
|
readonly tools: true;
|
|
@@ -1260,6 +1281,7 @@ export declare const openaiModels: [{
|
|
|
1260
1281
|
readonly webSearch: true;
|
|
1261
1282
|
readonly webSearchPrice: "0.01";
|
|
1262
1283
|
readonly reasoning: true;
|
|
1284
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1263
1285
|
readonly reasoningOutput: "omit";
|
|
1264
1286
|
readonly supportsResponsesApi: true;
|
|
1265
1287
|
readonly jsonOutputSchema: true;
|
|
@@ -1281,6 +1303,7 @@ export declare const openaiModels: [{
|
|
|
1281
1303
|
readonly webSearch: true;
|
|
1282
1304
|
readonly webSearchPrice: "0.01";
|
|
1283
1305
|
readonly reasoning: true;
|
|
1306
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1284
1307
|
readonly reasoningOutput: "omit";
|
|
1285
1308
|
readonly supportsResponsesApi: true;
|
|
1286
1309
|
readonly jsonOutputSchema: true;
|
|
@@ -1308,6 +1331,7 @@ export declare const openaiModels: [{
|
|
|
1308
1331
|
readonly webSearch: true;
|
|
1309
1332
|
readonly webSearchPrice: "0.01";
|
|
1310
1333
|
readonly reasoning: true;
|
|
1334
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1311
1335
|
readonly reasoningOutput: "omit";
|
|
1312
1336
|
readonly supportsResponsesApi: true;
|
|
1313
1337
|
readonly jsonOutputSchema: true;
|
|
@@ -1329,6 +1353,7 @@ export declare const openaiModels: [{
|
|
|
1329
1353
|
readonly webSearch: true;
|
|
1330
1354
|
readonly webSearchPrice: "0.01";
|
|
1331
1355
|
readonly reasoning: true;
|
|
1356
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1332
1357
|
readonly reasoningOutput: "omit";
|
|
1333
1358
|
readonly supportsResponsesApi: true;
|
|
1334
1359
|
readonly jsonOutputSchema: true;
|
|
@@ -1356,6 +1381,7 @@ export declare const openaiModels: [{
|
|
|
1356
1381
|
readonly webSearch: true;
|
|
1357
1382
|
readonly webSearchPrice: "0.01";
|
|
1358
1383
|
readonly reasoning: true;
|
|
1384
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1359
1385
|
readonly reasoningOutput: "omit";
|
|
1360
1386
|
readonly supportsResponsesApi: true;
|
|
1361
1387
|
readonly jsonOutputSchema: true;
|
|
@@ -1378,6 +1404,7 @@ export declare const openaiModels: [{
|
|
|
1378
1404
|
readonly webSearch: true;
|
|
1379
1405
|
readonly webSearchPrice: "0.01";
|
|
1380
1406
|
readonly reasoning: true;
|
|
1407
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh"];
|
|
1381
1408
|
readonly reasoningOutput: "omit";
|
|
1382
1409
|
readonly supportsResponsesApi: true;
|
|
1383
1410
|
readonly jsonOutputSchema: true;
|
|
@@ -1402,6 +1429,7 @@ export declare const openaiModels: [{
|
|
|
1402
1429
|
readonly maxOutput: 128000;
|
|
1403
1430
|
readonly streaming: true;
|
|
1404
1431
|
readonly reasoning: true;
|
|
1432
|
+
readonly reasoningEfforts: ["medium", "high", "xhigh"];
|
|
1405
1433
|
readonly reasoningOutput: "omit";
|
|
1406
1434
|
readonly vision: true;
|
|
1407
1435
|
readonly tools: true;
|
|
@@ -1453,6 +1481,7 @@ export declare const openaiModels: [{
|
|
|
1453
1481
|
readonly webSearch: true;
|
|
1454
1482
|
readonly webSearchPrice: "0.01";
|
|
1455
1483
|
readonly reasoning: true;
|
|
1484
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh", "max"];
|
|
1456
1485
|
readonly reasoningOutput: "omit";
|
|
1457
1486
|
readonly verbosity: true;
|
|
1458
1487
|
readonly supportsResponsesApi: true;
|
|
@@ -1501,6 +1530,7 @@ export declare const openaiModels: [{
|
|
|
1501
1530
|
readonly webSearch: true;
|
|
1502
1531
|
readonly webSearchPrice: "0.01";
|
|
1503
1532
|
readonly reasoning: true;
|
|
1533
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh", "max"];
|
|
1504
1534
|
readonly reasoningOutput: "omit";
|
|
1505
1535
|
readonly verbosity: true;
|
|
1506
1536
|
readonly supportsResponsesApi: true;
|
|
@@ -1549,6 +1579,7 @@ export declare const openaiModels: [{
|
|
|
1549
1579
|
readonly webSearch: true;
|
|
1550
1580
|
readonly webSearchPrice: "0.01";
|
|
1551
1581
|
readonly reasoning: true;
|
|
1582
|
+
readonly reasoningEfforts: ["none", "low", "medium", "high", "xhigh", "max"];
|
|
1552
1583
|
readonly reasoningOutput: "omit";
|
|
1553
1584
|
readonly verbosity: true;
|
|
1554
1585
|
readonly supportsResponsesApi: true;
|
|
@@ -1573,6 +1604,7 @@ export declare const openaiModels: [{
|
|
|
1573
1604
|
readonly maxOutput: 128000;
|
|
1574
1605
|
readonly streaming: true;
|
|
1575
1606
|
readonly reasoning: true;
|
|
1607
|
+
readonly reasoningEfforts: ["low", "medium", "high", "xhigh"];
|
|
1576
1608
|
readonly reasoningOutput: "omit";
|
|
1577
1609
|
readonly vision: true;
|
|
1578
1610
|
readonly tools: true;
|
|
@@ -1593,6 +1625,7 @@ export declare const openaiModels: [{
|
|
|
1593
1625
|
readonly maxOutput: 128000;
|
|
1594
1626
|
readonly streaming: true;
|
|
1595
1627
|
readonly reasoning: true;
|
|
1628
|
+
readonly reasoningEfforts: ["low", "medium", "high", "xhigh"];
|
|
1596
1629
|
readonly vision: true;
|
|
1597
1630
|
readonly tools: true;
|
|
1598
1631
|
readonly supportsResponsesApi: true;
|
|
@@ -1620,6 +1653,7 @@ export declare const openaiModels: [{
|
|
|
1620
1653
|
readonly maxOutput: 128000;
|
|
1621
1654
|
readonly streaming: true;
|
|
1622
1655
|
readonly reasoning: true;
|
|
1656
|
+
readonly reasoningEfforts: ["low", "medium", "high", "xhigh"];
|
|
1623
1657
|
readonly reasoningOutput: "omit";
|
|
1624
1658
|
readonly vision: true;
|
|
1625
1659
|
readonly tools: true;
|
|
@@ -1641,6 +1675,7 @@ export declare const openaiModels: [{
|
|
|
1641
1675
|
readonly maxOutput: 128000;
|
|
1642
1676
|
readonly streaming: true;
|
|
1643
1677
|
readonly reasoning: true;
|
|
1678
|
+
readonly reasoningEfforts: ["low", "medium", "high", "xhigh"];
|
|
1644
1679
|
readonly vision: true;
|
|
1645
1680
|
readonly tools: true;
|
|
1646
1681
|
readonly supportsResponsesApi: true;
|
package/dist/models/openai.js
CHANGED
|
@@ -340,6 +340,7 @@ export const openaiModels = [
|
|
|
340
340
|
streaming: true,
|
|
341
341
|
vision: true,
|
|
342
342
|
reasoning: true,
|
|
343
|
+
reasoningEfforts: ["low", "medium", "high"],
|
|
343
344
|
tools: false,
|
|
344
345
|
jsonOutputSchema: true,
|
|
345
346
|
jsonOutput: true,
|
|
@@ -357,6 +358,7 @@ export const openaiModels = [
|
|
|
357
358
|
streaming: true,
|
|
358
359
|
vision: true,
|
|
359
360
|
reasoning: true,
|
|
361
|
+
reasoningEfforts: ["low", "medium", "high"],
|
|
360
362
|
tools: false,
|
|
361
363
|
jsonOutputSchema: true,
|
|
362
364
|
jsonOutput: true,
|
|
@@ -599,6 +601,7 @@ export const openaiModels = [
|
|
|
599
601
|
vision: true,
|
|
600
602
|
tools: true,
|
|
601
603
|
reasoning: true,
|
|
604
|
+
reasoningEfforts: ["low", "medium", "high"],
|
|
602
605
|
jsonOutputSchema: true,
|
|
603
606
|
jsonOutput: true,
|
|
604
607
|
supportedParameters: ["reasoning_effort", "response_format"],
|
|
@@ -617,6 +620,7 @@ export const openaiModels = [
|
|
|
617
620
|
vision: true,
|
|
618
621
|
tools: true,
|
|
619
622
|
reasoning: true,
|
|
623
|
+
reasoningEfforts: ["low", "medium", "high"],
|
|
620
624
|
jsonOutputSchema: true,
|
|
621
625
|
jsonOutput: true,
|
|
622
626
|
},
|
|
@@ -811,6 +815,7 @@ export const openaiModels = [
|
|
|
811
815
|
contextSize: 400000,
|
|
812
816
|
maxOutput: 128000,
|
|
813
817
|
reasoning: true,
|
|
818
|
+
reasoningEfforts: ["minimal", "low", "medium", "high"],
|
|
814
819
|
streaming: true,
|
|
815
820
|
vision: true,
|
|
816
821
|
tools: true,
|
|
@@ -843,6 +848,7 @@ export const openaiModels = [
|
|
|
843
848
|
contextSize: 400000,
|
|
844
849
|
maxOutput: 128000,
|
|
845
850
|
reasoning: true,
|
|
851
|
+
reasoningEfforts: ["minimal", "low", "medium", "high"],
|
|
846
852
|
supportsResponsesApi: true,
|
|
847
853
|
streaming: true,
|
|
848
854
|
vision: true,
|
|
@@ -879,6 +885,7 @@ export const openaiModels = [
|
|
|
879
885
|
contextSize: 400000,
|
|
880
886
|
maxOutput: 128000,
|
|
881
887
|
reasoning: true,
|
|
888
|
+
reasoningEfforts: ["minimal", "low", "medium", "high"],
|
|
882
889
|
streaming: true,
|
|
883
890
|
vision: true,
|
|
884
891
|
tools: true,
|
|
@@ -911,6 +918,7 @@ export const openaiModels = [
|
|
|
911
918
|
contextSize: 400000,
|
|
912
919
|
maxOutput: 128000,
|
|
913
920
|
reasoning: true,
|
|
921
|
+
reasoningEfforts: ["minimal", "low", "medium", "high"],
|
|
914
922
|
supportsResponsesApi: true,
|
|
915
923
|
streaming: true,
|
|
916
924
|
vision: true,
|
|
@@ -947,6 +955,7 @@ export const openaiModels = [
|
|
|
947
955
|
contextSize: 400000,
|
|
948
956
|
maxOutput: 128000,
|
|
949
957
|
reasoning: true,
|
|
958
|
+
reasoningEfforts: ["minimal", "low", "medium", "high"],
|
|
950
959
|
streaming: true,
|
|
951
960
|
vision: false,
|
|
952
961
|
tools: true,
|
|
@@ -979,6 +988,7 @@ export const openaiModels = [
|
|
|
979
988
|
contextSize: 400000,
|
|
980
989
|
maxOutput: 128000,
|
|
981
990
|
reasoning: true,
|
|
991
|
+
reasoningEfforts: ["minimal", "low", "medium", "high"],
|
|
982
992
|
supportsResponsesApi: true,
|
|
983
993
|
streaming: true,
|
|
984
994
|
vision: false,
|
|
@@ -1050,6 +1060,7 @@ export const openaiModels = [
|
|
|
1050
1060
|
webSearch: true,
|
|
1051
1061
|
webSearchPrice: "0.01",
|
|
1052
1062
|
reasoning: true,
|
|
1063
|
+
reasoningEfforts: ["none", "low", "medium", "high"],
|
|
1053
1064
|
reasoningOutput: "omit",
|
|
1054
1065
|
supportsResponsesApi: true,
|
|
1055
1066
|
jsonOutputSchema: true,
|
|
@@ -1078,6 +1089,7 @@ export const openaiModels = [
|
|
|
1078
1089
|
vision: true,
|
|
1079
1090
|
tools: true,
|
|
1080
1091
|
reasoning: true,
|
|
1092
|
+
reasoningEfforts: ["none", "low", "medium", "high"],
|
|
1081
1093
|
supportsResponsesApi: true,
|
|
1082
1094
|
jsonOutputSchema: true,
|
|
1083
1095
|
supportedParameters: [
|
|
@@ -1110,6 +1122,7 @@ export const openaiModels = [
|
|
|
1110
1122
|
maxOutput: 272000,
|
|
1111
1123
|
streaming: true,
|
|
1112
1124
|
reasoning: true,
|
|
1125
|
+
reasoningEfforts: ["high"],
|
|
1113
1126
|
reasoningOutput: "omit",
|
|
1114
1127
|
vision: true,
|
|
1115
1128
|
tools: true,
|
|
@@ -1236,6 +1249,7 @@ export const openaiModels = [
|
|
|
1236
1249
|
webSearch: true,
|
|
1237
1250
|
webSearchPrice: "0.01",
|
|
1238
1251
|
reasoning: true,
|
|
1252
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1239
1253
|
reasoningOutput: "omit",
|
|
1240
1254
|
supportsResponsesApi: true,
|
|
1241
1255
|
jsonOutputSchema: true,
|
|
@@ -1264,6 +1278,7 @@ export const openaiModels = [
|
|
|
1264
1278
|
vision: true,
|
|
1265
1279
|
tools: true,
|
|
1266
1280
|
reasoning: true,
|
|
1281
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1267
1282
|
reasoningOutput: "omit",
|
|
1268
1283
|
supportsResponsesApi: true,
|
|
1269
1284
|
jsonOutputSchema: true,
|
|
@@ -1295,6 +1310,7 @@ export const openaiModels = [
|
|
|
1295
1310
|
maxOutput: 272000,
|
|
1296
1311
|
streaming: true,
|
|
1297
1312
|
reasoning: true,
|
|
1313
|
+
reasoningEfforts: ["medium", "high", "xhigh"],
|
|
1298
1314
|
reasoningOutput: "omit",
|
|
1299
1315
|
vision: true,
|
|
1300
1316
|
tools: true,
|
|
@@ -1316,6 +1332,7 @@ export const openaiModels = [
|
|
|
1316
1332
|
maxOutput: 272000,
|
|
1317
1333
|
streaming: true,
|
|
1318
1334
|
reasoning: true,
|
|
1335
|
+
reasoningEfforts: ["medium", "high", "xhigh"],
|
|
1319
1336
|
vision: true,
|
|
1320
1337
|
tools: true,
|
|
1321
1338
|
supportsResponsesApi: true,
|
|
@@ -1399,6 +1416,7 @@ export const openaiModels = [
|
|
|
1399
1416
|
webSearch: true,
|
|
1400
1417
|
webSearchPrice: "0.01",
|
|
1401
1418
|
reasoning: true,
|
|
1419
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1402
1420
|
reasoningOutput: "omit",
|
|
1403
1421
|
supportsResponsesApi: true,
|
|
1404
1422
|
jsonOutputSchema: true,
|
|
@@ -1429,6 +1447,7 @@ export const openaiModels = [
|
|
|
1429
1447
|
webSearch: true,
|
|
1430
1448
|
webSearchPrice: "0.01",
|
|
1431
1449
|
reasoning: true,
|
|
1450
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1432
1451
|
reasoningOutput: "omit",
|
|
1433
1452
|
supportsResponsesApi: true,
|
|
1434
1453
|
jsonOutputSchema: true,
|
|
@@ -1462,6 +1481,7 @@ export const openaiModels = [
|
|
|
1462
1481
|
maxOutput: 128000,
|
|
1463
1482
|
streaming: true,
|
|
1464
1483
|
reasoning: true,
|
|
1484
|
+
reasoningEfforts: ["medium", "high", "xhigh"],
|
|
1465
1485
|
reasoningOutput: "omit",
|
|
1466
1486
|
vision: true,
|
|
1467
1487
|
tools: true,
|
|
@@ -1483,6 +1503,7 @@ export const openaiModels = [
|
|
|
1483
1503
|
maxOutput: 128000,
|
|
1484
1504
|
streaming: true,
|
|
1485
1505
|
reasoning: true,
|
|
1506
|
+
reasoningEfforts: ["medium", "high", "xhigh"],
|
|
1486
1507
|
reasoningOutput: "omit",
|
|
1487
1508
|
vision: true,
|
|
1488
1509
|
tools: true,
|
|
@@ -1518,6 +1539,7 @@ export const openaiModels = [
|
|
|
1518
1539
|
webSearch: true,
|
|
1519
1540
|
webSearchPrice: "0.01",
|
|
1520
1541
|
reasoning: true,
|
|
1542
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1521
1543
|
reasoningOutput: "omit",
|
|
1522
1544
|
supportsResponsesApi: true,
|
|
1523
1545
|
jsonOutputSchema: true,
|
|
@@ -1540,6 +1562,7 @@ export const openaiModels = [
|
|
|
1540
1562
|
webSearch: true,
|
|
1541
1563
|
webSearchPrice: "0.01",
|
|
1542
1564
|
reasoning: true,
|
|
1565
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1543
1566
|
reasoningOutput: "omit",
|
|
1544
1567
|
supportsResponsesApi: true,
|
|
1545
1568
|
jsonOutputSchema: true,
|
|
@@ -1570,6 +1593,7 @@ export const openaiModels = [
|
|
|
1570
1593
|
webSearch: true,
|
|
1571
1594
|
webSearchPrice: "0.01",
|
|
1572
1595
|
reasoning: true,
|
|
1596
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1573
1597
|
reasoningOutput: "omit",
|
|
1574
1598
|
supportsResponsesApi: true,
|
|
1575
1599
|
jsonOutputSchema: true,
|
|
@@ -1592,6 +1616,7 @@ export const openaiModels = [
|
|
|
1592
1616
|
webSearch: true,
|
|
1593
1617
|
webSearchPrice: "0.01",
|
|
1594
1618
|
reasoning: true,
|
|
1619
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1595
1620
|
reasoningOutput: "omit",
|
|
1596
1621
|
supportsResponsesApi: true,
|
|
1597
1622
|
jsonOutputSchema: true,
|
|
@@ -1622,6 +1647,7 @@ export const openaiModels = [
|
|
|
1622
1647
|
webSearch: true,
|
|
1623
1648
|
webSearchPrice: "0.01",
|
|
1624
1649
|
reasoning: true,
|
|
1650
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1625
1651
|
reasoningOutput: "omit",
|
|
1626
1652
|
supportsResponsesApi: true,
|
|
1627
1653
|
jsonOutputSchema: true,
|
|
@@ -1652,6 +1678,7 @@ export const openaiModels = [
|
|
|
1652
1678
|
webSearch: true,
|
|
1653
1679
|
webSearchPrice: "0.01",
|
|
1654
1680
|
reasoning: true,
|
|
1681
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh"],
|
|
1655
1682
|
reasoningOutput: "omit",
|
|
1656
1683
|
supportsResponsesApi: true,
|
|
1657
1684
|
jsonOutputSchema: true,
|
|
@@ -1685,6 +1712,7 @@ export const openaiModels = [
|
|
|
1685
1712
|
maxOutput: 128000,
|
|
1686
1713
|
streaming: true,
|
|
1687
1714
|
reasoning: true,
|
|
1715
|
+
reasoningEfforts: ["medium", "high", "xhigh"],
|
|
1688
1716
|
reasoningOutput: "omit",
|
|
1689
1717
|
vision: true,
|
|
1690
1718
|
tools: true,
|
|
@@ -1740,6 +1768,7 @@ export const openaiModels = [
|
|
|
1740
1768
|
webSearch: true,
|
|
1741
1769
|
webSearchPrice: "0.01",
|
|
1742
1770
|
reasoning: true,
|
|
1771
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh", "max"],
|
|
1743
1772
|
reasoningOutput: "omit",
|
|
1744
1773
|
verbosity: true,
|
|
1745
1774
|
supportsResponsesApi: true,
|
|
@@ -1799,6 +1828,7 @@ export const openaiModels = [
|
|
|
1799
1828
|
webSearch: true,
|
|
1800
1829
|
webSearchPrice: "0.01",
|
|
1801
1830
|
reasoning: true,
|
|
1831
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh", "max"],
|
|
1802
1832
|
reasoningOutput: "omit",
|
|
1803
1833
|
verbosity: true,
|
|
1804
1834
|
supportsResponsesApi: true,
|
|
@@ -1858,6 +1888,7 @@ export const openaiModels = [
|
|
|
1858
1888
|
webSearch: true,
|
|
1859
1889
|
webSearchPrice: "0.01",
|
|
1860
1890
|
reasoning: true,
|
|
1891
|
+
reasoningEfforts: ["none", "low", "medium", "high", "xhigh", "max"],
|
|
1861
1892
|
reasoningOutput: "omit",
|
|
1862
1893
|
verbosity: true,
|
|
1863
1894
|
supportsResponsesApi: true,
|
|
@@ -1892,6 +1923,7 @@ export const openaiModels = [
|
|
|
1892
1923
|
maxOutput: 128000,
|
|
1893
1924
|
streaming: true,
|
|
1894
1925
|
reasoning: true,
|
|
1926
|
+
reasoningEfforts: ["low", "medium", "high", "xhigh"],
|
|
1895
1927
|
reasoningOutput: "omit",
|
|
1896
1928
|
vision: true,
|
|
1897
1929
|
tools: true,
|
|
@@ -1913,6 +1945,7 @@ export const openaiModels = [
|
|
|
1913
1945
|
maxOutput: 128000,
|
|
1914
1946
|
streaming: true,
|
|
1915
1947
|
reasoning: true,
|
|
1948
|
+
reasoningEfforts: ["low", "medium", "high", "xhigh"],
|
|
1916
1949
|
vision: true,
|
|
1917
1950
|
tools: true,
|
|
1918
1951
|
supportsResponsesApi: true,
|
|
@@ -1941,6 +1974,7 @@ export const openaiModels = [
|
|
|
1941
1974
|
maxOutput: 128000,
|
|
1942
1975
|
streaming: true,
|
|
1943
1976
|
reasoning: true,
|
|
1977
|
+
reasoningEfforts: ["low", "medium", "high", "xhigh"],
|
|
1944
1978
|
reasoningOutput: "omit",
|
|
1945
1979
|
vision: true,
|
|
1946
1980
|
tools: true,
|
|
@@ -1963,6 +1997,7 @@ export const openaiModels = [
|
|
|
1963
1997
|
maxOutput: 128000,
|
|
1964
1998
|
streaming: true,
|
|
1965
1999
|
reasoning: true,
|
|
2000
|
+
reasoningEfforts: ["low", "medium", "high", "xhigh"],
|
|
1966
2001
|
vision: true,
|
|
1967
2002
|
tools: true,
|
|
1968
2003
|
supportsResponsesApi: true,
|