@dreb/ai 2.57.1 → 2.58.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.
- package/dist/models.generated.d.ts +455 -21
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +560 -132
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -765,6 +765,57 @@ export declare const MODELS: {
|
|
|
765
765
|
contextWindow: number;
|
|
766
766
|
maxTokens: number;
|
|
767
767
|
};
|
|
768
|
+
readonly "global.openai.gpt-5.6-luna": {
|
|
769
|
+
id: string;
|
|
770
|
+
name: string;
|
|
771
|
+
api: "bedrock-converse-stream";
|
|
772
|
+
provider: string;
|
|
773
|
+
baseUrl: string;
|
|
774
|
+
reasoning: true;
|
|
775
|
+
input: ("image" | "text")[];
|
|
776
|
+
cost: {
|
|
777
|
+
input: number;
|
|
778
|
+
output: number;
|
|
779
|
+
cacheRead: number;
|
|
780
|
+
cacheWrite: number;
|
|
781
|
+
};
|
|
782
|
+
contextWindow: number;
|
|
783
|
+
maxTokens: number;
|
|
784
|
+
};
|
|
785
|
+
readonly "global.openai.gpt-5.6-sol": {
|
|
786
|
+
id: string;
|
|
787
|
+
name: string;
|
|
788
|
+
api: "bedrock-converse-stream";
|
|
789
|
+
provider: string;
|
|
790
|
+
baseUrl: string;
|
|
791
|
+
reasoning: true;
|
|
792
|
+
input: ("image" | "text")[];
|
|
793
|
+
cost: {
|
|
794
|
+
input: number;
|
|
795
|
+
output: number;
|
|
796
|
+
cacheRead: number;
|
|
797
|
+
cacheWrite: number;
|
|
798
|
+
};
|
|
799
|
+
contextWindow: number;
|
|
800
|
+
maxTokens: number;
|
|
801
|
+
};
|
|
802
|
+
readonly "global.openai.gpt-5.6-terra": {
|
|
803
|
+
id: string;
|
|
804
|
+
name: string;
|
|
805
|
+
api: "bedrock-converse-stream";
|
|
806
|
+
provider: string;
|
|
807
|
+
baseUrl: string;
|
|
808
|
+
reasoning: true;
|
|
809
|
+
input: ("image" | "text")[];
|
|
810
|
+
cost: {
|
|
811
|
+
input: number;
|
|
812
|
+
output: number;
|
|
813
|
+
cacheRead: number;
|
|
814
|
+
cacheWrite: number;
|
|
815
|
+
};
|
|
816
|
+
contextWindow: number;
|
|
817
|
+
maxTokens: number;
|
|
818
|
+
};
|
|
768
819
|
readonly "google.gemma-3-27b-it": {
|
|
769
820
|
id: string;
|
|
770
821
|
name: string;
|
|
@@ -5011,6 +5062,46 @@ export declare const MODELS: {
|
|
|
5011
5062
|
contextWindow: number;
|
|
5012
5063
|
maxTokens: number;
|
|
5013
5064
|
};
|
|
5065
|
+
readonly "Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
|
5066
|
+
id: string;
|
|
5067
|
+
name: string;
|
|
5068
|
+
api: "openai-completions";
|
|
5069
|
+
provider: string;
|
|
5070
|
+
baseUrl: string;
|
|
5071
|
+
compat: {
|
|
5072
|
+
supportsDeveloperRole: false;
|
|
5073
|
+
};
|
|
5074
|
+
reasoning: false;
|
|
5075
|
+
input: ("image" | "text")[];
|
|
5076
|
+
cost: {
|
|
5077
|
+
input: number;
|
|
5078
|
+
output: number;
|
|
5079
|
+
cacheRead: number;
|
|
5080
|
+
cacheWrite: number;
|
|
5081
|
+
};
|
|
5082
|
+
contextWindow: number;
|
|
5083
|
+
maxTokens: number;
|
|
5084
|
+
};
|
|
5085
|
+
readonly "Qwen/Qwen3-VL-235B-A22B-Thinking": {
|
|
5086
|
+
id: string;
|
|
5087
|
+
name: string;
|
|
5088
|
+
api: "openai-completions";
|
|
5089
|
+
provider: string;
|
|
5090
|
+
baseUrl: string;
|
|
5091
|
+
compat: {
|
|
5092
|
+
supportsDeveloperRole: false;
|
|
5093
|
+
};
|
|
5094
|
+
reasoning: true;
|
|
5095
|
+
input: ("image" | "text")[];
|
|
5096
|
+
cost: {
|
|
5097
|
+
input: number;
|
|
5098
|
+
output: number;
|
|
5099
|
+
cacheRead: number;
|
|
5100
|
+
cacheWrite: number;
|
|
5101
|
+
};
|
|
5102
|
+
contextWindow: number;
|
|
5103
|
+
maxTokens: number;
|
|
5104
|
+
};
|
|
5014
5105
|
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5015
5106
|
id: string;
|
|
5016
5107
|
name: string;
|
|
@@ -5151,6 +5242,26 @@ export declare const MODELS: {
|
|
|
5151
5242
|
contextWindow: number;
|
|
5152
5243
|
maxTokens: number;
|
|
5153
5244
|
};
|
|
5245
|
+
readonly "Qwen/Qwen3.8-2.4T-A95B": {
|
|
5246
|
+
id: string;
|
|
5247
|
+
name: string;
|
|
5248
|
+
api: "openai-completions";
|
|
5249
|
+
provider: string;
|
|
5250
|
+
baseUrl: string;
|
|
5251
|
+
compat: {
|
|
5252
|
+
supportsDeveloperRole: false;
|
|
5253
|
+
};
|
|
5254
|
+
reasoning: true;
|
|
5255
|
+
input: "text"[];
|
|
5256
|
+
cost: {
|
|
5257
|
+
input: number;
|
|
5258
|
+
output: number;
|
|
5259
|
+
cacheRead: number;
|
|
5260
|
+
cacheWrite: number;
|
|
5261
|
+
};
|
|
5262
|
+
contextWindow: number;
|
|
5263
|
+
maxTokens: number;
|
|
5264
|
+
};
|
|
5154
5265
|
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5155
5266
|
id: string;
|
|
5156
5267
|
name: string;
|
|
@@ -8912,7 +9023,7 @@ export declare const MODELS: {
|
|
|
8912
9023
|
readonly "qwen3.6-plus": {
|
|
8913
9024
|
id: string;
|
|
8914
9025
|
name: string;
|
|
8915
|
-
api: "
|
|
9026
|
+
api: "openai-completions";
|
|
8916
9027
|
provider: string;
|
|
8917
9028
|
baseUrl: string;
|
|
8918
9029
|
reasoning: true;
|
|
@@ -8929,7 +9040,7 @@ export declare const MODELS: {
|
|
|
8929
9040
|
readonly "qwen3.7-max": {
|
|
8930
9041
|
id: string;
|
|
8931
9042
|
name: string;
|
|
8932
|
-
api: "
|
|
9043
|
+
api: "openai-completions";
|
|
8933
9044
|
provider: string;
|
|
8934
9045
|
baseUrl: string;
|
|
8935
9046
|
reasoning: true;
|
|
@@ -8946,7 +9057,7 @@ export declare const MODELS: {
|
|
|
8946
9057
|
readonly "qwen3.7-plus": {
|
|
8947
9058
|
id: string;
|
|
8948
9059
|
name: string;
|
|
8949
|
-
api: "
|
|
9060
|
+
api: "openai-completions";
|
|
8950
9061
|
provider: string;
|
|
8951
9062
|
baseUrl: string;
|
|
8952
9063
|
reasoning: true;
|
|
@@ -8963,7 +9074,7 @@ export declare const MODELS: {
|
|
|
8963
9074
|
readonly "qwen3.8-max": {
|
|
8964
9075
|
id: string;
|
|
8965
9076
|
name: string;
|
|
8966
|
-
api: "
|
|
9077
|
+
api: "openai-completions";
|
|
8967
9078
|
provider: string;
|
|
8968
9079
|
baseUrl: string;
|
|
8969
9080
|
reasoning: true;
|
|
@@ -10713,23 +10824,6 @@ export declare const MODELS: {
|
|
|
10713
10824
|
contextWindow: number;
|
|
10714
10825
|
maxTokens: number;
|
|
10715
10826
|
};
|
|
10716
|
-
readonly "liquid/lfm-2.5-2.6b:free": {
|
|
10717
|
-
id: string;
|
|
10718
|
-
name: string;
|
|
10719
|
-
api: "openai-completions";
|
|
10720
|
-
provider: string;
|
|
10721
|
-
baseUrl: string;
|
|
10722
|
-
reasoning: true;
|
|
10723
|
-
input: "text"[];
|
|
10724
|
-
cost: {
|
|
10725
|
-
input: number;
|
|
10726
|
-
output: number;
|
|
10727
|
-
cacheRead: number;
|
|
10728
|
-
cacheWrite: number;
|
|
10729
|
-
};
|
|
10730
|
-
contextWindow: number;
|
|
10731
|
-
maxTokens: number;
|
|
10732
|
-
};
|
|
10733
10827
|
readonly "meituan/longcat-2.0": {
|
|
10734
10828
|
id: string;
|
|
10735
10829
|
name: string;
|
|
@@ -15322,6 +15416,23 @@ export declare const MODELS: {
|
|
|
15322
15416
|
contextWindow: number;
|
|
15323
15417
|
maxTokens: number;
|
|
15324
15418
|
};
|
|
15419
|
+
readonly "alibaba/qwen3.8-27b": {
|
|
15420
|
+
id: string;
|
|
15421
|
+
name: string;
|
|
15422
|
+
api: "anthropic-messages";
|
|
15423
|
+
provider: string;
|
|
15424
|
+
baseUrl: string;
|
|
15425
|
+
reasoning: true;
|
|
15426
|
+
input: ("image" | "text")[];
|
|
15427
|
+
cost: {
|
|
15428
|
+
input: number;
|
|
15429
|
+
output: number;
|
|
15430
|
+
cacheRead: number;
|
|
15431
|
+
cacheWrite: number;
|
|
15432
|
+
};
|
|
15433
|
+
contextWindow: number;
|
|
15434
|
+
maxTokens: number;
|
|
15435
|
+
};
|
|
15325
15436
|
readonly "alibaba/qwen3.8-max": {
|
|
15326
15437
|
id: string;
|
|
15327
15438
|
name: string;
|
|
@@ -16971,6 +17082,23 @@ export declare const MODELS: {
|
|
|
16971
17082
|
contextWindow: number;
|
|
16972
17083
|
maxTokens: number;
|
|
16973
17084
|
};
|
|
17085
|
+
readonly "nvidia/nemotron-3.5-lightning": {
|
|
17086
|
+
id: string;
|
|
17087
|
+
name: string;
|
|
17088
|
+
api: "anthropic-messages";
|
|
17089
|
+
provider: string;
|
|
17090
|
+
baseUrl: string;
|
|
17091
|
+
reasoning: true;
|
|
17092
|
+
input: "text"[];
|
|
17093
|
+
cost: {
|
|
17094
|
+
input: number;
|
|
17095
|
+
output: number;
|
|
17096
|
+
cacheRead: number;
|
|
17097
|
+
cacheWrite: number;
|
|
17098
|
+
};
|
|
17099
|
+
contextWindow: number;
|
|
17100
|
+
maxTokens: number;
|
|
17101
|
+
};
|
|
16974
17102
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
16975
17103
|
id: string;
|
|
16976
17104
|
name: string;
|
|
@@ -17056,6 +17184,23 @@ export declare const MODELS: {
|
|
|
17056
17184
|
contextWindow: number;
|
|
17057
17185
|
maxTokens: number;
|
|
17058
17186
|
};
|
|
17187
|
+
readonly "openai/gpt-4.1-fast": {
|
|
17188
|
+
id: string;
|
|
17189
|
+
name: string;
|
|
17190
|
+
api: "anthropic-messages";
|
|
17191
|
+
provider: string;
|
|
17192
|
+
baseUrl: string;
|
|
17193
|
+
reasoning: false;
|
|
17194
|
+
input: ("image" | "text")[];
|
|
17195
|
+
cost: {
|
|
17196
|
+
input: number;
|
|
17197
|
+
output: number;
|
|
17198
|
+
cacheRead: number;
|
|
17199
|
+
cacheWrite: number;
|
|
17200
|
+
};
|
|
17201
|
+
contextWindow: number;
|
|
17202
|
+
maxTokens: number;
|
|
17203
|
+
};
|
|
17059
17204
|
readonly "openai/gpt-4.1-mini": {
|
|
17060
17205
|
id: string;
|
|
17061
17206
|
name: string;
|
|
@@ -17073,6 +17218,23 @@ export declare const MODELS: {
|
|
|
17073
17218
|
contextWindow: number;
|
|
17074
17219
|
maxTokens: number;
|
|
17075
17220
|
};
|
|
17221
|
+
readonly "openai/gpt-4.1-mini-fast": {
|
|
17222
|
+
id: string;
|
|
17223
|
+
name: string;
|
|
17224
|
+
api: "anthropic-messages";
|
|
17225
|
+
provider: string;
|
|
17226
|
+
baseUrl: string;
|
|
17227
|
+
reasoning: false;
|
|
17228
|
+
input: ("image" | "text")[];
|
|
17229
|
+
cost: {
|
|
17230
|
+
input: number;
|
|
17231
|
+
output: number;
|
|
17232
|
+
cacheRead: number;
|
|
17233
|
+
cacheWrite: number;
|
|
17234
|
+
};
|
|
17235
|
+
contextWindow: number;
|
|
17236
|
+
maxTokens: number;
|
|
17237
|
+
};
|
|
17076
17238
|
readonly "openai/gpt-4.1-nano": {
|
|
17077
17239
|
id: string;
|
|
17078
17240
|
name: string;
|
|
@@ -17090,6 +17252,23 @@ export declare const MODELS: {
|
|
|
17090
17252
|
contextWindow: number;
|
|
17091
17253
|
maxTokens: number;
|
|
17092
17254
|
};
|
|
17255
|
+
readonly "openai/gpt-4.1-nano-fast": {
|
|
17256
|
+
id: string;
|
|
17257
|
+
name: string;
|
|
17258
|
+
api: "anthropic-messages";
|
|
17259
|
+
provider: string;
|
|
17260
|
+
baseUrl: string;
|
|
17261
|
+
reasoning: false;
|
|
17262
|
+
input: ("image" | "text")[];
|
|
17263
|
+
cost: {
|
|
17264
|
+
input: number;
|
|
17265
|
+
output: number;
|
|
17266
|
+
cacheRead: number;
|
|
17267
|
+
cacheWrite: number;
|
|
17268
|
+
};
|
|
17269
|
+
contextWindow: number;
|
|
17270
|
+
maxTokens: number;
|
|
17271
|
+
};
|
|
17093
17272
|
readonly "openai/gpt-4o": {
|
|
17094
17273
|
id: string;
|
|
17095
17274
|
name: string;
|
|
@@ -17107,6 +17286,23 @@ export declare const MODELS: {
|
|
|
17107
17286
|
contextWindow: number;
|
|
17108
17287
|
maxTokens: number;
|
|
17109
17288
|
};
|
|
17289
|
+
readonly "openai/gpt-4o-fast": {
|
|
17290
|
+
id: string;
|
|
17291
|
+
name: string;
|
|
17292
|
+
api: "anthropic-messages";
|
|
17293
|
+
provider: string;
|
|
17294
|
+
baseUrl: string;
|
|
17295
|
+
reasoning: false;
|
|
17296
|
+
input: ("image" | "text")[];
|
|
17297
|
+
cost: {
|
|
17298
|
+
input: number;
|
|
17299
|
+
output: number;
|
|
17300
|
+
cacheRead: number;
|
|
17301
|
+
cacheWrite: number;
|
|
17302
|
+
};
|
|
17303
|
+
contextWindow: number;
|
|
17304
|
+
maxTokens: number;
|
|
17305
|
+
};
|
|
17110
17306
|
readonly "openai/gpt-4o-mini": {
|
|
17111
17307
|
id: string;
|
|
17112
17308
|
name: string;
|
|
@@ -17124,6 +17320,23 @@ export declare const MODELS: {
|
|
|
17124
17320
|
contextWindow: number;
|
|
17125
17321
|
maxTokens: number;
|
|
17126
17322
|
};
|
|
17323
|
+
readonly "openai/gpt-4o-mini-fast": {
|
|
17324
|
+
id: string;
|
|
17325
|
+
name: string;
|
|
17326
|
+
api: "anthropic-messages";
|
|
17327
|
+
provider: string;
|
|
17328
|
+
baseUrl: string;
|
|
17329
|
+
reasoning: false;
|
|
17330
|
+
input: ("image" | "text")[];
|
|
17331
|
+
cost: {
|
|
17332
|
+
input: number;
|
|
17333
|
+
output: number;
|
|
17334
|
+
cacheRead: number;
|
|
17335
|
+
cacheWrite: number;
|
|
17336
|
+
};
|
|
17337
|
+
contextWindow: number;
|
|
17338
|
+
maxTokens: number;
|
|
17339
|
+
};
|
|
17127
17340
|
readonly "openai/gpt-5": {
|
|
17128
17341
|
id: string;
|
|
17129
17342
|
name: string;
|
|
@@ -17158,6 +17371,23 @@ export declare const MODELS: {
|
|
|
17158
17371
|
contextWindow: number;
|
|
17159
17372
|
maxTokens: number;
|
|
17160
17373
|
};
|
|
17374
|
+
readonly "openai/gpt-5-fast": {
|
|
17375
|
+
id: string;
|
|
17376
|
+
name: string;
|
|
17377
|
+
api: "anthropic-messages";
|
|
17378
|
+
provider: string;
|
|
17379
|
+
baseUrl: string;
|
|
17380
|
+
reasoning: true;
|
|
17381
|
+
input: ("image" | "text")[];
|
|
17382
|
+
cost: {
|
|
17383
|
+
input: number;
|
|
17384
|
+
output: number;
|
|
17385
|
+
cacheRead: number;
|
|
17386
|
+
cacheWrite: number;
|
|
17387
|
+
};
|
|
17388
|
+
contextWindow: number;
|
|
17389
|
+
maxTokens: number;
|
|
17390
|
+
};
|
|
17161
17391
|
readonly "openai/gpt-5-mini": {
|
|
17162
17392
|
id: string;
|
|
17163
17393
|
name: string;
|
|
@@ -17175,6 +17405,23 @@ export declare const MODELS: {
|
|
|
17175
17405
|
contextWindow: number;
|
|
17176
17406
|
maxTokens: number;
|
|
17177
17407
|
};
|
|
17408
|
+
readonly "openai/gpt-5-mini-fast": {
|
|
17409
|
+
id: string;
|
|
17410
|
+
name: string;
|
|
17411
|
+
api: "anthropic-messages";
|
|
17412
|
+
provider: string;
|
|
17413
|
+
baseUrl: string;
|
|
17414
|
+
reasoning: true;
|
|
17415
|
+
input: ("image" | "text")[];
|
|
17416
|
+
cost: {
|
|
17417
|
+
input: number;
|
|
17418
|
+
output: number;
|
|
17419
|
+
cacheRead: number;
|
|
17420
|
+
cacheWrite: number;
|
|
17421
|
+
};
|
|
17422
|
+
contextWindow: number;
|
|
17423
|
+
maxTokens: number;
|
|
17424
|
+
};
|
|
17178
17425
|
readonly "openai/gpt-5-nano": {
|
|
17179
17426
|
id: string;
|
|
17180
17427
|
name: string;
|
|
@@ -17277,6 +17524,23 @@ export declare const MODELS: {
|
|
|
17277
17524
|
contextWindow: number;
|
|
17278
17525
|
maxTokens: number;
|
|
17279
17526
|
};
|
|
17527
|
+
readonly "openai/gpt-5.1-thinking-fast": {
|
|
17528
|
+
id: string;
|
|
17529
|
+
name: string;
|
|
17530
|
+
api: "anthropic-messages";
|
|
17531
|
+
provider: string;
|
|
17532
|
+
baseUrl: string;
|
|
17533
|
+
reasoning: true;
|
|
17534
|
+
input: ("image" | "text")[];
|
|
17535
|
+
cost: {
|
|
17536
|
+
input: number;
|
|
17537
|
+
output: number;
|
|
17538
|
+
cacheRead: number;
|
|
17539
|
+
cacheWrite: number;
|
|
17540
|
+
};
|
|
17541
|
+
contextWindow: number;
|
|
17542
|
+
maxTokens: number;
|
|
17543
|
+
};
|
|
17280
17544
|
readonly "openai/gpt-5.2": {
|
|
17281
17545
|
id: string;
|
|
17282
17546
|
name: string;
|
|
@@ -17311,6 +17575,23 @@ export declare const MODELS: {
|
|
|
17311
17575
|
contextWindow: number;
|
|
17312
17576
|
maxTokens: number;
|
|
17313
17577
|
};
|
|
17578
|
+
readonly "openai/gpt-5.2-fast": {
|
|
17579
|
+
id: string;
|
|
17580
|
+
name: string;
|
|
17581
|
+
api: "anthropic-messages";
|
|
17582
|
+
provider: string;
|
|
17583
|
+
baseUrl: string;
|
|
17584
|
+
reasoning: true;
|
|
17585
|
+
input: ("image" | "text")[];
|
|
17586
|
+
cost: {
|
|
17587
|
+
input: number;
|
|
17588
|
+
output: number;
|
|
17589
|
+
cacheRead: number;
|
|
17590
|
+
cacheWrite: number;
|
|
17591
|
+
};
|
|
17592
|
+
contextWindow: number;
|
|
17593
|
+
maxTokens: number;
|
|
17594
|
+
};
|
|
17314
17595
|
readonly "openai/gpt-5.2-pro": {
|
|
17315
17596
|
id: string;
|
|
17316
17597
|
name: string;
|
|
@@ -17345,6 +17626,23 @@ export declare const MODELS: {
|
|
|
17345
17626
|
contextWindow: number;
|
|
17346
17627
|
maxTokens: number;
|
|
17347
17628
|
};
|
|
17629
|
+
readonly "openai/gpt-5.3-codex-fast": {
|
|
17630
|
+
id: string;
|
|
17631
|
+
name: string;
|
|
17632
|
+
api: "anthropic-messages";
|
|
17633
|
+
provider: string;
|
|
17634
|
+
baseUrl: string;
|
|
17635
|
+
reasoning: true;
|
|
17636
|
+
input: ("image" | "text")[];
|
|
17637
|
+
cost: {
|
|
17638
|
+
input: number;
|
|
17639
|
+
output: number;
|
|
17640
|
+
cacheRead: number;
|
|
17641
|
+
cacheWrite: number;
|
|
17642
|
+
};
|
|
17643
|
+
contextWindow: number;
|
|
17644
|
+
maxTokens: number;
|
|
17645
|
+
};
|
|
17348
17646
|
readonly "openai/gpt-5.4": {
|
|
17349
17647
|
id: string;
|
|
17350
17648
|
name: string;
|
|
@@ -17362,6 +17660,23 @@ export declare const MODELS: {
|
|
|
17362
17660
|
contextWindow: number;
|
|
17363
17661
|
maxTokens: number;
|
|
17364
17662
|
};
|
|
17663
|
+
readonly "openai/gpt-5.4-fast": {
|
|
17664
|
+
id: string;
|
|
17665
|
+
name: string;
|
|
17666
|
+
api: "anthropic-messages";
|
|
17667
|
+
provider: string;
|
|
17668
|
+
baseUrl: string;
|
|
17669
|
+
reasoning: true;
|
|
17670
|
+
input: ("image" | "text")[];
|
|
17671
|
+
cost: {
|
|
17672
|
+
input: number;
|
|
17673
|
+
output: number;
|
|
17674
|
+
cacheRead: number;
|
|
17675
|
+
cacheWrite: number;
|
|
17676
|
+
};
|
|
17677
|
+
contextWindow: number;
|
|
17678
|
+
maxTokens: number;
|
|
17679
|
+
};
|
|
17365
17680
|
readonly "openai/gpt-5.4-mini": {
|
|
17366
17681
|
id: string;
|
|
17367
17682
|
name: string;
|
|
@@ -17379,6 +17694,23 @@ export declare const MODELS: {
|
|
|
17379
17694
|
contextWindow: number;
|
|
17380
17695
|
maxTokens: number;
|
|
17381
17696
|
};
|
|
17697
|
+
readonly "openai/gpt-5.4-mini-fast": {
|
|
17698
|
+
id: string;
|
|
17699
|
+
name: string;
|
|
17700
|
+
api: "anthropic-messages";
|
|
17701
|
+
provider: string;
|
|
17702
|
+
baseUrl: string;
|
|
17703
|
+
reasoning: true;
|
|
17704
|
+
input: ("image" | "text")[];
|
|
17705
|
+
cost: {
|
|
17706
|
+
input: number;
|
|
17707
|
+
output: number;
|
|
17708
|
+
cacheRead: number;
|
|
17709
|
+
cacheWrite: number;
|
|
17710
|
+
};
|
|
17711
|
+
contextWindow: number;
|
|
17712
|
+
maxTokens: number;
|
|
17713
|
+
};
|
|
17382
17714
|
readonly "openai/gpt-5.4-nano": {
|
|
17383
17715
|
id: string;
|
|
17384
17716
|
name: string;
|
|
@@ -17430,6 +17762,23 @@ export declare const MODELS: {
|
|
|
17430
17762
|
contextWindow: number;
|
|
17431
17763
|
maxTokens: number;
|
|
17432
17764
|
};
|
|
17765
|
+
readonly "openai/gpt-5.5-fast": {
|
|
17766
|
+
id: string;
|
|
17767
|
+
name: string;
|
|
17768
|
+
api: "anthropic-messages";
|
|
17769
|
+
provider: string;
|
|
17770
|
+
baseUrl: string;
|
|
17771
|
+
reasoning: true;
|
|
17772
|
+
input: ("image" | "text")[];
|
|
17773
|
+
cost: {
|
|
17774
|
+
input: number;
|
|
17775
|
+
output: number;
|
|
17776
|
+
cacheRead: number;
|
|
17777
|
+
cacheWrite: number;
|
|
17778
|
+
};
|
|
17779
|
+
contextWindow: number;
|
|
17780
|
+
maxTokens: number;
|
|
17781
|
+
};
|
|
17433
17782
|
readonly "openai/gpt-5.5-pro": {
|
|
17434
17783
|
id: string;
|
|
17435
17784
|
name: string;
|
|
@@ -17464,6 +17813,23 @@ export declare const MODELS: {
|
|
|
17464
17813
|
contextWindow: number;
|
|
17465
17814
|
maxTokens: number;
|
|
17466
17815
|
};
|
|
17816
|
+
readonly "openai/gpt-5.6-luna-fast": {
|
|
17817
|
+
id: string;
|
|
17818
|
+
name: string;
|
|
17819
|
+
api: "anthropic-messages";
|
|
17820
|
+
provider: string;
|
|
17821
|
+
baseUrl: string;
|
|
17822
|
+
reasoning: true;
|
|
17823
|
+
input: ("image" | "text")[];
|
|
17824
|
+
cost: {
|
|
17825
|
+
input: number;
|
|
17826
|
+
output: number;
|
|
17827
|
+
cacheRead: number;
|
|
17828
|
+
cacheWrite: number;
|
|
17829
|
+
};
|
|
17830
|
+
contextWindow: number;
|
|
17831
|
+
maxTokens: number;
|
|
17832
|
+
};
|
|
17467
17833
|
readonly "openai/gpt-5.6-sol": {
|
|
17468
17834
|
id: string;
|
|
17469
17835
|
name: string;
|
|
@@ -17481,6 +17847,23 @@ export declare const MODELS: {
|
|
|
17481
17847
|
contextWindow: number;
|
|
17482
17848
|
maxTokens: number;
|
|
17483
17849
|
};
|
|
17850
|
+
readonly "openai/gpt-5.6-sol-fast": {
|
|
17851
|
+
id: string;
|
|
17852
|
+
name: string;
|
|
17853
|
+
api: "anthropic-messages";
|
|
17854
|
+
provider: string;
|
|
17855
|
+
baseUrl: string;
|
|
17856
|
+
reasoning: true;
|
|
17857
|
+
input: ("image" | "text")[];
|
|
17858
|
+
cost: {
|
|
17859
|
+
input: number;
|
|
17860
|
+
output: number;
|
|
17861
|
+
cacheRead: number;
|
|
17862
|
+
cacheWrite: number;
|
|
17863
|
+
};
|
|
17864
|
+
contextWindow: number;
|
|
17865
|
+
maxTokens: number;
|
|
17866
|
+
};
|
|
17484
17867
|
readonly "openai/gpt-5.6-terra": {
|
|
17485
17868
|
id: string;
|
|
17486
17869
|
name: string;
|
|
@@ -17498,6 +17881,23 @@ export declare const MODELS: {
|
|
|
17498
17881
|
contextWindow: number;
|
|
17499
17882
|
maxTokens: number;
|
|
17500
17883
|
};
|
|
17884
|
+
readonly "openai/gpt-5.6-terra-fast": {
|
|
17885
|
+
id: string;
|
|
17886
|
+
name: string;
|
|
17887
|
+
api: "anthropic-messages";
|
|
17888
|
+
provider: string;
|
|
17889
|
+
baseUrl: string;
|
|
17890
|
+
reasoning: true;
|
|
17891
|
+
input: ("image" | "text")[];
|
|
17892
|
+
cost: {
|
|
17893
|
+
input: number;
|
|
17894
|
+
output: number;
|
|
17895
|
+
cacheRead: number;
|
|
17896
|
+
cacheWrite: number;
|
|
17897
|
+
};
|
|
17898
|
+
contextWindow: number;
|
|
17899
|
+
maxTokens: number;
|
|
17900
|
+
};
|
|
17501
17901
|
readonly "openai/gpt-oss-120b": {
|
|
17502
17902
|
id: string;
|
|
17503
17903
|
name: string;
|
|
@@ -17600,6 +18000,23 @@ export declare const MODELS: {
|
|
|
17600
18000
|
contextWindow: number;
|
|
17601
18001
|
maxTokens: number;
|
|
17602
18002
|
};
|
|
18003
|
+
readonly "openai/o3-fast": {
|
|
18004
|
+
id: string;
|
|
18005
|
+
name: string;
|
|
18006
|
+
api: "anthropic-messages";
|
|
18007
|
+
provider: string;
|
|
18008
|
+
baseUrl: string;
|
|
18009
|
+
reasoning: true;
|
|
18010
|
+
input: ("image" | "text")[];
|
|
18011
|
+
cost: {
|
|
18012
|
+
input: number;
|
|
18013
|
+
output: number;
|
|
18014
|
+
cacheRead: number;
|
|
18015
|
+
cacheWrite: number;
|
|
18016
|
+
};
|
|
18017
|
+
contextWindow: number;
|
|
18018
|
+
maxTokens: number;
|
|
18019
|
+
};
|
|
17603
18020
|
readonly "openai/o3-mini": {
|
|
17604
18021
|
id: string;
|
|
17605
18022
|
name: string;
|
|
@@ -17651,6 +18068,23 @@ export declare const MODELS: {
|
|
|
17651
18068
|
contextWindow: number;
|
|
17652
18069
|
maxTokens: number;
|
|
17653
18070
|
};
|
|
18071
|
+
readonly "openai/o4-mini-fast": {
|
|
18072
|
+
id: string;
|
|
18073
|
+
name: string;
|
|
18074
|
+
api: "anthropic-messages";
|
|
18075
|
+
provider: string;
|
|
18076
|
+
baseUrl: string;
|
|
18077
|
+
reasoning: true;
|
|
18078
|
+
input: ("image" | "text")[];
|
|
18079
|
+
cost: {
|
|
18080
|
+
input: number;
|
|
18081
|
+
output: number;
|
|
18082
|
+
cacheRead: number;
|
|
18083
|
+
cacheWrite: number;
|
|
18084
|
+
};
|
|
18085
|
+
contextWindow: number;
|
|
18086
|
+
maxTokens: number;
|
|
18087
|
+
};
|
|
17654
18088
|
readonly "poolside/laguna-s-2.1": {
|
|
17655
18089
|
id: string;
|
|
17656
18090
|
name: string;
|