@elyracode/ai 0.9.6 → 0.9.7

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.
@@ -75,6 +75,7 @@ export declare const MODELS: {
75
75
  provider: string;
76
76
  baseUrl: string;
77
77
  reasoning: true;
78
+ thinkingType: "budget";
78
79
  input: ("image" | "text")[];
79
80
  cost: {
80
81
  input: number;
@@ -92,6 +93,7 @@ export declare const MODELS: {
92
93
  provider: string;
93
94
  baseUrl: string;
94
95
  reasoning: true;
96
+ thinkingType: "budget";
95
97
  input: ("image" | "text")[];
96
98
  cost: {
97
99
  input: number;
@@ -109,6 +111,7 @@ export declare const MODELS: {
109
111
  provider: string;
110
112
  baseUrl: string;
111
113
  reasoning: true;
114
+ thinkingType: "budget";
112
115
  input: ("image" | "text")[];
113
116
  cost: {
114
117
  input: number;
@@ -126,6 +129,7 @@ export declare const MODELS: {
126
129
  provider: string;
127
130
  baseUrl: string;
128
131
  reasoning: true;
132
+ thinkingType: "adaptive";
129
133
  thinkingLevelMap: {
130
134
  xhigh: string;
131
135
  };
@@ -146,6 +150,7 @@ export declare const MODELS: {
146
150
  provider: string;
147
151
  baseUrl: string;
148
152
  reasoning: true;
153
+ thinkingType: "adaptive";
149
154
  thinkingLevelMap: {
150
155
  xhigh: string;
151
156
  };
@@ -166,6 +171,7 @@ export declare const MODELS: {
166
171
  provider: string;
167
172
  baseUrl: string;
168
173
  reasoning: true;
174
+ thinkingType: "adaptive";
169
175
  thinkingLevelMap: {
170
176
  minimal: string;
171
177
  low: string;
@@ -190,6 +196,7 @@ export declare const MODELS: {
190
196
  provider: string;
191
197
  baseUrl: string;
192
198
  reasoning: true;
199
+ thinkingType: "budget";
193
200
  input: ("image" | "text")[];
194
201
  cost: {
195
202
  input: number;
@@ -207,6 +214,7 @@ export declare const MODELS: {
207
214
  provider: string;
208
215
  baseUrl: string;
209
216
  reasoning: true;
217
+ thinkingType: "adaptive";
210
218
  input: ("image" | "text")[];
211
219
  cost: {
212
220
  input: number;
@@ -224,6 +232,7 @@ export declare const MODELS: {
224
232
  provider: string;
225
233
  baseUrl: string;
226
234
  reasoning: true;
235
+ thinkingType: "budget";
227
236
  input: ("image" | "text")[];
228
237
  cost: {
229
238
  input: number;
@@ -241,6 +250,7 @@ export declare const MODELS: {
241
250
  provider: string;
242
251
  baseUrl: string;
243
252
  reasoning: true;
253
+ thinkingType: "adaptive";
244
254
  thinkingLevelMap: {
245
255
  xhigh: string;
246
256
  };
@@ -261,6 +271,7 @@ export declare const MODELS: {
261
271
  provider: string;
262
272
  baseUrl: string;
263
273
  reasoning: true;
274
+ thinkingType: "adaptive";
264
275
  thinkingLevelMap: {
265
276
  minimal: string;
266
277
  low: string;
@@ -285,6 +296,7 @@ export declare const MODELS: {
285
296
  provider: string;
286
297
  baseUrl: string;
287
298
  reasoning: true;
299
+ thinkingType: "budget";
288
300
  input: ("image" | "text")[];
289
301
  cost: {
290
302
  input: number;
@@ -302,6 +314,7 @@ export declare const MODELS: {
302
314
  provider: string;
303
315
  baseUrl: string;
304
316
  reasoning: true;
317
+ thinkingType: "adaptive";
305
318
  input: ("image" | "text")[];
306
319
  cost: {
307
320
  input: number;
@@ -363,6 +376,31 @@ export declare const MODELS: {
363
376
  contextWindow: number;
364
377
  maxTokens: number;
365
378
  };
379
+ readonly "eu.anthropic.claude-fable-5": {
380
+ id: string;
381
+ name: string;
382
+ api: "bedrock-converse-stream";
383
+ provider: string;
384
+ baseUrl: string;
385
+ reasoning: true;
386
+ thinkingType: "adaptive";
387
+ thinkingLevelMap: {
388
+ minimal: string;
389
+ low: string;
390
+ medium: string;
391
+ high: string;
392
+ xhigh: string;
393
+ };
394
+ input: ("image" | "text")[];
395
+ cost: {
396
+ input: number;
397
+ output: number;
398
+ cacheRead: number;
399
+ cacheWrite: number;
400
+ };
401
+ contextWindow: number;
402
+ maxTokens: number;
403
+ };
366
404
  readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
367
405
  id: string;
368
406
  name: string;
@@ -370,6 +408,7 @@ export declare const MODELS: {
370
408
  provider: string;
371
409
  baseUrl: string;
372
410
  reasoning: true;
411
+ thinkingType: "budget";
373
412
  input: ("image" | "text")[];
374
413
  cost: {
375
414
  input: number;
@@ -387,6 +426,7 @@ export declare const MODELS: {
387
426
  provider: string;
388
427
  baseUrl: string;
389
428
  reasoning: true;
429
+ thinkingType: "budget";
390
430
  input: ("image" | "text")[];
391
431
  cost: {
392
432
  input: number;
@@ -404,6 +444,7 @@ export declare const MODELS: {
404
444
  provider: string;
405
445
  baseUrl: string;
406
446
  reasoning: true;
447
+ thinkingType: "adaptive";
407
448
  thinkingLevelMap: {
408
449
  xhigh: string;
409
450
  };
@@ -424,6 +465,7 @@ export declare const MODELS: {
424
465
  provider: string;
425
466
  baseUrl: string;
426
467
  reasoning: true;
468
+ thinkingType: "adaptive";
427
469
  thinkingLevelMap: {
428
470
  xhigh: string;
429
471
  };
@@ -444,6 +486,7 @@ export declare const MODELS: {
444
486
  provider: string;
445
487
  baseUrl: string;
446
488
  reasoning: true;
489
+ thinkingType: "adaptive";
447
490
  thinkingLevelMap: {
448
491
  minimal: string;
449
492
  low: string;
@@ -468,6 +511,7 @@ export declare const MODELS: {
468
511
  provider: string;
469
512
  baseUrl: string;
470
513
  reasoning: true;
514
+ thinkingType: "budget";
471
515
  input: ("image" | "text")[];
472
516
  cost: {
473
517
  input: number;
@@ -485,6 +529,32 @@ export declare const MODELS: {
485
529
  provider: string;
486
530
  baseUrl: string;
487
531
  reasoning: true;
532
+ thinkingType: "adaptive";
533
+ input: ("image" | "text")[];
534
+ cost: {
535
+ input: number;
536
+ output: number;
537
+ cacheRead: number;
538
+ cacheWrite: number;
539
+ };
540
+ contextWindow: number;
541
+ maxTokens: number;
542
+ };
543
+ readonly "global.anthropic.claude-fable-5": {
544
+ id: string;
545
+ name: string;
546
+ api: "bedrock-converse-stream";
547
+ provider: string;
548
+ baseUrl: string;
549
+ reasoning: true;
550
+ thinkingType: "adaptive";
551
+ thinkingLevelMap: {
552
+ minimal: string;
553
+ low: string;
554
+ medium: string;
555
+ high: string;
556
+ xhigh: string;
557
+ };
488
558
  input: ("image" | "text")[];
489
559
  cost: {
490
560
  input: number;
@@ -502,6 +572,7 @@ export declare const MODELS: {
502
572
  provider: string;
503
573
  baseUrl: string;
504
574
  reasoning: true;
575
+ thinkingType: "budget";
505
576
  input: ("image" | "text")[];
506
577
  cost: {
507
578
  input: number;
@@ -519,6 +590,7 @@ export declare const MODELS: {
519
590
  provider: string;
520
591
  baseUrl: string;
521
592
  reasoning: true;
593
+ thinkingType: "budget";
522
594
  input: ("image" | "text")[];
523
595
  cost: {
524
596
  input: number;
@@ -536,6 +608,7 @@ export declare const MODELS: {
536
608
  provider: string;
537
609
  baseUrl: string;
538
610
  reasoning: true;
611
+ thinkingType: "adaptive";
539
612
  thinkingLevelMap: {
540
613
  xhigh: string;
541
614
  };
@@ -556,6 +629,7 @@ export declare const MODELS: {
556
629
  provider: string;
557
630
  baseUrl: string;
558
631
  reasoning: true;
632
+ thinkingType: "adaptive";
559
633
  thinkingLevelMap: {
560
634
  xhigh: string;
561
635
  };
@@ -576,6 +650,7 @@ export declare const MODELS: {
576
650
  provider: string;
577
651
  baseUrl: string;
578
652
  reasoning: true;
653
+ thinkingType: "adaptive";
579
654
  thinkingLevelMap: {
580
655
  minimal: string;
581
656
  low: string;
@@ -600,6 +675,7 @@ export declare const MODELS: {
600
675
  provider: string;
601
676
  baseUrl: string;
602
677
  reasoning: true;
678
+ thinkingType: "budget";
603
679
  input: ("image" | "text")[];
604
680
  cost: {
605
681
  input: number;
@@ -617,6 +693,7 @@ export declare const MODELS: {
617
693
  provider: string;
618
694
  baseUrl: string;
619
695
  reasoning: true;
696
+ thinkingType: "adaptive";
620
697
  input: ("image" | "text")[];
621
698
  cost: {
622
699
  input: number;
@@ -668,6 +745,7 @@ export declare const MODELS: {
668
745
  provider: string;
669
746
  baseUrl: string;
670
747
  reasoning: true;
748
+ thinkingType: "adaptive";
671
749
  thinkingLevelMap: {
672
750
  xhigh: string;
673
751
  };
@@ -688,6 +766,7 @@ export declare const MODELS: {
688
766
  provider: string;
689
767
  baseUrl: string;
690
768
  reasoning: true;
769
+ thinkingType: "adaptive";
691
770
  thinkingLevelMap: {
692
771
  minimal: string;
693
772
  low: string;
@@ -712,6 +791,7 @@ export declare const MODELS: {
712
791
  provider: string;
713
792
  baseUrl: string;
714
793
  reasoning: true;
794
+ thinkingType: "budget";
715
795
  input: ("image" | "text")[];
716
796
  cost: {
717
797
  input: number;
@@ -729,6 +809,7 @@ export declare const MODELS: {
729
809
  provider: string;
730
810
  baseUrl: string;
731
811
  reasoning: true;
812
+ thinkingType: "adaptive";
732
813
  input: ("image" | "text")[];
733
814
  cost: {
734
815
  input: number;
@@ -1391,6 +1472,31 @@ export declare const MODELS: {
1391
1472
  contextWindow: number;
1392
1473
  maxTokens: number;
1393
1474
  };
1475
+ readonly "us.anthropic.claude-fable-5": {
1476
+ id: string;
1477
+ name: string;
1478
+ api: "bedrock-converse-stream";
1479
+ provider: string;
1480
+ baseUrl: string;
1481
+ reasoning: true;
1482
+ thinkingType: "adaptive";
1483
+ thinkingLevelMap: {
1484
+ minimal: string;
1485
+ low: string;
1486
+ medium: string;
1487
+ high: string;
1488
+ xhigh: string;
1489
+ };
1490
+ input: ("image" | "text")[];
1491
+ cost: {
1492
+ input: number;
1493
+ output: number;
1494
+ cacheRead: number;
1495
+ cacheWrite: number;
1496
+ };
1497
+ contextWindow: number;
1498
+ maxTokens: number;
1499
+ };
1394
1500
  readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
1395
1501
  id: string;
1396
1502
  name: string;
@@ -1398,6 +1504,7 @@ export declare const MODELS: {
1398
1504
  provider: string;
1399
1505
  baseUrl: string;
1400
1506
  reasoning: true;
1507
+ thinkingType: "budget";
1401
1508
  input: ("image" | "text")[];
1402
1509
  cost: {
1403
1510
  input: number;
@@ -1415,6 +1522,7 @@ export declare const MODELS: {
1415
1522
  provider: string;
1416
1523
  baseUrl: string;
1417
1524
  reasoning: true;
1525
+ thinkingType: "budget";
1418
1526
  input: ("image" | "text")[];
1419
1527
  cost: {
1420
1528
  input: number;
@@ -1432,6 +1540,7 @@ export declare const MODELS: {
1432
1540
  provider: string;
1433
1541
  baseUrl: string;
1434
1542
  reasoning: true;
1543
+ thinkingType: "budget";
1435
1544
  input: ("image" | "text")[];
1436
1545
  cost: {
1437
1546
  input: number;
@@ -1449,6 +1558,7 @@ export declare const MODELS: {
1449
1558
  provider: string;
1450
1559
  baseUrl: string;
1451
1560
  reasoning: true;
1561
+ thinkingType: "adaptive";
1452
1562
  thinkingLevelMap: {
1453
1563
  xhigh: string;
1454
1564
  };
@@ -1469,6 +1579,7 @@ export declare const MODELS: {
1469
1579
  provider: string;
1470
1580
  baseUrl: string;
1471
1581
  reasoning: true;
1582
+ thinkingType: "adaptive";
1472
1583
  thinkingLevelMap: {
1473
1584
  xhigh: string;
1474
1585
  };
@@ -1489,6 +1600,7 @@ export declare const MODELS: {
1489
1600
  provider: string;
1490
1601
  baseUrl: string;
1491
1602
  reasoning: true;
1603
+ thinkingType: "adaptive";
1492
1604
  thinkingLevelMap: {
1493
1605
  minimal: string;
1494
1606
  low: string;
@@ -1513,6 +1625,7 @@ export declare const MODELS: {
1513
1625
  provider: string;
1514
1626
  baseUrl: string;
1515
1627
  reasoning: true;
1628
+ thinkingType: "budget";
1516
1629
  input: ("image" | "text")[];
1517
1630
  cost: {
1518
1631
  input: number;
@@ -1530,6 +1643,7 @@ export declare const MODELS: {
1530
1643
  provider: string;
1531
1644
  baseUrl: string;
1532
1645
  reasoning: true;
1646
+ thinkingType: "adaptive";
1533
1647
  input: ("image" | "text")[];
1534
1648
  cost: {
1535
1649
  input: number;
@@ -1719,6 +1833,7 @@ export declare const MODELS: {
1719
1833
  provider: string;
1720
1834
  baseUrl: string;
1721
1835
  reasoning: true;
1836
+ thinkingType: "budget";
1722
1837
  input: ("image" | "text")[];
1723
1838
  cost: {
1724
1839
  input: number;
@@ -1787,6 +1902,7 @@ export declare const MODELS: {
1787
1902
  provider: string;
1788
1903
  baseUrl: string;
1789
1904
  reasoning: true;
1905
+ thinkingType: "adaptive";
1790
1906
  thinkingLevelMap: {
1791
1907
  minimal: string;
1792
1908
  low: string;
@@ -1811,6 +1927,7 @@ export declare const MODELS: {
1811
1927
  provider: string;
1812
1928
  baseUrl: string;
1813
1929
  reasoning: true;
1930
+ thinkingType: "budget";
1814
1931
  input: ("image" | "text")[];
1815
1932
  cost: {
1816
1933
  input: number;
@@ -1828,6 +1945,7 @@ export declare const MODELS: {
1828
1945
  provider: string;
1829
1946
  baseUrl: string;
1830
1947
  reasoning: true;
1948
+ thinkingType: "budget";
1831
1949
  input: ("image" | "text")[];
1832
1950
  cost: {
1833
1951
  input: number;
@@ -1845,6 +1963,7 @@ export declare const MODELS: {
1845
1963
  provider: string;
1846
1964
  baseUrl: string;
1847
1965
  reasoning: true;
1966
+ thinkingType: "budget";
1848
1967
  input: ("image" | "text")[];
1849
1968
  cost: {
1850
1969
  input: number;
@@ -1862,6 +1981,7 @@ export declare const MODELS: {
1862
1981
  provider: string;
1863
1982
  baseUrl: string;
1864
1983
  reasoning: true;
1984
+ thinkingType: "budget";
1865
1985
  input: ("image" | "text")[];
1866
1986
  cost: {
1867
1987
  input: number;
@@ -1879,6 +1999,7 @@ export declare const MODELS: {
1879
1999
  provider: string;
1880
2000
  baseUrl: string;
1881
2001
  reasoning: true;
2002
+ thinkingType: "budget";
1882
2003
  input: ("image" | "text")[];
1883
2004
  cost: {
1884
2005
  input: number;
@@ -1896,6 +2017,7 @@ export declare const MODELS: {
1896
2017
  provider: string;
1897
2018
  baseUrl: string;
1898
2019
  reasoning: true;
2020
+ thinkingType: "budget";
1899
2021
  input: ("image" | "text")[];
1900
2022
  cost: {
1901
2023
  input: number;
@@ -1913,6 +2035,7 @@ export declare const MODELS: {
1913
2035
  provider: string;
1914
2036
  baseUrl: string;
1915
2037
  reasoning: true;
2038
+ thinkingType: "budget";
1916
2039
  input: ("image" | "text")[];
1917
2040
  cost: {
1918
2041
  input: number;
@@ -1930,6 +2053,7 @@ export declare const MODELS: {
1930
2053
  provider: string;
1931
2054
  baseUrl: string;
1932
2055
  reasoning: true;
2056
+ thinkingType: "budget";
1933
2057
  input: ("image" | "text")[];
1934
2058
  cost: {
1935
2059
  input: number;
@@ -1947,6 +2071,7 @@ export declare const MODELS: {
1947
2071
  provider: string;
1948
2072
  baseUrl: string;
1949
2073
  reasoning: true;
2074
+ thinkingType: "adaptive";
1950
2075
  thinkingLevelMap: {
1951
2076
  xhigh: string;
1952
2077
  };
@@ -1967,6 +2092,7 @@ export declare const MODELS: {
1967
2092
  provider: string;
1968
2093
  baseUrl: string;
1969
2094
  reasoning: true;
2095
+ thinkingType: "adaptive";
1970
2096
  thinkingLevelMap: {
1971
2097
  xhigh: string;
1972
2098
  };
@@ -1987,6 +2113,7 @@ export declare const MODELS: {
1987
2113
  provider: string;
1988
2114
  baseUrl: string;
1989
2115
  reasoning: true;
2116
+ thinkingType: "adaptive";
1990
2117
  thinkingLevelMap: {
1991
2118
  minimal: string;
1992
2119
  low: string;
@@ -2011,6 +2138,7 @@ export declare const MODELS: {
2011
2138
  provider: string;
2012
2139
  baseUrl: string;
2013
2140
  reasoning: true;
2141
+ thinkingType: "budget";
2014
2142
  input: ("image" | "text")[];
2015
2143
  cost: {
2016
2144
  input: number;
@@ -2028,6 +2156,7 @@ export declare const MODELS: {
2028
2156
  provider: string;
2029
2157
  baseUrl: string;
2030
2158
  reasoning: true;
2159
+ thinkingType: "budget";
2031
2160
  input: ("image" | "text")[];
2032
2161
  cost: {
2033
2162
  input: number;
@@ -2045,6 +2174,7 @@ export declare const MODELS: {
2045
2174
  provider: string;
2046
2175
  baseUrl: string;
2047
2176
  reasoning: true;
2177
+ thinkingType: "budget";
2048
2178
  input: ("image" | "text")[];
2049
2179
  cost: {
2050
2180
  input: number;
@@ -2062,6 +2192,7 @@ export declare const MODELS: {
2062
2192
  provider: string;
2063
2193
  baseUrl: string;
2064
2194
  reasoning: true;
2195
+ thinkingType: "budget";
2065
2196
  input: ("image" | "text")[];
2066
2197
  cost: {
2067
2198
  input: number;
@@ -2079,6 +2210,7 @@ export declare const MODELS: {
2079
2210
  provider: string;
2080
2211
  baseUrl: string;
2081
2212
  reasoning: true;
2213
+ thinkingType: "adaptive";
2082
2214
  input: ("image" | "text")[];
2083
2215
  cost: {
2084
2216
  input: number;
@@ -2945,6 +3077,30 @@ export declare const MODELS: {
2945
3077
  contextWindow: number;
2946
3078
  maxTokens: number;
2947
3079
  };
3080
+ readonly "claude-fable-5": {
3081
+ id: string;
3082
+ name: string;
3083
+ api: "anthropic-messages";
3084
+ provider: string;
3085
+ baseUrl: string;
3086
+ reasoning: true;
3087
+ thinkingLevelMap: {
3088
+ minimal: string;
3089
+ low: string;
3090
+ medium: string;
3091
+ high: string;
3092
+ xhigh: string;
3093
+ };
3094
+ input: ("image" | "text")[];
3095
+ cost: {
3096
+ input: number;
3097
+ output: number;
3098
+ cacheRead: number;
3099
+ cacheWrite: number;
3100
+ };
3101
+ contextWindow: number;
3102
+ maxTokens: number;
3103
+ };
2948
3104
  readonly "claude-haiku-4-5": {
2949
3105
  id: string;
2950
3106
  name: string;
@@ -5153,74 +5309,6 @@ export declare const MODELS: {
5153
5309
  };
5154
5310
  };
5155
5311
  readonly groq: {
5156
- readonly "deepseek-r1-distill-llama-70b": {
5157
- id: string;
5158
- name: string;
5159
- api: "openai-completions";
5160
- provider: string;
5161
- baseUrl: string;
5162
- reasoning: true;
5163
- input: "text"[];
5164
- cost: {
5165
- input: number;
5166
- output: number;
5167
- cacheRead: number;
5168
- cacheWrite: number;
5169
- };
5170
- contextWindow: number;
5171
- maxTokens: number;
5172
- };
5173
- readonly "gemma2-9b-it": {
5174
- id: string;
5175
- name: string;
5176
- api: "openai-completions";
5177
- provider: string;
5178
- baseUrl: string;
5179
- reasoning: false;
5180
- input: "text"[];
5181
- cost: {
5182
- input: number;
5183
- output: number;
5184
- cacheRead: number;
5185
- cacheWrite: number;
5186
- };
5187
- contextWindow: number;
5188
- maxTokens: number;
5189
- };
5190
- readonly "groq/compound": {
5191
- id: string;
5192
- name: string;
5193
- api: "openai-completions";
5194
- provider: string;
5195
- baseUrl: string;
5196
- reasoning: true;
5197
- input: "text"[];
5198
- cost: {
5199
- input: number;
5200
- output: number;
5201
- cacheRead: number;
5202
- cacheWrite: number;
5203
- };
5204
- contextWindow: number;
5205
- maxTokens: number;
5206
- };
5207
- readonly "groq/compound-mini": {
5208
- id: string;
5209
- name: string;
5210
- api: "openai-completions";
5211
- provider: string;
5212
- baseUrl: string;
5213
- reasoning: true;
5214
- input: "text"[];
5215
- cost: {
5216
- input: number;
5217
- output: number;
5218
- cacheRead: number;
5219
- cacheWrite: number;
5220
- };
5221
- contextWindow: number;
5222
- maxTokens: number;
5223
- };
5224
5312
  readonly "llama-3.1-8b-instant": {
5225
5313
  id: string;
5226
5314
  name: string;
@@ -5255,57 +5343,6 @@ export declare const MODELS: {
5255
5343
  contextWindow: number;
5256
5344
  maxTokens: number;
5257
5345
  };
5258
- readonly "llama3-70b-8192": {
5259
- id: string;
5260
- name: string;
5261
- api: "openai-completions";
5262
- provider: string;
5263
- baseUrl: string;
5264
- reasoning: false;
5265
- input: "text"[];
5266
- cost: {
5267
- input: number;
5268
- output: number;
5269
- cacheRead: number;
5270
- cacheWrite: number;
5271
- };
5272
- contextWindow: number;
5273
- maxTokens: number;
5274
- };
5275
- readonly "llama3-8b-8192": {
5276
- id: string;
5277
- name: string;
5278
- api: "openai-completions";
5279
- provider: string;
5280
- baseUrl: string;
5281
- reasoning: false;
5282
- input: "text"[];
5283
- cost: {
5284
- input: number;
5285
- output: number;
5286
- cacheRead: number;
5287
- cacheWrite: number;
5288
- };
5289
- contextWindow: number;
5290
- maxTokens: number;
5291
- };
5292
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
5293
- id: string;
5294
- name: string;
5295
- api: "openai-completions";
5296
- provider: string;
5297
- baseUrl: string;
5298
- reasoning: false;
5299
- input: ("image" | "text")[];
5300
- cost: {
5301
- input: number;
5302
- output: number;
5303
- cacheRead: number;
5304
- cacheWrite: number;
5305
- };
5306
- contextWindow: number;
5307
- maxTokens: number;
5308
- };
5309
5346
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
5310
5347
  id: string;
5311
5348
  name: string;
@@ -5323,57 +5360,6 @@ export declare const MODELS: {
5323
5360
  contextWindow: number;
5324
5361
  maxTokens: number;
5325
5362
  };
5326
- readonly "mistral-saba-24b": {
5327
- id: string;
5328
- name: string;
5329
- api: "openai-completions";
5330
- provider: string;
5331
- baseUrl: string;
5332
- reasoning: false;
5333
- input: "text"[];
5334
- cost: {
5335
- input: number;
5336
- output: number;
5337
- cacheRead: number;
5338
- cacheWrite: number;
5339
- };
5340
- contextWindow: number;
5341
- maxTokens: number;
5342
- };
5343
- readonly "moonshotai/kimi-k2-instruct": {
5344
- id: string;
5345
- name: string;
5346
- api: "openai-completions";
5347
- provider: string;
5348
- baseUrl: string;
5349
- reasoning: false;
5350
- input: "text"[];
5351
- cost: {
5352
- input: number;
5353
- output: number;
5354
- cacheRead: number;
5355
- cacheWrite: number;
5356
- };
5357
- contextWindow: number;
5358
- maxTokens: number;
5359
- };
5360
- readonly "moonshotai/kimi-k2-instruct-0905": {
5361
- id: string;
5362
- name: string;
5363
- api: "openai-completions";
5364
- provider: string;
5365
- baseUrl: string;
5366
- reasoning: false;
5367
- input: "text"[];
5368
- cost: {
5369
- input: number;
5370
- output: number;
5371
- cacheRead: number;
5372
- cacheWrite: number;
5373
- };
5374
- contextWindow: number;
5375
- maxTokens: number;
5376
- };
5377
5363
  readonly "openai/gpt-oss-120b": {
5378
5364
  id: string;
5379
5365
  name: string;
@@ -5425,23 +5411,6 @@ export declare const MODELS: {
5425
5411
  contextWindow: number;
5426
5412
  maxTokens: number;
5427
5413
  };
5428
- readonly "qwen-qwq-32b": {
5429
- id: string;
5430
- name: string;
5431
- api: "openai-completions";
5432
- provider: string;
5433
- baseUrl: string;
5434
- reasoning: true;
5435
- input: "text"[];
5436
- cost: {
5437
- input: number;
5438
- output: number;
5439
- cacheRead: number;
5440
- cacheWrite: number;
5441
- };
5442
- contextWindow: number;
5443
- maxTokens: number;
5444
- };
5445
5414
  readonly "qwen/qwen3-32b": {
5446
5415
  id: string;
5447
5416
  name: string;
@@ -7845,6 +7814,30 @@ export declare const MODELS: {
7845
7814
  contextWindow: number;
7846
7815
  maxTokens: number;
7847
7816
  };
7817
+ readonly "claude-fable-5": {
7818
+ id: string;
7819
+ name: string;
7820
+ api: "anthropic-messages";
7821
+ provider: string;
7822
+ baseUrl: string;
7823
+ reasoning: true;
7824
+ thinkingLevelMap: {
7825
+ minimal: string;
7826
+ low: string;
7827
+ medium: string;
7828
+ high: string;
7829
+ xhigh: string;
7830
+ };
7831
+ input: ("image" | "text")[];
7832
+ cost: {
7833
+ input: number;
7834
+ output: number;
7835
+ cacheRead: number;
7836
+ cacheWrite: number;
7837
+ };
7838
+ contextWindow: number;
7839
+ maxTokens: number;
7840
+ };
7848
7841
  readonly "claude-haiku-4-5": {
7849
7842
  id: string;
7850
7843
  name: string;
@@ -8067,6 +8060,34 @@ export declare const MODELS: {
8067
8060
  contextWindow: number;
8068
8061
  maxTokens: number;
8069
8062
  };
8063
+ readonly "deepseek-v4-pro": {
8064
+ id: string;
8065
+ name: string;
8066
+ api: "openai-completions";
8067
+ provider: string;
8068
+ baseUrl: string;
8069
+ compat: {
8070
+ requiresReasoningContentOnAssistantMessages: true;
8071
+ thinkingFormat: "deepseek";
8072
+ };
8073
+ reasoning: true;
8074
+ thinkingLevelMap: {
8075
+ minimal: null;
8076
+ low: null;
8077
+ medium: null;
8078
+ high: string;
8079
+ xhigh: string;
8080
+ };
8081
+ input: "text"[];
8082
+ cost: {
8083
+ input: number;
8084
+ output: number;
8085
+ cacheRead: number;
8086
+ cacheWrite: number;
8087
+ };
8088
+ contextWindow: number;
8089
+ maxTokens: number;
8090
+ };
8070
8091
  readonly "gemini-3-flash": {
8071
8092
  id: string;
8072
8093
  name: string;
@@ -12864,23 +12885,6 @@ export declare const MODELS: {
12864
12885
  contextWindow: number;
12865
12886
  maxTokens: number;
12866
12887
  };
12867
- readonly "z-ai/glm-4-32b": {
12868
- id: string;
12869
- name: string;
12870
- api: "openai-completions";
12871
- provider: string;
12872
- baseUrl: string;
12873
- reasoning: false;
12874
- input: "text"[];
12875
- cost: {
12876
- input: number;
12877
- output: number;
12878
- cacheRead: number;
12879
- cacheWrite: number;
12880
- };
12881
- contextWindow: number;
12882
- maxTokens: number;
12883
- };
12884
12888
  readonly "z-ai/glm-4.5": {
12885
12889
  id: string;
12886
12890
  name: string;
@@ -12915,23 +12919,6 @@ export declare const MODELS: {
12915
12919
  contextWindow: number;
12916
12920
  maxTokens: number;
12917
12921
  };
12918
- readonly "z-ai/glm-4.5-air:free": {
12919
- id: string;
12920
- name: string;
12921
- api: "openai-completions";
12922
- provider: string;
12923
- baseUrl: string;
12924
- reasoning: true;
12925
- input: "text"[];
12926
- cost: {
12927
- input: number;
12928
- output: number;
12929
- cacheRead: number;
12930
- cacheWrite: number;
12931
- };
12932
- contextWindow: number;
12933
- maxTokens: number;
12934
- };
12935
12922
  readonly "z-ai/glm-4.5v": {
12936
12923
  id: string;
12937
12924
  name: string;
@@ -13068,13 +13055,20 @@ export declare const MODELS: {
13068
13055
  contextWindow: number;
13069
13056
  maxTokens: number;
13070
13057
  };
13071
- readonly "z-ai/glm-5v-turbo": {
13058
+ readonly "~anthropic/claude-fable-latest": {
13072
13059
  id: string;
13073
13060
  name: string;
13074
13061
  api: "openai-completions";
13075
13062
  provider: string;
13076
13063
  baseUrl: string;
13077
13064
  reasoning: true;
13065
+ thinkingLevelMap: {
13066
+ minimal: string;
13067
+ low: string;
13068
+ medium: string;
13069
+ high: string;
13070
+ xhigh: string;
13071
+ };
13078
13072
  input: ("image" | "text")[];
13079
13073
  cost: {
13080
13074
  input: number;
@@ -16764,6 +16758,23 @@ export declare const MODELS: {
16764
16758
  contextWindow: number;
16765
16759
  maxTokens: number;
16766
16760
  };
16761
+ readonly "mimo-v2.5-pro-ultraspeed": {
16762
+ id: string;
16763
+ name: string;
16764
+ api: "anthropic-messages";
16765
+ provider: string;
16766
+ baseUrl: string;
16767
+ reasoning: true;
16768
+ input: "text"[];
16769
+ cost: {
16770
+ input: number;
16771
+ output: number;
16772
+ cacheRead: number;
16773
+ cacheWrite: number;
16774
+ };
16775
+ contextWindow: number;
16776
+ maxTokens: number;
16777
+ };
16767
16778
  };
16768
16779
  readonly "xiaomi-token-plan-ams": {
16769
16780
  readonly "mimo-v2.5": {
@@ -16800,6 +16811,23 @@ export declare const MODELS: {
16800
16811
  contextWindow: number;
16801
16812
  maxTokens: number;
16802
16813
  };
16814
+ readonly "mimo-v2.5-pro-ultraspeed": {
16815
+ id: string;
16816
+ name: string;
16817
+ api: "anthropic-messages";
16818
+ provider: string;
16819
+ baseUrl: string;
16820
+ reasoning: true;
16821
+ input: "text"[];
16822
+ cost: {
16823
+ input: number;
16824
+ output: number;
16825
+ cacheRead: number;
16826
+ cacheWrite: number;
16827
+ };
16828
+ contextWindow: number;
16829
+ maxTokens: number;
16830
+ };
16803
16831
  };
16804
16832
  readonly "xiaomi-token-plan-cn": {
16805
16833
  readonly "mimo-v2.5": {
@@ -16836,6 +16864,23 @@ export declare const MODELS: {
16836
16864
  contextWindow: number;
16837
16865
  maxTokens: number;
16838
16866
  };
16867
+ readonly "mimo-v2.5-pro-ultraspeed": {
16868
+ id: string;
16869
+ name: string;
16870
+ api: "anthropic-messages";
16871
+ provider: string;
16872
+ baseUrl: string;
16873
+ reasoning: true;
16874
+ input: "text"[];
16875
+ cost: {
16876
+ input: number;
16877
+ output: number;
16878
+ cacheRead: number;
16879
+ cacheWrite: number;
16880
+ };
16881
+ contextWindow: number;
16882
+ maxTokens: number;
16883
+ };
16839
16884
  };
16840
16885
  readonly "xiaomi-token-plan-sgp": {
16841
16886
  readonly "mimo-v2.5": {
@@ -16872,6 +16917,23 @@ export declare const MODELS: {
16872
16917
  contextWindow: number;
16873
16918
  maxTokens: number;
16874
16919
  };
16920
+ readonly "mimo-v2.5-pro-ultraspeed": {
16921
+ id: string;
16922
+ name: string;
16923
+ api: "anthropic-messages";
16924
+ provider: string;
16925
+ baseUrl: string;
16926
+ reasoning: true;
16927
+ input: "text"[];
16928
+ cost: {
16929
+ input: number;
16930
+ output: number;
16931
+ cacheRead: number;
16932
+ cacheWrite: number;
16933
+ };
16934
+ contextWindow: number;
16935
+ maxTokens: number;
16936
+ };
16875
16937
  };
16876
16938
  readonly zai: {
16877
16939
  readonly "glm-4.5-air": {