@dreb/ai 2.62.0 → 2.63.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.
@@ -6129,7 +6129,7 @@ export declare const MODELS: {
6129
6129
  supportsDeveloperRole: false;
6130
6130
  };
6131
6131
  reasoning: true;
6132
- input: "text"[];
6132
+ input: ("image" | "text")[];
6133
6133
  cost: {
6134
6134
  input: number;
6135
6135
  output: number;
@@ -8670,6 +8670,23 @@ export declare const MODELS: {
8670
8670
  contextWindow: number;
8671
8671
  maxTokens: number;
8672
8672
  };
8673
+ readonly "ling-3.0-flash-fin-free": {
8674
+ id: string;
8675
+ name: string;
8676
+ api: "openai-completions";
8677
+ provider: string;
8678
+ baseUrl: string;
8679
+ reasoning: true;
8680
+ input: "text"[];
8681
+ cost: {
8682
+ input: number;
8683
+ output: number;
8684
+ cacheRead: number;
8685
+ cacheWrite: number;
8686
+ };
8687
+ contextWindow: number;
8688
+ maxTokens: number;
8689
+ };
8673
8690
  readonly "mimo-v2.5-free": {
8674
8691
  id: string;
8675
8692
  name: string;
@@ -9012,6 +9029,23 @@ export declare const MODELS: {
9012
9029
  contextWindow: number;
9013
9030
  maxTokens: number;
9014
9031
  };
9032
+ readonly "hy4-preview": {
9033
+ id: string;
9034
+ name: string;
9035
+ api: "openai-completions";
9036
+ provider: string;
9037
+ baseUrl: string;
9038
+ reasoning: true;
9039
+ input: "text"[];
9040
+ cost: {
9041
+ input: number;
9042
+ output: number;
9043
+ cacheRead: number;
9044
+ cacheWrite: number;
9045
+ };
9046
+ contextWindow: number;
9047
+ maxTokens: number;
9048
+ };
9015
9049
  readonly "kimi-k2.6": {
9016
9050
  id: string;
9017
9051
  name: string;
@@ -9216,6 +9250,23 @@ export declare const MODELS: {
9216
9250
  contextWindow: number;
9217
9251
  maxTokens: number;
9218
9252
  };
9253
+ readonly "qwen3.8-flash": {
9254
+ id: string;
9255
+ name: string;
9256
+ api: "anthropic-messages";
9257
+ provider: string;
9258
+ baseUrl: string;
9259
+ reasoning: true;
9260
+ input: ("image" | "text")[];
9261
+ cost: {
9262
+ input: number;
9263
+ output: number;
9264
+ cacheRead: number;
9265
+ cacheWrite: number;
9266
+ };
9267
+ contextWindow: number;
9268
+ maxTokens: number;
9269
+ };
9219
9270
  readonly "qwen3.8-max": {
9220
9271
  id: string;
9221
9272
  name: string;
@@ -11292,6 +11343,23 @@ export declare const MODELS: {
11292
11343
  contextWindow: number;
11293
11344
  maxTokens: number;
11294
11345
  };
11346
+ readonly "mistralai/codestral-2508:batch": {
11347
+ id: string;
11348
+ name: string;
11349
+ api: "openai-completions";
11350
+ provider: string;
11351
+ baseUrl: string;
11352
+ reasoning: false;
11353
+ input: "text"[];
11354
+ cost: {
11355
+ input: number;
11356
+ output: number;
11357
+ cacheRead: number;
11358
+ cacheWrite: number;
11359
+ };
11360
+ contextWindow: number;
11361
+ maxTokens: number;
11362
+ };
11295
11363
  readonly "mistralai/devstral-2512": {
11296
11364
  id: string;
11297
11365
  name: string;
@@ -11360,6 +11428,23 @@ export declare const MODELS: {
11360
11428
  contextWindow: number;
11361
11429
  maxTokens: number;
11362
11430
  };
11431
+ readonly "mistralai/ministral-8b-2512:batch": {
11432
+ id: string;
11433
+ name: string;
11434
+ api: "openai-completions";
11435
+ provider: string;
11436
+ baseUrl: string;
11437
+ reasoning: false;
11438
+ input: ("image" | "text")[];
11439
+ cost: {
11440
+ input: number;
11441
+ output: number;
11442
+ cacheRead: number;
11443
+ cacheWrite: number;
11444
+ };
11445
+ contextWindow: number;
11446
+ maxTokens: number;
11447
+ };
11363
11448
  readonly "mistralai/mistral-large": {
11364
11449
  id: string;
11365
11450
  name: string;
@@ -11411,6 +11496,23 @@ export declare const MODELS: {
11411
11496
  contextWindow: number;
11412
11497
  maxTokens: number;
11413
11498
  };
11499
+ readonly "mistralai/mistral-large-2512:batch": {
11500
+ id: string;
11501
+ name: string;
11502
+ api: "openai-completions";
11503
+ provider: string;
11504
+ baseUrl: string;
11505
+ reasoning: false;
11506
+ input: ("image" | "text")[];
11507
+ cost: {
11508
+ input: number;
11509
+ output: number;
11510
+ cacheRead: number;
11511
+ cacheWrite: number;
11512
+ };
11513
+ contextWindow: number;
11514
+ maxTokens: number;
11515
+ };
11414
11516
  readonly "mistralai/mistral-medium-3": {
11415
11517
  id: string;
11416
11518
  name: string;
@@ -11445,6 +11547,23 @@ export declare const MODELS: {
11445
11547
  contextWindow: number;
11446
11548
  maxTokens: number;
11447
11549
  };
11550
+ readonly "mistralai/mistral-medium-3-5:batch": {
11551
+ id: string;
11552
+ name: string;
11553
+ api: "openai-completions";
11554
+ provider: string;
11555
+ baseUrl: string;
11556
+ reasoning: true;
11557
+ input: ("image" | "text")[];
11558
+ cost: {
11559
+ input: number;
11560
+ output: number;
11561
+ cacheRead: number;
11562
+ cacheWrite: number;
11563
+ };
11564
+ contextWindow: number;
11565
+ maxTokens: number;
11566
+ };
11448
11567
  readonly "mistralai/mistral-medium-3.1": {
11449
11568
  id: string;
11450
11569
  name: string;
@@ -11462,6 +11581,23 @@ export declare const MODELS: {
11462
11581
  contextWindow: number;
11463
11582
  maxTokens: number;
11464
11583
  };
11584
+ readonly "mistralai/mistral-medium-3.1:batch": {
11585
+ id: string;
11586
+ name: string;
11587
+ api: "openai-completions";
11588
+ provider: string;
11589
+ baseUrl: string;
11590
+ reasoning: false;
11591
+ input: ("image" | "text")[];
11592
+ cost: {
11593
+ input: number;
11594
+ output: number;
11595
+ cacheRead: number;
11596
+ cacheWrite: number;
11597
+ };
11598
+ contextWindow: number;
11599
+ maxTokens: number;
11600
+ };
11465
11601
  readonly "mistralai/mistral-nemo": {
11466
11602
  id: string;
11467
11603
  name: string;
@@ -11513,13 +11649,13 @@ export declare const MODELS: {
11513
11649
  contextWindow: number;
11514
11650
  maxTokens: number;
11515
11651
  };
11516
- readonly "mistralai/mistral-small-3.2-24b-instruct": {
11652
+ readonly "mistralai/mistral-small-2603:batch": {
11517
11653
  id: string;
11518
11654
  name: string;
11519
11655
  api: "openai-completions";
11520
11656
  provider: string;
11521
11657
  baseUrl: string;
11522
- reasoning: false;
11658
+ reasoning: true;
11523
11659
  input: ("image" | "text")[];
11524
11660
  cost: {
11525
11661
  input: number;
@@ -11530,14 +11666,14 @@ export declare const MODELS: {
11530
11666
  contextWindow: number;
11531
11667
  maxTokens: number;
11532
11668
  };
11533
- readonly "mistralai/mixtral-8x22b-instruct": {
11669
+ readonly "mistralai/mistral-small-3.2-24b-instruct": {
11534
11670
  id: string;
11535
11671
  name: string;
11536
11672
  api: "openai-completions";
11537
11673
  provider: string;
11538
11674
  baseUrl: string;
11539
11675
  reasoning: false;
11540
- input: "text"[];
11676
+ input: ("image" | "text")[];
11541
11677
  cost: {
11542
11678
  input: number;
11543
11679
  output: number;
@@ -11547,7 +11683,7 @@ export declare const MODELS: {
11547
11683
  contextWindow: number;
11548
11684
  maxTokens: number;
11549
11685
  };
11550
- readonly "mistralai/voxtral-small-24b-2507": {
11686
+ readonly "mistralai/mixtral-8x22b-instruct": {
11551
11687
  id: string;
11552
11688
  name: string;
11553
11689
  api: "openai-completions";
@@ -11564,7 +11700,7 @@ export declare const MODELS: {
11564
11700
  contextWindow: number;
11565
11701
  maxTokens: number;
11566
11702
  };
11567
- readonly "moonshotai/kimi-k2": {
11703
+ readonly "mistralai/voxtral-small-24b-2507": {
11568
11704
  id: string;
11569
11705
  name: string;
11570
11706
  api: "openai-completions";
@@ -11581,7 +11717,7 @@ export declare const MODELS: {
11581
11717
  contextWindow: number;
11582
11718
  maxTokens: number;
11583
11719
  };
11584
- readonly "moonshotai/kimi-k2-0905": {
11720
+ readonly "moonshotai/kimi-k2": {
11585
11721
  id: string;
11586
11722
  name: string;
11587
11723
  api: "openai-completions";
@@ -11598,13 +11734,13 @@ export declare const MODELS: {
11598
11734
  contextWindow: number;
11599
11735
  maxTokens: number;
11600
11736
  };
11601
- readonly "moonshotai/kimi-k2-thinking": {
11737
+ readonly "moonshotai/kimi-k2-0905": {
11602
11738
  id: string;
11603
11739
  name: string;
11604
11740
  api: "openai-completions";
11605
11741
  provider: string;
11606
11742
  baseUrl: string;
11607
- reasoning: true;
11743
+ reasoning: false;
11608
11744
  input: "text"[];
11609
11745
  cost: {
11610
11746
  input: number;
@@ -11615,14 +11751,14 @@ export declare const MODELS: {
11615
11751
  contextWindow: number;
11616
11752
  maxTokens: number;
11617
11753
  };
11618
- readonly "moonshotai/kimi-k2.5": {
11754
+ readonly "moonshotai/kimi-k2-thinking": {
11619
11755
  id: string;
11620
11756
  name: string;
11621
11757
  api: "openai-completions";
11622
11758
  provider: string;
11623
11759
  baseUrl: string;
11624
11760
  reasoning: true;
11625
- input: ("image" | "text")[];
11761
+ input: "text"[];
11626
11762
  cost: {
11627
11763
  input: number;
11628
11764
  output: number;
@@ -11632,7 +11768,7 @@ export declare const MODELS: {
11632
11768
  contextWindow: number;
11633
11769
  maxTokens: number;
11634
11770
  };
11635
- readonly "moonshotai/kimi-k2.6": {
11771
+ readonly "moonshotai/kimi-k2.5": {
11636
11772
  id: string;
11637
11773
  name: string;
11638
11774
  api: "openai-completions";
@@ -11649,7 +11785,7 @@ export declare const MODELS: {
11649
11785
  contextWindow: number;
11650
11786
  maxTokens: number;
11651
11787
  };
11652
- readonly "moonshotai/kimi-k2.7-code": {
11788
+ readonly "moonshotai/kimi-k2.6": {
11653
11789
  id: string;
11654
11790
  name: string;
11655
11791
  api: "openai-completions";
@@ -11666,7 +11802,7 @@ export declare const MODELS: {
11666
11802
  contextWindow: number;
11667
11803
  maxTokens: number;
11668
11804
  };
11669
- readonly "moonshotai/kimi-k2.7-code:batch": {
11805
+ readonly "moonshotai/kimi-k2.7-code": {
11670
11806
  id: string;
11671
11807
  name: string;
11672
11808
  api: "openai-completions";
@@ -11938,7 +12074,7 @@ export declare const MODELS: {
11938
12074
  contextWindow: number;
11939
12075
  maxTokens: number;
11940
12076
  };
11941
- readonly "openai/gpt-3.5-turbo:batch": {
12077
+ readonly "openai/gpt-4": {
11942
12078
  id: string;
11943
12079
  name: string;
11944
12080
  api: "openai-completions";
@@ -11955,14 +12091,14 @@ export declare const MODELS: {
11955
12091
  contextWindow: number;
11956
12092
  maxTokens: number;
11957
12093
  };
11958
- readonly "openai/gpt-4": {
12094
+ readonly "openai/gpt-4-turbo": {
11959
12095
  id: string;
11960
12096
  name: string;
11961
12097
  api: "openai-completions";
11962
12098
  provider: string;
11963
12099
  baseUrl: string;
11964
12100
  reasoning: false;
11965
- input: "text"[];
12101
+ input: ("image" | "text")[];
11966
12102
  cost: {
11967
12103
  input: number;
11968
12104
  output: number;
@@ -11972,14 +12108,14 @@ export declare const MODELS: {
11972
12108
  contextWindow: number;
11973
12109
  maxTokens: number;
11974
12110
  };
11975
- readonly "openai/gpt-4-turbo": {
12111
+ readonly "openai/gpt-4-turbo-preview": {
11976
12112
  id: string;
11977
12113
  name: string;
11978
12114
  api: "openai-completions";
11979
12115
  provider: string;
11980
12116
  baseUrl: string;
11981
12117
  reasoning: false;
11982
- input: ("image" | "text")[];
12118
+ input: "text"[];
11983
12119
  cost: {
11984
12120
  input: number;
11985
12121
  output: number;
@@ -11989,14 +12125,14 @@ export declare const MODELS: {
11989
12125
  contextWindow: number;
11990
12126
  maxTokens: number;
11991
12127
  };
11992
- readonly "openai/gpt-4-turbo-preview": {
12128
+ readonly "openai/gpt-4.1": {
11993
12129
  id: string;
11994
12130
  name: string;
11995
12131
  api: "openai-completions";
11996
12132
  provider: string;
11997
12133
  baseUrl: string;
11998
12134
  reasoning: false;
11999
- input: "text"[];
12135
+ input: ("image" | "text")[];
12000
12136
  cost: {
12001
12137
  input: number;
12002
12138
  output: number;
@@ -12006,7 +12142,7 @@ export declare const MODELS: {
12006
12142
  contextWindow: number;
12007
12143
  maxTokens: number;
12008
12144
  };
12009
- readonly "openai/gpt-4-turbo:batch": {
12145
+ readonly "openai/gpt-4.1-mini": {
12010
12146
  id: string;
12011
12147
  name: string;
12012
12148
  api: "openai-completions";
@@ -12023,7 +12159,7 @@ export declare const MODELS: {
12023
12159
  contextWindow: number;
12024
12160
  maxTokens: number;
12025
12161
  };
12026
- readonly "openai/gpt-4.1": {
12162
+ readonly "openai/gpt-4.1-nano": {
12027
12163
  id: string;
12028
12164
  name: string;
12029
12165
  api: "openai-completions";
@@ -12040,7 +12176,7 @@ export declare const MODELS: {
12040
12176
  contextWindow: number;
12041
12177
  maxTokens: number;
12042
12178
  };
12043
- readonly "openai/gpt-4.1-mini": {
12179
+ readonly "openai/gpt-4o": {
12044
12180
  id: string;
12045
12181
  name: string;
12046
12182
  api: "openai-completions";
@@ -12057,7 +12193,7 @@ export declare const MODELS: {
12057
12193
  contextWindow: number;
12058
12194
  maxTokens: number;
12059
12195
  };
12060
- readonly "openai/gpt-4.1-mini:batch": {
12196
+ readonly "openai/gpt-4o-2024-05-13": {
12061
12197
  id: string;
12062
12198
  name: string;
12063
12199
  api: "openai-completions";
@@ -12074,7 +12210,7 @@ export declare const MODELS: {
12074
12210
  contextWindow: number;
12075
12211
  maxTokens: number;
12076
12212
  };
12077
- readonly "openai/gpt-4.1-nano": {
12213
+ readonly "openai/gpt-4o-2024-08-06": {
12078
12214
  id: string;
12079
12215
  name: string;
12080
12216
  api: "openai-completions";
@@ -12091,7 +12227,7 @@ export declare const MODELS: {
12091
12227
  contextWindow: number;
12092
12228
  maxTokens: number;
12093
12229
  };
12094
- readonly "openai/gpt-4.1-nano:batch": {
12230
+ readonly "openai/gpt-4o-2024-11-20": {
12095
12231
  id: string;
12096
12232
  name: string;
12097
12233
  api: "openai-completions";
@@ -12108,7 +12244,7 @@ export declare const MODELS: {
12108
12244
  contextWindow: number;
12109
12245
  maxTokens: number;
12110
12246
  };
12111
- readonly "openai/gpt-4.1:batch": {
12247
+ readonly "openai/gpt-4o-mini": {
12112
12248
  id: string;
12113
12249
  name: string;
12114
12250
  api: "openai-completions";
@@ -12125,7 +12261,7 @@ export declare const MODELS: {
12125
12261
  contextWindow: number;
12126
12262
  maxTokens: number;
12127
12263
  };
12128
- readonly "openai/gpt-4o": {
12264
+ readonly "openai/gpt-4o-mini-2024-07-18": {
12129
12265
  id: string;
12130
12266
  name: string;
12131
12267
  api: "openai-completions";
@@ -12142,13 +12278,13 @@ export declare const MODELS: {
12142
12278
  contextWindow: number;
12143
12279
  maxTokens: number;
12144
12280
  };
12145
- readonly "openai/gpt-4o-2024-05-13": {
12281
+ readonly "openai/gpt-5": {
12146
12282
  id: string;
12147
12283
  name: string;
12148
12284
  api: "openai-completions";
12149
12285
  provider: string;
12150
12286
  baseUrl: string;
12151
- reasoning: false;
12287
+ reasoning: true;
12152
12288
  input: ("image" | "text")[];
12153
12289
  cost: {
12154
12290
  input: number;
@@ -12159,13 +12295,13 @@ export declare const MODELS: {
12159
12295
  contextWindow: number;
12160
12296
  maxTokens: number;
12161
12297
  };
12162
- readonly "openai/gpt-4o-2024-08-06": {
12298
+ readonly "openai/gpt-5-mini": {
12163
12299
  id: string;
12164
12300
  name: string;
12165
12301
  api: "openai-completions";
12166
12302
  provider: string;
12167
12303
  baseUrl: string;
12168
- reasoning: false;
12304
+ reasoning: true;
12169
12305
  input: ("image" | "text")[];
12170
12306
  cost: {
12171
12307
  input: number;
@@ -12176,13 +12312,13 @@ export declare const MODELS: {
12176
12312
  contextWindow: number;
12177
12313
  maxTokens: number;
12178
12314
  };
12179
- readonly "openai/gpt-4o-2024-11-20": {
12315
+ readonly "openai/gpt-5-nano": {
12180
12316
  id: string;
12181
12317
  name: string;
12182
12318
  api: "openai-completions";
12183
12319
  provider: string;
12184
12320
  baseUrl: string;
12185
- reasoning: false;
12321
+ reasoning: true;
12186
12322
  input: ("image" | "text")[];
12187
12323
  cost: {
12188
12324
  input: number;
@@ -12193,13 +12329,13 @@ export declare const MODELS: {
12193
12329
  contextWindow: number;
12194
12330
  maxTokens: number;
12195
12331
  };
12196
- readonly "openai/gpt-4o-mini": {
12332
+ readonly "openai/gpt-5-pro": {
12197
12333
  id: string;
12198
12334
  name: string;
12199
12335
  api: "openai-completions";
12200
12336
  provider: string;
12201
12337
  baseUrl: string;
12202
- reasoning: false;
12338
+ reasoning: true;
12203
12339
  input: ("image" | "text")[];
12204
12340
  cost: {
12205
12341
  input: number;
@@ -12210,13 +12346,13 @@ export declare const MODELS: {
12210
12346
  contextWindow: number;
12211
12347
  maxTokens: number;
12212
12348
  };
12213
- readonly "openai/gpt-4o-mini-2024-07-18": {
12349
+ readonly "openai/gpt-5.1": {
12214
12350
  id: string;
12215
12351
  name: string;
12216
12352
  api: "openai-completions";
12217
12353
  provider: string;
12218
12354
  baseUrl: string;
12219
- reasoning: false;
12355
+ reasoning: true;
12220
12356
  input: ("image" | "text")[];
12221
12357
  cost: {
12222
12358
  input: number;
@@ -12227,13 +12363,13 @@ export declare const MODELS: {
12227
12363
  contextWindow: number;
12228
12364
  maxTokens: number;
12229
12365
  };
12230
- readonly "openai/gpt-4o-mini:batch": {
12366
+ readonly "openai/gpt-5.1-codex": {
12231
12367
  id: string;
12232
12368
  name: string;
12233
12369
  api: "openai-completions";
12234
12370
  provider: string;
12235
12371
  baseUrl: string;
12236
- reasoning: false;
12372
+ reasoning: true;
12237
12373
  input: ("image" | "text")[];
12238
12374
  cost: {
12239
12375
  input: number;
@@ -12244,13 +12380,13 @@ export declare const MODELS: {
12244
12380
  contextWindow: number;
12245
12381
  maxTokens: number;
12246
12382
  };
12247
- readonly "openai/gpt-4o:batch": {
12383
+ readonly "openai/gpt-5.1-codex-max": {
12248
12384
  id: string;
12249
12385
  name: string;
12250
12386
  api: "openai-completions";
12251
12387
  provider: string;
12252
12388
  baseUrl: string;
12253
- reasoning: false;
12389
+ reasoning: true;
12254
12390
  input: ("image" | "text")[];
12255
12391
  cost: {
12256
12392
  input: number;
@@ -12261,7 +12397,7 @@ export declare const MODELS: {
12261
12397
  contextWindow: number;
12262
12398
  maxTokens: number;
12263
12399
  };
12264
- readonly "openai/gpt-5": {
12400
+ readonly "openai/gpt-5.1-codex-mini": {
12265
12401
  id: string;
12266
12402
  name: string;
12267
12403
  api: "openai-completions";
@@ -12278,7 +12414,7 @@ export declare const MODELS: {
12278
12414
  contextWindow: number;
12279
12415
  maxTokens: number;
12280
12416
  };
12281
- readonly "openai/gpt-5-codex:batch": {
12417
+ readonly "openai/gpt-5.2": {
12282
12418
  id: string;
12283
12419
  name: string;
12284
12420
  api: "openai-completions";
@@ -12295,13 +12431,13 @@ export declare const MODELS: {
12295
12431
  contextWindow: number;
12296
12432
  maxTokens: number;
12297
12433
  };
12298
- readonly "openai/gpt-5-mini": {
12434
+ readonly "openai/gpt-5.2-chat": {
12299
12435
  id: string;
12300
12436
  name: string;
12301
12437
  api: "openai-completions";
12302
12438
  provider: string;
12303
12439
  baseUrl: string;
12304
- reasoning: true;
12440
+ reasoning: false;
12305
12441
  input: ("image" | "text")[];
12306
12442
  cost: {
12307
12443
  input: number;
@@ -12312,7 +12448,7 @@ export declare const MODELS: {
12312
12448
  contextWindow: number;
12313
12449
  maxTokens: number;
12314
12450
  };
12315
- readonly "openai/gpt-5-mini:batch": {
12451
+ readonly "openai/gpt-5.2-codex": {
12316
12452
  id: string;
12317
12453
  name: string;
12318
12454
  api: "openai-completions";
@@ -12329,7 +12465,7 @@ export declare const MODELS: {
12329
12465
  contextWindow: number;
12330
12466
  maxTokens: number;
12331
12467
  };
12332
- readonly "openai/gpt-5-nano": {
12468
+ readonly "openai/gpt-5.2-pro": {
12333
12469
  id: string;
12334
12470
  name: string;
12335
12471
  api: "openai-completions";
@@ -12346,7 +12482,7 @@ export declare const MODELS: {
12346
12482
  contextWindow: number;
12347
12483
  maxTokens: number;
12348
12484
  };
12349
- readonly "openai/gpt-5-nano:batch": {
12485
+ readonly "openai/gpt-5.3-codex": {
12350
12486
  id: string;
12351
12487
  name: string;
12352
12488
  api: "openai-completions";
@@ -12363,7 +12499,7 @@ export declare const MODELS: {
12363
12499
  contextWindow: number;
12364
12500
  maxTokens: number;
12365
12501
  };
12366
- readonly "openai/gpt-5-pro": {
12502
+ readonly "openai/gpt-5.4": {
12367
12503
  id: string;
12368
12504
  name: string;
12369
12505
  api: "openai-completions";
@@ -12380,7 +12516,7 @@ export declare const MODELS: {
12380
12516
  contextWindow: number;
12381
12517
  maxTokens: number;
12382
12518
  };
12383
- readonly "openai/gpt-5-pro:batch": {
12519
+ readonly "openai/gpt-5.4-mini": {
12384
12520
  id: string;
12385
12521
  name: string;
12386
12522
  api: "openai-completions";
@@ -12397,7 +12533,7 @@ export declare const MODELS: {
12397
12533
  contextWindow: number;
12398
12534
  maxTokens: number;
12399
12535
  };
12400
- readonly "openai/gpt-5.1": {
12536
+ readonly "openai/gpt-5.4-nano": {
12401
12537
  id: string;
12402
12538
  name: string;
12403
12539
  api: "openai-completions";
@@ -12414,7 +12550,7 @@ export declare const MODELS: {
12414
12550
  contextWindow: number;
12415
12551
  maxTokens: number;
12416
12552
  };
12417
- readonly "openai/gpt-5.1-codex": {
12553
+ readonly "openai/gpt-5.4-pro": {
12418
12554
  id: string;
12419
12555
  name: string;
12420
12556
  api: "openai-completions";
@@ -12431,7 +12567,7 @@ export declare const MODELS: {
12431
12567
  contextWindow: number;
12432
12568
  maxTokens: number;
12433
12569
  };
12434
- readonly "openai/gpt-5.1-codex-max": {
12570
+ readonly "openai/gpt-5.5": {
12435
12571
  id: string;
12436
12572
  name: string;
12437
12573
  api: "openai-completions";
@@ -12448,7 +12584,7 @@ export declare const MODELS: {
12448
12584
  contextWindow: number;
12449
12585
  maxTokens: number;
12450
12586
  };
12451
- readonly "openai/gpt-5.1-codex-mini": {
12587
+ readonly "openai/gpt-5.5-pro": {
12452
12588
  id: string;
12453
12589
  name: string;
12454
12590
  api: "openai-completions";
@@ -12465,7 +12601,7 @@ export declare const MODELS: {
12465
12601
  contextWindow: number;
12466
12602
  maxTokens: number;
12467
12603
  };
12468
- readonly "openai/gpt-5.1:batch": {
12604
+ readonly "openai/gpt-5.6-luna": {
12469
12605
  id: string;
12470
12606
  name: string;
12471
12607
  api: "openai-completions";
@@ -12482,7 +12618,7 @@ export declare const MODELS: {
12482
12618
  contextWindow: number;
12483
12619
  maxTokens: number;
12484
12620
  };
12485
- readonly "openai/gpt-5.2": {
12621
+ readonly "openai/gpt-5.6-luna-pro": {
12486
12622
  id: string;
12487
12623
  name: string;
12488
12624
  api: "openai-completions";
@@ -12499,13 +12635,13 @@ export declare const MODELS: {
12499
12635
  contextWindow: number;
12500
12636
  maxTokens: number;
12501
12637
  };
12502
- readonly "openai/gpt-5.2-chat": {
12638
+ readonly "openai/gpt-5.6-sol": {
12503
12639
  id: string;
12504
12640
  name: string;
12505
12641
  api: "openai-completions";
12506
12642
  provider: string;
12507
12643
  baseUrl: string;
12508
- reasoning: false;
12644
+ reasoning: true;
12509
12645
  input: ("image" | "text")[];
12510
12646
  cost: {
12511
12647
  input: number;
@@ -12516,7 +12652,7 @@ export declare const MODELS: {
12516
12652
  contextWindow: number;
12517
12653
  maxTokens: number;
12518
12654
  };
12519
- readonly "openai/gpt-5.2-codex": {
12655
+ readonly "openai/gpt-5.6-sol-pro": {
12520
12656
  id: string;
12521
12657
  name: string;
12522
12658
  api: "openai-completions";
@@ -12533,7 +12669,7 @@ export declare const MODELS: {
12533
12669
  contextWindow: number;
12534
12670
  maxTokens: number;
12535
12671
  };
12536
- readonly "openai/gpt-5.2-pro": {
12672
+ readonly "openai/gpt-5.6-terra": {
12537
12673
  id: string;
12538
12674
  name: string;
12539
12675
  api: "openai-completions";
@@ -12550,7 +12686,7 @@ export declare const MODELS: {
12550
12686
  contextWindow: number;
12551
12687
  maxTokens: number;
12552
12688
  };
12553
- readonly "openai/gpt-5.2-pro:batch": {
12689
+ readonly "openai/gpt-5.6-terra-pro": {
12554
12690
  id: string;
12555
12691
  name: string;
12556
12692
  api: "openai-completions";
@@ -12567,14 +12703,14 @@ export declare const MODELS: {
12567
12703
  contextWindow: number;
12568
12704
  maxTokens: number;
12569
12705
  };
12570
- readonly "openai/gpt-5.2:batch": {
12706
+ readonly "openai/gpt-audio": {
12571
12707
  id: string;
12572
12708
  name: string;
12573
12709
  api: "openai-completions";
12574
12710
  provider: string;
12575
12711
  baseUrl: string;
12576
- reasoning: true;
12577
- input: ("image" | "text")[];
12712
+ reasoning: false;
12713
+ input: "text"[];
12578
12714
  cost: {
12579
12715
  input: number;
12580
12716
  output: number;
@@ -12584,14 +12720,14 @@ export declare const MODELS: {
12584
12720
  contextWindow: number;
12585
12721
  maxTokens: number;
12586
12722
  };
12587
- readonly "openai/gpt-5.3-codex": {
12723
+ readonly "openai/gpt-audio-mini": {
12588
12724
  id: string;
12589
12725
  name: string;
12590
12726
  api: "openai-completions";
12591
12727
  provider: string;
12592
12728
  baseUrl: string;
12593
- reasoning: true;
12594
- input: ("image" | "text")[];
12729
+ reasoning: false;
12730
+ input: "text"[];
12595
12731
  cost: {
12596
12732
  input: number;
12597
12733
  output: number;
@@ -12601,472 +12737,13 @@ export declare const MODELS: {
12601
12737
  contextWindow: number;
12602
12738
  maxTokens: number;
12603
12739
  };
12604
- readonly "openai/gpt-5.4": {
12740
+ readonly "openai/gpt-chat-latest": {
12605
12741
  id: string;
12606
12742
  name: string;
12607
12743
  api: "openai-completions";
12608
12744
  provider: string;
12609
12745
  baseUrl: string;
12610
- reasoning: true;
12611
- input: ("image" | "text")[];
12612
- cost: {
12613
- input: number;
12614
- output: number;
12615
- cacheRead: number;
12616
- cacheWrite: number;
12617
- };
12618
- contextWindow: number;
12619
- maxTokens: number;
12620
- };
12621
- readonly "openai/gpt-5.4-mini": {
12622
- id: string;
12623
- name: string;
12624
- api: "openai-completions";
12625
- provider: string;
12626
- baseUrl: string;
12627
- reasoning: true;
12628
- input: ("image" | "text")[];
12629
- cost: {
12630
- input: number;
12631
- output: number;
12632
- cacheRead: number;
12633
- cacheWrite: number;
12634
- };
12635
- contextWindow: number;
12636
- maxTokens: number;
12637
- };
12638
- readonly "openai/gpt-5.4-mini:batch": {
12639
- id: string;
12640
- name: string;
12641
- api: "openai-completions";
12642
- provider: string;
12643
- baseUrl: string;
12644
- reasoning: true;
12645
- input: ("image" | "text")[];
12646
- cost: {
12647
- input: number;
12648
- output: number;
12649
- cacheRead: number;
12650
- cacheWrite: number;
12651
- };
12652
- contextWindow: number;
12653
- maxTokens: number;
12654
- };
12655
- readonly "openai/gpt-5.4-nano": {
12656
- id: string;
12657
- name: string;
12658
- api: "openai-completions";
12659
- provider: string;
12660
- baseUrl: string;
12661
- reasoning: true;
12662
- input: ("image" | "text")[];
12663
- cost: {
12664
- input: number;
12665
- output: number;
12666
- cacheRead: number;
12667
- cacheWrite: number;
12668
- };
12669
- contextWindow: number;
12670
- maxTokens: number;
12671
- };
12672
- readonly "openai/gpt-5.4-nano:batch": {
12673
- id: string;
12674
- name: string;
12675
- api: "openai-completions";
12676
- provider: string;
12677
- baseUrl: string;
12678
- reasoning: true;
12679
- input: ("image" | "text")[];
12680
- cost: {
12681
- input: number;
12682
- output: number;
12683
- cacheRead: number;
12684
- cacheWrite: number;
12685
- };
12686
- contextWindow: number;
12687
- maxTokens: number;
12688
- };
12689
- readonly "openai/gpt-5.4-pro": {
12690
- id: string;
12691
- name: string;
12692
- api: "openai-completions";
12693
- provider: string;
12694
- baseUrl: string;
12695
- reasoning: true;
12696
- input: ("image" | "text")[];
12697
- cost: {
12698
- input: number;
12699
- output: number;
12700
- cacheRead: number;
12701
- cacheWrite: number;
12702
- };
12703
- contextWindow: number;
12704
- maxTokens: number;
12705
- };
12706
- readonly "openai/gpt-5.4-pro:batch": {
12707
- id: string;
12708
- name: string;
12709
- api: "openai-completions";
12710
- provider: string;
12711
- baseUrl: string;
12712
- reasoning: true;
12713
- input: ("image" | "text")[];
12714
- cost: {
12715
- input: number;
12716
- output: number;
12717
- cacheRead: number;
12718
- cacheWrite: number;
12719
- };
12720
- contextWindow: number;
12721
- maxTokens: number;
12722
- };
12723
- readonly "openai/gpt-5.4:batch": {
12724
- id: string;
12725
- name: string;
12726
- api: "openai-completions";
12727
- provider: string;
12728
- baseUrl: string;
12729
- reasoning: true;
12730
- input: ("image" | "text")[];
12731
- cost: {
12732
- input: number;
12733
- output: number;
12734
- cacheRead: number;
12735
- cacheWrite: number;
12736
- };
12737
- contextWindow: number;
12738
- maxTokens: number;
12739
- };
12740
- readonly "openai/gpt-5.5": {
12741
- id: string;
12742
- name: string;
12743
- api: "openai-completions";
12744
- provider: string;
12745
- baseUrl: string;
12746
- reasoning: true;
12747
- input: ("image" | "text")[];
12748
- cost: {
12749
- input: number;
12750
- output: number;
12751
- cacheRead: number;
12752
- cacheWrite: number;
12753
- };
12754
- contextWindow: number;
12755
- maxTokens: number;
12756
- };
12757
- readonly "openai/gpt-5.5-pro": {
12758
- id: string;
12759
- name: string;
12760
- api: "openai-completions";
12761
- provider: string;
12762
- baseUrl: string;
12763
- reasoning: true;
12764
- input: ("image" | "text")[];
12765
- cost: {
12766
- input: number;
12767
- output: number;
12768
- cacheRead: number;
12769
- cacheWrite: number;
12770
- };
12771
- contextWindow: number;
12772
- maxTokens: number;
12773
- };
12774
- readonly "openai/gpt-5.5-pro:batch": {
12775
- id: string;
12776
- name: string;
12777
- api: "openai-completions";
12778
- provider: string;
12779
- baseUrl: string;
12780
- reasoning: true;
12781
- input: ("image" | "text")[];
12782
- cost: {
12783
- input: number;
12784
- output: number;
12785
- cacheRead: number;
12786
- cacheWrite: number;
12787
- };
12788
- contextWindow: number;
12789
- maxTokens: number;
12790
- };
12791
- readonly "openai/gpt-5.5:batch": {
12792
- id: string;
12793
- name: string;
12794
- api: "openai-completions";
12795
- provider: string;
12796
- baseUrl: string;
12797
- reasoning: true;
12798
- input: ("image" | "text")[];
12799
- cost: {
12800
- input: number;
12801
- output: number;
12802
- cacheRead: number;
12803
- cacheWrite: number;
12804
- };
12805
- contextWindow: number;
12806
- maxTokens: number;
12807
- };
12808
- readonly "openai/gpt-5.6-luna": {
12809
- id: string;
12810
- name: string;
12811
- api: "openai-completions";
12812
- provider: string;
12813
- baseUrl: string;
12814
- reasoning: true;
12815
- input: ("image" | "text")[];
12816
- cost: {
12817
- input: number;
12818
- output: number;
12819
- cacheRead: number;
12820
- cacheWrite: number;
12821
- };
12822
- contextWindow: number;
12823
- maxTokens: number;
12824
- };
12825
- readonly "openai/gpt-5.6-luna-pro": {
12826
- id: string;
12827
- name: string;
12828
- api: "openai-completions";
12829
- provider: string;
12830
- baseUrl: string;
12831
- reasoning: true;
12832
- input: ("image" | "text")[];
12833
- cost: {
12834
- input: number;
12835
- output: number;
12836
- cacheRead: number;
12837
- cacheWrite: number;
12838
- };
12839
- contextWindow: number;
12840
- maxTokens: number;
12841
- };
12842
- readonly "openai/gpt-5.6-luna-pro:batch": {
12843
- id: string;
12844
- name: string;
12845
- api: "openai-completions";
12846
- provider: string;
12847
- baseUrl: string;
12848
- reasoning: true;
12849
- input: ("image" | "text")[];
12850
- cost: {
12851
- input: number;
12852
- output: number;
12853
- cacheRead: number;
12854
- cacheWrite: number;
12855
- };
12856
- contextWindow: number;
12857
- maxTokens: number;
12858
- };
12859
- readonly "openai/gpt-5.6-luna:batch": {
12860
- id: string;
12861
- name: string;
12862
- api: "openai-completions";
12863
- provider: string;
12864
- baseUrl: string;
12865
- reasoning: true;
12866
- input: ("image" | "text")[];
12867
- cost: {
12868
- input: number;
12869
- output: number;
12870
- cacheRead: number;
12871
- cacheWrite: number;
12872
- };
12873
- contextWindow: number;
12874
- maxTokens: number;
12875
- };
12876
- readonly "openai/gpt-5.6-sol": {
12877
- id: string;
12878
- name: string;
12879
- api: "openai-completions";
12880
- provider: string;
12881
- baseUrl: string;
12882
- reasoning: true;
12883
- input: ("image" | "text")[];
12884
- cost: {
12885
- input: number;
12886
- output: number;
12887
- cacheRead: number;
12888
- cacheWrite: number;
12889
- };
12890
- contextWindow: number;
12891
- maxTokens: number;
12892
- };
12893
- readonly "openai/gpt-5.6-sol-pro": {
12894
- id: string;
12895
- name: string;
12896
- api: "openai-completions";
12897
- provider: string;
12898
- baseUrl: string;
12899
- reasoning: true;
12900
- input: ("image" | "text")[];
12901
- cost: {
12902
- input: number;
12903
- output: number;
12904
- cacheRead: number;
12905
- cacheWrite: number;
12906
- };
12907
- contextWindow: number;
12908
- maxTokens: number;
12909
- };
12910
- readonly "openai/gpt-5.6-sol-pro:batch": {
12911
- id: string;
12912
- name: string;
12913
- api: "openai-completions";
12914
- provider: string;
12915
- baseUrl: string;
12916
- reasoning: true;
12917
- input: ("image" | "text")[];
12918
- cost: {
12919
- input: number;
12920
- output: number;
12921
- cacheRead: number;
12922
- cacheWrite: number;
12923
- };
12924
- contextWindow: number;
12925
- maxTokens: number;
12926
- };
12927
- readonly "openai/gpt-5.6-sol:batch": {
12928
- id: string;
12929
- name: string;
12930
- api: "openai-completions";
12931
- provider: string;
12932
- baseUrl: string;
12933
- reasoning: true;
12934
- input: ("image" | "text")[];
12935
- cost: {
12936
- input: number;
12937
- output: number;
12938
- cacheRead: number;
12939
- cacheWrite: number;
12940
- };
12941
- contextWindow: number;
12942
- maxTokens: number;
12943
- };
12944
- readonly "openai/gpt-5.6-terra": {
12945
- id: string;
12946
- name: string;
12947
- api: "openai-completions";
12948
- provider: string;
12949
- baseUrl: string;
12950
- reasoning: true;
12951
- input: ("image" | "text")[];
12952
- cost: {
12953
- input: number;
12954
- output: number;
12955
- cacheRead: number;
12956
- cacheWrite: number;
12957
- };
12958
- contextWindow: number;
12959
- maxTokens: number;
12960
- };
12961
- readonly "openai/gpt-5.6-terra-pro": {
12962
- id: string;
12963
- name: string;
12964
- api: "openai-completions";
12965
- provider: string;
12966
- baseUrl: string;
12967
- reasoning: true;
12968
- input: ("image" | "text")[];
12969
- cost: {
12970
- input: number;
12971
- output: number;
12972
- cacheRead: number;
12973
- cacheWrite: number;
12974
- };
12975
- contextWindow: number;
12976
- maxTokens: number;
12977
- };
12978
- readonly "openai/gpt-5.6-terra-pro:batch": {
12979
- id: string;
12980
- name: string;
12981
- api: "openai-completions";
12982
- provider: string;
12983
- baseUrl: string;
12984
- reasoning: true;
12985
- input: ("image" | "text")[];
12986
- cost: {
12987
- input: number;
12988
- output: number;
12989
- cacheRead: number;
12990
- cacheWrite: number;
12991
- };
12992
- contextWindow: number;
12993
- maxTokens: number;
12994
- };
12995
- readonly "openai/gpt-5.6-terra:batch": {
12996
- id: string;
12997
- name: string;
12998
- api: "openai-completions";
12999
- provider: string;
13000
- baseUrl: string;
13001
- reasoning: true;
13002
- input: ("image" | "text")[];
13003
- cost: {
13004
- input: number;
13005
- output: number;
13006
- cacheRead: number;
13007
- cacheWrite: number;
13008
- };
13009
- contextWindow: number;
13010
- maxTokens: number;
13011
- };
13012
- readonly "openai/gpt-5:batch": {
13013
- id: string;
13014
- name: string;
13015
- api: "openai-completions";
13016
- provider: string;
13017
- baseUrl: string;
13018
- reasoning: true;
13019
- input: ("image" | "text")[];
13020
- cost: {
13021
- input: number;
13022
- output: number;
13023
- cacheRead: number;
13024
- cacheWrite: number;
13025
- };
13026
- contextWindow: number;
13027
- maxTokens: number;
13028
- };
13029
- readonly "openai/gpt-audio": {
13030
- id: string;
13031
- name: string;
13032
- api: "openai-completions";
13033
- provider: string;
13034
- baseUrl: string;
13035
- reasoning: false;
13036
- input: "text"[];
13037
- cost: {
13038
- input: number;
13039
- output: number;
13040
- cacheRead: number;
13041
- cacheWrite: number;
13042
- };
13043
- contextWindow: number;
13044
- maxTokens: number;
13045
- };
13046
- readonly "openai/gpt-audio-mini": {
13047
- id: string;
13048
- name: string;
13049
- api: "openai-completions";
13050
- provider: string;
13051
- baseUrl: string;
13052
- reasoning: false;
13053
- input: "text"[];
13054
- cost: {
13055
- input: number;
13056
- output: number;
13057
- cacheRead: number;
13058
- cacheWrite: number;
13059
- };
13060
- contextWindow: number;
13061
- maxTokens: number;
13062
- };
13063
- readonly "openai/gpt-chat-latest": {
13064
- id: string;
13065
- name: string;
13066
- api: "openai-completions";
13067
- provider: string;
13068
- baseUrl: string;
13069
- reasoning: false;
12746
+ reasoning: false;
13070
12747
  input: ("image" | "text")[];
13071
12748
  cost: {
13072
12749
  input: number;
@@ -13145,23 +12822,6 @@ export declare const MODELS: {
13145
12822
  contextWindow: number;
13146
12823
  maxTokens: number;
13147
12824
  };
13148
- readonly "openai/o1:batch": {
13149
- id: string;
13150
- name: string;
13151
- api: "openai-completions";
13152
- provider: string;
13153
- baseUrl: string;
13154
- reasoning: true;
13155
- input: ("image" | "text")[];
13156
- cost: {
13157
- input: number;
13158
- output: number;
13159
- cacheRead: number;
13160
- cacheWrite: number;
13161
- };
13162
- contextWindow: number;
13163
- maxTokens: number;
13164
- };
13165
12825
  readonly "openai/o3": {
13166
12826
  id: string;
13167
12827
  name: string;
@@ -13213,40 +12873,6 @@ export declare const MODELS: {
13213
12873
  contextWindow: number;
13214
12874
  maxTokens: number;
13215
12875
  };
13216
- readonly "openai/o3-mini-high:batch": {
13217
- id: string;
13218
- name: string;
13219
- api: "openai-completions";
13220
- provider: string;
13221
- baseUrl: string;
13222
- reasoning: true;
13223
- input: "text"[];
13224
- cost: {
13225
- input: number;
13226
- output: number;
13227
- cacheRead: number;
13228
- cacheWrite: number;
13229
- };
13230
- contextWindow: number;
13231
- maxTokens: number;
13232
- };
13233
- readonly "openai/o3-mini:batch": {
13234
- id: string;
13235
- name: string;
13236
- api: "openai-completions";
13237
- provider: string;
13238
- baseUrl: string;
13239
- reasoning: true;
13240
- input: "text"[];
13241
- cost: {
13242
- input: number;
13243
- output: number;
13244
- cacheRead: number;
13245
- cacheWrite: number;
13246
- };
13247
- contextWindow: number;
13248
- maxTokens: number;
13249
- };
13250
12876
  readonly "openai/o3-pro": {
13251
12877
  id: string;
13252
12878
  name: string;
@@ -13264,40 +12890,6 @@ export declare const MODELS: {
13264
12890
  contextWindow: number;
13265
12891
  maxTokens: number;
13266
12892
  };
13267
- readonly "openai/o3-pro:batch": {
13268
- id: string;
13269
- name: string;
13270
- api: "openai-completions";
13271
- provider: string;
13272
- baseUrl: string;
13273
- reasoning: true;
13274
- input: ("image" | "text")[];
13275
- cost: {
13276
- input: number;
13277
- output: number;
13278
- cacheRead: number;
13279
- cacheWrite: number;
13280
- };
13281
- contextWindow: number;
13282
- maxTokens: number;
13283
- };
13284
- readonly "openai/o3:batch": {
13285
- id: string;
13286
- name: string;
13287
- api: "openai-completions";
13288
- provider: string;
13289
- baseUrl: string;
13290
- reasoning: true;
13291
- input: ("image" | "text")[];
13292
- cost: {
13293
- input: number;
13294
- output: number;
13295
- cacheRead: number;
13296
- cacheWrite: number;
13297
- };
13298
- contextWindow: number;
13299
- maxTokens: number;
13300
- };
13301
12893
  readonly "openai/o4-mini": {
13302
12894
  id: string;
13303
12895
  name: string;
@@ -13332,40 +12924,6 @@ export declare const MODELS: {
13332
12924
  contextWindow: number;
13333
12925
  maxTokens: number;
13334
12926
  };
13335
- readonly "openai/o4-mini-high:batch": {
13336
- id: string;
13337
- name: string;
13338
- api: "openai-completions";
13339
- provider: string;
13340
- baseUrl: string;
13341
- reasoning: true;
13342
- input: ("image" | "text")[];
13343
- cost: {
13344
- input: number;
13345
- output: number;
13346
- cacheRead: number;
13347
- cacheWrite: number;
13348
- };
13349
- contextWindow: number;
13350
- maxTokens: number;
13351
- };
13352
- readonly "openai/o4-mini:batch": {
13353
- id: string;
13354
- name: string;
13355
- api: "openai-completions";
13356
- provider: string;
13357
- baseUrl: string;
13358
- reasoning: true;
13359
- input: ("image" | "text")[];
13360
- cost: {
13361
- input: number;
13362
- output: number;
13363
- cacheRead: number;
13364
- cacheWrite: number;
13365
- };
13366
- contextWindow: number;
13367
- maxTokens: number;
13368
- };
13369
12927
  readonly "openrouter/auto": {
13370
12928
  id: string;
13371
12929
  name: string;
@@ -14267,6 +13825,23 @@ export declare const MODELS: {
14267
13825
  contextWindow: number;
14268
13826
  maxTokens: number;
14269
13827
  };
13828
+ readonly "qwen/qwen3.8-2.4t-a95b:batch": {
13829
+ id: string;
13830
+ name: string;
13831
+ api: "openai-completions";
13832
+ provider: string;
13833
+ baseUrl: string;
13834
+ reasoning: true;
13835
+ input: "text"[];
13836
+ cost: {
13837
+ input: number;
13838
+ output: number;
13839
+ cacheRead: number;
13840
+ cacheWrite: number;
13841
+ };
13842
+ contextWindow: number;
13843
+ maxTokens: number;
13844
+ };
14270
13845
  readonly "qwen/qwen3.8-27b": {
14271
13846
  id: string;
14272
13847
  name: string;
@@ -14471,6 +14046,23 @@ export declare const MODELS: {
14471
14046
  contextWindow: number;
14472
14047
  maxTokens: number;
14473
14048
  };
14049
+ readonly "tencent/hy4-preview": {
14050
+ id: string;
14051
+ name: string;
14052
+ api: "openai-completions";
14053
+ provider: string;
14054
+ baseUrl: string;
14055
+ reasoning: true;
14056
+ input: "text"[];
14057
+ cost: {
14058
+ input: number;
14059
+ output: number;
14060
+ cacheRead: number;
14061
+ cacheWrite: number;
14062
+ };
14063
+ contextWindow: number;
14064
+ maxTokens: number;
14065
+ };
14474
14066
  readonly "thedrummer/unslopnemo-12b": {
14475
14067
  id: string;
14476
14068
  name: string;
@@ -18672,6 +18264,23 @@ export declare const MODELS: {
18672
18264
  contextWindow: number;
18673
18265
  maxTokens: number;
18674
18266
  };
18267
+ readonly "tencent/hy4-preview": {
18268
+ id: string;
18269
+ name: string;
18270
+ api: "anthropic-messages";
18271
+ provider: string;
18272
+ baseUrl: string;
18273
+ reasoning: true;
18274
+ input: "text"[];
18275
+ cost: {
18276
+ input: number;
18277
+ output: number;
18278
+ cacheRead: number;
18279
+ cacheWrite: number;
18280
+ };
18281
+ contextWindow: number;
18282
+ maxTokens: number;
18283
+ };
18675
18284
  readonly "thinkingmachines/inkling": {
18676
18285
  id: string;
18677
18286
  name: string;