@leanandmean/ai 0.74.1-scramjet.4 → 0.74.1-scramjet.6

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.
@@ -68,6 +68,27 @@ export declare const MODELS: {
68
68
  contextWindow: number;
69
69
  maxTokens: number;
70
70
  };
71
+ readonly "anthropic.claude-fable-5": {
72
+ id: string;
73
+ name: string;
74
+ api: "bedrock-converse-stream";
75
+ provider: string;
76
+ baseUrl: string;
77
+ reasoning: true;
78
+ thinkingLevelMap: {
79
+ off: null;
80
+ xhigh: string;
81
+ };
82
+ input: ("image" | "text")[];
83
+ cost: {
84
+ input: number;
85
+ output: number;
86
+ cacheRead: number;
87
+ cacheWrite: number;
88
+ };
89
+ contextWindow: number;
90
+ maxTokens: number;
91
+ };
71
92
  readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
72
93
  id: string;
73
94
  name: string;
@@ -166,6 +187,9 @@ export declare const MODELS: {
166
187
  provider: string;
167
188
  baseUrl: string;
168
189
  reasoning: true;
190
+ thinkingLevelMap: {
191
+ xhigh: string;
192
+ };
169
193
  input: ("image" | "text")[];
170
194
  cost: {
171
195
  input: number;
@@ -210,6 +234,23 @@ export declare const MODELS: {
210
234
  contextWindow: number;
211
235
  maxTokens: number;
212
236
  };
237
+ readonly "anthropic.claude-sonnet-5": {
238
+ id: string;
239
+ name: string;
240
+ api: "bedrock-converse-stream";
241
+ provider: string;
242
+ baseUrl: string;
243
+ reasoning: true;
244
+ input: ("image" | "text")[];
245
+ cost: {
246
+ input: number;
247
+ output: number;
248
+ cacheRead: number;
249
+ cacheWrite: number;
250
+ };
251
+ contextWindow: number;
252
+ maxTokens: number;
253
+ };
213
254
  readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
214
255
  id: string;
215
256
  name: string;
@@ -254,6 +295,9 @@ export declare const MODELS: {
254
295
  provider: string;
255
296
  baseUrl: string;
256
297
  reasoning: true;
298
+ thinkingLevelMap: {
299
+ xhigh: string;
300
+ };
257
301
  input: ("image" | "text")[];
258
302
  cost: {
259
303
  input: number;
@@ -298,6 +342,23 @@ export declare const MODELS: {
298
342
  contextWindow: number;
299
343
  maxTokens: number;
300
344
  };
345
+ readonly "au.anthropic.claude-sonnet-5": {
346
+ id: string;
347
+ name: string;
348
+ api: "bedrock-converse-stream";
349
+ provider: string;
350
+ baseUrl: string;
351
+ reasoning: true;
352
+ input: ("image" | "text")[];
353
+ cost: {
354
+ input: number;
355
+ output: number;
356
+ cacheRead: number;
357
+ cacheWrite: number;
358
+ };
359
+ contextWindow: number;
360
+ maxTokens: number;
361
+ };
301
362
  readonly "deepseek.r1-v1:0": {
302
363
  id: string;
303
364
  name: string;
@@ -356,6 +417,10 @@ export declare const MODELS: {
356
417
  provider: string;
357
418
  baseUrl: string;
358
419
  reasoning: true;
420
+ thinkingLevelMap: {
421
+ off: null;
422
+ xhigh: string;
423
+ };
359
424
  input: ("image" | "text")[];
360
425
  cost: {
361
426
  input: number;
@@ -447,6 +512,9 @@ export declare const MODELS: {
447
512
  provider: string;
448
513
  baseUrl: string;
449
514
  reasoning: true;
515
+ thinkingLevelMap: {
516
+ xhigh: string;
517
+ };
450
518
  input: ("image" | "text")[];
451
519
  cost: {
452
520
  input: number;
@@ -491,6 +559,23 @@ export declare const MODELS: {
491
559
  contextWindow: number;
492
560
  maxTokens: number;
493
561
  };
562
+ readonly "eu.anthropic.claude-sonnet-5": {
563
+ id: string;
564
+ name: string;
565
+ api: "bedrock-converse-stream";
566
+ provider: string;
567
+ baseUrl: string;
568
+ reasoning: true;
569
+ input: ("image" | "text")[];
570
+ cost: {
571
+ input: number;
572
+ output: number;
573
+ cacheRead: number;
574
+ cacheWrite: number;
575
+ };
576
+ contextWindow: number;
577
+ maxTokens: number;
578
+ };
494
579
  readonly "global.anthropic.claude-fable-5": {
495
580
  id: string;
496
581
  name: string;
@@ -498,6 +583,10 @@ export declare const MODELS: {
498
583
  provider: string;
499
584
  baseUrl: string;
500
585
  reasoning: true;
586
+ thinkingLevelMap: {
587
+ off: null;
588
+ xhigh: string;
589
+ };
501
590
  input: ("image" | "text")[];
502
591
  cost: {
503
592
  input: number;
@@ -589,6 +678,9 @@ export declare const MODELS: {
589
678
  provider: string;
590
679
  baseUrl: string;
591
680
  reasoning: true;
681
+ thinkingLevelMap: {
682
+ xhigh: string;
683
+ };
592
684
  input: ("image" | "text")[];
593
685
  cost: {
594
686
  input: number;
@@ -633,6 +725,23 @@ export declare const MODELS: {
633
725
  contextWindow: number;
634
726
  maxTokens: number;
635
727
  };
728
+ readonly "global.anthropic.claude-sonnet-5": {
729
+ id: string;
730
+ name: string;
731
+ api: "bedrock-converse-stream";
732
+ provider: string;
733
+ baseUrl: string;
734
+ reasoning: true;
735
+ input: ("image" | "text")[];
736
+ cost: {
737
+ input: number;
738
+ output: number;
739
+ cacheRead: number;
740
+ cacheWrite: number;
741
+ };
742
+ contextWindow: number;
743
+ maxTokens: number;
744
+ };
636
745
  readonly "google.gemma-3-27b-it": {
637
746
  id: string;
638
747
  name: string;
@@ -694,6 +803,9 @@ export declare const MODELS: {
694
803
  provider: string;
695
804
  baseUrl: string;
696
805
  reasoning: true;
806
+ thinkingLevelMap: {
807
+ xhigh: string;
808
+ };
697
809
  input: ("image" | "text")[];
698
810
  cost: {
699
811
  input: number;
@@ -738,6 +850,23 @@ export declare const MODELS: {
738
850
  contextWindow: number;
739
851
  maxTokens: number;
740
852
  };
853
+ readonly "jp.anthropic.claude-sonnet-5": {
854
+ id: string;
855
+ name: string;
856
+ api: "bedrock-converse-stream";
857
+ provider: string;
858
+ baseUrl: string;
859
+ reasoning: true;
860
+ input: ("image" | "text")[];
861
+ cost: {
862
+ input: number;
863
+ output: number;
864
+ cacheRead: number;
865
+ cacheWrite: number;
866
+ };
867
+ contextWindow: number;
868
+ maxTokens: number;
869
+ };
741
870
  readonly "meta.llama3-1-70b-instruct-v1:0": {
742
871
  id: string;
743
872
  name: string;
@@ -1397,6 +1526,10 @@ export declare const MODELS: {
1397
1526
  provider: string;
1398
1527
  baseUrl: string;
1399
1528
  reasoning: true;
1529
+ thinkingLevelMap: {
1530
+ off: null;
1531
+ xhigh: string;
1532
+ };
1400
1533
  input: ("image" | "text")[];
1401
1534
  cost: {
1402
1535
  input: number;
@@ -1505,6 +1638,9 @@ export declare const MODELS: {
1505
1638
  provider: string;
1506
1639
  baseUrl: string;
1507
1640
  reasoning: true;
1641
+ thinkingLevelMap: {
1642
+ xhigh: string;
1643
+ };
1508
1644
  input: ("image" | "text")[];
1509
1645
  cost: {
1510
1646
  input: number;
@@ -1549,14 +1685,14 @@ export declare const MODELS: {
1549
1685
  contextWindow: number;
1550
1686
  maxTokens: number;
1551
1687
  };
1552
- readonly "us.deepseek.r1-v1:0": {
1688
+ readonly "us.anthropic.claude-sonnet-5": {
1553
1689
  id: string;
1554
1690
  name: string;
1555
1691
  api: "bedrock-converse-stream";
1556
1692
  provider: string;
1557
1693
  baseUrl: string;
1558
1694
  reasoning: true;
1559
- input: "text"[];
1695
+ input: ("image" | "text")[];
1560
1696
  cost: {
1561
1697
  input: number;
1562
1698
  output: number;
@@ -1566,14 +1702,14 @@ export declare const MODELS: {
1566
1702
  contextWindow: number;
1567
1703
  maxTokens: number;
1568
1704
  };
1569
- readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
1705
+ readonly "us.deepseek.r1-v1:0": {
1570
1706
  id: string;
1571
1707
  name: string;
1572
1708
  api: "bedrock-converse-stream";
1573
1709
  provider: string;
1574
1710
  baseUrl: string;
1575
- reasoning: false;
1576
- input: ("image" | "text")[];
1711
+ reasoning: true;
1712
+ input: "text"[];
1577
1713
  cost: {
1578
1714
  input: number;
1579
1715
  output: number;
@@ -1583,7 +1719,7 @@ export declare const MODELS: {
1583
1719
  contextWindow: number;
1584
1720
  maxTokens: number;
1585
1721
  };
1586
- readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
1722
+ readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
1587
1723
  id: string;
1588
1724
  name: string;
1589
1725
  api: "bedrock-converse-stream";
@@ -1600,14 +1736,14 @@ export declare const MODELS: {
1600
1736
  contextWindow: number;
1601
1737
  maxTokens: number;
1602
1738
  };
1603
- readonly "writer.palmyra-x4-v1:0": {
1739
+ readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
1604
1740
  id: string;
1605
1741
  name: string;
1606
1742
  api: "bedrock-converse-stream";
1607
1743
  provider: string;
1608
1744
  baseUrl: string;
1609
- reasoning: true;
1610
- input: "text"[];
1745
+ reasoning: false;
1746
+ input: ("image" | "text")[];
1611
1747
  cost: {
1612
1748
  input: number;
1613
1749
  output: number;
@@ -1617,7 +1753,7 @@ export declare const MODELS: {
1617
1753
  contextWindow: number;
1618
1754
  maxTokens: number;
1619
1755
  };
1620
- readonly "writer.palmyra-x5-v1:0": {
1756
+ readonly "writer.palmyra-x4-v1:0": {
1621
1757
  id: string;
1622
1758
  name: string;
1623
1759
  api: "bedrock-converse-stream";
@@ -1634,7 +1770,7 @@ export declare const MODELS: {
1634
1770
  contextWindow: number;
1635
1771
  maxTokens: number;
1636
1772
  };
1637
- readonly "zai.glm-4.7": {
1773
+ readonly "writer.palmyra-x5-v1:0": {
1638
1774
  id: string;
1639
1775
  name: string;
1640
1776
  api: "bedrock-converse-stream";
@@ -1651,14 +1787,14 @@ export declare const MODELS: {
1651
1787
  contextWindow: number;
1652
1788
  maxTokens: number;
1653
1789
  };
1654
- readonly "zai.glm-4.7-flash": {
1790
+ readonly "xai.grok-4.3": {
1655
1791
  id: string;
1656
1792
  name: string;
1657
1793
  api: "bedrock-converse-stream";
1658
1794
  provider: string;
1659
1795
  baseUrl: string;
1660
1796
  reasoning: true;
1661
- input: "text"[];
1797
+ input: ("image" | "text")[];
1662
1798
  cost: {
1663
1799
  input: number;
1664
1800
  output: number;
@@ -1668,7 +1804,7 @@ export declare const MODELS: {
1668
1804
  contextWindow: number;
1669
1805
  maxTokens: number;
1670
1806
  };
1671
- readonly "zai.glm-5": {
1807
+ readonly "zai.glm-4.7": {
1672
1808
  id: string;
1673
1809
  name: string;
1674
1810
  api: "bedrock-converse-stream";
@@ -1685,16 +1821,14 @@ export declare const MODELS: {
1685
1821
  contextWindow: number;
1686
1822
  maxTokens: number;
1687
1823
  };
1688
- };
1689
- readonly anthropic: {
1690
- readonly "claude-3-5-haiku-20241022": {
1824
+ readonly "zai.glm-4.7-flash": {
1691
1825
  id: string;
1692
1826
  name: string;
1693
- api: "anthropic-messages";
1827
+ api: "bedrock-converse-stream";
1694
1828
  provider: string;
1695
1829
  baseUrl: string;
1696
- reasoning: false;
1697
- input: ("image" | "text")[];
1830
+ reasoning: true;
1831
+ input: "text"[];
1698
1832
  cost: {
1699
1833
  input: number;
1700
1834
  output: number;
@@ -1704,14 +1838,14 @@ export declare const MODELS: {
1704
1838
  contextWindow: number;
1705
1839
  maxTokens: number;
1706
1840
  };
1707
- readonly "claude-3-5-haiku-latest": {
1841
+ readonly "zai.glm-5": {
1708
1842
  id: string;
1709
1843
  name: string;
1710
- api: "anthropic-messages";
1844
+ api: "bedrock-converse-stream";
1711
1845
  provider: string;
1712
1846
  baseUrl: string;
1713
- reasoning: false;
1714
- input: ("image" | "text")[];
1847
+ reasoning: true;
1848
+ input: "text"[];
1715
1849
  cost: {
1716
1850
  input: number;
1717
1851
  output: number;
@@ -1721,6 +1855,8 @@ export declare const MODELS: {
1721
1855
  contextWindow: number;
1722
1856
  maxTokens: number;
1723
1857
  };
1858
+ };
1859
+ readonly anthropic: {
1724
1860
  readonly "claude-3-5-sonnet-20240620": {
1725
1861
  id: string;
1726
1862
  name: string;
@@ -1829,7 +1965,14 @@ export declare const MODELS: {
1829
1965
  api: "anthropic-messages";
1830
1966
  provider: string;
1831
1967
  baseUrl: string;
1968
+ compat: {
1969
+ forceAdaptiveThinking: true;
1970
+ };
1832
1971
  reasoning: true;
1972
+ thinkingLevelMap: {
1973
+ off: null;
1974
+ xhigh: string;
1975
+ };
1833
1976
  input: ("image" | "text")[];
1834
1977
  cost: {
1835
1978
  input: number;
@@ -1982,6 +2125,9 @@ export declare const MODELS: {
1982
2125
  api: "anthropic-messages";
1983
2126
  provider: string;
1984
2127
  baseUrl: string;
2128
+ compat: {
2129
+ forceAdaptiveThinking: true;
2130
+ };
1985
2131
  reasoning: true;
1986
2132
  thinkingLevelMap: {
1987
2133
  xhigh: string;
@@ -2002,6 +2148,10 @@ export declare const MODELS: {
2002
2148
  api: "anthropic-messages";
2003
2149
  provider: string;
2004
2150
  baseUrl: string;
2151
+ compat: {
2152
+ forceAdaptiveThinking: true;
2153
+ supportsTemperature: false;
2154
+ };
2005
2155
  reasoning: true;
2006
2156
  thinkingLevelMap: {
2007
2157
  xhigh: string;
@@ -2022,7 +2172,14 @@ export declare const MODELS: {
2022
2172
  api: "anthropic-messages";
2023
2173
  provider: string;
2024
2174
  baseUrl: string;
2175
+ compat: {
2176
+ forceAdaptiveThinking: true;
2177
+ supportsTemperature: false;
2178
+ };
2025
2179
  reasoning: true;
2180
+ thinkingLevelMap: {
2181
+ xhigh: string;
2182
+ };
2026
2183
  input: ("image" | "text")[];
2027
2184
  cost: {
2028
2185
  input: number;
@@ -2107,6 +2264,29 @@ export declare const MODELS: {
2107
2264
  api: "anthropic-messages";
2108
2265
  provider: string;
2109
2266
  baseUrl: string;
2267
+ compat: {
2268
+ forceAdaptiveThinking: true;
2269
+ };
2270
+ reasoning: true;
2271
+ input: ("image" | "text")[];
2272
+ cost: {
2273
+ input: number;
2274
+ output: number;
2275
+ cacheRead: number;
2276
+ cacheWrite: number;
2277
+ };
2278
+ contextWindow: number;
2279
+ maxTokens: number;
2280
+ };
2281
+ readonly "claude-sonnet-5": {
2282
+ id: string;
2283
+ name: string;
2284
+ api: "anthropic-messages";
2285
+ provider: string;
2286
+ baseUrl: string;
2287
+ compat: {
2288
+ forceAdaptiveThinking: true;
2289
+ };
2110
2290
  reasoning: true;
2111
2291
  input: ("image" | "text")[];
2112
2292
  cost: {
@@ -2921,6 +3101,23 @@ export declare const MODELS: {
2921
3101
  };
2922
3102
  };
2923
3103
  readonly cerebras: {
3104
+ readonly "gemma-4-31b": {
3105
+ id: string;
3106
+ name: string;
3107
+ api: "openai-completions";
3108
+ provider: string;
3109
+ baseUrl: string;
3110
+ reasoning: true;
3111
+ input: ("image" | "text")[];
3112
+ cost: {
3113
+ input: number;
3114
+ output: number;
3115
+ cacheRead: number;
3116
+ cacheWrite: number;
3117
+ };
3118
+ contextWindow: number;
3119
+ maxTokens: number;
3120
+ };
2924
3121
  readonly "gpt-oss-120b": {
2925
3122
  id: string;
2926
3123
  name: string;
@@ -3065,7 +3262,14 @@ export declare const MODELS: {
3065
3262
  api: "anthropic-messages";
3066
3263
  provider: string;
3067
3264
  baseUrl: string;
3265
+ compat: {
3266
+ forceAdaptiveThinking: true;
3267
+ };
3068
3268
  reasoning: true;
3269
+ thinkingLevelMap: {
3270
+ off: null;
3271
+ xhigh: string;
3272
+ };
3069
3273
  input: ("image" | "text")[];
3070
3274
  cost: {
3071
3275
  input: number;
@@ -3150,6 +3354,9 @@ export declare const MODELS: {
3150
3354
  api: "anthropic-messages";
3151
3355
  provider: string;
3152
3356
  baseUrl: string;
3357
+ compat: {
3358
+ forceAdaptiveThinking: true;
3359
+ };
3153
3360
  reasoning: true;
3154
3361
  thinkingLevelMap: {
3155
3362
  xhigh: string;
@@ -3170,6 +3377,10 @@ export declare const MODELS: {
3170
3377
  api: "anthropic-messages";
3171
3378
  provider: string;
3172
3379
  baseUrl: string;
3380
+ compat: {
3381
+ forceAdaptiveThinking: true;
3382
+ supportsTemperature: false;
3383
+ };
3173
3384
  reasoning: true;
3174
3385
  thinkingLevelMap: {
3175
3386
  xhigh: string;
@@ -3190,7 +3401,14 @@ export declare const MODELS: {
3190
3401
  api: "anthropic-messages";
3191
3402
  provider: string;
3192
3403
  baseUrl: string;
3404
+ compat: {
3405
+ forceAdaptiveThinking: true;
3406
+ supportsTemperature: false;
3407
+ };
3193
3408
  reasoning: true;
3409
+ thinkingLevelMap: {
3410
+ xhigh: string;
3411
+ };
3194
3412
  input: ("image" | "text")[];
3195
3413
  cost: {
3196
3414
  input: number;
@@ -3241,6 +3459,9 @@ export declare const MODELS: {
3241
3459
  api: "anthropic-messages";
3242
3460
  provider: string;
3243
3461
  baseUrl: string;
3462
+ compat: {
3463
+ forceAdaptiveThinking: true;
3464
+ };
3244
3465
  reasoning: true;
3245
3466
  input: ("image" | "text")[];
3246
3467
  cost: {
@@ -3252,14 +3473,17 @@ export declare const MODELS: {
3252
3473
  contextWindow: number;
3253
3474
  maxTokens: number;
3254
3475
  };
3255
- readonly "gpt-4": {
3476
+ readonly "claude-sonnet-5": {
3256
3477
  id: string;
3257
3478
  name: string;
3258
- api: "openai-responses";
3479
+ api: "anthropic-messages";
3259
3480
  provider: string;
3260
3481
  baseUrl: string;
3261
- reasoning: false;
3262
- input: "text"[];
3482
+ compat: {
3483
+ forceAdaptiveThinking: true;
3484
+ };
3485
+ reasoning: true;
3486
+ input: ("image" | "text")[];
3263
3487
  cost: {
3264
3488
  input: number;
3265
3489
  output: number;
@@ -3269,14 +3493,14 @@ export declare const MODELS: {
3269
3493
  contextWindow: number;
3270
3494
  maxTokens: number;
3271
3495
  };
3272
- readonly "gpt-4-turbo": {
3496
+ readonly "gpt-4": {
3273
3497
  id: string;
3274
3498
  name: string;
3275
3499
  api: "openai-responses";
3276
3500
  provider: string;
3277
3501
  baseUrl: string;
3278
3502
  reasoning: false;
3279
- input: ("image" | "text")[];
3503
+ input: "text"[];
3280
3504
  cost: {
3281
3505
  input: number;
3282
3506
  output: number;
@@ -3286,7 +3510,24 @@ export declare const MODELS: {
3286
3510
  contextWindow: number;
3287
3511
  maxTokens: number;
3288
3512
  };
3289
- readonly "gpt-4o": {
3513
+ readonly "gpt-4-turbo": {
3514
+ id: string;
3515
+ name: string;
3516
+ api: "openai-responses";
3517
+ provider: string;
3518
+ baseUrl: string;
3519
+ reasoning: false;
3520
+ input: ("image" | "text")[];
3521
+ cost: {
3522
+ input: number;
3523
+ output: number;
3524
+ cacheRead: number;
3525
+ cacheWrite: number;
3526
+ };
3527
+ contextWindow: number;
3528
+ maxTokens: number;
3529
+ };
3530
+ readonly "gpt-4o": {
3290
3531
  id: string;
3291
3532
  name: string;
3292
3533
  api: "openai-responses";
@@ -4228,6 +4469,29 @@ export declare const MODELS: {
4228
4469
  contextWindow: number;
4229
4470
  maxTokens: number;
4230
4471
  };
4472
+ readonly "accounts/fireworks/routers/glm-5p2-fast": {
4473
+ id: string;
4474
+ name: string;
4475
+ api: "anthropic-messages";
4476
+ provider: string;
4477
+ baseUrl: string;
4478
+ compat: {
4479
+ sendSessionAffinityHeaders: true;
4480
+ supportsEagerToolInputStreaming: false;
4481
+ supportsCacheControlOnTools: false;
4482
+ supportsLongCacheRetention: false;
4483
+ };
4484
+ reasoning: true;
4485
+ input: "text"[];
4486
+ cost: {
4487
+ input: number;
4488
+ output: number;
4489
+ cacheRead: number;
4490
+ cacheWrite: number;
4491
+ };
4492
+ contextWindow: number;
4493
+ maxTokens: number;
4494
+ };
4231
4495
  readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
4232
4496
  id: string;
4233
4497
  name: string;
@@ -4317,6 +4581,10 @@ export declare const MODELS: {
4317
4581
  supportsReasoningEffort: false;
4318
4582
  };
4319
4583
  reasoning: true;
4584
+ thinkingLevelMap: {
4585
+ off: null;
4586
+ xhigh: string;
4587
+ };
4320
4588
  input: ("image" | "text")[];
4321
4589
  cost: {
4322
4590
  input: number;
@@ -4388,6 +4656,9 @@ export declare const MODELS: {
4388
4656
  "Editor-Plugin-Version": string;
4389
4657
  "Copilot-Integration-Id": string;
4390
4658
  };
4659
+ compat: {
4660
+ forceAdaptiveThinking: true;
4661
+ };
4391
4662
  reasoning: true;
4392
4663
  thinkingLevelMap: {
4393
4664
  xhigh: string;
@@ -4414,6 +4685,10 @@ export declare const MODELS: {
4414
4685
  "Editor-Plugin-Version": string;
4415
4686
  "Copilot-Integration-Id": string;
4416
4687
  };
4688
+ compat: {
4689
+ forceAdaptiveThinking: true;
4690
+ supportsTemperature: false;
4691
+ };
4417
4692
  reasoning: true;
4418
4693
  thinkingLevelMap: {
4419
4694
  xhigh: string;
@@ -4440,7 +4715,14 @@ export declare const MODELS: {
4440
4715
  "Editor-Plugin-Version": string;
4441
4716
  "Copilot-Integration-Id": string;
4442
4717
  };
4718
+ compat: {
4719
+ forceAdaptiveThinking: true;
4720
+ supportsTemperature: false;
4721
+ };
4443
4722
  reasoning: true;
4723
+ thinkingLevelMap: {
4724
+ xhigh: string;
4725
+ };
4444
4726
  input: ("image" | "text")[];
4445
4727
  cost: {
4446
4728
  input: number;
@@ -4515,6 +4797,37 @@ export declare const MODELS: {
4515
4797
  "Editor-Plugin-Version": string;
4516
4798
  "Copilot-Integration-Id": string;
4517
4799
  };
4800
+ compat: {
4801
+ forceAdaptiveThinking: true;
4802
+ };
4803
+ reasoning: true;
4804
+ input: ("image" | "text")[];
4805
+ cost: {
4806
+ input: number;
4807
+ output: number;
4808
+ cacheRead: number;
4809
+ cacheWrite: number;
4810
+ };
4811
+ contextWindow: number;
4812
+ maxTokens: number;
4813
+ };
4814
+ readonly "claude-sonnet-5": {
4815
+ id: string;
4816
+ name: string;
4817
+ api: "openai-completions";
4818
+ provider: string;
4819
+ baseUrl: string;
4820
+ headers: {
4821
+ "User-Agent": string;
4822
+ "Editor-Version": string;
4823
+ "Editor-Plugin-Version": string;
4824
+ "Copilot-Integration-Id": string;
4825
+ };
4826
+ compat: {
4827
+ supportsStore: false;
4828
+ supportsDeveloperRole: false;
4829
+ supportsReasoningEffort: false;
4830
+ };
4518
4831
  reasoning: true;
4519
4832
  input: ("image" | "text")[];
4520
4833
  cost: {
@@ -4881,6 +5194,62 @@ export declare const MODELS: {
4881
5194
  contextWindow: number;
4882
5195
  maxTokens: number;
4883
5196
  };
5197
+ readonly "kimi-k2.7-code": {
5198
+ id: string;
5199
+ name: string;
5200
+ api: "openai-completions";
5201
+ provider: string;
5202
+ baseUrl: string;
5203
+ headers: {
5204
+ "User-Agent": string;
5205
+ "Editor-Version": string;
5206
+ "Editor-Plugin-Version": string;
5207
+ "Copilot-Integration-Id": string;
5208
+ };
5209
+ compat: {
5210
+ supportsStore: false;
5211
+ supportsDeveloperRole: false;
5212
+ supportsReasoningEffort: false;
5213
+ };
5214
+ reasoning: true;
5215
+ input: ("image" | "text")[];
5216
+ cost: {
5217
+ input: number;
5218
+ output: number;
5219
+ cacheRead: number;
5220
+ cacheWrite: number;
5221
+ };
5222
+ contextWindow: number;
5223
+ maxTokens: number;
5224
+ };
5225
+ readonly "mai-code-1-flash-picker": {
5226
+ id: string;
5227
+ name: string;
5228
+ api: "openai-completions";
5229
+ provider: string;
5230
+ baseUrl: string;
5231
+ headers: {
5232
+ "User-Agent": string;
5233
+ "Editor-Version": string;
5234
+ "Editor-Plugin-Version": string;
5235
+ "Copilot-Integration-Id": string;
5236
+ };
5237
+ compat: {
5238
+ supportsStore: false;
5239
+ supportsDeveloperRole: false;
5240
+ supportsReasoningEffort: false;
5241
+ };
5242
+ reasoning: true;
5243
+ input: "text"[];
5244
+ cost: {
5245
+ input: number;
5246
+ output: number;
5247
+ cacheRead: number;
5248
+ cacheWrite: number;
5249
+ };
5250
+ contextWindow: number;
5251
+ maxTokens: number;
5252
+ };
4884
5253
  };
4885
5254
  readonly google: {
4886
5255
  readonly "gemini-2.0-flash": {
@@ -5938,6 +6307,26 @@ export declare const MODELS: {
5938
6307
  contextWindow: number;
5939
6308
  maxTokens: number;
5940
6309
  };
6310
+ readonly "Qwen/Qwen3.6-27B": {
6311
+ id: string;
6312
+ name: string;
6313
+ api: "openai-completions";
6314
+ provider: string;
6315
+ baseUrl: string;
6316
+ compat: {
6317
+ supportsDeveloperRole: false;
6318
+ };
6319
+ reasoning: true;
6320
+ input: ("image" | "text")[];
6321
+ cost: {
6322
+ input: number;
6323
+ output: number;
6324
+ cacheRead: number;
6325
+ cacheWrite: number;
6326
+ };
6327
+ contextWindow: number;
6328
+ maxTokens: number;
6329
+ };
5941
6330
  readonly "Qwen/Qwen3.6-35B-A3B": {
5942
6331
  id: string;
5943
6332
  name: string;
@@ -5978,6 +6367,26 @@ export declare const MODELS: {
5978
6367
  contextWindow: number;
5979
6368
  maxTokens: number;
5980
6369
  };
6370
+ readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
6371
+ id: string;
6372
+ name: string;
6373
+ api: "openai-completions";
6374
+ provider: string;
6375
+ baseUrl: string;
6376
+ compat: {
6377
+ supportsDeveloperRole: false;
6378
+ };
6379
+ reasoning: true;
6380
+ input: "text"[];
6381
+ cost: {
6382
+ input: number;
6383
+ output: number;
6384
+ cacheRead: number;
6385
+ cacheWrite: number;
6386
+ };
6387
+ contextWindow: number;
6388
+ maxTokens: number;
6389
+ };
5981
6390
  readonly "deepseek-ai/DeepSeek-R1": {
5982
6391
  id: string;
5983
6392
  name: string;
@@ -6258,6 +6667,26 @@ export declare const MODELS: {
6258
6667
  contextWindow: number;
6259
6668
  maxTokens: number;
6260
6669
  };
6670
+ readonly "openai/gpt-oss-120b": {
6671
+ id: string;
6672
+ name: string;
6673
+ api: "openai-completions";
6674
+ provider: string;
6675
+ baseUrl: string;
6676
+ compat: {
6677
+ supportsDeveloperRole: false;
6678
+ };
6679
+ reasoning: true;
6680
+ input: "text"[];
6681
+ cost: {
6682
+ input: number;
6683
+ output: number;
6684
+ cacheRead: number;
6685
+ cacheWrite: number;
6686
+ };
6687
+ contextWindow: number;
6688
+ maxTokens: number;
6689
+ };
6261
6690
  readonly "stepfun-ai/Step-3.5-Flash": {
6262
6691
  id: string;
6263
6692
  name: string;
@@ -6278,6 +6707,26 @@ export declare const MODELS: {
6278
6707
  contextWindow: number;
6279
6708
  maxTokens: number;
6280
6709
  };
6710
+ readonly "stepfun-ai/Step-3.7-Flash": {
6711
+ id: string;
6712
+ name: string;
6713
+ api: "openai-completions";
6714
+ provider: string;
6715
+ baseUrl: string;
6716
+ compat: {
6717
+ supportsDeveloperRole: false;
6718
+ };
6719
+ reasoning: true;
6720
+ input: ("image" | "text")[];
6721
+ cost: {
6722
+ input: number;
6723
+ output: number;
6724
+ cacheRead: number;
6725
+ cacheWrite: number;
6726
+ };
6727
+ contextWindow: number;
6728
+ maxTokens: number;
6729
+ };
6281
6730
  readonly "zai-org/GLM-4.5": {
6282
6731
  id: string;
6283
6732
  name: string;
@@ -8566,6 +9015,30 @@ export declare const MODELS: {
8566
9015
  contextWindow: number;
8567
9016
  maxTokens: number;
8568
9017
  };
9018
+ readonly "claude-fable-5": {
9019
+ id: string;
9020
+ name: string;
9021
+ api: "anthropic-messages";
9022
+ provider: string;
9023
+ baseUrl: string;
9024
+ compat: {
9025
+ forceAdaptiveThinking: true;
9026
+ };
9027
+ reasoning: true;
9028
+ thinkingLevelMap: {
9029
+ off: null;
9030
+ xhigh: string;
9031
+ };
9032
+ input: ("image" | "text")[];
9033
+ cost: {
9034
+ input: number;
9035
+ output: number;
9036
+ cacheRead: number;
9037
+ cacheWrite: number;
9038
+ };
9039
+ contextWindow: number;
9040
+ maxTokens: number;
9041
+ };
8569
9042
  readonly "claude-haiku-4-5": {
8570
9043
  id: string;
8571
9044
  name: string;
@@ -8623,6 +9096,9 @@ export declare const MODELS: {
8623
9096
  api: "anthropic-messages";
8624
9097
  provider: string;
8625
9098
  baseUrl: string;
9099
+ compat: {
9100
+ forceAdaptiveThinking: true;
9101
+ };
8626
9102
  reasoning: true;
8627
9103
  thinkingLevelMap: {
8628
9104
  xhigh: string;
@@ -8643,6 +9119,10 @@ export declare const MODELS: {
8643
9119
  api: "anthropic-messages";
8644
9120
  provider: string;
8645
9121
  baseUrl: string;
9122
+ compat: {
9123
+ forceAdaptiveThinking: true;
9124
+ supportsTemperature: false;
9125
+ };
8646
9126
  reasoning: true;
8647
9127
  thinkingLevelMap: {
8648
9128
  xhigh: string;
@@ -8663,7 +9143,14 @@ export declare const MODELS: {
8663
9143
  api: "anthropic-messages";
8664
9144
  provider: string;
8665
9145
  baseUrl: string;
9146
+ compat: {
9147
+ forceAdaptiveThinking: true;
9148
+ supportsTemperature: false;
9149
+ };
8666
9150
  reasoning: true;
9151
+ thinkingLevelMap: {
9152
+ xhigh: string;
9153
+ };
8667
9154
  input: ("image" | "text")[];
8668
9155
  cost: {
8669
9156
  input: number;
@@ -8714,6 +9201,9 @@ export declare const MODELS: {
8714
9201
  api: "anthropic-messages";
8715
9202
  provider: string;
8716
9203
  baseUrl: string;
9204
+ compat: {
9205
+ forceAdaptiveThinking: true;
9206
+ };
8717
9207
  reasoning: true;
8718
9208
  input: ("image" | "text")[];
8719
9209
  cost: {
@@ -8725,20 +9215,40 @@ export declare const MODELS: {
8725
9215
  contextWindow: number;
8726
9216
  maxTokens: number;
8727
9217
  };
8728
- readonly "deepseek-v4-flash": {
9218
+ readonly "claude-sonnet-5": {
8729
9219
  id: string;
8730
9220
  name: string;
8731
- api: "openai-completions";
9221
+ api: "anthropic-messages";
8732
9222
  provider: string;
8733
9223
  baseUrl: string;
8734
9224
  compat: {
8735
- requiresReasoningContentOnAssistantMessages: true;
8736
- thinkingFormat: "deepseek";
9225
+ forceAdaptiveThinking: true;
8737
9226
  };
8738
9227
  reasoning: true;
8739
- thinkingLevelMap: {
8740
- minimal: null;
8741
- low: null;
9228
+ input: ("image" | "text")[];
9229
+ cost: {
9230
+ input: number;
9231
+ output: number;
9232
+ cacheRead: number;
9233
+ cacheWrite: number;
9234
+ };
9235
+ contextWindow: number;
9236
+ maxTokens: number;
9237
+ };
9238
+ readonly "deepseek-v4-flash": {
9239
+ id: string;
9240
+ name: string;
9241
+ api: "openai-completions";
9242
+ provider: string;
9243
+ baseUrl: string;
9244
+ compat: {
9245
+ requiresReasoningContentOnAssistantMessages: true;
9246
+ thinkingFormat: "deepseek";
9247
+ };
9248
+ reasoning: true;
9249
+ thinkingLevelMap: {
9250
+ minimal: null;
9251
+ low: null;
8742
9252
  medium: null;
8743
9253
  high: string;
8744
9254
  xhigh: string;
@@ -9304,6 +9814,23 @@ export declare const MODELS: {
9304
9814
  contextWindow: number;
9305
9815
  maxTokens: number;
9306
9816
  };
9817
+ readonly "kimi-k2.7-code": {
9818
+ id: string;
9819
+ name: string;
9820
+ api: "openai-completions";
9821
+ provider: string;
9822
+ baseUrl: string;
9823
+ reasoning: true;
9824
+ input: ("image" | "text")[];
9825
+ cost: {
9826
+ input: number;
9827
+ output: number;
9828
+ cacheRead: number;
9829
+ cacheWrite: number;
9830
+ };
9831
+ contextWindow: number;
9832
+ maxTokens: number;
9833
+ };
9307
9834
  readonly "mimo-v2.5-free": {
9308
9835
  id: string;
9309
9836
  name: string;
@@ -9355,6 +9882,23 @@ export declare const MODELS: {
9355
9882
  contextWindow: number;
9356
9883
  maxTokens: number;
9357
9884
  };
9885
+ readonly "minimax-m3": {
9886
+ id: string;
9887
+ name: string;
9888
+ api: "openai-completions";
9889
+ provider: string;
9890
+ baseUrl: string;
9891
+ reasoning: true;
9892
+ input: ("image" | "text")[];
9893
+ cost: {
9894
+ input: number;
9895
+ output: number;
9896
+ cacheRead: number;
9897
+ cacheWrite: number;
9898
+ };
9899
+ contextWindow: number;
9900
+ maxTokens: number;
9901
+ };
9358
9902
  readonly "nemotron-3-ultra-free": {
9359
9903
  id: string;
9360
9904
  name: string;
@@ -9799,6 +10343,10 @@ export declare const MODELS: {
9799
10343
  provider: string;
9800
10344
  baseUrl: string;
9801
10345
  reasoning: true;
10346
+ thinkingLevelMap: {
10347
+ off: null;
10348
+ xhigh: string;
10349
+ };
9802
10350
  input: ("image" | "text")[];
9803
10351
  cost: {
9804
10352
  input: number;
@@ -9897,7 +10445,7 @@ export declare const MODELS: {
9897
10445
  contextWindow: number;
9898
10446
  maxTokens: number;
9899
10447
  };
9900
- readonly "anthropic/claude-opus-4.6-fast": {
10448
+ readonly "anthropic/claude-opus-4.7": {
9901
10449
  id: string;
9902
10450
  name: string;
9903
10451
  api: "openai-completions";
@@ -9917,7 +10465,7 @@ export declare const MODELS: {
9917
10465
  contextWindow: number;
9918
10466
  maxTokens: number;
9919
10467
  };
9920
- readonly "anthropic/claude-opus-4.7": {
10468
+ readonly "anthropic/claude-opus-4.7-fast": {
9921
10469
  id: string;
9922
10470
  name: string;
9923
10471
  api: "openai-completions";
@@ -9937,7 +10485,7 @@ export declare const MODELS: {
9937
10485
  contextWindow: number;
9938
10486
  maxTokens: number;
9939
10487
  };
9940
- readonly "anthropic/claude-opus-4.7-fast": {
10488
+ readonly "anthropic/claude-opus-4.8": {
9941
10489
  id: string;
9942
10490
  name: string;
9943
10491
  api: "openai-completions";
@@ -9957,13 +10505,16 @@ export declare const MODELS: {
9957
10505
  contextWindow: number;
9958
10506
  maxTokens: number;
9959
10507
  };
9960
- readonly "anthropic/claude-opus-4.8": {
10508
+ readonly "anthropic/claude-opus-4.8-fast": {
9961
10509
  id: string;
9962
10510
  name: string;
9963
10511
  api: "openai-completions";
9964
10512
  provider: string;
9965
10513
  baseUrl: string;
9966
10514
  reasoning: true;
10515
+ thinkingLevelMap: {
10516
+ xhigh: string;
10517
+ };
9967
10518
  input: ("image" | "text")[];
9968
10519
  cost: {
9969
10520
  input: number;
@@ -9974,7 +10525,7 @@ export declare const MODELS: {
9974
10525
  contextWindow: number;
9975
10526
  maxTokens: number;
9976
10527
  };
9977
- readonly "anthropic/claude-opus-4.8-fast": {
10528
+ readonly "anthropic/claude-sonnet-4": {
9978
10529
  id: string;
9979
10530
  name: string;
9980
10531
  api: "openai-completions";
@@ -9991,7 +10542,7 @@ export declare const MODELS: {
9991
10542
  contextWindow: number;
9992
10543
  maxTokens: number;
9993
10544
  };
9994
- readonly "anthropic/claude-sonnet-4": {
10545
+ readonly "anthropic/claude-sonnet-4.5": {
9995
10546
  id: string;
9996
10547
  name: string;
9997
10548
  api: "openai-completions";
@@ -10008,7 +10559,7 @@ export declare const MODELS: {
10008
10559
  contextWindow: number;
10009
10560
  maxTokens: number;
10010
10561
  };
10011
- readonly "anthropic/claude-sonnet-4.5": {
10562
+ readonly "anthropic/claude-sonnet-4.6": {
10012
10563
  id: string;
10013
10564
  name: string;
10014
10565
  api: "openai-completions";
@@ -10025,7 +10576,7 @@ export declare const MODELS: {
10025
10576
  contextWindow: number;
10026
10577
  maxTokens: number;
10027
10578
  };
10028
- readonly "anthropic/claude-sonnet-4.6": {
10579
+ readonly "anthropic/claude-sonnet-5": {
10029
10580
  id: string;
10030
10581
  name: string;
10031
10582
  api: "openai-completions";
@@ -12619,13 +13170,13 @@ export declare const MODELS: {
12619
13170
  contextWindow: number;
12620
13171
  maxTokens: number;
12621
13172
  };
12622
- readonly "openrouter/owl-alpha": {
13173
+ readonly "poolside/laguna-m.1": {
12623
13174
  id: string;
12624
13175
  name: string;
12625
13176
  api: "openai-completions";
12626
13177
  provider: string;
12627
13178
  baseUrl: string;
12628
- reasoning: false;
13179
+ reasoning: true;
12629
13180
  input: "text"[];
12630
13181
  cost: {
12631
13182
  input: number;
@@ -12636,7 +13187,7 @@ export declare const MODELS: {
12636
13187
  contextWindow: number;
12637
13188
  maxTokens: number;
12638
13189
  };
12639
- readonly "poolside/laguna-m.1": {
13190
+ readonly "poolside/laguna-m.1:free": {
12640
13191
  id: string;
12641
13192
  name: string;
12642
13193
  api: "openai-completions";
@@ -12653,7 +13204,24 @@ export declare const MODELS: {
12653
13204
  contextWindow: number;
12654
13205
  maxTokens: number;
12655
13206
  };
12656
- readonly "poolside/laguna-m.1:free": {
13207
+ readonly "poolside/laguna-xs-2.1": {
13208
+ id: string;
13209
+ name: string;
13210
+ api: "openai-completions";
13211
+ provider: string;
13212
+ baseUrl: string;
13213
+ reasoning: true;
13214
+ input: "text"[];
13215
+ cost: {
13216
+ input: number;
13217
+ output: number;
13218
+ cacheRead: number;
13219
+ cacheWrite: number;
13220
+ };
13221
+ contextWindow: number;
13222
+ maxTokens: number;
13223
+ };
13224
+ readonly "poolside/laguna-xs-2.1:free": {
12657
13225
  id: string;
12658
13226
  name: string;
12659
13227
  api: "openai-completions";
@@ -13537,6 +14105,23 @@ export declare const MODELS: {
13537
14105
  contextWindow: number;
13538
14106
  maxTokens: number;
13539
14107
  };
14108
+ readonly "sakana/fugu-ultra": {
14109
+ id: string;
14110
+ name: string;
14111
+ api: "openai-completions";
14112
+ provider: string;
14113
+ baseUrl: string;
14114
+ reasoning: true;
14115
+ input: ("image" | "text")[];
14116
+ cost: {
14117
+ input: number;
14118
+ output: number;
14119
+ cacheRead: number;
14120
+ cacheWrite: number;
14121
+ };
14122
+ contextWindow: number;
14123
+ maxTokens: number;
14124
+ };
13540
14125
  readonly "sao10k/l3.1-euryale-70b": {
13541
14126
  id: string;
13542
14127
  name: string;
@@ -14642,6 +15227,37 @@ export declare const MODELS: {
14642
15227
  contextWindow: number;
14643
15228
  maxTokens: number;
14644
15229
  };
15230
+ readonly "zai-org/GLM-5.2": {
15231
+ id: string;
15232
+ name: string;
15233
+ api: "openai-completions";
15234
+ provider: string;
15235
+ baseUrl: string;
15236
+ compat: {
15237
+ supportsStore: false;
15238
+ supportsDeveloperRole: false;
15239
+ supportsReasoningEffort: false;
15240
+ maxTokensField: "max_tokens";
15241
+ supportsStrictMode: false;
15242
+ supportsLongCacheRetention: false;
15243
+ thinkingFormat: "together";
15244
+ };
15245
+ reasoning: true;
15246
+ thinkingLevelMap: {
15247
+ minimal: null;
15248
+ low: null;
15249
+ medium: null;
15250
+ };
15251
+ input: "text"[];
15252
+ cost: {
15253
+ input: number;
15254
+ output: number;
15255
+ cacheRead: number;
15256
+ cacheWrite: number;
15257
+ };
15258
+ contextWindow: number;
15259
+ maxTokens: number;
15260
+ };
14645
15261
  };
14646
15262
  readonly "vercel-ai-gateway": {
14647
15263
  readonly "alibaba/qwen-3-14b": {
@@ -14752,7 +15368,7 @@ export declare const MODELS: {
14752
15368
  api: "anthropic-messages";
14753
15369
  provider: string;
14754
15370
  baseUrl: string;
14755
- reasoning: true;
15371
+ reasoning: false;
14756
15372
  input: "text"[];
14757
15373
  cost: {
14758
15374
  input: number;
@@ -14769,7 +15385,7 @@ export declare const MODELS: {
14769
15385
  api: "anthropic-messages";
14770
15386
  provider: string;
14771
15387
  baseUrl: string;
14772
- reasoning: true;
15388
+ reasoning: false;
14773
15389
  input: "text"[];
14774
15390
  cost: {
14775
15391
  input: number;
@@ -14786,7 +15402,7 @@ export declare const MODELS: {
14786
15402
  api: "anthropic-messages";
14787
15403
  provider: string;
14788
15404
  baseUrl: string;
14789
- reasoning: true;
15405
+ reasoning: false;
14790
15406
  input: "text"[];
14791
15407
  cost: {
14792
15408
  input: number;
@@ -14899,6 +15515,40 @@ export declare const MODELS: {
14899
15515
  contextWindow: number;
14900
15516
  maxTokens: number;
14901
15517
  };
15518
+ readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
15519
+ id: string;
15520
+ name: string;
15521
+ api: "anthropic-messages";
15522
+ provider: string;
15523
+ baseUrl: string;
15524
+ reasoning: false;
15525
+ input: ("image" | "text")[];
15526
+ cost: {
15527
+ input: number;
15528
+ output: number;
15529
+ cacheRead: number;
15530
+ cacheWrite: number;
15531
+ };
15532
+ contextWindow: number;
15533
+ maxTokens: number;
15534
+ };
15535
+ readonly "alibaba/qwen3-vl-instruct": {
15536
+ id: string;
15537
+ name: string;
15538
+ api: "anthropic-messages";
15539
+ provider: string;
15540
+ baseUrl: string;
15541
+ reasoning: false;
15542
+ input: ("image" | "text")[];
15543
+ cost: {
15544
+ input: number;
15545
+ output: number;
15546
+ cacheRead: number;
15547
+ cacheWrite: number;
15548
+ };
15549
+ contextWindow: number;
15550
+ maxTokens: number;
15551
+ };
14902
15552
  readonly "alibaba/qwen3-vl-thinking": {
14903
15553
  id: string;
14904
15554
  name: string;
@@ -15018,13 +15668,13 @@ export declare const MODELS: {
15018
15668
  contextWindow: number;
15019
15669
  maxTokens: number;
15020
15670
  };
15021
- readonly "anthropic/claude-3-haiku": {
15671
+ readonly "amazon/nova-2-lite": {
15022
15672
  id: string;
15023
15673
  name: string;
15024
15674
  api: "anthropic-messages";
15025
15675
  provider: string;
15026
15676
  baseUrl: string;
15027
- reasoning: false;
15677
+ reasoning: true;
15028
15678
  input: ("image" | "text")[];
15029
15679
  cost: {
15030
15680
  input: number;
@@ -15035,7 +15685,7 @@ export declare const MODELS: {
15035
15685
  contextWindow: number;
15036
15686
  maxTokens: number;
15037
15687
  };
15038
- readonly "anthropic/claude-3.5-haiku": {
15688
+ readonly "amazon/nova-lite": {
15039
15689
  id: string;
15040
15690
  name: string;
15041
15691
  api: "anthropic-messages";
@@ -15052,14 +15702,14 @@ export declare const MODELS: {
15052
15702
  contextWindow: number;
15053
15703
  maxTokens: number;
15054
15704
  };
15055
- readonly "anthropic/claude-haiku-4.5": {
15705
+ readonly "amazon/nova-micro": {
15056
15706
  id: string;
15057
15707
  name: string;
15058
15708
  api: "anthropic-messages";
15059
15709
  provider: string;
15060
15710
  baseUrl: string;
15061
- reasoning: true;
15062
- input: ("image" | "text")[];
15711
+ reasoning: false;
15712
+ input: "text"[];
15063
15713
  cost: {
15064
15714
  input: number;
15065
15715
  output: number;
@@ -15069,13 +15719,13 @@ export declare const MODELS: {
15069
15719
  contextWindow: number;
15070
15720
  maxTokens: number;
15071
15721
  };
15072
- readonly "anthropic/claude-opus-4": {
15722
+ readonly "amazon/nova-pro": {
15073
15723
  id: string;
15074
15724
  name: string;
15075
15725
  api: "anthropic-messages";
15076
15726
  provider: string;
15077
15727
  baseUrl: string;
15078
- reasoning: true;
15728
+ reasoning: false;
15079
15729
  input: ("image" | "text")[];
15080
15730
  cost: {
15081
15731
  input: number;
@@ -15086,13 +15736,13 @@ export declare const MODELS: {
15086
15736
  contextWindow: number;
15087
15737
  maxTokens: number;
15088
15738
  };
15089
- readonly "anthropic/claude-opus-4.1": {
15739
+ readonly "anthropic/claude-3-haiku": {
15090
15740
  id: string;
15091
15741
  name: string;
15092
15742
  api: "anthropic-messages";
15093
15743
  provider: string;
15094
15744
  baseUrl: string;
15095
- reasoning: true;
15745
+ reasoning: false;
15096
15746
  input: ("image" | "text")[];
15097
15747
  cost: {
15098
15748
  input: number;
@@ -15103,13 +15753,13 @@ export declare const MODELS: {
15103
15753
  contextWindow: number;
15104
15754
  maxTokens: number;
15105
15755
  };
15106
- readonly "anthropic/claude-opus-4.5": {
15756
+ readonly "anthropic/claude-3.5-haiku": {
15107
15757
  id: string;
15108
15758
  name: string;
15109
15759
  api: "anthropic-messages";
15110
15760
  provider: string;
15111
15761
  baseUrl: string;
15112
- reasoning: true;
15762
+ reasoning: false;
15113
15763
  input: ("image" | "text")[];
15114
15764
  cost: {
15115
15765
  input: number;
@@ -15120,14 +15770,18 @@ export declare const MODELS: {
15120
15770
  contextWindow: number;
15121
15771
  maxTokens: number;
15122
15772
  };
15123
- readonly "anthropic/claude-opus-4.6": {
15773
+ readonly "anthropic/claude-fable-5": {
15124
15774
  id: string;
15125
15775
  name: string;
15126
15776
  api: "anthropic-messages";
15127
15777
  provider: string;
15128
15778
  baseUrl: string;
15779
+ compat: {
15780
+ forceAdaptiveThinking: true;
15781
+ };
15129
15782
  reasoning: true;
15130
15783
  thinkingLevelMap: {
15784
+ off: null;
15131
15785
  xhigh: string;
15132
15786
  };
15133
15787
  input: ("image" | "text")[];
@@ -15140,16 +15794,13 @@ export declare const MODELS: {
15140
15794
  contextWindow: number;
15141
15795
  maxTokens: number;
15142
15796
  };
15143
- readonly "anthropic/claude-opus-4.7": {
15797
+ readonly "anthropic/claude-haiku-4.5": {
15144
15798
  id: string;
15145
15799
  name: string;
15146
15800
  api: "anthropic-messages";
15147
15801
  provider: string;
15148
15802
  baseUrl: string;
15149
15803
  reasoning: true;
15150
- thinkingLevelMap: {
15151
- xhigh: string;
15152
- };
15153
15804
  input: ("image" | "text")[];
15154
15805
  cost: {
15155
15806
  input: number;
@@ -15160,7 +15811,7 @@ export declare const MODELS: {
15160
15811
  contextWindow: number;
15161
15812
  maxTokens: number;
15162
15813
  };
15163
- readonly "anthropic/claude-opus-4.8": {
15814
+ readonly "anthropic/claude-opus-4": {
15164
15815
  id: string;
15165
15816
  name: string;
15166
15817
  api: "anthropic-messages";
@@ -15177,7 +15828,7 @@ export declare const MODELS: {
15177
15828
  contextWindow: number;
15178
15829
  maxTokens: number;
15179
15830
  };
15180
- readonly "anthropic/claude-sonnet-4": {
15831
+ readonly "anthropic/claude-opus-4.1": {
15181
15832
  id: string;
15182
15833
  name: string;
15183
15834
  api: "anthropic-messages";
@@ -15194,7 +15845,7 @@ export declare const MODELS: {
15194
15845
  contextWindow: number;
15195
15846
  maxTokens: number;
15196
15847
  };
15197
- readonly "anthropic/claude-sonnet-4.5": {
15848
+ readonly "anthropic/claude-opus-4.5": {
15198
15849
  id: string;
15199
15850
  name: string;
15200
15851
  api: "anthropic-messages";
@@ -15211,13 +15862,19 @@ export declare const MODELS: {
15211
15862
  contextWindow: number;
15212
15863
  maxTokens: number;
15213
15864
  };
15214
- readonly "anthropic/claude-sonnet-4.6": {
15865
+ readonly "anthropic/claude-opus-4.6": {
15215
15866
  id: string;
15216
15867
  name: string;
15217
15868
  api: "anthropic-messages";
15218
15869
  provider: string;
15219
15870
  baseUrl: string;
15871
+ compat: {
15872
+ forceAdaptiveThinking: true;
15873
+ };
15220
15874
  reasoning: true;
15875
+ thinkingLevelMap: {
15876
+ xhigh: string;
15877
+ };
15221
15878
  input: ("image" | "text")[];
15222
15879
  cost: {
15223
15880
  input: number;
@@ -15228,14 +15885,21 @@ export declare const MODELS: {
15228
15885
  contextWindow: number;
15229
15886
  maxTokens: number;
15230
15887
  };
15231
- readonly "arcee-ai/trinity-large-preview": {
15888
+ readonly "anthropic/claude-opus-4.7": {
15232
15889
  id: string;
15233
15890
  name: string;
15234
15891
  api: "anthropic-messages";
15235
15892
  provider: string;
15236
15893
  baseUrl: string;
15237
- reasoning: false;
15238
- input: "text"[];
15894
+ compat: {
15895
+ forceAdaptiveThinking: true;
15896
+ supportsTemperature: false;
15897
+ };
15898
+ reasoning: true;
15899
+ thinkingLevelMap: {
15900
+ xhigh: string;
15901
+ };
15902
+ input: ("image" | "text")[];
15239
15903
  cost: {
15240
15904
  input: number;
15241
15905
  output: number;
@@ -15245,14 +15909,21 @@ export declare const MODELS: {
15245
15909
  contextWindow: number;
15246
15910
  maxTokens: number;
15247
15911
  };
15248
- readonly "arcee-ai/trinity-large-thinking": {
15912
+ readonly "anthropic/claude-opus-4.8": {
15249
15913
  id: string;
15250
15914
  name: string;
15251
15915
  api: "anthropic-messages";
15252
15916
  provider: string;
15253
15917
  baseUrl: string;
15918
+ compat: {
15919
+ forceAdaptiveThinking: true;
15920
+ supportsTemperature: false;
15921
+ };
15254
15922
  reasoning: true;
15255
- input: "text"[];
15923
+ thinkingLevelMap: {
15924
+ xhigh: string;
15925
+ };
15926
+ input: ("image" | "text")[];
15256
15927
  cost: {
15257
15928
  input: number;
15258
15929
  output: number;
@@ -15262,14 +15933,14 @@ export declare const MODELS: {
15262
15933
  contextWindow: number;
15263
15934
  maxTokens: number;
15264
15935
  };
15265
- readonly "bytedance/seed-1.6": {
15936
+ readonly "anthropic/claude-sonnet-4": {
15266
15937
  id: string;
15267
15938
  name: string;
15268
15939
  api: "anthropic-messages";
15269
15940
  provider: string;
15270
15941
  baseUrl: string;
15271
15942
  reasoning: true;
15272
- input: "text"[];
15943
+ input: ("image" | "text")[];
15273
15944
  cost: {
15274
15945
  input: number;
15275
15946
  output: number;
@@ -15279,7 +15950,149 @@ export declare const MODELS: {
15279
15950
  contextWindow: number;
15280
15951
  maxTokens: number;
15281
15952
  };
15282
- readonly "cohere/command-a": {
15953
+ readonly "anthropic/claude-sonnet-4.5": {
15954
+ id: string;
15955
+ name: string;
15956
+ api: "anthropic-messages";
15957
+ provider: string;
15958
+ baseUrl: string;
15959
+ reasoning: true;
15960
+ input: ("image" | "text")[];
15961
+ cost: {
15962
+ input: number;
15963
+ output: number;
15964
+ cacheRead: number;
15965
+ cacheWrite: number;
15966
+ };
15967
+ contextWindow: number;
15968
+ maxTokens: number;
15969
+ };
15970
+ readonly "anthropic/claude-sonnet-4.6": {
15971
+ id: string;
15972
+ name: string;
15973
+ api: "anthropic-messages";
15974
+ provider: string;
15975
+ baseUrl: string;
15976
+ compat: {
15977
+ forceAdaptiveThinking: true;
15978
+ };
15979
+ reasoning: true;
15980
+ input: ("image" | "text")[];
15981
+ cost: {
15982
+ input: number;
15983
+ output: number;
15984
+ cacheRead: number;
15985
+ cacheWrite: number;
15986
+ };
15987
+ contextWindow: number;
15988
+ maxTokens: number;
15989
+ };
15990
+ readonly "anthropic/claude-sonnet-5": {
15991
+ id: string;
15992
+ name: string;
15993
+ api: "anthropic-messages";
15994
+ provider: string;
15995
+ baseUrl: string;
15996
+ compat: {
15997
+ forceAdaptiveThinking: true;
15998
+ };
15999
+ reasoning: true;
16000
+ input: ("image" | "text")[];
16001
+ cost: {
16002
+ input: number;
16003
+ output: number;
16004
+ cacheRead: number;
16005
+ cacheWrite: number;
16006
+ };
16007
+ contextWindow: number;
16008
+ maxTokens: number;
16009
+ };
16010
+ readonly "arcee-ai/trinity-large-preview": {
16011
+ id: string;
16012
+ name: string;
16013
+ api: "anthropic-messages";
16014
+ provider: string;
16015
+ baseUrl: string;
16016
+ reasoning: false;
16017
+ input: "text"[];
16018
+ cost: {
16019
+ input: number;
16020
+ output: number;
16021
+ cacheRead: number;
16022
+ cacheWrite: number;
16023
+ };
16024
+ contextWindow: number;
16025
+ maxTokens: number;
16026
+ };
16027
+ readonly "arcee-ai/trinity-large-thinking": {
16028
+ id: string;
16029
+ name: string;
16030
+ api: "anthropic-messages";
16031
+ provider: string;
16032
+ baseUrl: string;
16033
+ reasoning: true;
16034
+ input: "text"[];
16035
+ cost: {
16036
+ input: number;
16037
+ output: number;
16038
+ cacheRead: number;
16039
+ cacheWrite: number;
16040
+ };
16041
+ contextWindow: number;
16042
+ maxTokens: number;
16043
+ };
16044
+ readonly "arcee-ai/trinity-mini": {
16045
+ id: string;
16046
+ name: string;
16047
+ api: "anthropic-messages";
16048
+ provider: string;
16049
+ baseUrl: string;
16050
+ reasoning: false;
16051
+ input: "text"[];
16052
+ cost: {
16053
+ input: number;
16054
+ output: number;
16055
+ cacheRead: number;
16056
+ cacheWrite: number;
16057
+ };
16058
+ contextWindow: number;
16059
+ maxTokens: number;
16060
+ };
16061
+ readonly "bytedance/seed-1.6": {
16062
+ id: string;
16063
+ name: string;
16064
+ api: "anthropic-messages";
16065
+ provider: string;
16066
+ baseUrl: string;
16067
+ reasoning: true;
16068
+ input: ("image" | "text")[];
16069
+ cost: {
16070
+ input: number;
16071
+ output: number;
16072
+ cacheRead: number;
16073
+ cacheWrite: number;
16074
+ };
16075
+ contextWindow: number;
16076
+ maxTokens: number;
16077
+ };
16078
+ readonly "bytedance/seed-1.8": {
16079
+ id: string;
16080
+ name: string;
16081
+ api: "anthropic-messages";
16082
+ provider: string;
16083
+ baseUrl: string;
16084
+ reasoning: true;
16085
+ input: ("image" | "text")[];
16086
+ cost: {
16087
+ input: number;
16088
+ output: number;
16089
+ cacheRead: number;
16090
+ cacheWrite: number;
16091
+ };
16092
+ contextWindow: number;
16093
+ maxTokens: number;
16094
+ };
16095
+ readonly "cohere/command-a": {
15283
16096
  id: string;
15284
16097
  name: string;
15285
16098
  api: "anthropic-messages";
@@ -15370,8 +16183,8 @@ export declare const MODELS: {
15370
16183
  api: "anthropic-messages";
15371
16184
  provider: string;
15372
16185
  baseUrl: string;
15373
- reasoning: true;
15374
- input: ("image" | "text")[];
16186
+ reasoning: false;
16187
+ input: "text"[];
15375
16188
  cost: {
15376
16189
  input: number;
15377
16190
  output: number;
@@ -15388,7 +16201,7 @@ export declare const MODELS: {
15388
16201
  provider: string;
15389
16202
  baseUrl: string;
15390
16203
  reasoning: true;
15391
- input: ("image" | "text")[];
16204
+ input: "text"[];
15392
16205
  cost: {
15393
16206
  input: number;
15394
16207
  output: number;
@@ -15405,7 +16218,7 @@ export declare const MODELS: {
15405
16218
  provider: string;
15406
16219
  baseUrl: string;
15407
16220
  reasoning: true;
15408
- input: ("image" | "text")[];
16221
+ input: "text"[];
15409
16222
  cost: {
15410
16223
  input: number;
15411
16224
  output: number;
@@ -15608,7 +16421,7 @@ export declare const MODELS: {
15608
16421
  api: "anthropic-messages";
15609
16422
  provider: string;
15610
16423
  baseUrl: string;
15611
- reasoning: false;
16424
+ reasoning: true;
15612
16425
  input: ("image" | "text")[];
15613
16426
  cost: {
15614
16427
  input: number;
@@ -15653,6 +16466,40 @@ export declare const MODELS: {
15653
16466
  contextWindow: number;
15654
16467
  maxTokens: number;
15655
16468
  };
16469
+ readonly "interfaze/interfaze-beta": {
16470
+ id: string;
16471
+ name: string;
16472
+ api: "anthropic-messages";
16473
+ provider: string;
16474
+ baseUrl: string;
16475
+ reasoning: true;
16476
+ input: ("image" | "text")[];
16477
+ cost: {
16478
+ input: number;
16479
+ output: number;
16480
+ cacheRead: number;
16481
+ cacheWrite: number;
16482
+ };
16483
+ contextWindow: number;
16484
+ maxTokens: number;
16485
+ };
16486
+ readonly "kwaipilot/kat-coder-pro-v1": {
16487
+ id: string;
16488
+ name: string;
16489
+ api: "anthropic-messages";
16490
+ provider: string;
16491
+ baseUrl: string;
16492
+ reasoning: false;
16493
+ input: "text"[];
16494
+ cost: {
16495
+ input: number;
16496
+ output: number;
16497
+ cacheRead: number;
16498
+ cacheWrite: number;
16499
+ };
16500
+ contextWindow: number;
16501
+ maxTokens: number;
16502
+ };
15656
16503
  readonly "kwaipilot/kat-coder-pro-v2": {
15657
16504
  id: string;
15658
16505
  name: string;
@@ -15687,6 +16534,23 @@ export declare const MODELS: {
15687
16534
  contextWindow: number;
15688
16535
  maxTokens: number;
15689
16536
  };
16537
+ readonly "meituan/longcat-flash-thinking-2601": {
16538
+ id: string;
16539
+ name: string;
16540
+ api: "anthropic-messages";
16541
+ provider: string;
16542
+ baseUrl: string;
16543
+ reasoning: true;
16544
+ input: "text"[];
16545
+ cost: {
16546
+ input: number;
16547
+ output: number;
16548
+ cacheRead: number;
16549
+ cacheWrite: number;
16550
+ };
16551
+ contextWindow: number;
16552
+ maxTokens: number;
16553
+ };
15690
16554
  readonly "meta/llama-3.1-70b": {
15691
16555
  id: string;
15692
16556
  name: string;
@@ -16000,7 +16864,58 @@ export declare const MODELS: {
16000
16864
  provider: string;
16001
16865
  baseUrl: string;
16002
16866
  reasoning: false;
16003
- input: "text"[];
16867
+ input: ("image" | "text")[];
16868
+ cost: {
16869
+ input: number;
16870
+ output: number;
16871
+ cacheRead: number;
16872
+ cacheWrite: number;
16873
+ };
16874
+ contextWindow: number;
16875
+ maxTokens: number;
16876
+ };
16877
+ readonly "mistral/magistral-medium": {
16878
+ id: string;
16879
+ name: string;
16880
+ api: "anthropic-messages";
16881
+ provider: string;
16882
+ baseUrl: string;
16883
+ reasoning: true;
16884
+ input: ("image" | "text")[];
16885
+ cost: {
16886
+ input: number;
16887
+ output: number;
16888
+ cacheRead: number;
16889
+ cacheWrite: number;
16890
+ };
16891
+ contextWindow: number;
16892
+ maxTokens: number;
16893
+ };
16894
+ readonly "mistral/magistral-small": {
16895
+ id: string;
16896
+ name: string;
16897
+ api: "anthropic-messages";
16898
+ provider: string;
16899
+ baseUrl: string;
16900
+ reasoning: true;
16901
+ input: ("image" | "text")[];
16902
+ cost: {
16903
+ input: number;
16904
+ output: number;
16905
+ cacheRead: number;
16906
+ cacheWrite: number;
16907
+ };
16908
+ contextWindow: number;
16909
+ maxTokens: number;
16910
+ };
16911
+ readonly "mistral/ministral-14b": {
16912
+ id: string;
16913
+ name: string;
16914
+ api: "anthropic-messages";
16915
+ provider: string;
16916
+ baseUrl: string;
16917
+ reasoning: false;
16918
+ input: ("image" | "text")[];
16004
16919
  cost: {
16005
16920
  input: number;
16006
16921
  output: number;
@@ -16044,6 +16959,23 @@ export declare const MODELS: {
16044
16959
  contextWindow: number;
16045
16960
  maxTokens: number;
16046
16961
  };
16962
+ readonly "mistral/mistral-large-3": {
16963
+ id: string;
16964
+ name: string;
16965
+ api: "anthropic-messages";
16966
+ provider: string;
16967
+ baseUrl: string;
16968
+ reasoning: false;
16969
+ input: ("image" | "text")[];
16970
+ cost: {
16971
+ input: number;
16972
+ output: number;
16973
+ cacheRead: number;
16974
+ cacheWrite: number;
16975
+ };
16976
+ contextWindow: number;
16977
+ maxTokens: number;
16978
+ };
16047
16979
  readonly "mistral/mistral-medium": {
16048
16980
  id: string;
16049
16981
  name: string;
@@ -16068,7 +17000,7 @@ export declare const MODELS: {
16068
17000
  provider: string;
16069
17001
  baseUrl: string;
16070
17002
  reasoning: true;
16071
- input: "text"[];
17003
+ input: ("image" | "text")[];
16072
17004
  cost: {
16073
17005
  input: number;
16074
17006
  output: number;
@@ -16248,6 +17180,23 @@ export declare const MODELS: {
16248
17180
  contextWindow: number;
16249
17181
  maxTokens: number;
16250
17182
  };
17183
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
17184
+ id: string;
17185
+ name: string;
17186
+ api: "anthropic-messages";
17187
+ provider: string;
17188
+ baseUrl: string;
17189
+ reasoning: true;
17190
+ input: "text"[];
17191
+ cost: {
17192
+ input: number;
17193
+ output: number;
17194
+ cacheRead: number;
17195
+ cacheWrite: number;
17196
+ };
17197
+ contextWindow: number;
17198
+ maxTokens: number;
17199
+ };
16251
17200
  readonly "nvidia/nemotron-3-super-120b-a12b": {
16252
17201
  id: string;
16253
17202
  name: string;
@@ -16316,6 +17265,23 @@ export declare const MODELS: {
16316
17265
  contextWindow: number;
16317
17266
  maxTokens: number;
16318
17267
  };
17268
+ readonly "openai/gpt-3.5-turbo": {
17269
+ id: string;
17270
+ name: string;
17271
+ api: "anthropic-messages";
17272
+ provider: string;
17273
+ baseUrl: string;
17274
+ reasoning: false;
17275
+ input: "text"[];
17276
+ cost: {
17277
+ input: number;
17278
+ output: number;
17279
+ cacheRead: number;
17280
+ cacheWrite: number;
17281
+ };
17282
+ contextWindow: number;
17283
+ maxTokens: number;
17284
+ };
16319
17285
  readonly "openai/gpt-4-turbo": {
16320
17286
  id: string;
16321
17287
  name: string;
@@ -16441,7 +17407,7 @@ export declare const MODELS: {
16441
17407
  api: "anthropic-messages";
16442
17408
  provider: string;
16443
17409
  baseUrl: string;
16444
- reasoning: true;
17410
+ reasoning: false;
16445
17411
  input: ("image" | "text")[];
16446
17412
  cost: {
16447
17413
  input: number;
@@ -16577,7 +17543,7 @@ export declare const MODELS: {
16577
17543
  api: "anthropic-messages";
16578
17544
  provider: string;
16579
17545
  baseUrl: string;
16580
- reasoning: true;
17546
+ reasoning: false;
16581
17547
  input: ("image" | "text")[];
16582
17548
  cost: {
16583
17549
  input: number;
@@ -16631,7 +17597,7 @@ export declare const MODELS: {
16631
17597
  api: "anthropic-messages";
16632
17598
  provider: string;
16633
17599
  baseUrl: string;
16634
- reasoning: true;
17600
+ reasoning: false;
16635
17601
  thinkingLevelMap: {
16636
17602
  xhigh: string;
16637
17603
  };
@@ -16691,7 +17657,7 @@ export declare const MODELS: {
16691
17657
  api: "anthropic-messages";
16692
17658
  provider: string;
16693
17659
  baseUrl: string;
16694
- reasoning: true;
17660
+ reasoning: false;
16695
17661
  thinkingLevelMap: {
16696
17662
  xhigh: string;
16697
17663
  };
@@ -16998,40 +17964,6 @@ export declare const MODELS: {
16998
17964
  contextWindow: number;
16999
17965
  maxTokens: number;
17000
17966
  };
17001
- readonly "perplexity/sonar": {
17002
- id: string;
17003
- name: string;
17004
- api: "anthropic-messages";
17005
- provider: string;
17006
- baseUrl: string;
17007
- reasoning: false;
17008
- input: ("image" | "text")[];
17009
- cost: {
17010
- input: number;
17011
- output: number;
17012
- cacheRead: number;
17013
- cacheWrite: number;
17014
- };
17015
- contextWindow: number;
17016
- maxTokens: number;
17017
- };
17018
- readonly "perplexity/sonar-pro": {
17019
- id: string;
17020
- name: string;
17021
- api: "anthropic-messages";
17022
- provider: string;
17023
- baseUrl: string;
17024
- reasoning: false;
17025
- input: ("image" | "text")[];
17026
- cost: {
17027
- input: number;
17028
- output: number;
17029
- cacheRead: number;
17030
- cacheWrite: number;
17031
- };
17032
- contextWindow: number;
17033
- maxTokens: number;
17034
- };
17035
17967
  readonly "sakana/fugu-ultra": {
17036
17968
  id: string;
17037
17969
  name: string;
@@ -17311,7 +18243,7 @@ export declare const MODELS: {
17311
18243
  provider: string;
17312
18244
  baseUrl: string;
17313
18245
  reasoning: true;
17314
- input: ("image" | "text")[];
18246
+ input: "text"[];
17315
18247
  cost: {
17316
18248
  input: number;
17317
18249
  output: number;
@@ -17515,7 +18447,7 @@ export declare const MODELS: {
17515
18447
  provider: string;
17516
18448
  baseUrl: string;
17517
18449
  reasoning: true;
17518
- input: ("image" | "text")[];
18450
+ input: "text"[];
17519
18451
  cost: {
17520
18452
  input: number;
17521
18453
  output: number;
@@ -17542,6 +18474,23 @@ export declare const MODELS: {
17542
18474
  contextWindow: number;
17543
18475
  maxTokens: number;
17544
18476
  };
18477
+ readonly "zai/glm-5.2-fast": {
18478
+ id: string;
18479
+ name: string;
18480
+ api: "anthropic-messages";
18481
+ provider: string;
18482
+ baseUrl: string;
18483
+ reasoning: true;
18484
+ input: "text"[];
18485
+ cost: {
18486
+ input: number;
18487
+ output: number;
18488
+ cacheRead: number;
18489
+ cacheWrite: number;
18490
+ };
18491
+ contextWindow: number;
18492
+ maxTokens: number;
18493
+ };
17545
18494
  readonly "zai/glm-5v-turbo": {
17546
18495
  id: string;
17547
18496
  name: string;