@dreb/ai 2.63.0 → 2.64.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.
@@ -85,6 +85,23 @@ export declare const MODELS: {
85
85
  contextWindow: number;
86
86
  maxTokens: number;
87
87
  };
88
+ readonly "anthropic.claude-fable-5-1": {
89
+ id: string;
90
+ name: string;
91
+ api: "bedrock-converse-stream";
92
+ provider: string;
93
+ baseUrl: string;
94
+ reasoning: true;
95
+ input: ("image" | "text")[];
96
+ cost: {
97
+ input: number;
98
+ output: number;
99
+ cacheRead: number;
100
+ cacheWrite: number;
101
+ };
102
+ contextWindow: number;
103
+ maxTokens: number;
104
+ };
88
105
  readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
89
106
  id: string;
90
107
  name: string;
@@ -612,6 +629,23 @@ export declare const MODELS: {
612
629
  contextWindow: number;
613
630
  maxTokens: number;
614
631
  };
632
+ readonly "global.anthropic.claude-fable-5-1": {
633
+ id: string;
634
+ name: string;
635
+ api: "bedrock-converse-stream";
636
+ provider: string;
637
+ baseUrl: string;
638
+ reasoning: true;
639
+ input: ("image" | "text")[];
640
+ cost: {
641
+ input: number;
642
+ output: number;
643
+ cacheRead: number;
644
+ cacheWrite: number;
645
+ };
646
+ contextWindow: number;
647
+ maxTokens: number;
648
+ };
615
649
  readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
616
650
  id: string;
617
651
  name: string;
@@ -1683,6 +1717,23 @@ export declare const MODELS: {
1683
1717
  contextWindow: number;
1684
1718
  maxTokens: number;
1685
1719
  };
1720
+ readonly "us.anthropic.claude-fable-5-1": {
1721
+ id: string;
1722
+ name: string;
1723
+ api: "bedrock-converse-stream";
1724
+ provider: string;
1725
+ baseUrl: string;
1726
+ reasoning: true;
1727
+ input: ("image" | "text")[];
1728
+ cost: {
1729
+ input: number;
1730
+ output: number;
1731
+ cacheRead: number;
1732
+ cacheWrite: number;
1733
+ };
1734
+ contextWindow: number;
1735
+ maxTokens: number;
1736
+ };
1686
1737
  readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
1687
1738
  id: string;
1688
1739
  name: string;
@@ -2042,6 +2093,23 @@ export declare const MODELS: {
2042
2093
  contextWindow: number;
2043
2094
  maxTokens: number;
2044
2095
  };
2096
+ readonly "claude-fable-5-1": {
2097
+ id: string;
2098
+ name: string;
2099
+ api: "anthropic-messages";
2100
+ provider: string;
2101
+ baseUrl: string;
2102
+ reasoning: true;
2103
+ input: ("image" | "text")[];
2104
+ cost: {
2105
+ input: number;
2106
+ output: number;
2107
+ cacheRead: number;
2108
+ cacheWrite: number;
2109
+ };
2110
+ contextWindow: number;
2111
+ maxTokens: number;
2112
+ };
2045
2113
  readonly "claude-haiku-4-5": {
2046
2114
  id: string;
2047
2115
  name: string;
@@ -4137,23 +4205,6 @@ export declare const MODELS: {
4137
4205
  contextWindow: number;
4138
4206
  maxTokens: number;
4139
4207
  };
4140
- readonly "gemini-robotics-er-1.6-preview": {
4141
- id: string;
4142
- name: string;
4143
- api: "google-generative-ai";
4144
- provider: string;
4145
- baseUrl: string;
4146
- reasoning: true;
4147
- input: ("image" | "text")[];
4148
- cost: {
4149
- input: number;
4150
- output: number;
4151
- cacheRead: number;
4152
- cacheWrite: number;
4153
- };
4154
- contextWindow: number;
4155
- maxTokens: number;
4156
- };
4157
4208
  readonly "gemma-4-26b-a4b-it": {
4158
4209
  id: string;
4159
4210
  name: string;
@@ -4757,6 +4808,23 @@ export declare const MODELS: {
4757
4808
  contextWindow: number;
4758
4809
  maxTokens: number;
4759
4810
  };
4811
+ readonly "qwen/qwen3.8-27b": {
4812
+ id: string;
4813
+ name: string;
4814
+ api: "openai-completions";
4815
+ provider: string;
4816
+ baseUrl: string;
4817
+ reasoning: true;
4818
+ input: ("image" | "text")[];
4819
+ cost: {
4820
+ input: number;
4821
+ output: number;
4822
+ cacheRead: number;
4823
+ cacheWrite: number;
4824
+ };
4825
+ contextWindow: number;
4826
+ maxTokens: number;
4827
+ };
4760
4828
  };
4761
4829
  readonly huggingface: {
4762
4830
  readonly "MiniMaxAI/MiniMax-M2": {
@@ -6119,6 +6187,26 @@ export declare const MODELS: {
6119
6187
  contextWindow: number;
6120
6188
  maxTokens: number;
6121
6189
  };
6190
+ readonly "zai-org/GLM-5.3": {
6191
+ id: string;
6192
+ name: string;
6193
+ api: "openai-completions";
6194
+ provider: string;
6195
+ baseUrl: string;
6196
+ compat: {
6197
+ supportsDeveloperRole: false;
6198
+ };
6199
+ reasoning: true;
6200
+ input: "text"[];
6201
+ cost: {
6202
+ input: number;
6203
+ output: number;
6204
+ cacheRead: number;
6205
+ cacheWrite: number;
6206
+ };
6207
+ contextWindow: number;
6208
+ maxTokens: number;
6209
+ };
6122
6210
  readonly "zai-org/GLM-5.3-Flash": {
6123
6211
  id: string;
6124
6212
  name: string;
@@ -7854,6 +7942,23 @@ export declare const MODELS: {
7854
7942
  contextWindow: number;
7855
7943
  maxTokens: number;
7856
7944
  };
7945
+ readonly "claude-fable-5-1": {
7946
+ id: string;
7947
+ name: string;
7948
+ api: "anthropic-messages";
7949
+ provider: string;
7950
+ baseUrl: string;
7951
+ reasoning: true;
7952
+ input: ("image" | "text")[];
7953
+ cost: {
7954
+ input: number;
7955
+ output: number;
7956
+ cacheRead: number;
7957
+ cacheWrite: number;
7958
+ };
7959
+ contextWindow: number;
7960
+ maxTokens: number;
7961
+ };
7857
7962
  readonly "claude-haiku-4-5": {
7858
7963
  id: string;
7859
7964
  name: string;
@@ -8585,23 +8690,6 @@ export declare const MODELS: {
8585
8690
  contextWindow: number;
8586
8691
  maxTokens: number;
8587
8692
  };
8588
- readonly "hy3-free": {
8589
- id: string;
8590
- name: string;
8591
- api: "openai-completions";
8592
- provider: string;
8593
- baseUrl: string;
8594
- reasoning: true;
8595
- input: "text"[];
8596
- cost: {
8597
- input: number;
8598
- output: number;
8599
- cacheRead: number;
8600
- cacheWrite: number;
8601
- };
8602
- contextWindow: number;
8603
- maxTokens: number;
8604
- };
8605
8693
  readonly "kimi-k2.5": {
8606
8694
  id: string;
8607
8695
  name: string;
@@ -9456,7 +9544,7 @@ export declare const MODELS: {
9456
9544
  contextWindow: number;
9457
9545
  maxTokens: number;
9458
9546
  };
9459
- readonly "anthropic/claude-fable-5:batch": {
9547
+ readonly "anthropic/claude-fable-5.1": {
9460
9548
  id: string;
9461
9549
  name: string;
9462
9550
  api: "openai-completions";
@@ -9473,7 +9561,7 @@ export declare const MODELS: {
9473
9561
  contextWindow: number;
9474
9562
  maxTokens: number;
9475
9563
  };
9476
- readonly "anthropic/claude-haiku-4.5": {
9564
+ readonly "anthropic/claude-fable-5:batch": {
9477
9565
  id: string;
9478
9566
  name: string;
9479
9567
  api: "openai-completions";
@@ -9490,7 +9578,7 @@ export declare const MODELS: {
9490
9578
  contextWindow: number;
9491
9579
  maxTokens: number;
9492
9580
  };
9493
- readonly "anthropic/claude-haiku-4.5:batch": {
9581
+ readonly "anthropic/claude-haiku-4.5": {
9494
9582
  id: string;
9495
9583
  name: string;
9496
9584
  api: "openai-completions";
@@ -9507,7 +9595,7 @@ export declare const MODELS: {
9507
9595
  contextWindow: number;
9508
9596
  maxTokens: number;
9509
9597
  };
9510
- readonly "anthropic/claude-opus-4": {
9598
+ readonly "anthropic/claude-haiku-4.5:batch": {
9511
9599
  id: string;
9512
9600
  name: string;
9513
9601
  api: "openai-completions";
@@ -9524,7 +9612,7 @@ export declare const MODELS: {
9524
9612
  contextWindow: number;
9525
9613
  maxTokens: number;
9526
9614
  };
9527
- readonly "anthropic/claude-opus-4.1": {
9615
+ readonly "anthropic/claude-opus-4": {
9528
9616
  id: string;
9529
9617
  name: string;
9530
9618
  api: "openai-completions";
@@ -9541,7 +9629,7 @@ export declare const MODELS: {
9541
9629
  contextWindow: number;
9542
9630
  maxTokens: number;
9543
9631
  };
9544
- readonly "anthropic/claude-opus-4.1:batch": {
9632
+ readonly "anthropic/claude-opus-4.1": {
9545
9633
  id: string;
9546
9634
  name: string;
9547
9635
  api: "openai-completions";
@@ -9558,7 +9646,7 @@ export declare const MODELS: {
9558
9646
  contextWindow: number;
9559
9647
  maxTokens: number;
9560
9648
  };
9561
- readonly "anthropic/claude-opus-4.5": {
9649
+ readonly "anthropic/claude-opus-4.1:batch": {
9562
9650
  id: string;
9563
9651
  name: string;
9564
9652
  api: "openai-completions";
@@ -9575,7 +9663,7 @@ export declare const MODELS: {
9575
9663
  contextWindow: number;
9576
9664
  maxTokens: number;
9577
9665
  };
9578
- readonly "anthropic/claude-opus-4.5:batch": {
9666
+ readonly "anthropic/claude-opus-4.5": {
9579
9667
  id: string;
9580
9668
  name: string;
9581
9669
  api: "openai-completions";
@@ -9592,7 +9680,7 @@ export declare const MODELS: {
9592
9680
  contextWindow: number;
9593
9681
  maxTokens: number;
9594
9682
  };
9595
- readonly "anthropic/claude-opus-4.6": {
9683
+ readonly "anthropic/claude-opus-4.5:batch": {
9596
9684
  id: string;
9597
9685
  name: string;
9598
9686
  api: "openai-completions";
@@ -9609,7 +9697,7 @@ export declare const MODELS: {
9609
9697
  contextWindow: number;
9610
9698
  maxTokens: number;
9611
9699
  };
9612
- readonly "anthropic/claude-opus-4.6:batch": {
9700
+ readonly "anthropic/claude-opus-4.6": {
9613
9701
  id: string;
9614
9702
  name: string;
9615
9703
  api: "openai-completions";
@@ -9626,7 +9714,7 @@ export declare const MODELS: {
9626
9714
  contextWindow: number;
9627
9715
  maxTokens: number;
9628
9716
  };
9629
- readonly "anthropic/claude-opus-4.7": {
9717
+ readonly "anthropic/claude-opus-4.6:batch": {
9630
9718
  id: string;
9631
9719
  name: string;
9632
9720
  api: "openai-completions";
@@ -9643,7 +9731,7 @@ export declare const MODELS: {
9643
9731
  contextWindow: number;
9644
9732
  maxTokens: number;
9645
9733
  };
9646
- readonly "anthropic/claude-opus-4.7-fast": {
9734
+ readonly "anthropic/claude-opus-4.7": {
9647
9735
  id: string;
9648
9736
  name: string;
9649
9737
  api: "openai-completions";
@@ -9694,23 +9782,6 @@ export declare const MODELS: {
9694
9782
  contextWindow: number;
9695
9783
  maxTokens: number;
9696
9784
  };
9697
- readonly "anthropic/claude-opus-4.8-fast": {
9698
- id: string;
9699
- name: string;
9700
- api: "openai-completions";
9701
- provider: string;
9702
- baseUrl: string;
9703
- reasoning: true;
9704
- input: ("image" | "text")[];
9705
- cost: {
9706
- input: number;
9707
- output: number;
9708
- cacheRead: number;
9709
- cacheWrite: number;
9710
- };
9711
- contextWindow: number;
9712
- maxTokens: number;
9713
- };
9714
9785
  readonly "anthropic/claude-opus-4.8:batch": {
9715
9786
  id: string;
9716
9787
  name: string;
@@ -9745,23 +9816,6 @@ export declare const MODELS: {
9745
9816
  contextWindow: number;
9746
9817
  maxTokens: number;
9747
9818
  };
9748
- readonly "anthropic/claude-opus-5-fast": {
9749
- id: string;
9750
- name: string;
9751
- api: "openai-completions";
9752
- provider: string;
9753
- baseUrl: string;
9754
- reasoning: true;
9755
- input: ("image" | "text")[];
9756
- cost: {
9757
- input: number;
9758
- output: number;
9759
- cacheRead: number;
9760
- cacheWrite: number;
9761
- };
9762
- contextWindow: number;
9763
- maxTokens: number;
9764
- };
9765
9819
  readonly "anthropic/claude-opus-5:batch": {
9766
9820
  id: string;
9767
9821
  name: string;
@@ -9915,23 +9969,6 @@ export declare const MODELS: {
9915
9969
  contextWindow: number;
9916
9970
  maxTokens: number;
9917
9971
  };
9918
- readonly "arcee-ai/virtuoso-large": {
9919
- id: string;
9920
- name: string;
9921
- api: "openai-completions";
9922
- provider: string;
9923
- baseUrl: string;
9924
- reasoning: false;
9925
- input: "text"[];
9926
- cost: {
9927
- input: number;
9928
- output: number;
9929
- cacheRead: number;
9930
- cacheWrite: number;
9931
- };
9932
- contextWindow: number;
9933
- maxTokens: number;
9934
- };
9935
9972
  readonly auto: {
9936
9973
  id: string;
9937
9974
  name: string;
@@ -10272,6 +10309,23 @@ export declare const MODELS: {
10272
10309
  contextWindow: number;
10273
10310
  maxTokens: number;
10274
10311
  };
10312
+ readonly "deepseek/deepseek-v4-flash-0731:batch": {
10313
+ id: string;
10314
+ name: string;
10315
+ api: "openai-completions";
10316
+ provider: string;
10317
+ baseUrl: string;
10318
+ reasoning: true;
10319
+ input: "text"[];
10320
+ cost: {
10321
+ input: number;
10322
+ output: number;
10323
+ cacheRead: number;
10324
+ cacheWrite: number;
10325
+ };
10326
+ contextWindow: number;
10327
+ maxTokens: number;
10328
+ };
10275
10329
  readonly "deepseek/deepseek-v4-flash-vision-exp": {
10276
10330
  id: string;
10277
10331
  name: string;
@@ -10323,6 +10377,23 @@ export declare const MODELS: {
10323
10377
  contextWindow: number;
10324
10378
  maxTokens: number;
10325
10379
  };
10380
+ readonly "deepseek/deepseek-v4-pro-0813:batch": {
10381
+ id: string;
10382
+ name: string;
10383
+ api: "openai-completions";
10384
+ provider: string;
10385
+ baseUrl: string;
10386
+ reasoning: true;
10387
+ input: "text"[];
10388
+ cost: {
10389
+ input: number;
10390
+ output: number;
10391
+ cacheRead: number;
10392
+ cacheWrite: number;
10393
+ };
10394
+ contextWindow: number;
10395
+ maxTokens: number;
10396
+ };
10326
10397
  readonly "dots-studio/dots-3-note-preview:free": {
10327
10398
  id: string;
10328
10399
  name: string;
@@ -10850,7 +10921,7 @@ export declare const MODELS: {
10850
10921
  contextWindow: number;
10851
10922
  maxTokens: number;
10852
10923
  };
10853
- readonly "google/gemma-4-31b-it:free": {
10924
+ readonly "google/gemma-4-31b-it:batch": {
10854
10925
  id: string;
10855
10926
  name: string;
10856
10927
  api: "openai-completions";
@@ -10867,13 +10938,47 @@ export declare const MODELS: {
10867
10938
  contextWindow: number;
10868
10939
  maxTokens: number;
10869
10940
  };
10870
- readonly "ibm-granite/granite-4.1-8b": {
10941
+ readonly "google/gemma-4-31b-it:free": {
10871
10942
  id: string;
10872
10943
  name: string;
10873
10944
  api: "openai-completions";
10874
10945
  provider: string;
10875
10946
  baseUrl: string;
10876
- reasoning: false;
10947
+ reasoning: true;
10948
+ input: ("image" | "text")[];
10949
+ cost: {
10950
+ input: number;
10951
+ output: number;
10952
+ cacheRead: number;
10953
+ cacheWrite: number;
10954
+ };
10955
+ contextWindow: number;
10956
+ maxTokens: number;
10957
+ };
10958
+ readonly "ibm-granite/granite-4.1-8b": {
10959
+ id: string;
10960
+ name: string;
10961
+ api: "openai-completions";
10962
+ provider: string;
10963
+ baseUrl: string;
10964
+ reasoning: false;
10965
+ input: "text"[];
10966
+ cost: {
10967
+ input: number;
10968
+ output: number;
10969
+ cacheRead: number;
10970
+ cacheWrite: number;
10971
+ };
10972
+ contextWindow: number;
10973
+ maxTokens: number;
10974
+ };
10975
+ readonly "ibm-granite/granite-4.2-8b": {
10976
+ id: string;
10977
+ name: string;
10978
+ api: "openai-completions";
10979
+ provider: string;
10980
+ baseUrl: string;
10981
+ reasoning: true;
10877
10982
  input: "text"[];
10878
10983
  cost: {
10879
10984
  input: number;
@@ -10901,7 +11006,7 @@ export declare const MODELS: {
10901
11006
  contextWindow: number;
10902
11007
  maxTokens: number;
10903
11008
  };
10904
- readonly "inclusionai/ling-3.0-flash": {
11009
+ readonly "inception/mercury-2.5-preview": {
10905
11010
  id: string;
10906
11011
  name: string;
10907
11012
  api: "openai-completions";
@@ -10918,7 +11023,7 @@ export declare const MODELS: {
10918
11023
  contextWindow: number;
10919
11024
  maxTokens: number;
10920
11025
  };
10921
- readonly "inclusionai/ling-3.0-flash-fin:free": {
11026
+ readonly "inclusionai/ling-3.0-flash": {
10922
11027
  id: string;
10923
11028
  name: string;
10924
11029
  api: "openai-completions";
@@ -10935,13 +11040,13 @@ export declare const MODELS: {
10935
11040
  contextWindow: number;
10936
11041
  maxTokens: number;
10937
11042
  };
10938
- readonly "kwaipilot/kat-coder-air-v2.5": {
11043
+ readonly "inclusionai/ling-3.0-flash-fin:free": {
10939
11044
  id: string;
10940
11045
  name: string;
10941
11046
  api: "openai-completions";
10942
11047
  provider: string;
10943
11048
  baseUrl: string;
10944
- reasoning: false;
11049
+ reasoning: true;
10945
11050
  input: "text"[];
10946
11051
  cost: {
10947
11052
  input: number;
@@ -11122,6 +11227,23 @@ export declare const MODELS: {
11122
11227
  contextWindow: number;
11123
11228
  maxTokens: number;
11124
11229
  };
11230
+ readonly "meta/muse-glimmer-30b:batch": {
11231
+ id: string;
11232
+ name: string;
11233
+ api: "openai-completions";
11234
+ provider: string;
11235
+ baseUrl: string;
11236
+ reasoning: true;
11237
+ input: ("image" | "text")[];
11238
+ cost: {
11239
+ input: number;
11240
+ output: number;
11241
+ cacheRead: number;
11242
+ cacheWrite: number;
11243
+ };
11244
+ contextWindow: number;
11245
+ maxTokens: number;
11246
+ };
11125
11247
  readonly "meta/muse-spark-1.1": {
11126
11248
  id: string;
11127
11249
  name: string;
@@ -11343,7 +11465,7 @@ export declare const MODELS: {
11343
11465
  contextWindow: number;
11344
11466
  maxTokens: number;
11345
11467
  };
11346
- readonly "mistralai/codestral-2508:batch": {
11468
+ readonly "mistralai/devstral-2512": {
11347
11469
  id: string;
11348
11470
  name: string;
11349
11471
  api: "openai-completions";
@@ -11360,14 +11482,14 @@ export declare const MODELS: {
11360
11482
  contextWindow: number;
11361
11483
  maxTokens: number;
11362
11484
  };
11363
- readonly "mistralai/devstral-2512": {
11485
+ readonly "mistralai/ministral-14b-2512": {
11364
11486
  id: string;
11365
11487
  name: string;
11366
11488
  api: "openai-completions";
11367
11489
  provider: string;
11368
11490
  baseUrl: string;
11369
11491
  reasoning: false;
11370
- input: "text"[];
11492
+ input: ("image" | "text")[];
11371
11493
  cost: {
11372
11494
  input: number;
11373
11495
  output: number;
@@ -11377,7 +11499,7 @@ export declare const MODELS: {
11377
11499
  contextWindow: number;
11378
11500
  maxTokens: number;
11379
11501
  };
11380
- readonly "mistralai/ministral-14b-2512": {
11502
+ readonly "mistralai/ministral-3b-2512": {
11381
11503
  id: string;
11382
11504
  name: string;
11383
11505
  api: "openai-completions";
@@ -11394,7 +11516,7 @@ export declare const MODELS: {
11394
11516
  contextWindow: number;
11395
11517
  maxTokens: number;
11396
11518
  };
11397
- readonly "mistralai/ministral-3b-2512": {
11519
+ readonly "mistralai/ministral-8b-2512": {
11398
11520
  id: string;
11399
11521
  name: string;
11400
11522
  api: "openai-completions";
@@ -11411,14 +11533,14 @@ export declare const MODELS: {
11411
11533
  contextWindow: number;
11412
11534
  maxTokens: number;
11413
11535
  };
11414
- readonly "mistralai/ministral-8b-2512": {
11536
+ readonly "mistralai/mistral-large": {
11415
11537
  id: string;
11416
11538
  name: string;
11417
11539
  api: "openai-completions";
11418
11540
  provider: string;
11419
11541
  baseUrl: string;
11420
11542
  reasoning: false;
11421
- input: ("image" | "text")[];
11543
+ input: "text"[];
11422
11544
  cost: {
11423
11545
  input: number;
11424
11546
  output: number;
@@ -11428,14 +11550,14 @@ export declare const MODELS: {
11428
11550
  contextWindow: number;
11429
11551
  maxTokens: number;
11430
11552
  };
11431
- readonly "mistralai/ministral-8b-2512:batch": {
11553
+ readonly "mistralai/mistral-large-2407": {
11432
11554
  id: string;
11433
11555
  name: string;
11434
11556
  api: "openai-completions";
11435
11557
  provider: string;
11436
11558
  baseUrl: string;
11437
11559
  reasoning: false;
11438
- input: ("image" | "text")[];
11560
+ input: "text"[];
11439
11561
  cost: {
11440
11562
  input: number;
11441
11563
  output: number;
@@ -11445,14 +11567,14 @@ export declare const MODELS: {
11445
11567
  contextWindow: number;
11446
11568
  maxTokens: number;
11447
11569
  };
11448
- readonly "mistralai/mistral-large": {
11570
+ readonly "mistralai/mistral-large-2512": {
11449
11571
  id: string;
11450
11572
  name: string;
11451
11573
  api: "openai-completions";
11452
11574
  provider: string;
11453
11575
  baseUrl: string;
11454
11576
  reasoning: false;
11455
- input: "text"[];
11577
+ input: ("image" | "text")[];
11456
11578
  cost: {
11457
11579
  input: number;
11458
11580
  output: number;
@@ -11462,14 +11584,14 @@ export declare const MODELS: {
11462
11584
  contextWindow: number;
11463
11585
  maxTokens: number;
11464
11586
  };
11465
- readonly "mistralai/mistral-large-2407": {
11587
+ readonly "mistralai/mistral-medium-3": {
11466
11588
  id: string;
11467
11589
  name: string;
11468
11590
  api: "openai-completions";
11469
11591
  provider: string;
11470
11592
  baseUrl: string;
11471
11593
  reasoning: false;
11472
- input: "text"[];
11594
+ input: ("image" | "text")[];
11473
11595
  cost: {
11474
11596
  input: number;
11475
11597
  output: number;
@@ -11479,13 +11601,13 @@ export declare const MODELS: {
11479
11601
  contextWindow: number;
11480
11602
  maxTokens: number;
11481
11603
  };
11482
- readonly "mistralai/mistral-large-2512": {
11604
+ readonly "mistralai/mistral-medium-3-5": {
11483
11605
  id: string;
11484
11606
  name: string;
11485
11607
  api: "openai-completions";
11486
11608
  provider: string;
11487
11609
  baseUrl: string;
11488
- reasoning: false;
11610
+ reasoning: true;
11489
11611
  input: ("image" | "text")[];
11490
11612
  cost: {
11491
11613
  input: number;
@@ -11496,13 +11618,13 @@ export declare const MODELS: {
11496
11618
  contextWindow: number;
11497
11619
  maxTokens: number;
11498
11620
  };
11499
- readonly "mistralai/mistral-large-2512:batch": {
11621
+ readonly "mistralai/mistral-medium-3-5:batch": {
11500
11622
  id: string;
11501
11623
  name: string;
11502
11624
  api: "openai-completions";
11503
11625
  provider: string;
11504
11626
  baseUrl: string;
11505
- reasoning: false;
11627
+ reasoning: true;
11506
11628
  input: ("image" | "text")[];
11507
11629
  cost: {
11508
11630
  input: number;
@@ -11513,7 +11635,7 @@ export declare const MODELS: {
11513
11635
  contextWindow: number;
11514
11636
  maxTokens: number;
11515
11637
  };
11516
- readonly "mistralai/mistral-medium-3": {
11638
+ readonly "mistralai/mistral-medium-3.1": {
11517
11639
  id: string;
11518
11640
  name: string;
11519
11641
  api: "openai-completions";
@@ -11530,14 +11652,14 @@ export declare const MODELS: {
11530
11652
  contextWindow: number;
11531
11653
  maxTokens: number;
11532
11654
  };
11533
- readonly "mistralai/mistral-medium-3-5": {
11655
+ readonly "mistralai/mistral-nemo": {
11534
11656
  id: string;
11535
11657
  name: string;
11536
11658
  api: "openai-completions";
11537
11659
  provider: string;
11538
11660
  baseUrl: string;
11539
- reasoning: true;
11540
- input: ("image" | "text")[];
11661
+ reasoning: false;
11662
+ input: "text"[];
11541
11663
  cost: {
11542
11664
  input: number;
11543
11665
  output: number;
@@ -11547,7 +11669,24 @@ export declare const MODELS: {
11547
11669
  contextWindow: number;
11548
11670
  maxTokens: number;
11549
11671
  };
11550
- readonly "mistralai/mistral-medium-3-5:batch": {
11672
+ readonly "mistralai/mistral-saba": {
11673
+ id: string;
11674
+ name: string;
11675
+ api: "openai-completions";
11676
+ provider: string;
11677
+ baseUrl: string;
11678
+ reasoning: false;
11679
+ input: "text"[];
11680
+ cost: {
11681
+ input: number;
11682
+ output: number;
11683
+ cacheRead: number;
11684
+ cacheWrite: number;
11685
+ };
11686
+ contextWindow: number;
11687
+ maxTokens: number;
11688
+ };
11689
+ readonly "mistralai/mistral-small-2603": {
11551
11690
  id: string;
11552
11691
  name: string;
11553
11692
  api: "openai-completions";
@@ -11564,7 +11703,7 @@ export declare const MODELS: {
11564
11703
  contextWindow: number;
11565
11704
  maxTokens: number;
11566
11705
  };
11567
- readonly "mistralai/mistral-medium-3.1": {
11706
+ readonly "mistralai/mistral-small-3.2-24b-instruct": {
11568
11707
  id: string;
11569
11708
  name: string;
11570
11709
  api: "openai-completions";
@@ -11581,14 +11720,14 @@ export declare const MODELS: {
11581
11720
  contextWindow: number;
11582
11721
  maxTokens: number;
11583
11722
  };
11584
- readonly "mistralai/mistral-medium-3.1:batch": {
11723
+ readonly "mistralai/mixtral-8x22b-instruct": {
11585
11724
  id: string;
11586
11725
  name: string;
11587
11726
  api: "openai-completions";
11588
11727
  provider: string;
11589
11728
  baseUrl: string;
11590
11729
  reasoning: false;
11591
- input: ("image" | "text")[];
11730
+ input: "text"[];
11592
11731
  cost: {
11593
11732
  input: number;
11594
11733
  output: number;
@@ -11598,7 +11737,7 @@ export declare const MODELS: {
11598
11737
  contextWindow: number;
11599
11738
  maxTokens: number;
11600
11739
  };
11601
- readonly "mistralai/mistral-nemo": {
11740
+ readonly "mistralai/voxtral-small-24b-2507": {
11602
11741
  id: string;
11603
11742
  name: string;
11604
11743
  api: "openai-completions";
@@ -11615,7 +11754,7 @@ export declare const MODELS: {
11615
11754
  contextWindow: number;
11616
11755
  maxTokens: number;
11617
11756
  };
11618
- readonly "mistralai/mistral-saba": {
11757
+ readonly "moonshotai/kimi-k2": {
11619
11758
  id: string;
11620
11759
  name: string;
11621
11760
  api: "openai-completions";
@@ -11632,14 +11771,14 @@ export declare const MODELS: {
11632
11771
  contextWindow: number;
11633
11772
  maxTokens: number;
11634
11773
  };
11635
- readonly "mistralai/mistral-small-2603": {
11774
+ readonly "moonshotai/kimi-k2-0905": {
11636
11775
  id: string;
11637
11776
  name: string;
11638
11777
  api: "openai-completions";
11639
11778
  provider: string;
11640
11779
  baseUrl: string;
11641
- reasoning: true;
11642
- input: ("image" | "text")[];
11780
+ reasoning: false;
11781
+ input: "text"[];
11643
11782
  cost: {
11644
11783
  input: number;
11645
11784
  output: number;
@@ -11649,14 +11788,14 @@ export declare const MODELS: {
11649
11788
  contextWindow: number;
11650
11789
  maxTokens: number;
11651
11790
  };
11652
- readonly "mistralai/mistral-small-2603:batch": {
11791
+ readonly "moonshotai/kimi-k2-thinking": {
11653
11792
  id: string;
11654
11793
  name: string;
11655
11794
  api: "openai-completions";
11656
11795
  provider: string;
11657
11796
  baseUrl: string;
11658
11797
  reasoning: true;
11659
- input: ("image" | "text")[];
11798
+ input: "text"[];
11660
11799
  cost: {
11661
11800
  input: number;
11662
11801
  output: number;
@@ -11666,13 +11805,13 @@ export declare const MODELS: {
11666
11805
  contextWindow: number;
11667
11806
  maxTokens: number;
11668
11807
  };
11669
- readonly "mistralai/mistral-small-3.2-24b-instruct": {
11808
+ readonly "moonshotai/kimi-k2.5": {
11670
11809
  id: string;
11671
11810
  name: string;
11672
11811
  api: "openai-completions";
11673
11812
  provider: string;
11674
11813
  baseUrl: string;
11675
- reasoning: false;
11814
+ reasoning: true;
11676
11815
  input: ("image" | "text")[];
11677
11816
  cost: {
11678
11817
  input: number;
@@ -11683,14 +11822,14 @@ export declare const MODELS: {
11683
11822
  contextWindow: number;
11684
11823
  maxTokens: number;
11685
11824
  };
11686
- readonly "mistralai/mixtral-8x22b-instruct": {
11825
+ readonly "moonshotai/kimi-k2.6": {
11687
11826
  id: string;
11688
11827
  name: string;
11689
11828
  api: "openai-completions";
11690
11829
  provider: string;
11691
11830
  baseUrl: string;
11692
- reasoning: false;
11693
- input: "text"[];
11831
+ reasoning: true;
11832
+ input: ("image" | "text")[];
11694
11833
  cost: {
11695
11834
  input: number;
11696
11835
  output: number;
@@ -11700,14 +11839,14 @@ export declare const MODELS: {
11700
11839
  contextWindow: number;
11701
11840
  maxTokens: number;
11702
11841
  };
11703
- readonly "mistralai/voxtral-small-24b-2507": {
11842
+ readonly "moonshotai/kimi-k2.7-code": {
11704
11843
  id: string;
11705
11844
  name: string;
11706
11845
  api: "openai-completions";
11707
11846
  provider: string;
11708
11847
  baseUrl: string;
11709
- reasoning: false;
11710
- input: "text"[];
11848
+ reasoning: true;
11849
+ input: ("image" | "text")[];
11711
11850
  cost: {
11712
11851
  input: number;
11713
11852
  output: number;
@@ -11717,14 +11856,14 @@ export declare const MODELS: {
11717
11856
  contextWindow: number;
11718
11857
  maxTokens: number;
11719
11858
  };
11720
- readonly "moonshotai/kimi-k2": {
11859
+ readonly "moonshotai/kimi-k3": {
11721
11860
  id: string;
11722
11861
  name: string;
11723
11862
  api: "openai-completions";
11724
11863
  provider: string;
11725
11864
  baseUrl: string;
11726
- reasoning: false;
11727
- input: "text"[];
11865
+ reasoning: true;
11866
+ input: ("image" | "text")[];
11728
11867
  cost: {
11729
11868
  input: number;
11730
11869
  output: number;
@@ -11734,14 +11873,14 @@ export declare const MODELS: {
11734
11873
  contextWindow: number;
11735
11874
  maxTokens: number;
11736
11875
  };
11737
- readonly "moonshotai/kimi-k2-0905": {
11876
+ readonly "moonshotai/kimi-k3:batch": {
11738
11877
  id: string;
11739
11878
  name: string;
11740
11879
  api: "openai-completions";
11741
11880
  provider: string;
11742
11881
  baseUrl: string;
11743
- reasoning: false;
11744
- input: "text"[];
11882
+ reasoning: true;
11883
+ input: ("image" | "text")[];
11745
11884
  cost: {
11746
11885
  input: number;
11747
11886
  output: number;
@@ -11751,14 +11890,14 @@ export declare const MODELS: {
11751
11890
  contextWindow: number;
11752
11891
  maxTokens: number;
11753
11892
  };
11754
- readonly "moonshotai/kimi-k2-thinking": {
11893
+ readonly "nex-agi/nex-n2-mini": {
11755
11894
  id: string;
11756
11895
  name: string;
11757
11896
  api: "openai-completions";
11758
11897
  provider: string;
11759
11898
  baseUrl: string;
11760
11899
  reasoning: true;
11761
- input: "text"[];
11900
+ input: ("image" | "text")[];
11762
11901
  cost: {
11763
11902
  input: number;
11764
11903
  output: number;
@@ -11768,7 +11907,7 @@ export declare const MODELS: {
11768
11907
  contextWindow: number;
11769
11908
  maxTokens: number;
11770
11909
  };
11771
- readonly "moonshotai/kimi-k2.5": {
11910
+ readonly "nex-agi/nex-n2-pro": {
11772
11911
  id: string;
11773
11912
  name: string;
11774
11913
  api: "openai-completions";
@@ -11785,14 +11924,14 @@ export declare const MODELS: {
11785
11924
  contextWindow: number;
11786
11925
  maxTokens: number;
11787
11926
  };
11788
- readonly "moonshotai/kimi-k2.6": {
11927
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
11789
11928
  id: string;
11790
11929
  name: string;
11791
11930
  api: "openai-completions";
11792
11931
  provider: string;
11793
11932
  baseUrl: string;
11794
11933
  reasoning: true;
11795
- input: ("image" | "text")[];
11934
+ input: "text"[];
11796
11935
  cost: {
11797
11936
  input: number;
11798
11937
  output: number;
@@ -11802,7 +11941,7 @@ export declare const MODELS: {
11802
11941
  contextWindow: number;
11803
11942
  maxTokens: number;
11804
11943
  };
11805
- readonly "moonshotai/kimi-k2.7-code": {
11944
+ readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
11806
11945
  id: string;
11807
11946
  name: string;
11808
11947
  api: "openai-completions";
@@ -11819,14 +11958,14 @@ export declare const MODELS: {
11819
11958
  contextWindow: number;
11820
11959
  maxTokens: number;
11821
11960
  };
11822
- readonly "moonshotai/kimi-k3": {
11961
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
11823
11962
  id: string;
11824
11963
  name: string;
11825
11964
  api: "openai-completions";
11826
11965
  provider: string;
11827
11966
  baseUrl: string;
11828
11967
  reasoning: true;
11829
- input: ("image" | "text")[];
11968
+ input: "text"[];
11830
11969
  cost: {
11831
11970
  input: number;
11832
11971
  output: number;
@@ -11836,14 +11975,14 @@ export declare const MODELS: {
11836
11975
  contextWindow: number;
11837
11976
  maxTokens: number;
11838
11977
  };
11839
- readonly "nex-agi/nex-n2-mini": {
11978
+ readonly "nvidia/nemotron-3-super-120b-a12b:free": {
11840
11979
  id: string;
11841
11980
  name: string;
11842
11981
  api: "openai-completions";
11843
11982
  provider: string;
11844
11983
  baseUrl: string;
11845
11984
  reasoning: true;
11846
- input: ("image" | "text")[];
11985
+ input: "text"[];
11847
11986
  cost: {
11848
11987
  input: number;
11849
11988
  output: number;
@@ -11853,14 +11992,14 @@ export declare const MODELS: {
11853
11992
  contextWindow: number;
11854
11993
  maxTokens: number;
11855
11994
  };
11856
- readonly "nex-agi/nex-n2-pro": {
11995
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
11857
11996
  id: string;
11858
11997
  name: string;
11859
11998
  api: "openai-completions";
11860
11999
  provider: string;
11861
12000
  baseUrl: string;
11862
12001
  reasoning: true;
11863
- input: ("image" | "text")[];
12002
+ input: "text"[];
11864
12003
  cost: {
11865
12004
  input: number;
11866
12005
  output: number;
@@ -11870,7 +12009,7 @@ export declare const MODELS: {
11870
12009
  contextWindow: number;
11871
12010
  maxTokens: number;
11872
12011
  };
11873
- readonly "nvidia/nemotron-3-nano-30b-a3b": {
12012
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
11874
12013
  id: string;
11875
12014
  name: string;
11876
12015
  api: "openai-completions";
@@ -11887,14 +12026,14 @@ export declare const MODELS: {
11887
12026
  contextWindow: number;
11888
12027
  maxTokens: number;
11889
12028
  };
11890
- readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
12029
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
11891
12030
  id: string;
11892
12031
  name: string;
11893
12032
  api: "openai-completions";
11894
12033
  provider: string;
11895
12034
  baseUrl: string;
11896
12035
  reasoning: true;
11897
- input: ("image" | "text")[];
12036
+ input: "text"[];
11898
12037
  cost: {
11899
12038
  input: number;
11900
12039
  output: number;
@@ -11904,7 +12043,7 @@ export declare const MODELS: {
11904
12043
  contextWindow: number;
11905
12044
  maxTokens: number;
11906
12045
  };
11907
- readonly "nvidia/nemotron-3-super-120b-a12b": {
12046
+ readonly "nvidia/nemotron-3.5-lightning": {
11908
12047
  id: string;
11909
12048
  name: string;
11910
12049
  api: "openai-completions";
@@ -11921,7 +12060,7 @@ export declare const MODELS: {
11921
12060
  contextWindow: number;
11922
12061
  maxTokens: number;
11923
12062
  };
11924
- readonly "nvidia/nemotron-3-super-120b-a12b:free": {
12063
+ readonly "nvidia/nemotron-3.5-lightning:free": {
11925
12064
  id: string;
11926
12065
  name: string;
11927
12066
  api: "openai-completions";
@@ -11938,13 +12077,13 @@ export declare const MODELS: {
11938
12077
  contextWindow: number;
11939
12078
  maxTokens: number;
11940
12079
  };
11941
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
12080
+ readonly "openai/gpt-3.5-turbo": {
11942
12081
  id: string;
11943
12082
  name: string;
11944
12083
  api: "openai-completions";
11945
12084
  provider: string;
11946
12085
  baseUrl: string;
11947
- reasoning: true;
12086
+ reasoning: false;
11948
12087
  input: "text"[];
11949
12088
  cost: {
11950
12089
  input: number;
@@ -11955,13 +12094,13 @@ export declare const MODELS: {
11955
12094
  contextWindow: number;
11956
12095
  maxTokens: number;
11957
12096
  };
11958
- readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
12097
+ readonly "openai/gpt-3.5-turbo-0613": {
11959
12098
  id: string;
11960
12099
  name: string;
11961
12100
  api: "openai-completions";
11962
12101
  provider: string;
11963
12102
  baseUrl: string;
11964
- reasoning: true;
12103
+ reasoning: false;
11965
12104
  input: "text"[];
11966
12105
  cost: {
11967
12106
  input: number;
@@ -11972,13 +12111,13 @@ export declare const MODELS: {
11972
12111
  contextWindow: number;
11973
12112
  maxTokens: number;
11974
12113
  };
11975
- readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
12114
+ readonly "openai/gpt-3.5-turbo-16k": {
11976
12115
  id: string;
11977
12116
  name: string;
11978
12117
  api: "openai-completions";
11979
12118
  provider: string;
11980
12119
  baseUrl: string;
11981
- reasoning: true;
12120
+ reasoning: false;
11982
12121
  input: "text"[];
11983
12122
  cost: {
11984
12123
  input: number;
@@ -11989,13 +12128,13 @@ export declare const MODELS: {
11989
12128
  contextWindow: number;
11990
12129
  maxTokens: number;
11991
12130
  };
11992
- readonly "nvidia/nemotron-3.5-lightning": {
12131
+ readonly "openai/gpt-3.5-turbo:batch": {
11993
12132
  id: string;
11994
12133
  name: string;
11995
12134
  api: "openai-completions";
11996
12135
  provider: string;
11997
12136
  baseUrl: string;
11998
- reasoning: true;
12137
+ reasoning: false;
11999
12138
  input: "text"[];
12000
12139
  cost: {
12001
12140
  input: number;
@@ -12006,13 +12145,13 @@ export declare const MODELS: {
12006
12145
  contextWindow: number;
12007
12146
  maxTokens: number;
12008
12147
  };
12009
- readonly "nvidia/nemotron-3.5-lightning:free": {
12148
+ readonly "openai/gpt-4": {
12010
12149
  id: string;
12011
12150
  name: string;
12012
12151
  api: "openai-completions";
12013
12152
  provider: string;
12014
12153
  baseUrl: string;
12015
- reasoning: true;
12154
+ reasoning: false;
12016
12155
  input: "text"[];
12017
12156
  cost: {
12018
12157
  input: number;
@@ -12023,14 +12162,14 @@ export declare const MODELS: {
12023
12162
  contextWindow: number;
12024
12163
  maxTokens: number;
12025
12164
  };
12026
- readonly "openai/gpt-3.5-turbo": {
12165
+ readonly "openai/gpt-4-turbo": {
12027
12166
  id: string;
12028
12167
  name: string;
12029
12168
  api: "openai-completions";
12030
12169
  provider: string;
12031
12170
  baseUrl: string;
12032
12171
  reasoning: false;
12033
- input: "text"[];
12172
+ input: ("image" | "text")[];
12034
12173
  cost: {
12035
12174
  input: number;
12036
12175
  output: number;
@@ -12040,7 +12179,7 @@ export declare const MODELS: {
12040
12179
  contextWindow: number;
12041
12180
  maxTokens: number;
12042
12181
  };
12043
- readonly "openai/gpt-3.5-turbo-0613": {
12182
+ readonly "openai/gpt-4-turbo-preview": {
12044
12183
  id: string;
12045
12184
  name: string;
12046
12185
  api: "openai-completions";
@@ -12057,14 +12196,14 @@ export declare const MODELS: {
12057
12196
  contextWindow: number;
12058
12197
  maxTokens: number;
12059
12198
  };
12060
- readonly "openai/gpt-3.5-turbo-16k": {
12199
+ readonly "openai/gpt-4-turbo:batch": {
12061
12200
  id: string;
12062
12201
  name: string;
12063
12202
  api: "openai-completions";
12064
12203
  provider: string;
12065
12204
  baseUrl: string;
12066
12205
  reasoning: false;
12067
- input: "text"[];
12206
+ input: ("image" | "text")[];
12068
12207
  cost: {
12069
12208
  input: number;
12070
12209
  output: number;
@@ -12074,14 +12213,371 @@ export declare const MODELS: {
12074
12213
  contextWindow: number;
12075
12214
  maxTokens: number;
12076
12215
  };
12077
- readonly "openai/gpt-4": {
12216
+ readonly "openai/gpt-4.1": {
12078
12217
  id: string;
12079
12218
  name: string;
12080
12219
  api: "openai-completions";
12081
12220
  provider: string;
12082
12221
  baseUrl: string;
12083
12222
  reasoning: false;
12084
- input: "text"[];
12223
+ input: ("image" | "text")[];
12224
+ cost: {
12225
+ input: number;
12226
+ output: number;
12227
+ cacheRead: number;
12228
+ cacheWrite: number;
12229
+ };
12230
+ contextWindow: number;
12231
+ maxTokens: number;
12232
+ };
12233
+ readonly "openai/gpt-4.1-mini": {
12234
+ id: string;
12235
+ name: string;
12236
+ api: "openai-completions";
12237
+ provider: string;
12238
+ baseUrl: string;
12239
+ reasoning: false;
12240
+ input: ("image" | "text")[];
12241
+ cost: {
12242
+ input: number;
12243
+ output: number;
12244
+ cacheRead: number;
12245
+ cacheWrite: number;
12246
+ };
12247
+ contextWindow: number;
12248
+ maxTokens: number;
12249
+ };
12250
+ readonly "openai/gpt-4.1-mini:batch": {
12251
+ id: string;
12252
+ name: string;
12253
+ api: "openai-completions";
12254
+ provider: string;
12255
+ baseUrl: string;
12256
+ reasoning: false;
12257
+ input: ("image" | "text")[];
12258
+ cost: {
12259
+ input: number;
12260
+ output: number;
12261
+ cacheRead: number;
12262
+ cacheWrite: number;
12263
+ };
12264
+ contextWindow: number;
12265
+ maxTokens: number;
12266
+ };
12267
+ readonly "openai/gpt-4.1-nano": {
12268
+ id: string;
12269
+ name: string;
12270
+ api: "openai-completions";
12271
+ provider: string;
12272
+ baseUrl: string;
12273
+ reasoning: false;
12274
+ input: ("image" | "text")[];
12275
+ cost: {
12276
+ input: number;
12277
+ output: number;
12278
+ cacheRead: number;
12279
+ cacheWrite: number;
12280
+ };
12281
+ contextWindow: number;
12282
+ maxTokens: number;
12283
+ };
12284
+ readonly "openai/gpt-4.1-nano:batch": {
12285
+ id: string;
12286
+ name: string;
12287
+ api: "openai-completions";
12288
+ provider: string;
12289
+ baseUrl: string;
12290
+ reasoning: false;
12291
+ input: ("image" | "text")[];
12292
+ cost: {
12293
+ input: number;
12294
+ output: number;
12295
+ cacheRead: number;
12296
+ cacheWrite: number;
12297
+ };
12298
+ contextWindow: number;
12299
+ maxTokens: number;
12300
+ };
12301
+ readonly "openai/gpt-4.1:batch": {
12302
+ id: string;
12303
+ name: string;
12304
+ api: "openai-completions";
12305
+ provider: string;
12306
+ baseUrl: string;
12307
+ reasoning: false;
12308
+ input: ("image" | "text")[];
12309
+ cost: {
12310
+ input: number;
12311
+ output: number;
12312
+ cacheRead: number;
12313
+ cacheWrite: number;
12314
+ };
12315
+ contextWindow: number;
12316
+ maxTokens: number;
12317
+ };
12318
+ readonly "openai/gpt-4o": {
12319
+ id: string;
12320
+ name: string;
12321
+ api: "openai-completions";
12322
+ provider: string;
12323
+ baseUrl: string;
12324
+ reasoning: false;
12325
+ input: ("image" | "text")[];
12326
+ cost: {
12327
+ input: number;
12328
+ output: number;
12329
+ cacheRead: number;
12330
+ cacheWrite: number;
12331
+ };
12332
+ contextWindow: number;
12333
+ maxTokens: number;
12334
+ };
12335
+ readonly "openai/gpt-4o-2024-05-13": {
12336
+ id: string;
12337
+ name: string;
12338
+ api: "openai-completions";
12339
+ provider: string;
12340
+ baseUrl: string;
12341
+ reasoning: false;
12342
+ input: ("image" | "text")[];
12343
+ cost: {
12344
+ input: number;
12345
+ output: number;
12346
+ cacheRead: number;
12347
+ cacheWrite: number;
12348
+ };
12349
+ contextWindow: number;
12350
+ maxTokens: number;
12351
+ };
12352
+ readonly "openai/gpt-4o-2024-08-06": {
12353
+ id: string;
12354
+ name: string;
12355
+ api: "openai-completions";
12356
+ provider: string;
12357
+ baseUrl: string;
12358
+ reasoning: false;
12359
+ input: ("image" | "text")[];
12360
+ cost: {
12361
+ input: number;
12362
+ output: number;
12363
+ cacheRead: number;
12364
+ cacheWrite: number;
12365
+ };
12366
+ contextWindow: number;
12367
+ maxTokens: number;
12368
+ };
12369
+ readonly "openai/gpt-4o-2024-11-20": {
12370
+ id: string;
12371
+ name: string;
12372
+ api: "openai-completions";
12373
+ provider: string;
12374
+ baseUrl: string;
12375
+ reasoning: false;
12376
+ input: ("image" | "text")[];
12377
+ cost: {
12378
+ input: number;
12379
+ output: number;
12380
+ cacheRead: number;
12381
+ cacheWrite: number;
12382
+ };
12383
+ contextWindow: number;
12384
+ maxTokens: number;
12385
+ };
12386
+ readonly "openai/gpt-4o-mini": {
12387
+ id: string;
12388
+ name: string;
12389
+ api: "openai-completions";
12390
+ provider: string;
12391
+ baseUrl: string;
12392
+ reasoning: false;
12393
+ input: ("image" | "text")[];
12394
+ cost: {
12395
+ input: number;
12396
+ output: number;
12397
+ cacheRead: number;
12398
+ cacheWrite: number;
12399
+ };
12400
+ contextWindow: number;
12401
+ maxTokens: number;
12402
+ };
12403
+ readonly "openai/gpt-4o-mini-2024-07-18": {
12404
+ id: string;
12405
+ name: string;
12406
+ api: "openai-completions";
12407
+ provider: string;
12408
+ baseUrl: string;
12409
+ reasoning: false;
12410
+ input: ("image" | "text")[];
12411
+ cost: {
12412
+ input: number;
12413
+ output: number;
12414
+ cacheRead: number;
12415
+ cacheWrite: number;
12416
+ };
12417
+ contextWindow: number;
12418
+ maxTokens: number;
12419
+ };
12420
+ readonly "openai/gpt-4o-mini:batch": {
12421
+ id: string;
12422
+ name: string;
12423
+ api: "openai-completions";
12424
+ provider: string;
12425
+ baseUrl: string;
12426
+ reasoning: false;
12427
+ input: ("image" | "text")[];
12428
+ cost: {
12429
+ input: number;
12430
+ output: number;
12431
+ cacheRead: number;
12432
+ cacheWrite: number;
12433
+ };
12434
+ contextWindow: number;
12435
+ maxTokens: number;
12436
+ };
12437
+ readonly "openai/gpt-4o:batch": {
12438
+ id: string;
12439
+ name: string;
12440
+ api: "openai-completions";
12441
+ provider: string;
12442
+ baseUrl: string;
12443
+ reasoning: false;
12444
+ input: ("image" | "text")[];
12445
+ cost: {
12446
+ input: number;
12447
+ output: number;
12448
+ cacheRead: number;
12449
+ cacheWrite: number;
12450
+ };
12451
+ contextWindow: number;
12452
+ maxTokens: number;
12453
+ };
12454
+ readonly "openai/gpt-5": {
12455
+ id: string;
12456
+ name: string;
12457
+ api: "openai-completions";
12458
+ provider: string;
12459
+ baseUrl: string;
12460
+ reasoning: true;
12461
+ input: ("image" | "text")[];
12462
+ cost: {
12463
+ input: number;
12464
+ output: number;
12465
+ cacheRead: number;
12466
+ cacheWrite: number;
12467
+ };
12468
+ contextWindow: number;
12469
+ maxTokens: number;
12470
+ };
12471
+ readonly "openai/gpt-5-mini": {
12472
+ id: string;
12473
+ name: string;
12474
+ api: "openai-completions";
12475
+ provider: string;
12476
+ baseUrl: string;
12477
+ reasoning: true;
12478
+ input: ("image" | "text")[];
12479
+ cost: {
12480
+ input: number;
12481
+ output: number;
12482
+ cacheRead: number;
12483
+ cacheWrite: number;
12484
+ };
12485
+ contextWindow: number;
12486
+ maxTokens: number;
12487
+ };
12488
+ readonly "openai/gpt-5-mini:batch": {
12489
+ id: string;
12490
+ name: string;
12491
+ api: "openai-completions";
12492
+ provider: string;
12493
+ baseUrl: string;
12494
+ reasoning: true;
12495
+ input: ("image" | "text")[];
12496
+ cost: {
12497
+ input: number;
12498
+ output: number;
12499
+ cacheRead: number;
12500
+ cacheWrite: number;
12501
+ };
12502
+ contextWindow: number;
12503
+ maxTokens: number;
12504
+ };
12505
+ readonly "openai/gpt-5-nano": {
12506
+ id: string;
12507
+ name: string;
12508
+ api: "openai-completions";
12509
+ provider: string;
12510
+ baseUrl: string;
12511
+ reasoning: true;
12512
+ input: ("image" | "text")[];
12513
+ cost: {
12514
+ input: number;
12515
+ output: number;
12516
+ cacheRead: number;
12517
+ cacheWrite: number;
12518
+ };
12519
+ contextWindow: number;
12520
+ maxTokens: number;
12521
+ };
12522
+ readonly "openai/gpt-5-nano:batch": {
12523
+ id: string;
12524
+ name: string;
12525
+ api: "openai-completions";
12526
+ provider: string;
12527
+ baseUrl: string;
12528
+ reasoning: true;
12529
+ input: ("image" | "text")[];
12530
+ cost: {
12531
+ input: number;
12532
+ output: number;
12533
+ cacheRead: number;
12534
+ cacheWrite: number;
12535
+ };
12536
+ contextWindow: number;
12537
+ maxTokens: number;
12538
+ };
12539
+ readonly "openai/gpt-5-pro": {
12540
+ id: string;
12541
+ name: string;
12542
+ api: "openai-completions";
12543
+ provider: string;
12544
+ baseUrl: string;
12545
+ reasoning: true;
12546
+ input: ("image" | "text")[];
12547
+ cost: {
12548
+ input: number;
12549
+ output: number;
12550
+ cacheRead: number;
12551
+ cacheWrite: number;
12552
+ };
12553
+ contextWindow: number;
12554
+ maxTokens: number;
12555
+ };
12556
+ readonly "openai/gpt-5-pro:batch": {
12557
+ id: string;
12558
+ name: string;
12559
+ api: "openai-completions";
12560
+ provider: string;
12561
+ baseUrl: string;
12562
+ reasoning: true;
12563
+ input: ("image" | "text")[];
12564
+ cost: {
12565
+ input: number;
12566
+ output: number;
12567
+ cacheRead: number;
12568
+ cacheWrite: number;
12569
+ };
12570
+ contextWindow: number;
12571
+ maxTokens: number;
12572
+ };
12573
+ readonly "openai/gpt-5.1": {
12574
+ id: string;
12575
+ name: string;
12576
+ api: "openai-completions";
12577
+ provider: string;
12578
+ baseUrl: string;
12579
+ reasoning: true;
12580
+ input: ("image" | "text")[];
12085
12581
  cost: {
12086
12582
  input: number;
12087
12583
  output: number;
@@ -12091,13 +12587,13 @@ export declare const MODELS: {
12091
12587
  contextWindow: number;
12092
12588
  maxTokens: number;
12093
12589
  };
12094
- readonly "openai/gpt-4-turbo": {
12590
+ readonly "openai/gpt-5.1-codex": {
12095
12591
  id: string;
12096
12592
  name: string;
12097
12593
  api: "openai-completions";
12098
12594
  provider: string;
12099
12595
  baseUrl: string;
12100
- reasoning: false;
12596
+ reasoning: true;
12101
12597
  input: ("image" | "text")[];
12102
12598
  cost: {
12103
12599
  input: number;
@@ -12108,14 +12604,14 @@ export declare const MODELS: {
12108
12604
  contextWindow: number;
12109
12605
  maxTokens: number;
12110
12606
  };
12111
- readonly "openai/gpt-4-turbo-preview": {
12607
+ readonly "openai/gpt-5.1-codex-max": {
12112
12608
  id: string;
12113
12609
  name: string;
12114
12610
  api: "openai-completions";
12115
12611
  provider: string;
12116
12612
  baseUrl: string;
12117
- reasoning: false;
12118
- input: "text"[];
12613
+ reasoning: true;
12614
+ input: ("image" | "text")[];
12119
12615
  cost: {
12120
12616
  input: number;
12121
12617
  output: number;
@@ -12125,13 +12621,13 @@ export declare const MODELS: {
12125
12621
  contextWindow: number;
12126
12622
  maxTokens: number;
12127
12623
  };
12128
- readonly "openai/gpt-4.1": {
12624
+ readonly "openai/gpt-5.1-codex-mini": {
12129
12625
  id: string;
12130
12626
  name: string;
12131
12627
  api: "openai-completions";
12132
12628
  provider: string;
12133
12629
  baseUrl: string;
12134
- reasoning: false;
12630
+ reasoning: true;
12135
12631
  input: ("image" | "text")[];
12136
12632
  cost: {
12137
12633
  input: number;
@@ -12142,13 +12638,13 @@ export declare const MODELS: {
12142
12638
  contextWindow: number;
12143
12639
  maxTokens: number;
12144
12640
  };
12145
- readonly "openai/gpt-4.1-mini": {
12641
+ readonly "openai/gpt-5.1:batch": {
12146
12642
  id: string;
12147
12643
  name: string;
12148
12644
  api: "openai-completions";
12149
12645
  provider: string;
12150
12646
  baseUrl: string;
12151
- reasoning: false;
12647
+ reasoning: true;
12152
12648
  input: ("image" | "text")[];
12153
12649
  cost: {
12154
12650
  input: number;
@@ -12159,13 +12655,13 @@ export declare const MODELS: {
12159
12655
  contextWindow: number;
12160
12656
  maxTokens: number;
12161
12657
  };
12162
- readonly "openai/gpt-4.1-nano": {
12658
+ readonly "openai/gpt-5.2": {
12163
12659
  id: string;
12164
12660
  name: string;
12165
12661
  api: "openai-completions";
12166
12662
  provider: string;
12167
12663
  baseUrl: string;
12168
- reasoning: false;
12664
+ reasoning: true;
12169
12665
  input: ("image" | "text")[];
12170
12666
  cost: {
12171
12667
  input: number;
@@ -12176,7 +12672,7 @@ export declare const MODELS: {
12176
12672
  contextWindow: number;
12177
12673
  maxTokens: number;
12178
12674
  };
12179
- readonly "openai/gpt-4o": {
12675
+ readonly "openai/gpt-5.2-chat": {
12180
12676
  id: string;
12181
12677
  name: string;
12182
12678
  api: "openai-completions";
@@ -12193,13 +12689,13 @@ export declare const MODELS: {
12193
12689
  contextWindow: number;
12194
12690
  maxTokens: number;
12195
12691
  };
12196
- readonly "openai/gpt-4o-2024-05-13": {
12692
+ readonly "openai/gpt-5.2-codex": {
12197
12693
  id: string;
12198
12694
  name: string;
12199
12695
  api: "openai-completions";
12200
12696
  provider: string;
12201
12697
  baseUrl: string;
12202
- reasoning: false;
12698
+ reasoning: true;
12203
12699
  input: ("image" | "text")[];
12204
12700
  cost: {
12205
12701
  input: number;
@@ -12210,13 +12706,13 @@ export declare const MODELS: {
12210
12706
  contextWindow: number;
12211
12707
  maxTokens: number;
12212
12708
  };
12213
- readonly "openai/gpt-4o-2024-08-06": {
12709
+ readonly "openai/gpt-5.2-pro": {
12214
12710
  id: string;
12215
12711
  name: string;
12216
12712
  api: "openai-completions";
12217
12713
  provider: string;
12218
12714
  baseUrl: string;
12219
- reasoning: false;
12715
+ reasoning: true;
12220
12716
  input: ("image" | "text")[];
12221
12717
  cost: {
12222
12718
  input: number;
@@ -12227,13 +12723,13 @@ export declare const MODELS: {
12227
12723
  contextWindow: number;
12228
12724
  maxTokens: number;
12229
12725
  };
12230
- readonly "openai/gpt-4o-2024-11-20": {
12726
+ readonly "openai/gpt-5.2-pro:batch": {
12231
12727
  id: string;
12232
12728
  name: string;
12233
12729
  api: "openai-completions";
12234
12730
  provider: string;
12235
12731
  baseUrl: string;
12236
- reasoning: false;
12732
+ reasoning: true;
12237
12733
  input: ("image" | "text")[];
12238
12734
  cost: {
12239
12735
  input: number;
@@ -12244,13 +12740,13 @@ export declare const MODELS: {
12244
12740
  contextWindow: number;
12245
12741
  maxTokens: number;
12246
12742
  };
12247
- readonly "openai/gpt-4o-mini": {
12743
+ readonly "openai/gpt-5.2:batch": {
12248
12744
  id: string;
12249
12745
  name: string;
12250
12746
  api: "openai-completions";
12251
12747
  provider: string;
12252
12748
  baseUrl: string;
12253
- reasoning: false;
12749
+ reasoning: true;
12254
12750
  input: ("image" | "text")[];
12255
12751
  cost: {
12256
12752
  input: number;
@@ -12261,13 +12757,13 @@ export declare const MODELS: {
12261
12757
  contextWindow: number;
12262
12758
  maxTokens: number;
12263
12759
  };
12264
- readonly "openai/gpt-4o-mini-2024-07-18": {
12760
+ readonly "openai/gpt-5.3-codex": {
12265
12761
  id: string;
12266
12762
  name: string;
12267
12763
  api: "openai-completions";
12268
12764
  provider: string;
12269
12765
  baseUrl: string;
12270
- reasoning: false;
12766
+ reasoning: true;
12271
12767
  input: ("image" | "text")[];
12272
12768
  cost: {
12273
12769
  input: number;
@@ -12278,7 +12774,7 @@ export declare const MODELS: {
12278
12774
  contextWindow: number;
12279
12775
  maxTokens: number;
12280
12776
  };
12281
- readonly "openai/gpt-5": {
12777
+ readonly "openai/gpt-5.4": {
12282
12778
  id: string;
12283
12779
  name: string;
12284
12780
  api: "openai-completions";
@@ -12295,7 +12791,7 @@ export declare const MODELS: {
12295
12791
  contextWindow: number;
12296
12792
  maxTokens: number;
12297
12793
  };
12298
- readonly "openai/gpt-5-mini": {
12794
+ readonly "openai/gpt-5.4-mini": {
12299
12795
  id: string;
12300
12796
  name: string;
12301
12797
  api: "openai-completions";
@@ -12312,7 +12808,7 @@ export declare const MODELS: {
12312
12808
  contextWindow: number;
12313
12809
  maxTokens: number;
12314
12810
  };
12315
- readonly "openai/gpt-5-nano": {
12811
+ readonly "openai/gpt-5.4-mini:batch": {
12316
12812
  id: string;
12317
12813
  name: string;
12318
12814
  api: "openai-completions";
@@ -12329,7 +12825,7 @@ export declare const MODELS: {
12329
12825
  contextWindow: number;
12330
12826
  maxTokens: number;
12331
12827
  };
12332
- readonly "openai/gpt-5-pro": {
12828
+ readonly "openai/gpt-5.4-nano": {
12333
12829
  id: string;
12334
12830
  name: string;
12335
12831
  api: "openai-completions";
@@ -12346,7 +12842,7 @@ export declare const MODELS: {
12346
12842
  contextWindow: number;
12347
12843
  maxTokens: number;
12348
12844
  };
12349
- readonly "openai/gpt-5.1": {
12845
+ readonly "openai/gpt-5.4-nano:batch": {
12350
12846
  id: string;
12351
12847
  name: string;
12352
12848
  api: "openai-completions";
@@ -12363,7 +12859,7 @@ export declare const MODELS: {
12363
12859
  contextWindow: number;
12364
12860
  maxTokens: number;
12365
12861
  };
12366
- readonly "openai/gpt-5.1-codex": {
12862
+ readonly "openai/gpt-5.4-pro": {
12367
12863
  id: string;
12368
12864
  name: string;
12369
12865
  api: "openai-completions";
@@ -12380,7 +12876,7 @@ export declare const MODELS: {
12380
12876
  contextWindow: number;
12381
12877
  maxTokens: number;
12382
12878
  };
12383
- readonly "openai/gpt-5.1-codex-max": {
12879
+ readonly "openai/gpt-5.4-pro:batch": {
12384
12880
  id: string;
12385
12881
  name: string;
12386
12882
  api: "openai-completions";
@@ -12397,7 +12893,7 @@ export declare const MODELS: {
12397
12893
  contextWindow: number;
12398
12894
  maxTokens: number;
12399
12895
  };
12400
- readonly "openai/gpt-5.1-codex-mini": {
12896
+ readonly "openai/gpt-5.4:batch": {
12401
12897
  id: string;
12402
12898
  name: string;
12403
12899
  api: "openai-completions";
@@ -12414,7 +12910,7 @@ export declare const MODELS: {
12414
12910
  contextWindow: number;
12415
12911
  maxTokens: number;
12416
12912
  };
12417
- readonly "openai/gpt-5.2": {
12913
+ readonly "openai/gpt-5.5": {
12418
12914
  id: string;
12419
12915
  name: string;
12420
12916
  api: "openai-completions";
@@ -12431,13 +12927,13 @@ export declare const MODELS: {
12431
12927
  contextWindow: number;
12432
12928
  maxTokens: number;
12433
12929
  };
12434
- readonly "openai/gpt-5.2-chat": {
12930
+ readonly "openai/gpt-5.5-pro": {
12435
12931
  id: string;
12436
12932
  name: string;
12437
12933
  api: "openai-completions";
12438
12934
  provider: string;
12439
12935
  baseUrl: string;
12440
- reasoning: false;
12936
+ reasoning: true;
12441
12937
  input: ("image" | "text")[];
12442
12938
  cost: {
12443
12939
  input: number;
@@ -12448,7 +12944,7 @@ export declare const MODELS: {
12448
12944
  contextWindow: number;
12449
12945
  maxTokens: number;
12450
12946
  };
12451
- readonly "openai/gpt-5.2-codex": {
12947
+ readonly "openai/gpt-5.5-pro:batch": {
12452
12948
  id: string;
12453
12949
  name: string;
12454
12950
  api: "openai-completions";
@@ -12465,7 +12961,7 @@ export declare const MODELS: {
12465
12961
  contextWindow: number;
12466
12962
  maxTokens: number;
12467
12963
  };
12468
- readonly "openai/gpt-5.2-pro": {
12964
+ readonly "openai/gpt-5.5:batch": {
12469
12965
  id: string;
12470
12966
  name: string;
12471
12967
  api: "openai-completions";
@@ -12482,7 +12978,7 @@ export declare const MODELS: {
12482
12978
  contextWindow: number;
12483
12979
  maxTokens: number;
12484
12980
  };
12485
- readonly "openai/gpt-5.3-codex": {
12981
+ readonly "openai/gpt-5.6-luna": {
12486
12982
  id: string;
12487
12983
  name: string;
12488
12984
  api: "openai-completions";
@@ -12499,7 +12995,7 @@ export declare const MODELS: {
12499
12995
  contextWindow: number;
12500
12996
  maxTokens: number;
12501
12997
  };
12502
- readonly "openai/gpt-5.4": {
12998
+ readonly "openai/gpt-5.6-luna-pro": {
12503
12999
  id: string;
12504
13000
  name: string;
12505
13001
  api: "openai-completions";
@@ -12516,7 +13012,7 @@ export declare const MODELS: {
12516
13012
  contextWindow: number;
12517
13013
  maxTokens: number;
12518
13014
  };
12519
- readonly "openai/gpt-5.4-mini": {
13015
+ readonly "openai/gpt-5.6-luna-pro:batch": {
12520
13016
  id: string;
12521
13017
  name: string;
12522
13018
  api: "openai-completions";
@@ -12533,7 +13029,7 @@ export declare const MODELS: {
12533
13029
  contextWindow: number;
12534
13030
  maxTokens: number;
12535
13031
  };
12536
- readonly "openai/gpt-5.4-nano": {
13032
+ readonly "openai/gpt-5.6-luna:batch": {
12537
13033
  id: string;
12538
13034
  name: string;
12539
13035
  api: "openai-completions";
@@ -12550,7 +13046,7 @@ export declare const MODELS: {
12550
13046
  contextWindow: number;
12551
13047
  maxTokens: number;
12552
13048
  };
12553
- readonly "openai/gpt-5.4-pro": {
13049
+ readonly "openai/gpt-5.6-sol": {
12554
13050
  id: string;
12555
13051
  name: string;
12556
13052
  api: "openai-completions";
@@ -12567,7 +13063,7 @@ export declare const MODELS: {
12567
13063
  contextWindow: number;
12568
13064
  maxTokens: number;
12569
13065
  };
12570
- readonly "openai/gpt-5.5": {
13066
+ readonly "openai/gpt-5.6-sol-pro": {
12571
13067
  id: string;
12572
13068
  name: string;
12573
13069
  api: "openai-completions";
@@ -12584,7 +13080,7 @@ export declare const MODELS: {
12584
13080
  contextWindow: number;
12585
13081
  maxTokens: number;
12586
13082
  };
12587
- readonly "openai/gpt-5.5-pro": {
13083
+ readonly "openai/gpt-5.6-sol-pro:batch": {
12588
13084
  id: string;
12589
13085
  name: string;
12590
13086
  api: "openai-completions";
@@ -12601,7 +13097,7 @@ export declare const MODELS: {
12601
13097
  contextWindow: number;
12602
13098
  maxTokens: number;
12603
13099
  };
12604
- readonly "openai/gpt-5.6-luna": {
13100
+ readonly "openai/gpt-5.6-sol:batch": {
12605
13101
  id: string;
12606
13102
  name: string;
12607
13103
  api: "openai-completions";
@@ -12618,7 +13114,7 @@ export declare const MODELS: {
12618
13114
  contextWindow: number;
12619
13115
  maxTokens: number;
12620
13116
  };
12621
- readonly "openai/gpt-5.6-luna-pro": {
13117
+ readonly "openai/gpt-5.6-terra": {
12622
13118
  id: string;
12623
13119
  name: string;
12624
13120
  api: "openai-completions";
@@ -12635,7 +13131,7 @@ export declare const MODELS: {
12635
13131
  contextWindow: number;
12636
13132
  maxTokens: number;
12637
13133
  };
12638
- readonly "openai/gpt-5.6-sol": {
13134
+ readonly "openai/gpt-5.6-terra-pro": {
12639
13135
  id: string;
12640
13136
  name: string;
12641
13137
  api: "openai-completions";
@@ -12652,7 +13148,7 @@ export declare const MODELS: {
12652
13148
  contextWindow: number;
12653
13149
  maxTokens: number;
12654
13150
  };
12655
- readonly "openai/gpt-5.6-sol-pro": {
13151
+ readonly "openai/gpt-5.6-terra-pro:batch": {
12656
13152
  id: string;
12657
13153
  name: string;
12658
13154
  api: "openai-completions";
@@ -12669,7 +13165,7 @@ export declare const MODELS: {
12669
13165
  contextWindow: number;
12670
13166
  maxTokens: number;
12671
13167
  };
12672
- readonly "openai/gpt-5.6-terra": {
13168
+ readonly "openai/gpt-5.6-terra:batch": {
12673
13169
  id: string;
12674
13170
  name: string;
12675
13171
  api: "openai-completions";
@@ -12686,7 +13182,7 @@ export declare const MODELS: {
12686
13182
  contextWindow: number;
12687
13183
  maxTokens: number;
12688
13184
  };
12689
- readonly "openai/gpt-5.6-terra-pro": {
13185
+ readonly "openai/gpt-5:batch": {
12690
13186
  id: string;
12691
13187
  name: string;
12692
13188
  api: "openai-completions";
@@ -12771,6 +13267,23 @@ export declare const MODELS: {
12771
13267
  contextWindow: number;
12772
13268
  maxTokens: number;
12773
13269
  };
13270
+ readonly "openai/gpt-oss-120b:batch": {
13271
+ id: string;
13272
+ name: string;
13273
+ api: "openai-completions";
13274
+ provider: string;
13275
+ baseUrl: string;
13276
+ reasoning: true;
13277
+ input: "text"[];
13278
+ cost: {
13279
+ input: number;
13280
+ output: number;
13281
+ cacheRead: number;
13282
+ cacheWrite: number;
13283
+ };
13284
+ contextWindow: number;
13285
+ maxTokens: number;
13286
+ };
12774
13287
  readonly "openai/gpt-oss-20b": {
12775
13288
  id: string;
12776
13289
  name: string;
@@ -12873,6 +13386,23 @@ export declare const MODELS: {
12873
13386
  contextWindow: number;
12874
13387
  maxTokens: number;
12875
13388
  };
13389
+ readonly "openai/o3-mini:batch": {
13390
+ id: string;
13391
+ name: string;
13392
+ api: "openai-completions";
13393
+ provider: string;
13394
+ baseUrl: string;
13395
+ reasoning: true;
13396
+ input: "text"[];
13397
+ cost: {
13398
+ input: number;
13399
+ output: number;
13400
+ cacheRead: number;
13401
+ cacheWrite: number;
13402
+ };
13403
+ contextWindow: number;
13404
+ maxTokens: number;
13405
+ };
12876
13406
  readonly "openai/o3-pro": {
12877
13407
  id: string;
12878
13408
  name: string;
@@ -12890,6 +13420,23 @@ export declare const MODELS: {
12890
13420
  contextWindow: number;
12891
13421
  maxTokens: number;
12892
13422
  };
13423
+ readonly "openai/o3:batch": {
13424
+ id: string;
13425
+ name: string;
13426
+ api: "openai-completions";
13427
+ provider: string;
13428
+ baseUrl: string;
13429
+ reasoning: true;
13430
+ input: ("image" | "text")[];
13431
+ cost: {
13432
+ input: number;
13433
+ output: number;
13434
+ cacheRead: number;
13435
+ cacheWrite: number;
13436
+ };
13437
+ contextWindow: number;
13438
+ maxTokens: number;
13439
+ };
12893
13440
  readonly "openai/o4-mini": {
12894
13441
  id: string;
12895
13442
  name: string;
@@ -12924,6 +13471,23 @@ export declare const MODELS: {
12924
13471
  contextWindow: number;
12925
13472
  maxTokens: number;
12926
13473
  };
13474
+ readonly "openai/o4-mini:batch": {
13475
+ id: string;
13476
+ name: string;
13477
+ api: "openai-completions";
13478
+ provider: string;
13479
+ baseUrl: string;
13480
+ reasoning: true;
13481
+ input: ("image" | "text")[];
13482
+ cost: {
13483
+ input: number;
13484
+ output: number;
13485
+ cacheRead: number;
13486
+ cacheWrite: number;
13487
+ };
13488
+ contextWindow: number;
13489
+ maxTokens: number;
13490
+ };
12927
13491
  readonly "openrouter/auto": {
12928
13492
  id: string;
12929
13493
  name: string;
@@ -13621,6 +14185,23 @@ export declare const MODELS: {
13621
14185
  contextWindow: number;
13622
14186
  maxTokens: number;
13623
14187
  };
14188
+ readonly "qwen/qwen3.5-9b:batch": {
14189
+ id: string;
14190
+ name: string;
14191
+ api: "openai-completions";
14192
+ provider: string;
14193
+ baseUrl: string;
14194
+ reasoning: true;
14195
+ input: ("image" | "text")[];
14196
+ cost: {
14197
+ input: number;
14198
+ output: number;
14199
+ cacheRead: number;
14200
+ cacheWrite: number;
14201
+ };
14202
+ contextWindow: number;
14203
+ maxTokens: number;
14204
+ };
13624
14205
  readonly "qwen/qwen3.5-flash-02-23": {
13625
14206
  id: string;
13626
14207
  name: string;
@@ -14114,6 +14695,23 @@ export declare const MODELS: {
14114
14695
  contextWindow: number;
14115
14696
  maxTokens: number;
14116
14697
  };
14698
+ readonly "thinkingmachines/inkling-small:batch": {
14699
+ id: string;
14700
+ name: string;
14701
+ api: "openai-completions";
14702
+ provider: string;
14703
+ baseUrl: string;
14704
+ reasoning: true;
14705
+ input: ("image" | "text")[];
14706
+ cost: {
14707
+ input: number;
14708
+ output: number;
14709
+ cacheRead: number;
14710
+ cacheWrite: number;
14711
+ };
14712
+ contextWindow: number;
14713
+ maxTokens: number;
14714
+ };
14117
14715
  readonly "thinkingmachines/inkling-small:free": {
14118
14716
  id: string;
14119
14717
  name: string;
@@ -14556,6 +15154,23 @@ export declare const MODELS: {
14556
15154
  contextWindow: number;
14557
15155
  maxTokens: number;
14558
15156
  };
15157
+ readonly "z-ai/glm-5.3-flash:batch": {
15158
+ id: string;
15159
+ name: string;
15160
+ api: "openai-completions";
15161
+ provider: string;
15162
+ baseUrl: string;
15163
+ reasoning: true;
15164
+ input: ("image" | "text")[];
15165
+ cost: {
15166
+ input: number;
15167
+ output: number;
15168
+ cacheRead: number;
15169
+ cacheWrite: number;
15170
+ };
15171
+ contextWindow: number;
15172
+ maxTokens: number;
15173
+ };
14559
15174
  readonly "z-ai/glm-5v-turbo": {
14560
15175
  id: string;
14561
15176
  name: string;
@@ -15255,6 +15870,23 @@ export declare const MODELS: {
15255
15870
  contextWindow: number;
15256
15871
  maxTokens: number;
15257
15872
  };
15873
+ readonly "alibaba/qwen3.8-flash-next": {
15874
+ id: string;
15875
+ name: string;
15876
+ api: "anthropic-messages";
15877
+ provider: string;
15878
+ baseUrl: string;
15879
+ reasoning: true;
15880
+ input: ("image" | "text")[];
15881
+ cost: {
15882
+ input: number;
15883
+ output: number;
15884
+ cacheRead: number;
15885
+ cacheWrite: number;
15886
+ };
15887
+ contextWindow: number;
15888
+ maxTokens: number;
15889
+ };
15258
15890
  readonly "alibaba/qwen3.8-max": {
15259
15891
  id: string;
15260
15892
  name: string;
@@ -15374,6 +16006,23 @@ export declare const MODELS: {
15374
16006
  contextWindow: number;
15375
16007
  maxTokens: number;
15376
16008
  };
16009
+ readonly "anthropic/claude-fable-5.1": {
16010
+ id: string;
16011
+ name: string;
16012
+ api: "anthropic-messages";
16013
+ provider: string;
16014
+ baseUrl: string;
16015
+ reasoning: true;
16016
+ input: ("image" | "text")[];
16017
+ cost: {
16018
+ input: number;
16019
+ output: number;
16020
+ cacheRead: number;
16021
+ cacheWrite: number;
16022
+ };
16023
+ contextWindow: number;
16024
+ maxTokens: number;
16025
+ };
15377
16026
  readonly "anthropic/claude-haiku-4.5": {
15378
16027
  id: string;
15379
16028
  name: string;
@@ -15680,23 +16329,6 @@ export declare const MODELS: {
15680
16329
  contextWindow: number;
15681
16330
  maxTokens: number;
15682
16331
  };
15683
- readonly "deepseek/deepseek-v3": {
15684
- id: string;
15685
- name: string;
15686
- api: "anthropic-messages";
15687
- provider: string;
15688
- baseUrl: string;
15689
- reasoning: false;
15690
- input: "text"[];
15691
- cost: {
15692
- input: number;
15693
- output: number;
15694
- cacheRead: number;
15695
- cacheWrite: number;
15696
- };
15697
- contextWindow: number;
15698
- maxTokens: number;
15699
- };
15700
16332
  readonly "deepseek/deepseek-v3.1": {
15701
16333
  id: string;
15702
16334
  name: string;
@@ -18349,6 +18981,23 @@ export declare const MODELS: {
18349
18981
  contextWindow: number;
18350
18982
  maxTokens: number;
18351
18983
  };
18984
+ readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
18985
+ id: string;
18986
+ name: string;
18987
+ api: "anthropic-messages";
18988
+ provider: string;
18989
+ baseUrl: string;
18990
+ reasoning: true;
18991
+ input: "text"[];
18992
+ cost: {
18993
+ input: number;
18994
+ output: number;
18995
+ cacheRead: number;
18996
+ cacheWrite: number;
18997
+ };
18998
+ contextWindow: number;
18999
+ maxTokens: number;
19000
+ };
18352
19001
  readonly "zai/glm-4.5": {
18353
19002
  id: string;
18354
19003
  name: string;