@elyracode/ai 0.9.12 → 0.9.13

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,31 @@ 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
+ thinkingType: "adaptive";
79
+ thinkingLevelMap: {
80
+ minimal: string;
81
+ low: string;
82
+ medium: string;
83
+ high: string;
84
+ xhigh: string;
85
+ };
86
+ input: ("image" | "text")[];
87
+ cost: {
88
+ input: number;
89
+ output: number;
90
+ cacheRead: number;
91
+ cacheWrite: number;
92
+ };
93
+ contextWindow: number;
94
+ maxTokens: number;
95
+ };
71
96
  readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
72
97
  id: string;
73
98
  name: string;
@@ -810,6 +835,24 @@ export declare const MODELS: {
810
835
  contextWindow: number;
811
836
  maxTokens: number;
812
837
  };
838
+ readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
839
+ id: string;
840
+ name: string;
841
+ api: "bedrock-converse-stream";
842
+ provider: string;
843
+ baseUrl: string;
844
+ reasoning: true;
845
+ thinkingType: "budget";
846
+ input: ("image" | "text")[];
847
+ cost: {
848
+ input: number;
849
+ output: number;
850
+ cacheRead: number;
851
+ cacheWrite: number;
852
+ };
853
+ contextWindow: number;
854
+ maxTokens: number;
855
+ };
813
856
  readonly "jp.anthropic.claude-opus-4-7": {
814
857
  id: string;
815
858
  name: string;
@@ -1917,109 +1960,6 @@ export declare const MODELS: {
1917
1960
  };
1918
1961
  };
1919
1962
  readonly anthropic: {
1920
- readonly "claude-3-5-sonnet-20240620": {
1921
- id: string;
1922
- name: string;
1923
- api: "anthropic-messages";
1924
- provider: string;
1925
- baseUrl: string;
1926
- reasoning: false;
1927
- input: ("image" | "text")[];
1928
- cost: {
1929
- input: number;
1930
- output: number;
1931
- cacheRead: number;
1932
- cacheWrite: number;
1933
- };
1934
- contextWindow: number;
1935
- maxTokens: number;
1936
- };
1937
- readonly "claude-3-5-sonnet-20241022": {
1938
- id: string;
1939
- name: string;
1940
- api: "anthropic-messages";
1941
- provider: string;
1942
- baseUrl: string;
1943
- reasoning: false;
1944
- input: ("image" | "text")[];
1945
- cost: {
1946
- input: number;
1947
- output: number;
1948
- cacheRead: number;
1949
- cacheWrite: number;
1950
- };
1951
- contextWindow: number;
1952
- maxTokens: number;
1953
- };
1954
- readonly "claude-3-7-sonnet-20250219": {
1955
- id: string;
1956
- name: string;
1957
- api: "anthropic-messages";
1958
- provider: string;
1959
- baseUrl: string;
1960
- reasoning: true;
1961
- thinkingType: "budget";
1962
- input: ("image" | "text")[];
1963
- cost: {
1964
- input: number;
1965
- output: number;
1966
- cacheRead: number;
1967
- cacheWrite: number;
1968
- };
1969
- contextWindow: number;
1970
- maxTokens: number;
1971
- };
1972
- readonly "claude-3-haiku-20240307": {
1973
- id: string;
1974
- name: string;
1975
- api: "anthropic-messages";
1976
- provider: string;
1977
- baseUrl: string;
1978
- reasoning: false;
1979
- input: ("image" | "text")[];
1980
- cost: {
1981
- input: number;
1982
- output: number;
1983
- cacheRead: number;
1984
- cacheWrite: number;
1985
- };
1986
- contextWindow: number;
1987
- maxTokens: number;
1988
- };
1989
- readonly "claude-3-opus-20240229": {
1990
- id: string;
1991
- name: string;
1992
- api: "anthropic-messages";
1993
- provider: string;
1994
- baseUrl: string;
1995
- reasoning: false;
1996
- input: ("image" | "text")[];
1997
- cost: {
1998
- input: number;
1999
- output: number;
2000
- cacheRead: number;
2001
- cacheWrite: number;
2002
- };
2003
- contextWindow: number;
2004
- maxTokens: number;
2005
- };
2006
- readonly "claude-3-sonnet-20240229": {
2007
- id: string;
2008
- name: string;
2009
- api: "anthropic-messages";
2010
- provider: string;
2011
- baseUrl: string;
2012
- reasoning: false;
2013
- input: ("image" | "text")[];
2014
- cost: {
2015
- input: number;
2016
- output: number;
2017
- cacheRead: number;
2018
- cacheWrite: number;
2019
- };
2020
- contextWindow: number;
2021
- maxTokens: number;
2022
- };
2023
1963
  readonly "claude-fable-5": {
2024
1964
  id: string;
2025
1965
  name: string;
@@ -2081,24 +2021,6 @@ export declare const MODELS: {
2081
2021
  contextWindow: number;
2082
2022
  maxTokens: number;
2083
2023
  };
2084
- readonly "claude-opus-4-0": {
2085
- id: string;
2086
- name: string;
2087
- api: "anthropic-messages";
2088
- provider: string;
2089
- baseUrl: string;
2090
- reasoning: true;
2091
- thinkingType: "budget";
2092
- input: ("image" | "text")[];
2093
- cost: {
2094
- input: number;
2095
- output: number;
2096
- cacheRead: number;
2097
- cacheWrite: number;
2098
- };
2099
- contextWindow: number;
2100
- maxTokens: number;
2101
- };
2102
2024
  readonly "claude-opus-4-1": {
2103
2025
  id: string;
2104
2026
  name: string;
@@ -2135,24 +2057,6 @@ export declare const MODELS: {
2135
2057
  contextWindow: number;
2136
2058
  maxTokens: number;
2137
2059
  };
2138
- readonly "claude-opus-4-20250514": {
2139
- id: string;
2140
- name: string;
2141
- api: "anthropic-messages";
2142
- provider: string;
2143
- baseUrl: string;
2144
- reasoning: true;
2145
- thinkingType: "budget";
2146
- input: ("image" | "text")[];
2147
- cost: {
2148
- input: number;
2149
- output: number;
2150
- cacheRead: number;
2151
- cacheWrite: number;
2152
- };
2153
- contextWindow: number;
2154
- maxTokens: number;
2155
- };
2156
2060
  readonly "claude-opus-4-5": {
2157
2061
  id: string;
2158
2062
  name: string;
@@ -2256,42 +2160,6 @@ export declare const MODELS: {
2256
2160
  contextWindow: number;
2257
2161
  maxTokens: number;
2258
2162
  };
2259
- readonly "claude-sonnet-4-0": {
2260
- id: string;
2261
- name: string;
2262
- api: "anthropic-messages";
2263
- provider: string;
2264
- baseUrl: string;
2265
- reasoning: true;
2266
- thinkingType: "budget";
2267
- input: ("image" | "text")[];
2268
- cost: {
2269
- input: number;
2270
- output: number;
2271
- cacheRead: number;
2272
- cacheWrite: number;
2273
- };
2274
- contextWindow: number;
2275
- maxTokens: number;
2276
- };
2277
- readonly "claude-sonnet-4-20250514": {
2278
- id: string;
2279
- name: string;
2280
- api: "anthropic-messages";
2281
- provider: string;
2282
- baseUrl: string;
2283
- reasoning: true;
2284
- thinkingType: "budget";
2285
- input: ("image" | "text")[];
2286
- cost: {
2287
- input: number;
2288
- output: number;
2289
- cacheRead: number;
2290
- cacheWrite: number;
2291
- };
2292
- contextWindow: number;
2293
- maxTokens: number;
2294
- };
2295
2163
  readonly "claude-sonnet-4-5": {
2296
2164
  id: string;
2297
2165
  name: string;
@@ -3099,6 +2967,23 @@ export declare const MODELS: {
3099
2967
  };
3100
2968
  };
3101
2969
  readonly cerebras: {
2970
+ readonly "gemma-4-31b": {
2971
+ id: string;
2972
+ name: string;
2973
+ api: "openai-completions";
2974
+ provider: string;
2975
+ baseUrl: string;
2976
+ reasoning: true;
2977
+ input: ("image" | "text")[];
2978
+ cost: {
2979
+ input: number;
2980
+ output: number;
2981
+ cacheRead: number;
2982
+ cacheWrite: number;
2983
+ };
2984
+ contextWindow: number;
2985
+ maxTokens: number;
2986
+ };
3102
2987
  readonly "gpt-oss-120b": {
3103
2988
  id: string;
3104
2989
  name: string;
@@ -3410,6 +3295,23 @@ export declare const MODELS: {
3410
3295
  contextWindow: number;
3411
3296
  maxTokens: number;
3412
3297
  };
3298
+ readonly "claude-sonnet-5": {
3299
+ id: string;
3300
+ name: string;
3301
+ api: "anthropic-messages";
3302
+ provider: string;
3303
+ baseUrl: string;
3304
+ reasoning: true;
3305
+ input: ("image" | "text")[];
3306
+ cost: {
3307
+ input: number;
3308
+ output: number;
3309
+ cacheRead: number;
3310
+ cacheWrite: number;
3311
+ };
3312
+ contextWindow: number;
3313
+ maxTokens: number;
3314
+ };
3413
3315
  readonly "gpt-4": {
3414
3316
  id: string;
3415
3317
  name: string;
@@ -4608,6 +4510,34 @@ export declare const MODELS: {
4608
4510
  contextWindow: number;
4609
4511
  maxTokens: number;
4610
4512
  };
4513
+ readonly "claude-sonnet-5": {
4514
+ id: string;
4515
+ name: string;
4516
+ api: "openai-completions";
4517
+ provider: string;
4518
+ baseUrl: string;
4519
+ headers: {
4520
+ "User-Agent": string;
4521
+ "Editor-Version": string;
4522
+ "Editor-Plugin-Version": string;
4523
+ "Copilot-Integration-Id": string;
4524
+ };
4525
+ compat: {
4526
+ supportsStore: false;
4527
+ supportsDeveloperRole: false;
4528
+ supportsReasoningEffort: false;
4529
+ };
4530
+ reasoning: true;
4531
+ input: ("image" | "text")[];
4532
+ cost: {
4533
+ input: number;
4534
+ output: number;
4535
+ cacheRead: number;
4536
+ cacheWrite: number;
4537
+ };
4538
+ contextWindow: number;
4539
+ maxTokens: number;
4540
+ };
4611
4541
  readonly "gemini-2.5-pro": {
4612
4542
  id: string;
4613
4543
  name: string;
@@ -4963,6 +4893,62 @@ export declare const MODELS: {
4963
4893
  contextWindow: number;
4964
4894
  maxTokens: number;
4965
4895
  };
4896
+ readonly "kimi-k2.7-code": {
4897
+ id: string;
4898
+ name: string;
4899
+ api: "openai-completions";
4900
+ provider: string;
4901
+ baseUrl: string;
4902
+ headers: {
4903
+ "User-Agent": string;
4904
+ "Editor-Version": string;
4905
+ "Editor-Plugin-Version": string;
4906
+ "Copilot-Integration-Id": string;
4907
+ };
4908
+ compat: {
4909
+ supportsStore: false;
4910
+ supportsDeveloperRole: false;
4911
+ supportsReasoningEffort: false;
4912
+ };
4913
+ reasoning: true;
4914
+ input: ("image" | "text")[];
4915
+ cost: {
4916
+ input: number;
4917
+ output: number;
4918
+ cacheRead: number;
4919
+ cacheWrite: number;
4920
+ };
4921
+ contextWindow: number;
4922
+ maxTokens: number;
4923
+ };
4924
+ readonly "mai-code-1-flash-picker": {
4925
+ id: string;
4926
+ name: string;
4927
+ api: "openai-completions";
4928
+ provider: string;
4929
+ baseUrl: string;
4930
+ headers: {
4931
+ "User-Agent": string;
4932
+ "Editor-Version": string;
4933
+ "Editor-Plugin-Version": string;
4934
+ "Copilot-Integration-Id": string;
4935
+ };
4936
+ compat: {
4937
+ supportsStore: false;
4938
+ supportsDeveloperRole: false;
4939
+ supportsReasoningEffort: false;
4940
+ };
4941
+ reasoning: true;
4942
+ input: "text"[];
4943
+ cost: {
4944
+ input: number;
4945
+ output: number;
4946
+ cacheRead: number;
4947
+ cacheWrite: number;
4948
+ };
4949
+ contextWindow: number;
4950
+ maxTokens: number;
4951
+ };
4966
4952
  };
4967
4953
  readonly google: {
4968
4954
  readonly "gemini-2.0-flash": {
@@ -6380,6 +6366,26 @@ export declare const MODELS: {
6380
6366
  contextWindow: number;
6381
6367
  maxTokens: number;
6382
6368
  };
6369
+ readonly "openai/gpt-oss-20b": {
6370
+ id: string;
6371
+ name: string;
6372
+ api: "openai-completions";
6373
+ provider: string;
6374
+ baseUrl: string;
6375
+ compat: {
6376
+ supportsDeveloperRole: false;
6377
+ };
6378
+ reasoning: true;
6379
+ input: "text"[];
6380
+ cost: {
6381
+ input: number;
6382
+ output: number;
6383
+ cacheRead: number;
6384
+ cacheWrite: number;
6385
+ };
6386
+ contextWindow: number;
6387
+ maxTokens: number;
6388
+ };
6383
6389
  readonly "stepfun-ai/Step-3.5-Flash": {
6384
6390
  id: string;
6385
6391
  name: string;
@@ -7099,7 +7105,7 @@ export declare const MODELS: {
7099
7105
  api: "mistral-conversations";
7100
7106
  provider: string;
7101
7107
  baseUrl: string;
7102
- reasoning: false;
7108
+ reasoning: true;
7103
7109
  input: ("image" | "text")[];
7104
7110
  cost: {
7105
7111
  input: number;
@@ -8674,6 +8680,30 @@ export declare const MODELS: {
8674
8680
  contextWindow: number;
8675
8681
  maxTokens: number;
8676
8682
  };
8683
+ readonly "claude-fable-5": {
8684
+ id: string;
8685
+ name: string;
8686
+ api: "anthropic-messages";
8687
+ provider: string;
8688
+ baseUrl: string;
8689
+ reasoning: true;
8690
+ thinkingLevelMap: {
8691
+ minimal: string;
8692
+ low: string;
8693
+ medium: string;
8694
+ high: string;
8695
+ xhigh: string;
8696
+ };
8697
+ input: ("image" | "text")[];
8698
+ cost: {
8699
+ input: number;
8700
+ output: number;
8701
+ cacheRead: number;
8702
+ cacheWrite: number;
8703
+ };
8704
+ contextWindow: number;
8705
+ maxTokens: number;
8706
+ };
8677
8707
  readonly "claude-haiku-4-5": {
8678
8708
  id: string;
8679
8709
  name: string;
@@ -8840,6 +8870,23 @@ export declare const MODELS: {
8840
8870
  contextWindow: number;
8841
8871
  maxTokens: number;
8842
8872
  };
8873
+ readonly "claude-sonnet-5": {
8874
+ id: string;
8875
+ name: string;
8876
+ api: "anthropic-messages";
8877
+ provider: string;
8878
+ baseUrl: string;
8879
+ reasoning: true;
8880
+ input: ("image" | "text")[];
8881
+ cost: {
8882
+ input: number;
8883
+ output: number;
8884
+ cacheRead: number;
8885
+ cacheWrite: number;
8886
+ };
8887
+ contextWindow: number;
8888
+ maxTokens: number;
8889
+ };
8843
8890
  readonly "deepseek-v4-flash": {
8844
8891
  id: string;
8845
8892
  name: string;
@@ -9385,6 +9432,23 @@ export declare const MODELS: {
9385
9432
  contextWindow: number;
9386
9433
  maxTokens: number;
9387
9434
  };
9435
+ readonly "hy3-free": {
9436
+ id: string;
9437
+ name: string;
9438
+ api: "openai-completions";
9439
+ provider: string;
9440
+ baseUrl: string;
9441
+ reasoning: true;
9442
+ input: "text"[];
9443
+ cost: {
9444
+ input: number;
9445
+ output: number;
9446
+ cacheRead: number;
9447
+ cacheWrite: number;
9448
+ };
9449
+ contextWindow: number;
9450
+ maxTokens: number;
9451
+ };
9388
9452
  readonly "kimi-k2.5": {
9389
9453
  id: string;
9390
9454
  name: string;
@@ -9419,6 +9483,23 @@ export declare const MODELS: {
9419
9483
  contextWindow: number;
9420
9484
  maxTokens: number;
9421
9485
  };
9486
+ readonly "kimi-k2.7-code": {
9487
+ id: string;
9488
+ name: string;
9489
+ api: "openai-completions";
9490
+ provider: string;
9491
+ baseUrl: string;
9492
+ reasoning: true;
9493
+ input: ("image" | "text")[];
9494
+ cost: {
9495
+ input: number;
9496
+ output: number;
9497
+ cacheRead: number;
9498
+ cacheWrite: number;
9499
+ };
9500
+ contextWindow: number;
9501
+ maxTokens: number;
9502
+ };
9422
9503
  readonly "mimo-v2.5-free": {
9423
9504
  id: string;
9424
9505
  name: string;
@@ -9470,6 +9551,23 @@ export declare const MODELS: {
9470
9551
  contextWindow: number;
9471
9552
  maxTokens: number;
9472
9553
  };
9554
+ readonly "minimax-m3": {
9555
+ id: string;
9556
+ name: string;
9557
+ api: "openai-completions";
9558
+ provider: string;
9559
+ baseUrl: string;
9560
+ reasoning: true;
9561
+ input: ("image" | "text")[];
9562
+ cost: {
9563
+ input: number;
9564
+ output: number;
9565
+ cacheRead: number;
9566
+ cacheWrite: number;
9567
+ };
9568
+ contextWindow: number;
9569
+ maxTokens: number;
9570
+ };
9473
9571
  readonly "nemotron-3-ultra-free": {
9474
9572
  id: string;
9475
9573
  name: string;
@@ -9805,6 +9903,57 @@ export declare const MODELS: {
9805
9903
  contextWindow: number;
9806
9904
  maxTokens: number;
9807
9905
  };
9906
+ readonly "aion-labs/aion-2.0": {
9907
+ id: string;
9908
+ name: string;
9909
+ api: "openai-completions";
9910
+ provider: string;
9911
+ baseUrl: string;
9912
+ reasoning: true;
9913
+ input: "text"[];
9914
+ cost: {
9915
+ input: number;
9916
+ output: number;
9917
+ cacheRead: number;
9918
+ cacheWrite: number;
9919
+ };
9920
+ contextWindow: number;
9921
+ maxTokens: number;
9922
+ };
9923
+ readonly "aion-labs/aion-3.0": {
9924
+ id: string;
9925
+ name: string;
9926
+ api: "openai-completions";
9927
+ provider: string;
9928
+ baseUrl: string;
9929
+ reasoning: true;
9930
+ input: "text"[];
9931
+ cost: {
9932
+ input: number;
9933
+ output: number;
9934
+ cacheRead: number;
9935
+ cacheWrite: number;
9936
+ };
9937
+ contextWindow: number;
9938
+ maxTokens: number;
9939
+ };
9940
+ readonly "aion-labs/aion-3.0-mini": {
9941
+ id: string;
9942
+ name: string;
9943
+ api: "openai-completions";
9944
+ provider: string;
9945
+ baseUrl: string;
9946
+ reasoning: true;
9947
+ input: "text"[];
9948
+ cost: {
9949
+ input: number;
9950
+ output: number;
9951
+ cacheRead: number;
9952
+ cacheWrite: number;
9953
+ };
9954
+ contextWindow: number;
9955
+ maxTokens: number;
9956
+ };
9808
9957
  readonly "amazon/nova-2-lite-v1": {
9809
9958
  id: string;
9810
9959
  name: string;
@@ -11591,6 +11740,40 @@ export declare const MODELS: {
11591
11740
  contextWindow: number;
11592
11741
  maxTokens: number;
11593
11742
  };
11743
+ readonly "nex-agi/nex-n2-mini": {
11744
+ id: string;
11745
+ name: string;
11746
+ api: "openai-completions";
11747
+ provider: string;
11748
+ baseUrl: string;
11749
+ reasoning: true;
11750
+ input: ("image" | "text")[];
11751
+ cost: {
11752
+ input: number;
11753
+ output: number;
11754
+ cacheRead: number;
11755
+ cacheWrite: number;
11756
+ };
11757
+ contextWindow: number;
11758
+ maxTokens: number;
11759
+ };
11760
+ readonly "nex-agi/nex-n2-pro": {
11761
+ id: string;
11762
+ name: string;
11763
+ api: "openai-completions";
11764
+ provider: string;
11765
+ baseUrl: string;
11766
+ reasoning: true;
11767
+ input: ("image" | "text")[];
11768
+ cost: {
11769
+ input: number;
11770
+ output: number;
11771
+ cacheRead: number;
11772
+ cacheWrite: number;
11773
+ };
11774
+ contextWindow: number;
11775
+ maxTokens: number;
11776
+ };
11594
11777
  readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
11595
11778
  id: string;
11596
11779
  name: string;
@@ -12681,6 +12864,40 @@ export declare const MODELS: {
12681
12864
  contextWindow: number;
12682
12865
  maxTokens: number;
12683
12866
  };
12867
+ readonly "poolside/laguna-xs-2.1": {
12868
+ id: string;
12869
+ name: string;
12870
+ api: "openai-completions";
12871
+ provider: string;
12872
+ baseUrl: string;
12873
+ reasoning: true;
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
+ readonly "poolside/laguna-xs-2.1:free": {
12885
+ id: string;
12886
+ name: string;
12887
+ api: "openai-completions";
12888
+ provider: string;
12889
+ baseUrl: string;
12890
+ reasoning: true;
12891
+ input: "text"[];
12892
+ cost: {
12893
+ input: number;
12894
+ output: number;
12895
+ cacheRead: number;
12896
+ cacheWrite: number;
12897
+ };
12898
+ contextWindow: number;
12899
+ maxTokens: number;
12900
+ };
12684
12901
  readonly "poolside/laguna-xs.2": {
12685
12902
  id: string;
12686
12903
  name: string;
@@ -13616,6 +13833,40 @@ export declare const MODELS: {
13616
13833
  contextWindow: number;
13617
13834
  maxTokens: number;
13618
13835
  };
13836
+ readonly "tencent/hy3": {
13837
+ id: string;
13838
+ name: string;
13839
+ api: "openai-completions";
13840
+ provider: string;
13841
+ baseUrl: string;
13842
+ reasoning: true;
13843
+ input: "text"[];
13844
+ cost: {
13845
+ input: number;
13846
+ output: number;
13847
+ cacheRead: number;
13848
+ cacheWrite: number;
13849
+ };
13850
+ contextWindow: number;
13851
+ maxTokens: number;
13852
+ };
13853
+ readonly "tencent/hy3:free": {
13854
+ id: string;
13855
+ name: string;
13856
+ api: "openai-completions";
13857
+ provider: string;
13858
+ baseUrl: string;
13859
+ reasoning: true;
13860
+ input: "text"[];
13861
+ cost: {
13862
+ input: number;
13863
+ output: number;
13864
+ cacheRead: number;
13865
+ cacheWrite: number;
13866
+ };
13867
+ contextWindow: number;
13868
+ maxTokens: number;
13869
+ };
13619
13870
  readonly "thedrummer/unslopnemo-12b": {
13620
13871
  id: string;
13621
13872
  name: string;
@@ -14099,6 +14350,23 @@ export declare const MODELS: {
14099
14350
  contextWindow: number;
14100
14351
  maxTokens: number;
14101
14352
  };
14353
+ readonly "~x-ai/grok-latest": {
14354
+ id: string;
14355
+ name: string;
14356
+ api: "openai-completions";
14357
+ provider: string;
14358
+ baseUrl: string;
14359
+ reasoning: true;
14360
+ input: ("image" | "text")[];
14361
+ cost: {
14362
+ input: number;
14363
+ output: number;
14364
+ cacheRead: number;
14365
+ cacheWrite: number;
14366
+ };
14367
+ contextWindow: number;
14368
+ maxTokens: number;
14369
+ };
14102
14370
  };
14103
14371
  readonly together: {
14104
14372
  readonly "MiniMaxAI/MiniMax-M2.7": {
@@ -15186,6 +15454,30 @@ export declare const MODELS: {
15186
15454
  contextWindow: number;
15187
15455
  maxTokens: number;
15188
15456
  };
15457
+ readonly "anthropic/claude-fable-5": {
15458
+ id: string;
15459
+ name: string;
15460
+ api: "anthropic-messages";
15461
+ provider: string;
15462
+ baseUrl: string;
15463
+ reasoning: true;
15464
+ thinkingLevelMap: {
15465
+ minimal: string;
15466
+ low: string;
15467
+ medium: string;
15468
+ high: string;
15469
+ xhigh: string;
15470
+ };
15471
+ input: ("image" | "text")[];
15472
+ cost: {
15473
+ input: number;
15474
+ output: number;
15475
+ cacheRead: number;
15476
+ cacheWrite: number;
15477
+ };
15478
+ contextWindow: number;
15479
+ maxTokens: number;
15480
+ };
15189
15481
  readonly "anthropic/claude-haiku-4.5": {
15190
15482
  id: string;
15191
15483
  name: string;