@dreb/ai 2.64.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;
@@ -10935,6 +10972,23 @@ export declare const MODELS: {
10935
10972
  contextWindow: number;
10936
10973
  maxTokens: number;
10937
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;
10982
+ input: "text"[];
10983
+ cost: {
10984
+ input: number;
10985
+ output: number;
10986
+ cacheRead: number;
10987
+ cacheWrite: number;
10988
+ };
10989
+ contextWindow: number;
10990
+ maxTokens: number;
10991
+ };
10938
10992
  readonly "inception/mercury-2": {
10939
10993
  id: string;
10940
10994
  name: string;
@@ -10952,7 +11006,7 @@ export declare const MODELS: {
10952
11006
  contextWindow: number;
10953
11007
  maxTokens: number;
10954
11008
  };
10955
- readonly "inclusionai/ling-3.0-flash": {
11009
+ readonly "inception/mercury-2.5-preview": {
10956
11010
  id: string;
10957
11011
  name: string;
10958
11012
  api: "openai-completions";
@@ -10969,7 +11023,7 @@ export declare const MODELS: {
10969
11023
  contextWindow: number;
10970
11024
  maxTokens: number;
10971
11025
  };
10972
- readonly "inclusionai/ling-3.0-flash-fin:free": {
11026
+ readonly "inclusionai/ling-3.0-flash": {
10973
11027
  id: string;
10974
11028
  name: string;
10975
11029
  api: "openai-completions";
@@ -10986,13 +11040,13 @@ export declare const MODELS: {
10986
11040
  contextWindow: number;
10987
11041
  maxTokens: number;
10988
11042
  };
10989
- readonly "kwaipilot/kat-coder-air-v2.5": {
11043
+ readonly "inclusionai/ling-3.0-flash-fin:free": {
10990
11044
  id: string;
10991
11045
  name: string;
10992
11046
  api: "openai-completions";
10993
11047
  provider: string;
10994
11048
  baseUrl: string;
10995
- reasoning: false;
11049
+ reasoning: true;
10996
11050
  input: "text"[];
10997
11051
  cost: {
10998
11052
  input: number;
@@ -11411,7 +11465,7 @@ export declare const MODELS: {
11411
11465
  contextWindow: number;
11412
11466
  maxTokens: number;
11413
11467
  };
11414
- readonly "mistralai/codestral-2508:batch": {
11468
+ readonly "mistralai/devstral-2512": {
11415
11469
  id: string;
11416
11470
  name: string;
11417
11471
  api: "openai-completions";
@@ -11428,14 +11482,14 @@ export declare const MODELS: {
11428
11482
  contextWindow: number;
11429
11483
  maxTokens: number;
11430
11484
  };
11431
- readonly "mistralai/devstral-2512": {
11485
+ readonly "mistralai/ministral-14b-2512": {
11432
11486
  id: string;
11433
11487
  name: string;
11434
11488
  api: "openai-completions";
11435
11489
  provider: string;
11436
11490
  baseUrl: string;
11437
11491
  reasoning: false;
11438
- input: "text"[];
11492
+ input: ("image" | "text")[];
11439
11493
  cost: {
11440
11494
  input: number;
11441
11495
  output: number;
@@ -11445,7 +11499,7 @@ export declare const MODELS: {
11445
11499
  contextWindow: number;
11446
11500
  maxTokens: number;
11447
11501
  };
11448
- readonly "mistralai/ministral-14b-2512": {
11502
+ readonly "mistralai/ministral-3b-2512": {
11449
11503
  id: string;
11450
11504
  name: string;
11451
11505
  api: "openai-completions";
@@ -11462,7 +11516,7 @@ export declare const MODELS: {
11462
11516
  contextWindow: number;
11463
11517
  maxTokens: number;
11464
11518
  };
11465
- readonly "mistralai/ministral-3b-2512": {
11519
+ readonly "mistralai/ministral-8b-2512": {
11466
11520
  id: string;
11467
11521
  name: string;
11468
11522
  api: "openai-completions";
@@ -11479,14 +11533,14 @@ export declare const MODELS: {
11479
11533
  contextWindow: number;
11480
11534
  maxTokens: number;
11481
11535
  };
11482
- readonly "mistralai/ministral-8b-2512": {
11536
+ readonly "mistralai/mistral-large": {
11483
11537
  id: string;
11484
11538
  name: string;
11485
11539
  api: "openai-completions";
11486
11540
  provider: string;
11487
11541
  baseUrl: string;
11488
11542
  reasoning: false;
11489
- input: ("image" | "text")[];
11543
+ input: "text"[];
11490
11544
  cost: {
11491
11545
  input: number;
11492
11546
  output: number;
@@ -11496,7 +11550,24 @@ export declare const MODELS: {
11496
11550
  contextWindow: number;
11497
11551
  maxTokens: number;
11498
11552
  };
11499
- readonly "mistralai/ministral-8b-2512:batch": {
11553
+ readonly "mistralai/mistral-large-2407": {
11554
+ id: string;
11555
+ name: string;
11556
+ api: "openai-completions";
11557
+ provider: string;
11558
+ baseUrl: string;
11559
+ reasoning: false;
11560
+ input: "text"[];
11561
+ cost: {
11562
+ input: number;
11563
+ output: number;
11564
+ cacheRead: number;
11565
+ cacheWrite: number;
11566
+ };
11567
+ contextWindow: number;
11568
+ maxTokens: number;
11569
+ };
11570
+ readonly "mistralai/mistral-large-2512": {
11500
11571
  id: string;
11501
11572
  name: string;
11502
11573
  api: "openai-completions";
@@ -11513,14 +11584,14 @@ export declare const MODELS: {
11513
11584
  contextWindow: number;
11514
11585
  maxTokens: number;
11515
11586
  };
11516
- readonly "mistralai/mistral-large": {
11587
+ readonly "mistralai/mistral-medium-3": {
11517
11588
  id: string;
11518
11589
  name: string;
11519
11590
  api: "openai-completions";
11520
11591
  provider: string;
11521
11592
  baseUrl: string;
11522
11593
  reasoning: false;
11523
- input: "text"[];
11594
+ input: ("image" | "text")[];
11524
11595
  cost: {
11525
11596
  input: number;
11526
11597
  output: number;
@@ -11530,7 +11601,58 @@ export declare const MODELS: {
11530
11601
  contextWindow: number;
11531
11602
  maxTokens: number;
11532
11603
  };
11533
- readonly "mistralai/mistral-large-2407": {
11604
+ readonly "mistralai/mistral-medium-3-5": {
11605
+ id: string;
11606
+ name: string;
11607
+ api: "openai-completions";
11608
+ provider: string;
11609
+ baseUrl: string;
11610
+ reasoning: true;
11611
+ input: ("image" | "text")[];
11612
+ cost: {
11613
+ input: number;
11614
+ output: number;
11615
+ cacheRead: number;
11616
+ cacheWrite: number;
11617
+ };
11618
+ contextWindow: number;
11619
+ maxTokens: number;
11620
+ };
11621
+ readonly "mistralai/mistral-medium-3-5:batch": {
11622
+ id: string;
11623
+ name: string;
11624
+ api: "openai-completions";
11625
+ provider: string;
11626
+ baseUrl: string;
11627
+ reasoning: true;
11628
+ input: ("image" | "text")[];
11629
+ cost: {
11630
+ input: number;
11631
+ output: number;
11632
+ cacheRead: number;
11633
+ cacheWrite: number;
11634
+ };
11635
+ contextWindow: number;
11636
+ maxTokens: number;
11637
+ };
11638
+ readonly "mistralai/mistral-medium-3.1": {
11639
+ id: string;
11640
+ name: string;
11641
+ api: "openai-completions";
11642
+ provider: string;
11643
+ baseUrl: string;
11644
+ reasoning: false;
11645
+ input: ("image" | "text")[];
11646
+ cost: {
11647
+ input: number;
11648
+ output: number;
11649
+ cacheRead: number;
11650
+ cacheWrite: number;
11651
+ };
11652
+ contextWindow: number;
11653
+ maxTokens: number;
11654
+ };
11655
+ readonly "mistralai/mistral-nemo": {
11534
11656
  id: string;
11535
11657
  name: string;
11536
11658
  api: "openai-completions";
@@ -11547,13 +11669,30 @@ export declare const MODELS: {
11547
11669
  contextWindow: number;
11548
11670
  maxTokens: number;
11549
11671
  };
11550
- readonly "mistralai/mistral-large-2512": {
11672
+ readonly "mistralai/mistral-saba": {
11551
11673
  id: string;
11552
11674
  name: string;
11553
11675
  api: "openai-completions";
11554
11676
  provider: string;
11555
11677
  baseUrl: string;
11556
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": {
11690
+ id: string;
11691
+ name: string;
11692
+ api: "openai-completions";
11693
+ provider: string;
11694
+ baseUrl: string;
11695
+ reasoning: true;
11557
11696
  input: ("image" | "text")[];
11558
11697
  cost: {
11559
11698
  input: number;
@@ -11564,7 +11703,7 @@ export declare const MODELS: {
11564
11703
  contextWindow: number;
11565
11704
  maxTokens: number;
11566
11705
  };
11567
- readonly "mistralai/mistral-large-2512:batch": {
11706
+ readonly "mistralai/mistral-small-3.2-24b-instruct": {
11568
11707
  id: string;
11569
11708
  name: string;
11570
11709
  api: "openai-completions";
@@ -11581,13 +11720,98 @@ export declare const MODELS: {
11581
11720
  contextWindow: number;
11582
11721
  maxTokens: number;
11583
11722
  };
11584
- readonly "mistralai/mistral-medium-3": {
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;
11730
+ input: "text"[];
11731
+ cost: {
11732
+ input: number;
11733
+ output: number;
11734
+ cacheRead: number;
11735
+ cacheWrite: number;
11736
+ };
11737
+ contextWindow: number;
11738
+ maxTokens: number;
11739
+ };
11740
+ readonly "mistralai/voxtral-small-24b-2507": {
11741
+ id: string;
11742
+ name: string;
11743
+ api: "openai-completions";
11744
+ provider: string;
11745
+ baseUrl: string;
11746
+ reasoning: false;
11747
+ input: "text"[];
11748
+ cost: {
11749
+ input: number;
11750
+ output: number;
11751
+ cacheRead: number;
11752
+ cacheWrite: number;
11753
+ };
11754
+ contextWindow: number;
11755
+ maxTokens: number;
11756
+ };
11757
+ readonly "moonshotai/kimi-k2": {
11758
+ id: string;
11759
+ name: string;
11760
+ api: "openai-completions";
11761
+ provider: string;
11762
+ baseUrl: string;
11763
+ reasoning: false;
11764
+ input: "text"[];
11765
+ cost: {
11766
+ input: number;
11767
+ output: number;
11768
+ cacheRead: number;
11769
+ cacheWrite: number;
11770
+ };
11771
+ contextWindow: number;
11772
+ maxTokens: number;
11773
+ };
11774
+ readonly "moonshotai/kimi-k2-0905": {
11775
+ id: string;
11776
+ name: string;
11777
+ api: "openai-completions";
11778
+ provider: string;
11779
+ baseUrl: string;
11780
+ reasoning: false;
11781
+ input: "text"[];
11782
+ cost: {
11783
+ input: number;
11784
+ output: number;
11785
+ cacheRead: number;
11786
+ cacheWrite: number;
11787
+ };
11788
+ contextWindow: number;
11789
+ maxTokens: number;
11790
+ };
11791
+ readonly "moonshotai/kimi-k2-thinking": {
11792
+ id: string;
11793
+ name: string;
11794
+ api: "openai-completions";
11795
+ provider: string;
11796
+ baseUrl: string;
11797
+ reasoning: true;
11798
+ input: "text"[];
11799
+ cost: {
11800
+ input: number;
11801
+ output: number;
11802
+ cacheRead: number;
11803
+ cacheWrite: number;
11804
+ };
11805
+ contextWindow: number;
11806
+ maxTokens: number;
11807
+ };
11808
+ readonly "moonshotai/kimi-k2.5": {
11809
+ id: string;
11810
+ name: string;
11811
+ api: "openai-completions";
11812
+ provider: string;
11813
+ baseUrl: string;
11814
+ reasoning: true;
11591
11815
  input: ("image" | "text")[];
11592
11816
  cost: {
11593
11817
  input: number;
@@ -11598,7 +11822,7 @@ export declare const MODELS: {
11598
11822
  contextWindow: number;
11599
11823
  maxTokens: number;
11600
11824
  };
11601
- readonly "mistralai/mistral-medium-3-5": {
11825
+ readonly "moonshotai/kimi-k2.6": {
11602
11826
  id: string;
11603
11827
  name: string;
11604
11828
  api: "openai-completions";
@@ -11615,7 +11839,7 @@ export declare const MODELS: {
11615
11839
  contextWindow: number;
11616
11840
  maxTokens: number;
11617
11841
  };
11618
- readonly "mistralai/mistral-medium-3-5:batch": {
11842
+ readonly "moonshotai/kimi-k2.7-code": {
11619
11843
  id: string;
11620
11844
  name: string;
11621
11845
  api: "openai-completions";
@@ -11632,13 +11856,13 @@ export declare const MODELS: {
11632
11856
  contextWindow: number;
11633
11857
  maxTokens: number;
11634
11858
  };
11635
- readonly "mistralai/mistral-medium-3.1": {
11859
+ readonly "moonshotai/kimi-k3": {
11636
11860
  id: string;
11637
11861
  name: string;
11638
11862
  api: "openai-completions";
11639
11863
  provider: string;
11640
11864
  baseUrl: string;
11641
- reasoning: false;
11865
+ reasoning: true;
11642
11866
  input: ("image" | "text")[];
11643
11867
  cost: {
11644
11868
  input: number;
@@ -11649,13 +11873,13 @@ export declare const MODELS: {
11649
11873
  contextWindow: number;
11650
11874
  maxTokens: number;
11651
11875
  };
11652
- readonly "mistralai/mistral-medium-3.1:batch": {
11876
+ readonly "moonshotai/kimi-k3:batch": {
11653
11877
  id: string;
11654
11878
  name: string;
11655
11879
  api: "openai-completions";
11656
11880
  provider: string;
11657
11881
  baseUrl: string;
11658
- reasoning: false;
11882
+ reasoning: true;
11659
11883
  input: ("image" | "text")[];
11660
11884
  cost: {
11661
11885
  input: number;
@@ -11666,14 +11890,14 @@ export declare const MODELS: {
11666
11890
  contextWindow: number;
11667
11891
  maxTokens: number;
11668
11892
  };
11669
- readonly "mistralai/mistral-nemo": {
11893
+ readonly "nex-agi/nex-n2-mini": {
11670
11894
  id: string;
11671
11895
  name: string;
11672
11896
  api: "openai-completions";
11673
11897
  provider: string;
11674
11898
  baseUrl: string;
11675
- reasoning: false;
11676
- input: "text"[];
11899
+ reasoning: true;
11900
+ input: ("image" | "text")[];
11677
11901
  cost: {
11678
11902
  input: number;
11679
11903
  output: number;
@@ -11683,13 +11907,30 @@ export declare const MODELS: {
11683
11907
  contextWindow: number;
11684
11908
  maxTokens: number;
11685
11909
  };
11686
- readonly "mistralai/mistral-saba": {
11910
+ readonly "nex-agi/nex-n2-pro": {
11687
11911
  id: string;
11688
11912
  name: string;
11689
11913
  api: "openai-completions";
11690
11914
  provider: string;
11691
11915
  baseUrl: string;
11692
- reasoning: false;
11916
+ reasoning: true;
11917
+ input: ("image" | "text")[];
11918
+ cost: {
11919
+ input: number;
11920
+ output: number;
11921
+ cacheRead: number;
11922
+ cacheWrite: number;
11923
+ };
11924
+ contextWindow: number;
11925
+ maxTokens: number;
11926
+ };
11927
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
11928
+ id: string;
11929
+ name: string;
11930
+ api: "openai-completions";
11931
+ provider: string;
11932
+ baseUrl: string;
11933
+ reasoning: true;
11693
11934
  input: "text"[];
11694
11935
  cost: {
11695
11936
  input: number;
@@ -11700,7 +11941,7 @@ export declare const MODELS: {
11700
11941
  contextWindow: number;
11701
11942
  maxTokens: number;
11702
11943
  };
11703
- readonly "mistralai/mistral-small-2603": {
11944
+ readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
11704
11945
  id: string;
11705
11946
  name: string;
11706
11947
  api: "openai-completions";
@@ -11717,14 +11958,14 @@ export declare const MODELS: {
11717
11958
  contextWindow: number;
11718
11959
  maxTokens: number;
11719
11960
  };
11720
- readonly "mistralai/mistral-small-2603:batch": {
11961
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
11721
11962
  id: string;
11722
11963
  name: string;
11723
11964
  api: "openai-completions";
11724
11965
  provider: string;
11725
11966
  baseUrl: string;
11726
11967
  reasoning: true;
11727
- input: ("image" | "text")[];
11968
+ input: "text"[];
11728
11969
  cost: {
11729
11970
  input: number;
11730
11971
  output: number;
@@ -11734,14 +11975,116 @@ export declare const MODELS: {
11734
11975
  contextWindow: number;
11735
11976
  maxTokens: number;
11736
11977
  };
11737
- readonly "mistralai/mistral-small-3.2-24b-instruct": {
11978
+ readonly "nvidia/nemotron-3-super-120b-a12b:free": {
11979
+ id: string;
11980
+ name: string;
11981
+ api: "openai-completions";
11982
+ provider: string;
11983
+ baseUrl: string;
11984
+ reasoning: true;
11985
+ input: "text"[];
11986
+ cost: {
11987
+ input: number;
11988
+ output: number;
11989
+ cacheRead: number;
11990
+ cacheWrite: number;
11991
+ };
11992
+ contextWindow: number;
11993
+ maxTokens: number;
11994
+ };
11995
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
11996
+ id: string;
11997
+ name: string;
11998
+ api: "openai-completions";
11999
+ provider: string;
12000
+ baseUrl: string;
12001
+ reasoning: true;
12002
+ input: "text"[];
12003
+ cost: {
12004
+ input: number;
12005
+ output: number;
12006
+ cacheRead: number;
12007
+ cacheWrite: number;
12008
+ };
12009
+ contextWindow: number;
12010
+ maxTokens: number;
12011
+ };
12012
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
12013
+ id: string;
12014
+ name: string;
12015
+ api: "openai-completions";
12016
+ provider: string;
12017
+ baseUrl: string;
12018
+ reasoning: true;
12019
+ input: "text"[];
12020
+ cost: {
12021
+ input: number;
12022
+ output: number;
12023
+ cacheRead: number;
12024
+ cacheWrite: number;
12025
+ };
12026
+ contextWindow: number;
12027
+ maxTokens: number;
12028
+ };
12029
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
12030
+ id: string;
12031
+ name: string;
12032
+ api: "openai-completions";
12033
+ provider: string;
12034
+ baseUrl: string;
12035
+ reasoning: true;
12036
+ input: "text"[];
12037
+ cost: {
12038
+ input: number;
12039
+ output: number;
12040
+ cacheRead: number;
12041
+ cacheWrite: number;
12042
+ };
12043
+ contextWindow: number;
12044
+ maxTokens: number;
12045
+ };
12046
+ readonly "nvidia/nemotron-3.5-lightning": {
12047
+ id: string;
12048
+ name: string;
12049
+ api: "openai-completions";
12050
+ provider: string;
12051
+ baseUrl: string;
12052
+ reasoning: true;
12053
+ input: "text"[];
12054
+ cost: {
12055
+ input: number;
12056
+ output: number;
12057
+ cacheRead: number;
12058
+ cacheWrite: number;
12059
+ };
12060
+ contextWindow: number;
12061
+ maxTokens: number;
12062
+ };
12063
+ readonly "nvidia/nemotron-3.5-lightning:free": {
12064
+ id: string;
12065
+ name: string;
12066
+ api: "openai-completions";
12067
+ provider: string;
12068
+ baseUrl: string;
12069
+ reasoning: true;
12070
+ input: "text"[];
12071
+ cost: {
12072
+ input: number;
12073
+ output: number;
12074
+ cacheRead: number;
12075
+ cacheWrite: number;
12076
+ };
12077
+ contextWindow: number;
12078
+ maxTokens: number;
12079
+ };
12080
+ readonly "openai/gpt-3.5-turbo": {
11738
12081
  id: string;
11739
12082
  name: string;
11740
12083
  api: "openai-completions";
11741
12084
  provider: string;
11742
12085
  baseUrl: string;
11743
12086
  reasoning: false;
11744
- input: ("image" | "text")[];
12087
+ input: "text"[];
11745
12088
  cost: {
11746
12089
  input: number;
11747
12090
  output: number;
@@ -11751,7 +12094,7 @@ export declare const MODELS: {
11751
12094
  contextWindow: number;
11752
12095
  maxTokens: number;
11753
12096
  };
11754
- readonly "mistralai/mixtral-8x22b-instruct": {
12097
+ readonly "openai/gpt-3.5-turbo-0613": {
11755
12098
  id: string;
11756
12099
  name: string;
11757
12100
  api: "openai-completions";
@@ -11768,7 +12111,7 @@ export declare const MODELS: {
11768
12111
  contextWindow: number;
11769
12112
  maxTokens: number;
11770
12113
  };
11771
- readonly "mistralai/voxtral-small-24b-2507": {
12114
+ readonly "openai/gpt-3.5-turbo-16k": {
11772
12115
  id: string;
11773
12116
  name: string;
11774
12117
  api: "openai-completions";
@@ -11785,7 +12128,7 @@ export declare const MODELS: {
11785
12128
  contextWindow: number;
11786
12129
  maxTokens: number;
11787
12130
  };
11788
- readonly "moonshotai/kimi-k2": {
12131
+ readonly "openai/gpt-3.5-turbo:batch": {
11789
12132
  id: string;
11790
12133
  name: string;
11791
12134
  api: "openai-completions";
@@ -11802,7 +12145,7 @@ export declare const MODELS: {
11802
12145
  contextWindow: number;
11803
12146
  maxTokens: number;
11804
12147
  };
11805
- readonly "moonshotai/kimi-k2-0905": {
12148
+ readonly "openai/gpt-4": {
11806
12149
  id: string;
11807
12150
  name: string;
11808
12151
  api: "openai-completions";
@@ -11819,13 +12162,30 @@ export declare const MODELS: {
11819
12162
  contextWindow: number;
11820
12163
  maxTokens: number;
11821
12164
  };
11822
- readonly "moonshotai/kimi-k2-thinking": {
12165
+ readonly "openai/gpt-4-turbo": {
11823
12166
  id: string;
11824
12167
  name: string;
11825
12168
  api: "openai-completions";
11826
12169
  provider: string;
11827
12170
  baseUrl: string;
11828
- reasoning: true;
12171
+ reasoning: false;
12172
+ input: ("image" | "text")[];
12173
+ cost: {
12174
+ input: number;
12175
+ output: number;
12176
+ cacheRead: number;
12177
+ cacheWrite: number;
12178
+ };
12179
+ contextWindow: number;
12180
+ maxTokens: number;
12181
+ };
12182
+ readonly "openai/gpt-4-turbo-preview": {
12183
+ id: string;
12184
+ name: string;
12185
+ api: "openai-completions";
12186
+ provider: string;
12187
+ baseUrl: string;
12188
+ reasoning: false;
11829
12189
  input: "text"[];
11830
12190
  cost: {
11831
12191
  input: number;
@@ -11836,13 +12196,13 @@ export declare const MODELS: {
11836
12196
  contextWindow: number;
11837
12197
  maxTokens: number;
11838
12198
  };
11839
- readonly "moonshotai/kimi-k2.5": {
12199
+ readonly "openai/gpt-4-turbo:batch": {
11840
12200
  id: string;
11841
12201
  name: string;
11842
12202
  api: "openai-completions";
11843
12203
  provider: string;
11844
12204
  baseUrl: string;
11845
- reasoning: true;
12205
+ reasoning: false;
11846
12206
  input: ("image" | "text")[];
11847
12207
  cost: {
11848
12208
  input: number;
@@ -11853,13 +12213,13 @@ export declare const MODELS: {
11853
12213
  contextWindow: number;
11854
12214
  maxTokens: number;
11855
12215
  };
11856
- readonly "moonshotai/kimi-k2.6": {
12216
+ readonly "openai/gpt-4.1": {
11857
12217
  id: string;
11858
12218
  name: string;
11859
12219
  api: "openai-completions";
11860
12220
  provider: string;
11861
12221
  baseUrl: string;
11862
- reasoning: true;
12222
+ reasoning: false;
11863
12223
  input: ("image" | "text")[];
11864
12224
  cost: {
11865
12225
  input: number;
@@ -11870,13 +12230,13 @@ export declare const MODELS: {
11870
12230
  contextWindow: number;
11871
12231
  maxTokens: number;
11872
12232
  };
11873
- readonly "moonshotai/kimi-k2.7-code": {
12233
+ readonly "openai/gpt-4.1-mini": {
11874
12234
  id: string;
11875
12235
  name: string;
11876
12236
  api: "openai-completions";
11877
12237
  provider: string;
11878
12238
  baseUrl: string;
11879
- reasoning: true;
12239
+ reasoning: false;
11880
12240
  input: ("image" | "text")[];
11881
12241
  cost: {
11882
12242
  input: number;
@@ -11887,13 +12247,13 @@ export declare const MODELS: {
11887
12247
  contextWindow: number;
11888
12248
  maxTokens: number;
11889
12249
  };
11890
- readonly "moonshotai/kimi-k3": {
12250
+ readonly "openai/gpt-4.1-mini:batch": {
11891
12251
  id: string;
11892
12252
  name: string;
11893
12253
  api: "openai-completions";
11894
12254
  provider: string;
11895
12255
  baseUrl: string;
11896
- reasoning: true;
12256
+ reasoning: false;
11897
12257
  input: ("image" | "text")[];
11898
12258
  cost: {
11899
12259
  input: number;
@@ -11904,13 +12264,13 @@ export declare const MODELS: {
11904
12264
  contextWindow: number;
11905
12265
  maxTokens: number;
11906
12266
  };
11907
- readonly "moonshotai/kimi-k3:batch": {
12267
+ readonly "openai/gpt-4.1-nano": {
11908
12268
  id: string;
11909
12269
  name: string;
11910
12270
  api: "openai-completions";
11911
12271
  provider: string;
11912
12272
  baseUrl: string;
11913
- reasoning: true;
12273
+ reasoning: false;
11914
12274
  input: ("image" | "text")[];
11915
12275
  cost: {
11916
12276
  input: number;
@@ -11921,13 +12281,13 @@ export declare const MODELS: {
11921
12281
  contextWindow: number;
11922
12282
  maxTokens: number;
11923
12283
  };
11924
- readonly "nex-agi/nex-n2-mini": {
12284
+ readonly "openai/gpt-4.1-nano:batch": {
11925
12285
  id: string;
11926
12286
  name: string;
11927
12287
  api: "openai-completions";
11928
12288
  provider: string;
11929
12289
  baseUrl: string;
11930
- reasoning: true;
12290
+ reasoning: false;
11931
12291
  input: ("image" | "text")[];
11932
12292
  cost: {
11933
12293
  input: number;
@@ -11938,13 +12298,64 @@ export declare const MODELS: {
11938
12298
  contextWindow: number;
11939
12299
  maxTokens: number;
11940
12300
  };
11941
- readonly "nex-agi/nex-n2-pro": {
12301
+ readonly "openai/gpt-4.1:batch": {
11942
12302
  id: string;
11943
12303
  name: string;
11944
12304
  api: "openai-completions";
11945
12305
  provider: string;
11946
12306
  baseUrl: string;
11947
- reasoning: true;
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;
11948
12359
  input: ("image" | "text")[];
11949
12360
  cost: {
11950
12361
  input: number;
@@ -11955,14 +12366,14 @@ export declare const MODELS: {
11955
12366
  contextWindow: number;
11956
12367
  maxTokens: number;
11957
12368
  };
11958
- readonly "nvidia/nemotron-3-nano-30b-a3b": {
12369
+ readonly "openai/gpt-4o-2024-11-20": {
11959
12370
  id: string;
11960
12371
  name: string;
11961
12372
  api: "openai-completions";
11962
12373
  provider: string;
11963
12374
  baseUrl: string;
11964
- reasoning: true;
11965
- input: "text"[];
12375
+ reasoning: false;
12376
+ input: ("image" | "text")[];
11966
12377
  cost: {
11967
12378
  input: number;
11968
12379
  output: number;
@@ -11972,13 +12383,13 @@ export declare const MODELS: {
11972
12383
  contextWindow: number;
11973
12384
  maxTokens: number;
11974
12385
  };
11975
- readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
12386
+ readonly "openai/gpt-4o-mini": {
11976
12387
  id: string;
11977
12388
  name: string;
11978
12389
  api: "openai-completions";
11979
12390
  provider: string;
11980
12391
  baseUrl: string;
11981
- reasoning: true;
12392
+ reasoning: false;
11982
12393
  input: ("image" | "text")[];
11983
12394
  cost: {
11984
12395
  input: number;
@@ -11989,14 +12400,14 @@ export declare const MODELS: {
11989
12400
  contextWindow: number;
11990
12401
  maxTokens: number;
11991
12402
  };
11992
- readonly "nvidia/nemotron-3-super-120b-a12b": {
12403
+ readonly "openai/gpt-4o-mini-2024-07-18": {
11993
12404
  id: string;
11994
12405
  name: string;
11995
12406
  api: "openai-completions";
11996
12407
  provider: string;
11997
12408
  baseUrl: string;
11998
- reasoning: true;
11999
- input: "text"[];
12409
+ reasoning: false;
12410
+ input: ("image" | "text")[];
12000
12411
  cost: {
12001
12412
  input: number;
12002
12413
  output: number;
@@ -12006,14 +12417,14 @@ export declare const MODELS: {
12006
12417
  contextWindow: number;
12007
12418
  maxTokens: number;
12008
12419
  };
12009
- readonly "nvidia/nemotron-3-super-120b-a12b:free": {
12420
+ readonly "openai/gpt-4o-mini:batch": {
12010
12421
  id: string;
12011
12422
  name: string;
12012
12423
  api: "openai-completions";
12013
12424
  provider: string;
12014
12425
  baseUrl: string;
12015
- reasoning: true;
12016
- input: "text"[];
12426
+ reasoning: false;
12427
+ input: ("image" | "text")[];
12017
12428
  cost: {
12018
12429
  input: number;
12019
12430
  output: number;
@@ -12023,14 +12434,14 @@ export declare const MODELS: {
12023
12434
  contextWindow: number;
12024
12435
  maxTokens: number;
12025
12436
  };
12026
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
12437
+ readonly "openai/gpt-4o:batch": {
12027
12438
  id: string;
12028
12439
  name: string;
12029
12440
  api: "openai-completions";
12030
12441
  provider: string;
12031
12442
  baseUrl: string;
12032
- reasoning: true;
12033
- input: "text"[];
12443
+ reasoning: false;
12444
+ input: ("image" | "text")[];
12034
12445
  cost: {
12035
12446
  input: number;
12036
12447
  output: number;
@@ -12040,14 +12451,14 @@ export declare const MODELS: {
12040
12451
  contextWindow: number;
12041
12452
  maxTokens: number;
12042
12453
  };
12043
- readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
12454
+ readonly "openai/gpt-5": {
12044
12455
  id: string;
12045
12456
  name: string;
12046
12457
  api: "openai-completions";
12047
12458
  provider: string;
12048
12459
  baseUrl: string;
12049
12460
  reasoning: true;
12050
- input: "text"[];
12461
+ input: ("image" | "text")[];
12051
12462
  cost: {
12052
12463
  input: number;
12053
12464
  output: number;
@@ -12057,14 +12468,14 @@ export declare const MODELS: {
12057
12468
  contextWindow: number;
12058
12469
  maxTokens: number;
12059
12470
  };
12060
- readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
12471
+ readonly "openai/gpt-5-mini": {
12061
12472
  id: string;
12062
12473
  name: string;
12063
12474
  api: "openai-completions";
12064
12475
  provider: string;
12065
12476
  baseUrl: string;
12066
12477
  reasoning: true;
12067
- input: "text"[];
12478
+ input: ("image" | "text")[];
12068
12479
  cost: {
12069
12480
  input: number;
12070
12481
  output: number;
@@ -12074,14 +12485,14 @@ export declare const MODELS: {
12074
12485
  contextWindow: number;
12075
12486
  maxTokens: number;
12076
12487
  };
12077
- readonly "nvidia/nemotron-3.5-lightning": {
12488
+ readonly "openai/gpt-5-mini:batch": {
12078
12489
  id: string;
12079
12490
  name: string;
12080
12491
  api: "openai-completions";
12081
12492
  provider: string;
12082
12493
  baseUrl: string;
12083
12494
  reasoning: true;
12084
- input: "text"[];
12495
+ input: ("image" | "text")[];
12085
12496
  cost: {
12086
12497
  input: number;
12087
12498
  output: number;
@@ -12091,14 +12502,14 @@ export declare const MODELS: {
12091
12502
  contextWindow: number;
12092
12503
  maxTokens: number;
12093
12504
  };
12094
- readonly "nvidia/nemotron-3.5-lightning:free": {
12505
+ readonly "openai/gpt-5-nano": {
12095
12506
  id: string;
12096
12507
  name: string;
12097
12508
  api: "openai-completions";
12098
12509
  provider: string;
12099
12510
  baseUrl: string;
12100
12511
  reasoning: true;
12101
- input: "text"[];
12512
+ input: ("image" | "text")[];
12102
12513
  cost: {
12103
12514
  input: number;
12104
12515
  output: number;
@@ -12108,14 +12519,14 @@ export declare const MODELS: {
12108
12519
  contextWindow: number;
12109
12520
  maxTokens: number;
12110
12521
  };
12111
- readonly "openai/gpt-3.5-turbo": {
12522
+ readonly "openai/gpt-5-nano:batch": {
12112
12523
  id: string;
12113
12524
  name: string;
12114
12525
  api: "openai-completions";
12115
12526
  provider: string;
12116
12527
  baseUrl: string;
12117
- reasoning: false;
12118
- input: "text"[];
12528
+ reasoning: true;
12529
+ input: ("image" | "text")[];
12119
12530
  cost: {
12120
12531
  input: number;
12121
12532
  output: number;
@@ -12125,14 +12536,14 @@ export declare const MODELS: {
12125
12536
  contextWindow: number;
12126
12537
  maxTokens: number;
12127
12538
  };
12128
- readonly "openai/gpt-3.5-turbo-0613": {
12539
+ readonly "openai/gpt-5-pro": {
12129
12540
  id: string;
12130
12541
  name: string;
12131
12542
  api: "openai-completions";
12132
12543
  provider: string;
12133
12544
  baseUrl: string;
12134
- reasoning: false;
12135
- input: "text"[];
12545
+ reasoning: true;
12546
+ input: ("image" | "text")[];
12136
12547
  cost: {
12137
12548
  input: number;
12138
12549
  output: number;
@@ -12142,14 +12553,14 @@ export declare const MODELS: {
12142
12553
  contextWindow: number;
12143
12554
  maxTokens: number;
12144
12555
  };
12145
- readonly "openai/gpt-3.5-turbo-16k": {
12556
+ readonly "openai/gpt-5-pro:batch": {
12146
12557
  id: string;
12147
12558
  name: string;
12148
12559
  api: "openai-completions";
12149
12560
  provider: string;
12150
12561
  baseUrl: string;
12151
- reasoning: false;
12152
- input: "text"[];
12562
+ reasoning: true;
12563
+ input: ("image" | "text")[];
12153
12564
  cost: {
12154
12565
  input: number;
12155
12566
  output: number;
@@ -12159,14 +12570,14 @@ export declare const MODELS: {
12159
12570
  contextWindow: number;
12160
12571
  maxTokens: number;
12161
12572
  };
12162
- readonly "openai/gpt-4": {
12573
+ readonly "openai/gpt-5.1": {
12163
12574
  id: string;
12164
12575
  name: string;
12165
12576
  api: "openai-completions";
12166
12577
  provider: string;
12167
12578
  baseUrl: string;
12168
- reasoning: false;
12169
- input: "text"[];
12579
+ reasoning: true;
12580
+ input: ("image" | "text")[];
12170
12581
  cost: {
12171
12582
  input: number;
12172
12583
  output: number;
@@ -12176,13 +12587,13 @@ export declare const MODELS: {
12176
12587
  contextWindow: number;
12177
12588
  maxTokens: number;
12178
12589
  };
12179
- readonly "openai/gpt-4-turbo": {
12590
+ readonly "openai/gpt-5.1-codex": {
12180
12591
  id: string;
12181
12592
  name: string;
12182
12593
  api: "openai-completions";
12183
12594
  provider: string;
12184
12595
  baseUrl: string;
12185
- reasoning: false;
12596
+ reasoning: true;
12186
12597
  input: ("image" | "text")[];
12187
12598
  cost: {
12188
12599
  input: number;
@@ -12193,14 +12604,14 @@ export declare const MODELS: {
12193
12604
  contextWindow: number;
12194
12605
  maxTokens: number;
12195
12606
  };
12196
- readonly "openai/gpt-4-turbo-preview": {
12607
+ readonly "openai/gpt-5.1-codex-max": {
12197
12608
  id: string;
12198
12609
  name: string;
12199
12610
  api: "openai-completions";
12200
12611
  provider: string;
12201
12612
  baseUrl: string;
12202
- reasoning: false;
12203
- input: "text"[];
12613
+ reasoning: true;
12614
+ input: ("image" | "text")[];
12204
12615
  cost: {
12205
12616
  input: number;
12206
12617
  output: number;
@@ -12210,13 +12621,13 @@ export declare const MODELS: {
12210
12621
  contextWindow: number;
12211
12622
  maxTokens: number;
12212
12623
  };
12213
- readonly "openai/gpt-4.1": {
12624
+ readonly "openai/gpt-5.1-codex-mini": {
12214
12625
  id: string;
12215
12626
  name: string;
12216
12627
  api: "openai-completions";
12217
12628
  provider: string;
12218
12629
  baseUrl: string;
12219
- reasoning: false;
12630
+ reasoning: true;
12220
12631
  input: ("image" | "text")[];
12221
12632
  cost: {
12222
12633
  input: number;
@@ -12227,13 +12638,13 @@ export declare const MODELS: {
12227
12638
  contextWindow: number;
12228
12639
  maxTokens: number;
12229
12640
  };
12230
- readonly "openai/gpt-4.1-mini": {
12641
+ readonly "openai/gpt-5.1:batch": {
12231
12642
  id: string;
12232
12643
  name: string;
12233
12644
  api: "openai-completions";
12234
12645
  provider: string;
12235
12646
  baseUrl: string;
12236
- reasoning: false;
12647
+ reasoning: true;
12237
12648
  input: ("image" | "text")[];
12238
12649
  cost: {
12239
12650
  input: number;
@@ -12244,13 +12655,13 @@ export declare const MODELS: {
12244
12655
  contextWindow: number;
12245
12656
  maxTokens: number;
12246
12657
  };
12247
- readonly "openai/gpt-4.1-nano": {
12658
+ readonly "openai/gpt-5.2": {
12248
12659
  id: string;
12249
12660
  name: string;
12250
12661
  api: "openai-completions";
12251
12662
  provider: string;
12252
12663
  baseUrl: string;
12253
- reasoning: false;
12664
+ reasoning: true;
12254
12665
  input: ("image" | "text")[];
12255
12666
  cost: {
12256
12667
  input: number;
@@ -12261,7 +12672,7 @@ export declare const MODELS: {
12261
12672
  contextWindow: number;
12262
12673
  maxTokens: number;
12263
12674
  };
12264
- readonly "openai/gpt-4o": {
12675
+ readonly "openai/gpt-5.2-chat": {
12265
12676
  id: string;
12266
12677
  name: string;
12267
12678
  api: "openai-completions";
@@ -12278,13 +12689,13 @@ export declare const MODELS: {
12278
12689
  contextWindow: number;
12279
12690
  maxTokens: number;
12280
12691
  };
12281
- readonly "openai/gpt-4o-2024-05-13": {
12692
+ readonly "openai/gpt-5.2-codex": {
12282
12693
  id: string;
12283
12694
  name: string;
12284
12695
  api: "openai-completions";
12285
12696
  provider: string;
12286
12697
  baseUrl: string;
12287
- reasoning: false;
12698
+ reasoning: true;
12288
12699
  input: ("image" | "text")[];
12289
12700
  cost: {
12290
12701
  input: number;
@@ -12295,13 +12706,13 @@ export declare const MODELS: {
12295
12706
  contextWindow: number;
12296
12707
  maxTokens: number;
12297
12708
  };
12298
- readonly "openai/gpt-4o-2024-08-06": {
12709
+ readonly "openai/gpt-5.2-pro": {
12299
12710
  id: string;
12300
12711
  name: string;
12301
12712
  api: "openai-completions";
12302
12713
  provider: string;
12303
12714
  baseUrl: string;
12304
- reasoning: false;
12715
+ reasoning: true;
12305
12716
  input: ("image" | "text")[];
12306
12717
  cost: {
12307
12718
  input: number;
@@ -12312,13 +12723,13 @@ export declare const MODELS: {
12312
12723
  contextWindow: number;
12313
12724
  maxTokens: number;
12314
12725
  };
12315
- readonly "openai/gpt-4o-2024-11-20": {
12726
+ readonly "openai/gpt-5.2-pro:batch": {
12316
12727
  id: string;
12317
12728
  name: string;
12318
12729
  api: "openai-completions";
12319
12730
  provider: string;
12320
12731
  baseUrl: string;
12321
- reasoning: false;
12732
+ reasoning: true;
12322
12733
  input: ("image" | "text")[];
12323
12734
  cost: {
12324
12735
  input: number;
@@ -12329,13 +12740,13 @@ export declare const MODELS: {
12329
12740
  contextWindow: number;
12330
12741
  maxTokens: number;
12331
12742
  };
12332
- readonly "openai/gpt-4o-mini": {
12743
+ readonly "openai/gpt-5.2:batch": {
12333
12744
  id: string;
12334
12745
  name: string;
12335
12746
  api: "openai-completions";
12336
12747
  provider: string;
12337
12748
  baseUrl: string;
12338
- reasoning: false;
12749
+ reasoning: true;
12339
12750
  input: ("image" | "text")[];
12340
12751
  cost: {
12341
12752
  input: number;
@@ -12346,13 +12757,13 @@ export declare const MODELS: {
12346
12757
  contextWindow: number;
12347
12758
  maxTokens: number;
12348
12759
  };
12349
- readonly "openai/gpt-4o-mini-2024-07-18": {
12760
+ readonly "openai/gpt-5.3-codex": {
12350
12761
  id: string;
12351
12762
  name: string;
12352
12763
  api: "openai-completions";
12353
12764
  provider: string;
12354
12765
  baseUrl: string;
12355
- reasoning: false;
12766
+ reasoning: true;
12356
12767
  input: ("image" | "text")[];
12357
12768
  cost: {
12358
12769
  input: number;
@@ -12363,7 +12774,7 @@ export declare const MODELS: {
12363
12774
  contextWindow: number;
12364
12775
  maxTokens: number;
12365
12776
  };
12366
- readonly "openai/gpt-5": {
12777
+ readonly "openai/gpt-5.4": {
12367
12778
  id: string;
12368
12779
  name: string;
12369
12780
  api: "openai-completions";
@@ -12380,7 +12791,7 @@ export declare const MODELS: {
12380
12791
  contextWindow: number;
12381
12792
  maxTokens: number;
12382
12793
  };
12383
- readonly "openai/gpt-5-mini": {
12794
+ readonly "openai/gpt-5.4-mini": {
12384
12795
  id: string;
12385
12796
  name: string;
12386
12797
  api: "openai-completions";
@@ -12397,7 +12808,7 @@ export declare const MODELS: {
12397
12808
  contextWindow: number;
12398
12809
  maxTokens: number;
12399
12810
  };
12400
- readonly "openai/gpt-5-nano": {
12811
+ readonly "openai/gpt-5.4-mini:batch": {
12401
12812
  id: string;
12402
12813
  name: string;
12403
12814
  api: "openai-completions";
@@ -12414,7 +12825,7 @@ export declare const MODELS: {
12414
12825
  contextWindow: number;
12415
12826
  maxTokens: number;
12416
12827
  };
12417
- readonly "openai/gpt-5-pro": {
12828
+ readonly "openai/gpt-5.4-nano": {
12418
12829
  id: string;
12419
12830
  name: string;
12420
12831
  api: "openai-completions";
@@ -12431,7 +12842,7 @@ export declare const MODELS: {
12431
12842
  contextWindow: number;
12432
12843
  maxTokens: number;
12433
12844
  };
12434
- readonly "openai/gpt-5.1": {
12845
+ readonly "openai/gpt-5.4-nano:batch": {
12435
12846
  id: string;
12436
12847
  name: string;
12437
12848
  api: "openai-completions";
@@ -12448,7 +12859,7 @@ export declare const MODELS: {
12448
12859
  contextWindow: number;
12449
12860
  maxTokens: number;
12450
12861
  };
12451
- readonly "openai/gpt-5.1-codex": {
12862
+ readonly "openai/gpt-5.4-pro": {
12452
12863
  id: string;
12453
12864
  name: string;
12454
12865
  api: "openai-completions";
@@ -12465,7 +12876,7 @@ export declare const MODELS: {
12465
12876
  contextWindow: number;
12466
12877
  maxTokens: number;
12467
12878
  };
12468
- readonly "openai/gpt-5.1-codex-max": {
12879
+ readonly "openai/gpt-5.4-pro:batch": {
12469
12880
  id: string;
12470
12881
  name: string;
12471
12882
  api: "openai-completions";
@@ -12482,7 +12893,7 @@ export declare const MODELS: {
12482
12893
  contextWindow: number;
12483
12894
  maxTokens: number;
12484
12895
  };
12485
- readonly "openai/gpt-5.1-codex-mini": {
12896
+ readonly "openai/gpt-5.4:batch": {
12486
12897
  id: string;
12487
12898
  name: string;
12488
12899
  api: "openai-completions";
@@ -12499,7 +12910,7 @@ export declare const MODELS: {
12499
12910
  contextWindow: number;
12500
12911
  maxTokens: number;
12501
12912
  };
12502
- readonly "openai/gpt-5.2": {
12913
+ readonly "openai/gpt-5.5": {
12503
12914
  id: string;
12504
12915
  name: string;
12505
12916
  api: "openai-completions";
@@ -12516,13 +12927,13 @@ export declare const MODELS: {
12516
12927
  contextWindow: number;
12517
12928
  maxTokens: number;
12518
12929
  };
12519
- readonly "openai/gpt-5.2-chat": {
12930
+ readonly "openai/gpt-5.5-pro": {
12520
12931
  id: string;
12521
12932
  name: string;
12522
12933
  api: "openai-completions";
12523
12934
  provider: string;
12524
12935
  baseUrl: string;
12525
- reasoning: false;
12936
+ reasoning: true;
12526
12937
  input: ("image" | "text")[];
12527
12938
  cost: {
12528
12939
  input: number;
@@ -12533,7 +12944,7 @@ export declare const MODELS: {
12533
12944
  contextWindow: number;
12534
12945
  maxTokens: number;
12535
12946
  };
12536
- readonly "openai/gpt-5.2-codex": {
12947
+ readonly "openai/gpt-5.5-pro:batch": {
12537
12948
  id: string;
12538
12949
  name: string;
12539
12950
  api: "openai-completions";
@@ -12550,7 +12961,7 @@ export declare const MODELS: {
12550
12961
  contextWindow: number;
12551
12962
  maxTokens: number;
12552
12963
  };
12553
- readonly "openai/gpt-5.2-pro": {
12964
+ readonly "openai/gpt-5.5:batch": {
12554
12965
  id: string;
12555
12966
  name: string;
12556
12967
  api: "openai-completions";
@@ -12567,7 +12978,7 @@ export declare const MODELS: {
12567
12978
  contextWindow: number;
12568
12979
  maxTokens: number;
12569
12980
  };
12570
- readonly "openai/gpt-5.3-codex": {
12981
+ readonly "openai/gpt-5.6-luna": {
12571
12982
  id: string;
12572
12983
  name: string;
12573
12984
  api: "openai-completions";
@@ -12584,7 +12995,7 @@ export declare const MODELS: {
12584
12995
  contextWindow: number;
12585
12996
  maxTokens: number;
12586
12997
  };
12587
- readonly "openai/gpt-5.4": {
12998
+ readonly "openai/gpt-5.6-luna-pro": {
12588
12999
  id: string;
12589
13000
  name: string;
12590
13001
  api: "openai-completions";
@@ -12601,7 +13012,7 @@ export declare const MODELS: {
12601
13012
  contextWindow: number;
12602
13013
  maxTokens: number;
12603
13014
  };
12604
- readonly "openai/gpt-5.4-mini": {
13015
+ readonly "openai/gpt-5.6-luna-pro:batch": {
12605
13016
  id: string;
12606
13017
  name: string;
12607
13018
  api: "openai-completions";
@@ -12618,7 +13029,7 @@ export declare const MODELS: {
12618
13029
  contextWindow: number;
12619
13030
  maxTokens: number;
12620
13031
  };
12621
- readonly "openai/gpt-5.4-nano": {
13032
+ readonly "openai/gpt-5.6-luna:batch": {
12622
13033
  id: string;
12623
13034
  name: string;
12624
13035
  api: "openai-completions";
@@ -12635,7 +13046,7 @@ export declare const MODELS: {
12635
13046
  contextWindow: number;
12636
13047
  maxTokens: number;
12637
13048
  };
12638
- readonly "openai/gpt-5.4-pro": {
13049
+ readonly "openai/gpt-5.6-sol": {
12639
13050
  id: string;
12640
13051
  name: string;
12641
13052
  api: "openai-completions";
@@ -12652,7 +13063,7 @@ export declare const MODELS: {
12652
13063
  contextWindow: number;
12653
13064
  maxTokens: number;
12654
13065
  };
12655
- readonly "openai/gpt-5.5": {
13066
+ readonly "openai/gpt-5.6-sol-pro": {
12656
13067
  id: string;
12657
13068
  name: string;
12658
13069
  api: "openai-completions";
@@ -12669,7 +13080,7 @@ export declare const MODELS: {
12669
13080
  contextWindow: number;
12670
13081
  maxTokens: number;
12671
13082
  };
12672
- readonly "openai/gpt-5.5-pro": {
13083
+ readonly "openai/gpt-5.6-sol-pro:batch": {
12673
13084
  id: string;
12674
13085
  name: string;
12675
13086
  api: "openai-completions";
@@ -12686,7 +13097,7 @@ export declare const MODELS: {
12686
13097
  contextWindow: number;
12687
13098
  maxTokens: number;
12688
13099
  };
12689
- readonly "openai/gpt-5.6-luna": {
13100
+ readonly "openai/gpt-5.6-sol:batch": {
12690
13101
  id: string;
12691
13102
  name: string;
12692
13103
  api: "openai-completions";
@@ -12703,7 +13114,7 @@ export declare const MODELS: {
12703
13114
  contextWindow: number;
12704
13115
  maxTokens: number;
12705
13116
  };
12706
- readonly "openai/gpt-5.6-luna-pro": {
13117
+ readonly "openai/gpt-5.6-terra": {
12707
13118
  id: string;
12708
13119
  name: string;
12709
13120
  api: "openai-completions";
@@ -12720,7 +13131,7 @@ export declare const MODELS: {
12720
13131
  contextWindow: number;
12721
13132
  maxTokens: number;
12722
13133
  };
12723
- readonly "openai/gpt-5.6-sol": {
13134
+ readonly "openai/gpt-5.6-terra-pro": {
12724
13135
  id: string;
12725
13136
  name: string;
12726
13137
  api: "openai-completions";
@@ -12737,7 +13148,7 @@ export declare const MODELS: {
12737
13148
  contextWindow: number;
12738
13149
  maxTokens: number;
12739
13150
  };
12740
- readonly "openai/gpt-5.6-sol-pro": {
13151
+ readonly "openai/gpt-5.6-terra-pro:batch": {
12741
13152
  id: string;
12742
13153
  name: string;
12743
13154
  api: "openai-completions";
@@ -12754,7 +13165,7 @@ export declare const MODELS: {
12754
13165
  contextWindow: number;
12755
13166
  maxTokens: number;
12756
13167
  };
12757
- readonly "openai/gpt-5.6-terra": {
13168
+ readonly "openai/gpt-5.6-terra:batch": {
12758
13169
  id: string;
12759
13170
  name: string;
12760
13171
  api: "openai-completions";
@@ -12771,7 +13182,7 @@ export declare const MODELS: {
12771
13182
  contextWindow: number;
12772
13183
  maxTokens: number;
12773
13184
  };
12774
- readonly "openai/gpt-5.6-terra-pro": {
13185
+ readonly "openai/gpt-5:batch": {
12775
13186
  id: string;
12776
13187
  name: string;
12777
13188
  api: "openai-completions";
@@ -12975,6 +13386,23 @@ export declare const MODELS: {
12975
13386
  contextWindow: number;
12976
13387
  maxTokens: number;
12977
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
+ };
12978
13406
  readonly "openai/o3-pro": {
12979
13407
  id: string;
12980
13408
  name: string;
@@ -12992,6 +13420,23 @@ export declare const MODELS: {
12992
13420
  contextWindow: number;
12993
13421
  maxTokens: number;
12994
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
+ };
12995
13440
  readonly "openai/o4-mini": {
12996
13441
  id: string;
12997
13442
  name: string;
@@ -13026,6 +13471,23 @@ export declare const MODELS: {
13026
13471
  contextWindow: number;
13027
13472
  maxTokens: number;
13028
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
+ };
13029
13491
  readonly "openrouter/auto": {
13030
13492
  id: string;
13031
13493
  name: string;
@@ -15408,6 +15870,23 @@ export declare const MODELS: {
15408
15870
  contextWindow: number;
15409
15871
  maxTokens: number;
15410
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
+ };
15411
15890
  readonly "alibaba/qwen3.8-max": {
15412
15891
  id: string;
15413
15892
  name: string;
@@ -15527,6 +16006,23 @@ export declare const MODELS: {
15527
16006
  contextWindow: number;
15528
16007
  maxTokens: number;
15529
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
+ };
15530
16026
  readonly "anthropic/claude-haiku-4.5": {
15531
16027
  id: string;
15532
16028
  name: string;
@@ -15833,23 +16329,6 @@ export declare const MODELS: {
15833
16329
  contextWindow: number;
15834
16330
  maxTokens: number;
15835
16331
  };
15836
- readonly "deepseek/deepseek-v3": {
15837
- id: string;
15838
- name: string;
15839
- api: "anthropic-messages";
15840
- provider: string;
15841
- baseUrl: string;
15842
- reasoning: false;
15843
- input: "text"[];
15844
- cost: {
15845
- input: number;
15846
- output: number;
15847
- cacheRead: number;
15848
- cacheWrite: number;
15849
- };
15850
- contextWindow: number;
15851
- maxTokens: number;
15852
- };
15853
16332
  readonly "deepseek/deepseek-v3.1": {
15854
16333
  id: string;
15855
16334
  name: string;
@@ -18502,6 +18981,23 @@ export declare const MODELS: {
18502
18981
  contextWindow: number;
18503
18982
  maxTokens: number;
18504
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
+ };
18505
19001
  readonly "zai/glm-4.5": {
18506
19002
  id: string;
18507
19003
  name: string;