@eminent337/aery-ai 0.67.129 → 0.74.2

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.
@@ -51,6 +51,23 @@ export declare const MODELS: {
51
51
  contextWindow: number;
52
52
  maxTokens: number;
53
53
  };
54
+ readonly "amazon.nova-premier-v1:0": {
55
+ id: string;
56
+ name: string;
57
+ api: "bedrock-converse-stream";
58
+ provider: string;
59
+ baseUrl: string;
60
+ reasoning: true;
61
+ input: ("image" | "text")[];
62
+ cost: {
63
+ input: number;
64
+ output: number;
65
+ cacheRead: number;
66
+ cacheWrite: number;
67
+ };
68
+ contextWindow: number;
69
+ maxTokens: number;
70
+ };
54
71
  readonly "amazon.nova-pro-v1:0": {
55
72
  id: string;
56
73
  name: string;
@@ -68,6 +85,91 @@ export declare const MODELS: {
68
85
  contextWindow: number;
69
86
  maxTokens: number;
70
87
  };
88
+ readonly "anthropic.claude-3-5-haiku-20241022-v1:0": {
89
+ id: string;
90
+ name: string;
91
+ api: "bedrock-converse-stream";
92
+ provider: string;
93
+ baseUrl: string;
94
+ reasoning: false;
95
+ input: ("image" | "text")[];
96
+ cost: {
97
+ input: number;
98
+ output: number;
99
+ cacheRead: number;
100
+ cacheWrite: number;
101
+ };
102
+ contextWindow: number;
103
+ maxTokens: number;
104
+ };
105
+ readonly "anthropic.claude-3-5-sonnet-20240620-v1:0": {
106
+ id: string;
107
+ name: string;
108
+ api: "bedrock-converse-stream";
109
+ provider: string;
110
+ baseUrl: string;
111
+ reasoning: false;
112
+ input: ("image" | "text")[];
113
+ cost: {
114
+ input: number;
115
+ output: number;
116
+ cacheRead: number;
117
+ cacheWrite: number;
118
+ };
119
+ contextWindow: number;
120
+ maxTokens: number;
121
+ };
122
+ readonly "anthropic.claude-3-5-sonnet-20241022-v2:0": {
123
+ id: string;
124
+ name: string;
125
+ api: "bedrock-converse-stream";
126
+ provider: string;
127
+ baseUrl: string;
128
+ reasoning: false;
129
+ input: ("image" | "text")[];
130
+ cost: {
131
+ input: number;
132
+ output: number;
133
+ cacheRead: number;
134
+ cacheWrite: number;
135
+ };
136
+ contextWindow: number;
137
+ maxTokens: number;
138
+ };
139
+ readonly "anthropic.claude-3-7-sonnet-20250219-v1:0": {
140
+ id: string;
141
+ name: string;
142
+ api: "bedrock-converse-stream";
143
+ provider: string;
144
+ baseUrl: string;
145
+ reasoning: false;
146
+ input: ("image" | "text")[];
147
+ cost: {
148
+ input: number;
149
+ output: number;
150
+ cacheRead: number;
151
+ cacheWrite: number;
152
+ };
153
+ contextWindow: number;
154
+ maxTokens: number;
155
+ };
156
+ readonly "anthropic.claude-3-haiku-20240307-v1:0": {
157
+ id: string;
158
+ name: string;
159
+ api: "bedrock-converse-stream";
160
+ provider: string;
161
+ baseUrl: string;
162
+ reasoning: false;
163
+ input: ("image" | "text")[];
164
+ cost: {
165
+ input: number;
166
+ output: number;
167
+ cacheRead: number;
168
+ cacheWrite: number;
169
+ };
170
+ contextWindow: number;
171
+ maxTokens: number;
172
+ };
71
173
  readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
72
174
  id: string;
73
175
  name: string;
@@ -102,7 +204,7 @@ export declare const MODELS: {
102
204
  contextWindow: number;
103
205
  maxTokens: number;
104
206
  };
105
- readonly "anthropic.claude-opus-4-5-20251101-v1:0": {
207
+ readonly "anthropic.claude-opus-4-20250514-v1:0": {
106
208
  id: string;
107
209
  name: string;
108
210
  api: "bedrock-converse-stream";
@@ -119,16 +221,13 @@ export declare const MODELS: {
119
221
  contextWindow: number;
120
222
  maxTokens: number;
121
223
  };
122
- readonly "anthropic.claude-opus-4-6-v1": {
224
+ readonly "anthropic.claude-opus-4-5-20251101-v1:0": {
123
225
  id: string;
124
226
  name: string;
125
227
  api: "bedrock-converse-stream";
126
228
  provider: string;
127
229
  baseUrl: string;
128
230
  reasoning: true;
129
- thinkingLevelMap: {
130
- xhigh: string;
131
- };
132
231
  input: ("image" | "text")[];
133
232
  cost: {
134
233
  input: number;
@@ -139,7 +238,7 @@ export declare const MODELS: {
139
238
  contextWindow: number;
140
239
  maxTokens: number;
141
240
  };
142
- readonly "anthropic.claude-opus-4-7": {
241
+ readonly "anthropic.claude-opus-4-6-v1": {
143
242
  id: string;
144
243
  name: string;
145
244
  api: "bedrock-converse-stream";
@@ -159,13 +258,16 @@ export declare const MODELS: {
159
258
  contextWindow: number;
160
259
  maxTokens: number;
161
260
  };
162
- readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
261
+ readonly "anthropic.claude-opus-4-7": {
163
262
  id: string;
164
263
  name: string;
165
264
  api: "bedrock-converse-stream";
166
265
  provider: string;
167
266
  baseUrl: string;
168
267
  reasoning: true;
268
+ thinkingLevelMap: {
269
+ xhigh: string;
270
+ };
169
271
  input: ("image" | "text")[];
170
272
  cost: {
171
273
  input: number;
@@ -176,7 +278,7 @@ export declare const MODELS: {
176
278
  contextWindow: number;
177
279
  maxTokens: number;
178
280
  };
179
- readonly "anthropic.claude-sonnet-4-6": {
281
+ readonly "anthropic.claude-sonnet-4-20250514-v1:0": {
180
282
  id: string;
181
283
  name: string;
182
284
  api: "bedrock-converse-stream";
@@ -193,7 +295,7 @@ export declare const MODELS: {
193
295
  contextWindow: number;
194
296
  maxTokens: number;
195
297
  };
196
- readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
298
+ readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
197
299
  id: string;
198
300
  name: string;
199
301
  api: "bedrock-converse-stream";
@@ -210,16 +312,13 @@ export declare const MODELS: {
210
312
  contextWindow: number;
211
313
  maxTokens: number;
212
314
  };
213
- readonly "au.anthropic.claude-opus-4-6-v1": {
315
+ readonly "anthropic.claude-sonnet-4-6": {
214
316
  id: string;
215
317
  name: string;
216
318
  api: "bedrock-converse-stream";
217
319
  provider: string;
218
320
  baseUrl: string;
219
321
  reasoning: true;
220
- thinkingLevelMap: {
221
- xhigh: string;
222
- };
223
322
  input: ("image" | "text")[];
224
323
  cost: {
225
324
  input: number;
@@ -230,13 +329,16 @@ export declare const MODELS: {
230
329
  contextWindow: number;
231
330
  maxTokens: number;
232
331
  };
233
- readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
332
+ readonly "au.anthropic.claude-opus-4-6-v1": {
234
333
  id: string;
235
334
  name: string;
236
335
  api: "bedrock-converse-stream";
237
336
  provider: string;
238
337
  baseUrl: string;
239
338
  reasoning: true;
339
+ thinkingLevelMap: {
340
+ xhigh: string;
341
+ };
240
342
  input: ("image" | "text")[];
241
343
  cost: {
242
344
  input: number;
@@ -389,6 +491,23 @@ export declare const MODELS: {
389
491
  contextWindow: number;
390
492
  maxTokens: number;
391
493
  };
494
+ readonly "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
495
+ id: string;
496
+ name: string;
497
+ api: "bedrock-converse-stream";
498
+ provider: string;
499
+ baseUrl: string;
500
+ reasoning: true;
501
+ input: ("image" | "text")[];
502
+ cost: {
503
+ input: number;
504
+ output: number;
505
+ cacheRead: number;
506
+ cacheWrite: number;
507
+ };
508
+ contextWindow: number;
509
+ maxTokens: number;
510
+ };
392
511
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
393
512
  id: string;
394
513
  name: string;
@@ -497,6 +616,23 @@ export declare const MODELS: {
497
616
  contextWindow: number;
498
617
  maxTokens: number;
499
618
  };
619
+ readonly "global.anthropic.claude-sonnet-4-20250514-v1:0": {
620
+ id: string;
621
+ name: string;
622
+ api: "bedrock-converse-stream";
623
+ provider: string;
624
+ baseUrl: string;
625
+ reasoning: true;
626
+ input: ("image" | "text")[];
627
+ cost: {
628
+ input: number;
629
+ output: number;
630
+ cacheRead: number;
631
+ cacheWrite: number;
632
+ };
633
+ contextWindow: number;
634
+ maxTokens: number;
635
+ };
500
636
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
501
637
  id: string;
502
638
  name: string;
@@ -565,17 +701,31 @@ export declare const MODELS: {
565
701
  contextWindow: number;
566
702
  maxTokens: number;
567
703
  };
568
- readonly "jp.anthropic.claude-opus-4-7": {
704
+ readonly "meta.llama3-1-405b-instruct-v1:0": {
569
705
  id: string;
570
706
  name: string;
571
707
  api: "bedrock-converse-stream";
572
708
  provider: string;
573
709
  baseUrl: string;
574
- reasoning: true;
575
- thinkingLevelMap: {
576
- xhigh: string;
710
+ reasoning: false;
711
+ input: "text"[];
712
+ cost: {
713
+ input: number;
714
+ output: number;
715
+ cacheRead: number;
716
+ cacheWrite: number;
577
717
  };
578
- input: ("image" | "text")[];
718
+ contextWindow: number;
719
+ maxTokens: number;
720
+ };
721
+ readonly "meta.llama3-1-70b-instruct-v1:0": {
722
+ id: string;
723
+ name: string;
724
+ api: "bedrock-converse-stream";
725
+ provider: string;
726
+ baseUrl: string;
727
+ reasoning: false;
728
+ input: "text"[];
579
729
  cost: {
580
730
  input: number;
581
731
  output: number;
@@ -585,14 +735,14 @@ export declare const MODELS: {
585
735
  contextWindow: number;
586
736
  maxTokens: number;
587
737
  };
588
- readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
738
+ readonly "meta.llama3-1-8b-instruct-v1:0": {
589
739
  id: string;
590
740
  name: string;
591
741
  api: "bedrock-converse-stream";
592
742
  provider: string;
593
743
  baseUrl: string;
594
- reasoning: true;
595
- input: ("image" | "text")[];
744
+ reasoning: false;
745
+ input: "text"[];
596
746
  cost: {
597
747
  input: number;
598
748
  output: number;
@@ -602,13 +752,13 @@ export declare const MODELS: {
602
752
  contextWindow: number;
603
753
  maxTokens: number;
604
754
  };
605
- readonly "jp.anthropic.claude-sonnet-4-6": {
755
+ readonly "meta.llama3-2-11b-instruct-v1:0": {
606
756
  id: string;
607
757
  name: string;
608
758
  api: "bedrock-converse-stream";
609
759
  provider: string;
610
760
  baseUrl: string;
611
- reasoning: true;
761
+ reasoning: false;
612
762
  input: ("image" | "text")[];
613
763
  cost: {
614
764
  input: number;
@@ -619,7 +769,7 @@ export declare const MODELS: {
619
769
  contextWindow: number;
620
770
  maxTokens: number;
621
771
  };
622
- readonly "meta.llama3-1-70b-instruct-v1:0": {
772
+ readonly "meta.llama3-2-1b-instruct-v1:0": {
623
773
  id: string;
624
774
  name: string;
625
775
  api: "bedrock-converse-stream";
@@ -636,7 +786,7 @@ export declare const MODELS: {
636
786
  contextWindow: number;
637
787
  maxTokens: number;
638
788
  };
639
- readonly "meta.llama3-1-8b-instruct-v1:0": {
789
+ readonly "meta.llama3-2-3b-instruct-v1:0": {
640
790
  id: string;
641
791
  name: string;
642
792
  api: "bedrock-converse-stream";
@@ -653,6 +803,23 @@ export declare const MODELS: {
653
803
  contextWindow: number;
654
804
  maxTokens: number;
655
805
  };
806
+ readonly "meta.llama3-2-90b-instruct-v1:0": {
807
+ id: string;
808
+ name: string;
809
+ api: "bedrock-converse-stream";
810
+ provider: string;
811
+ baseUrl: string;
812
+ reasoning: false;
813
+ input: ("image" | "text")[];
814
+ cost: {
815
+ input: number;
816
+ output: number;
817
+ cacheRead: number;
818
+ cacheWrite: number;
819
+ };
820
+ contextWindow: number;
821
+ maxTokens: number;
822
+ };
656
823
  readonly "meta.llama3-3-70b-instruct-v1:0": {
657
824
  id: string;
658
825
  name: string;
@@ -1231,7 +1398,7 @@ export declare const MODELS: {
1231
1398
  contextWindow: number;
1232
1399
  maxTokens: number;
1233
1400
  };
1234
- readonly "us.anthropic.claude-opus-4-5-20251101-v1:0": {
1401
+ readonly "us.anthropic.claude-opus-4-20250514-v1:0": {
1235
1402
  id: string;
1236
1403
  name: string;
1237
1404
  api: "bedrock-converse-stream";
@@ -1248,16 +1415,13 @@ export declare const MODELS: {
1248
1415
  contextWindow: number;
1249
1416
  maxTokens: number;
1250
1417
  };
1251
- readonly "us.anthropic.claude-opus-4-6-v1": {
1418
+ readonly "us.anthropic.claude-opus-4-5-20251101-v1:0": {
1252
1419
  id: string;
1253
1420
  name: string;
1254
1421
  api: "bedrock-converse-stream";
1255
1422
  provider: string;
1256
1423
  baseUrl: string;
1257
1424
  reasoning: true;
1258
- thinkingLevelMap: {
1259
- xhigh: string;
1260
- };
1261
1425
  input: ("image" | "text")[];
1262
1426
  cost: {
1263
1427
  input: number;
@@ -1268,7 +1432,7 @@ export declare const MODELS: {
1268
1432
  contextWindow: number;
1269
1433
  maxTokens: number;
1270
1434
  };
1271
- readonly "us.anthropic.claude-opus-4-7": {
1435
+ readonly "us.anthropic.claude-opus-4-6-v1": {
1272
1436
  id: string;
1273
1437
  name: string;
1274
1438
  api: "bedrock-converse-stream";
@@ -1288,13 +1452,16 @@ export declare const MODELS: {
1288
1452
  contextWindow: number;
1289
1453
  maxTokens: number;
1290
1454
  };
1291
- readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1455
+ readonly "us.anthropic.claude-opus-4-7": {
1292
1456
  id: string;
1293
1457
  name: string;
1294
1458
  api: "bedrock-converse-stream";
1295
1459
  provider: string;
1296
1460
  baseUrl: string;
1297
1461
  reasoning: true;
1462
+ thinkingLevelMap: {
1463
+ xhigh: string;
1464
+ };
1298
1465
  input: ("image" | "text")[];
1299
1466
  cost: {
1300
1467
  input: number;
@@ -1305,7 +1472,7 @@ export declare const MODELS: {
1305
1472
  contextWindow: number;
1306
1473
  maxTokens: number;
1307
1474
  };
1308
- readonly "us.anthropic.claude-sonnet-4-6": {
1475
+ readonly "us.anthropic.claude-sonnet-4-20250514-v1:0": {
1309
1476
  id: string;
1310
1477
  name: string;
1311
1478
  api: "bedrock-converse-stream";
@@ -1322,30 +1489,13 @@ export declare const MODELS: {
1322
1489
  contextWindow: number;
1323
1490
  maxTokens: number;
1324
1491
  };
1325
- readonly "us.deepseek.r1-v1:0": {
1492
+ readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1326
1493
  id: string;
1327
1494
  name: string;
1328
1495
  api: "bedrock-converse-stream";
1329
1496
  provider: string;
1330
1497
  baseUrl: string;
1331
1498
  reasoning: true;
1332
- input: "text"[];
1333
- cost: {
1334
- input: number;
1335
- output: number;
1336
- cacheRead: number;
1337
- cacheWrite: number;
1338
- };
1339
- contextWindow: number;
1340
- maxTokens: number;
1341
- };
1342
- readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
1343
- id: string;
1344
- name: string;
1345
- api: "bedrock-converse-stream";
1346
- provider: string;
1347
- baseUrl: string;
1348
- reasoning: false;
1349
1499
  input: ("image" | "text")[];
1350
1500
  cost: {
1351
1501
  input: number;
@@ -1356,13 +1506,13 @@ export declare const MODELS: {
1356
1506
  contextWindow: number;
1357
1507
  maxTokens: number;
1358
1508
  };
1359
- readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
1509
+ readonly "us.anthropic.claude-sonnet-4-6": {
1360
1510
  id: string;
1361
1511
  name: string;
1362
1512
  api: "bedrock-converse-stream";
1363
1513
  provider: string;
1364
1514
  baseUrl: string;
1365
- reasoning: false;
1515
+ reasoning: true;
1366
1516
  input: ("image" | "text")[];
1367
1517
  cost: {
1368
1518
  input: number;
@@ -3597,12 +3747,6 @@ export declare const MODELS: {
3597
3747
  api: "anthropic-messages";
3598
3748
  provider: string;
3599
3749
  baseUrl: string;
3600
- compat: {
3601
- sendSessionAffinityHeaders: true;
3602
- supportsEagerToolInputStreaming: false;
3603
- supportsCacheControlOnTools: false;
3604
- supportsLongCacheRetention: false;
3605
- };
3606
3750
  reasoning: true;
3607
3751
  input: "text"[];
3608
3752
  cost: {
@@ -3613,6 +3757,12 @@ export declare const MODELS: {
3613
3757
  };
3614
3758
  contextWindow: number;
3615
3759
  maxTokens: number;
3760
+ compat: {
3761
+ sendSessionAffinityHeaders: true;
3762
+ supportsEagerToolInputStreaming: false;
3763
+ supportsCacheControlOnTools: false;
3764
+ supportsLongCacheRetention: false;
3765
+ };
3616
3766
  };
3617
3767
  readonly "accounts/fireworks/models/deepseek-v3p2": {
3618
3768
  id: string;
@@ -3620,12 +3770,6 @@ export declare const MODELS: {
3620
3770
  api: "anthropic-messages";
3621
3771
  provider: string;
3622
3772
  baseUrl: string;
3623
- compat: {
3624
- sendSessionAffinityHeaders: true;
3625
- supportsEagerToolInputStreaming: false;
3626
- supportsCacheControlOnTools: false;
3627
- supportsLongCacheRetention: false;
3628
- };
3629
3773
  reasoning: true;
3630
3774
  input: "text"[];
3631
3775
  cost: {
@@ -3636,19 +3780,19 @@ export declare const MODELS: {
3636
3780
  };
3637
3781
  contextWindow: number;
3638
3782
  maxTokens: number;
3639
- };
3640
- readonly "accounts/fireworks/models/deepseek-v4-pro": {
3641
- id: string;
3642
- name: string;
3643
- api: "anthropic-messages";
3644
- provider: string;
3645
- baseUrl: string;
3646
3783
  compat: {
3647
3784
  sendSessionAffinityHeaders: true;
3648
3785
  supportsEagerToolInputStreaming: false;
3649
3786
  supportsCacheControlOnTools: false;
3650
3787
  supportsLongCacheRetention: false;
3651
3788
  };
3789
+ };
3790
+ readonly "accounts/fireworks/models/deepseek-v4-pro": {
3791
+ id: string;
3792
+ name: string;
3793
+ api: "anthropic-messages";
3794
+ provider: string;
3795
+ baseUrl: string;
3652
3796
  reasoning: true;
3653
3797
  input: "text"[];
3654
3798
  cost: {
@@ -3659,6 +3803,12 @@ export declare const MODELS: {
3659
3803
  };
3660
3804
  contextWindow: number;
3661
3805
  maxTokens: number;
3806
+ compat: {
3807
+ sendSessionAffinityHeaders: true;
3808
+ supportsEagerToolInputStreaming: false;
3809
+ supportsCacheControlOnTools: false;
3810
+ supportsLongCacheRetention: false;
3811
+ };
3662
3812
  };
3663
3813
  readonly "accounts/fireworks/models/glm-4p5": {
3664
3814
  id: string;
@@ -3666,12 +3816,6 @@ export declare const MODELS: {
3666
3816
  api: "anthropic-messages";
3667
3817
  provider: string;
3668
3818
  baseUrl: string;
3669
- compat: {
3670
- sendSessionAffinityHeaders: true;
3671
- supportsEagerToolInputStreaming: false;
3672
- supportsCacheControlOnTools: false;
3673
- supportsLongCacheRetention: false;
3674
- };
3675
3819
  reasoning: true;
3676
3820
  input: "text"[];
3677
3821
  cost: {
@@ -3682,6 +3826,12 @@ export declare const MODELS: {
3682
3826
  };
3683
3827
  contextWindow: number;
3684
3828
  maxTokens: number;
3829
+ compat: {
3830
+ sendSessionAffinityHeaders: true;
3831
+ supportsEagerToolInputStreaming: false;
3832
+ supportsCacheControlOnTools: false;
3833
+ supportsLongCacheRetention: false;
3834
+ };
3685
3835
  };
3686
3836
  readonly "accounts/fireworks/models/glm-4p5-air": {
3687
3837
  id: string;
@@ -3689,12 +3839,6 @@ export declare const MODELS: {
3689
3839
  api: "anthropic-messages";
3690
3840
  provider: string;
3691
3841
  baseUrl: string;
3692
- compat: {
3693
- sendSessionAffinityHeaders: true;
3694
- supportsEagerToolInputStreaming: false;
3695
- supportsCacheControlOnTools: false;
3696
- supportsLongCacheRetention: false;
3697
- };
3698
3842
  reasoning: true;
3699
3843
  input: "text"[];
3700
3844
  cost: {
@@ -3705,6 +3849,12 @@ export declare const MODELS: {
3705
3849
  };
3706
3850
  contextWindow: number;
3707
3851
  maxTokens: number;
3852
+ compat: {
3853
+ sendSessionAffinityHeaders: true;
3854
+ supportsEagerToolInputStreaming: false;
3855
+ supportsCacheControlOnTools: false;
3856
+ supportsLongCacheRetention: false;
3857
+ };
3708
3858
  };
3709
3859
  readonly "accounts/fireworks/models/glm-4p7": {
3710
3860
  id: string;
@@ -3712,12 +3862,6 @@ export declare const MODELS: {
3712
3862
  api: "anthropic-messages";
3713
3863
  provider: string;
3714
3864
  baseUrl: string;
3715
- compat: {
3716
- sendSessionAffinityHeaders: true;
3717
- supportsEagerToolInputStreaming: false;
3718
- supportsCacheControlOnTools: false;
3719
- supportsLongCacheRetention: false;
3720
- };
3721
3865
  reasoning: true;
3722
3866
  input: "text"[];
3723
3867
  cost: {
@@ -3728,6 +3872,12 @@ export declare const MODELS: {
3728
3872
  };
3729
3873
  contextWindow: number;
3730
3874
  maxTokens: number;
3875
+ compat: {
3876
+ sendSessionAffinityHeaders: true;
3877
+ supportsEagerToolInputStreaming: false;
3878
+ supportsCacheControlOnTools: false;
3879
+ supportsLongCacheRetention: false;
3880
+ };
3731
3881
  };
3732
3882
  readonly "accounts/fireworks/models/glm-5": {
3733
3883
  id: string;
@@ -3735,12 +3885,6 @@ export declare const MODELS: {
3735
3885
  api: "anthropic-messages";
3736
3886
  provider: string;
3737
3887
  baseUrl: string;
3738
- compat: {
3739
- sendSessionAffinityHeaders: true;
3740
- supportsEagerToolInputStreaming: false;
3741
- supportsCacheControlOnTools: false;
3742
- supportsLongCacheRetention: false;
3743
- };
3744
3888
  reasoning: true;
3745
3889
  input: "text"[];
3746
3890
  cost: {
@@ -3751,6 +3895,12 @@ export declare const MODELS: {
3751
3895
  };
3752
3896
  contextWindow: number;
3753
3897
  maxTokens: number;
3898
+ compat: {
3899
+ sendSessionAffinityHeaders: true;
3900
+ supportsEagerToolInputStreaming: false;
3901
+ supportsCacheControlOnTools: false;
3902
+ supportsLongCacheRetention: false;
3903
+ };
3754
3904
  };
3755
3905
  readonly "accounts/fireworks/models/glm-5p1": {
3756
3906
  id: string;
@@ -3758,12 +3908,6 @@ export declare const MODELS: {
3758
3908
  api: "anthropic-messages";
3759
3909
  provider: string;
3760
3910
  baseUrl: string;
3761
- compat: {
3762
- sendSessionAffinityHeaders: true;
3763
- supportsEagerToolInputStreaming: false;
3764
- supportsCacheControlOnTools: false;
3765
- supportsLongCacheRetention: false;
3766
- };
3767
3911
  reasoning: true;
3768
3912
  input: "text"[];
3769
3913
  cost: {
@@ -3774,6 +3918,12 @@ export declare const MODELS: {
3774
3918
  };
3775
3919
  contextWindow: number;
3776
3920
  maxTokens: number;
3921
+ compat: {
3922
+ sendSessionAffinityHeaders: true;
3923
+ supportsEagerToolInputStreaming: false;
3924
+ supportsCacheControlOnTools: false;
3925
+ supportsLongCacheRetention: false;
3926
+ };
3777
3927
  };
3778
3928
  readonly "accounts/fireworks/models/gpt-oss-120b": {
3779
3929
  id: string;
@@ -3781,12 +3931,6 @@ export declare const MODELS: {
3781
3931
  api: "anthropic-messages";
3782
3932
  provider: string;
3783
3933
  baseUrl: string;
3784
- compat: {
3785
- sendSessionAffinityHeaders: true;
3786
- supportsEagerToolInputStreaming: false;
3787
- supportsCacheControlOnTools: false;
3788
- supportsLongCacheRetention: false;
3789
- };
3790
3934
  reasoning: true;
3791
3935
  input: "text"[];
3792
3936
  cost: {
@@ -3797,6 +3941,12 @@ export declare const MODELS: {
3797
3941
  };
3798
3942
  contextWindow: number;
3799
3943
  maxTokens: number;
3944
+ compat: {
3945
+ sendSessionAffinityHeaders: true;
3946
+ supportsEagerToolInputStreaming: false;
3947
+ supportsCacheControlOnTools: false;
3948
+ supportsLongCacheRetention: false;
3949
+ };
3800
3950
  };
3801
3951
  readonly "accounts/fireworks/models/gpt-oss-20b": {
3802
3952
  id: string;
@@ -3804,12 +3954,6 @@ export declare const MODELS: {
3804
3954
  api: "anthropic-messages";
3805
3955
  provider: string;
3806
3956
  baseUrl: string;
3807
- compat: {
3808
- sendSessionAffinityHeaders: true;
3809
- supportsEagerToolInputStreaming: false;
3810
- supportsCacheControlOnTools: false;
3811
- supportsLongCacheRetention: false;
3812
- };
3813
3957
  reasoning: true;
3814
3958
  input: "text"[];
3815
3959
  cost: {
@@ -3820,6 +3964,12 @@ export declare const MODELS: {
3820
3964
  };
3821
3965
  contextWindow: number;
3822
3966
  maxTokens: number;
3967
+ compat: {
3968
+ sendSessionAffinityHeaders: true;
3969
+ supportsEagerToolInputStreaming: false;
3970
+ supportsCacheControlOnTools: false;
3971
+ supportsLongCacheRetention: false;
3972
+ };
3823
3973
  };
3824
3974
  readonly "accounts/fireworks/models/kimi-k2-instruct": {
3825
3975
  id: string;
@@ -3827,12 +3977,6 @@ export declare const MODELS: {
3827
3977
  api: "anthropic-messages";
3828
3978
  provider: string;
3829
3979
  baseUrl: string;
3830
- compat: {
3831
- sendSessionAffinityHeaders: true;
3832
- supportsEagerToolInputStreaming: false;
3833
- supportsCacheControlOnTools: false;
3834
- supportsLongCacheRetention: false;
3835
- };
3836
3980
  reasoning: false;
3837
3981
  input: "text"[];
3838
3982
  cost: {
@@ -3843,6 +3987,12 @@ export declare const MODELS: {
3843
3987
  };
3844
3988
  contextWindow: number;
3845
3989
  maxTokens: number;
3990
+ compat: {
3991
+ sendSessionAffinityHeaders: true;
3992
+ supportsEagerToolInputStreaming: false;
3993
+ supportsCacheControlOnTools: false;
3994
+ supportsLongCacheRetention: false;
3995
+ };
3846
3996
  };
3847
3997
  readonly "accounts/fireworks/models/kimi-k2-thinking": {
3848
3998
  id: string;
@@ -3850,12 +4000,6 @@ export declare const MODELS: {
3850
4000
  api: "anthropic-messages";
3851
4001
  provider: string;
3852
4002
  baseUrl: string;
3853
- compat: {
3854
- sendSessionAffinityHeaders: true;
3855
- supportsEagerToolInputStreaming: false;
3856
- supportsCacheControlOnTools: false;
3857
- supportsLongCacheRetention: false;
3858
- };
3859
4003
  reasoning: true;
3860
4004
  input: "text"[];
3861
4005
  cost: {
@@ -3866,6 +4010,12 @@ export declare const MODELS: {
3866
4010
  };
3867
4011
  contextWindow: number;
3868
4012
  maxTokens: number;
4013
+ compat: {
4014
+ sendSessionAffinityHeaders: true;
4015
+ supportsEagerToolInputStreaming: false;
4016
+ supportsCacheControlOnTools: false;
4017
+ supportsLongCacheRetention: false;
4018
+ };
3869
4019
  };
3870
4020
  readonly "accounts/fireworks/models/kimi-k2p5": {
3871
4021
  id: string;
@@ -3873,12 +4023,6 @@ export declare const MODELS: {
3873
4023
  api: "anthropic-messages";
3874
4024
  provider: string;
3875
4025
  baseUrl: string;
3876
- compat: {
3877
- sendSessionAffinityHeaders: true;
3878
- supportsEagerToolInputStreaming: false;
3879
- supportsCacheControlOnTools: false;
3880
- supportsLongCacheRetention: false;
3881
- };
3882
4026
  reasoning: true;
3883
4027
  input: ("image" | "text")[];
3884
4028
  cost: {
@@ -3889,6 +4033,12 @@ export declare const MODELS: {
3889
4033
  };
3890
4034
  contextWindow: number;
3891
4035
  maxTokens: number;
4036
+ compat: {
4037
+ sendSessionAffinityHeaders: true;
4038
+ supportsEagerToolInputStreaming: false;
4039
+ supportsCacheControlOnTools: false;
4040
+ supportsLongCacheRetention: false;
4041
+ };
3892
4042
  };
3893
4043
  readonly "accounts/fireworks/models/kimi-k2p6": {
3894
4044
  id: string;
@@ -3896,12 +4046,6 @@ export declare const MODELS: {
3896
4046
  api: "anthropic-messages";
3897
4047
  provider: string;
3898
4048
  baseUrl: string;
3899
- compat: {
3900
- sendSessionAffinityHeaders: true;
3901
- supportsEagerToolInputStreaming: false;
3902
- supportsCacheControlOnTools: false;
3903
- supportsLongCacheRetention: false;
3904
- };
3905
4049
  reasoning: true;
3906
4050
  input: ("image" | "text")[];
3907
4051
  cost: {
@@ -3912,6 +4056,12 @@ export declare const MODELS: {
3912
4056
  };
3913
4057
  contextWindow: number;
3914
4058
  maxTokens: number;
4059
+ compat: {
4060
+ sendSessionAffinityHeaders: true;
4061
+ supportsEagerToolInputStreaming: false;
4062
+ supportsCacheControlOnTools: false;
4063
+ supportsLongCacheRetention: false;
4064
+ };
3915
4065
  };
3916
4066
  readonly "accounts/fireworks/models/minimax-m2p1": {
3917
4067
  id: string;
@@ -3919,12 +4069,6 @@ export declare const MODELS: {
3919
4069
  api: "anthropic-messages";
3920
4070
  provider: string;
3921
4071
  baseUrl: string;
3922
- compat: {
3923
- sendSessionAffinityHeaders: true;
3924
- supportsEagerToolInputStreaming: false;
3925
- supportsCacheControlOnTools: false;
3926
- supportsLongCacheRetention: false;
3927
- };
3928
4072
  reasoning: true;
3929
4073
  input: "text"[];
3930
4074
  cost: {
@@ -3935,6 +4079,12 @@ export declare const MODELS: {
3935
4079
  };
3936
4080
  contextWindow: number;
3937
4081
  maxTokens: number;
4082
+ compat: {
4083
+ sendSessionAffinityHeaders: true;
4084
+ supportsEagerToolInputStreaming: false;
4085
+ supportsCacheControlOnTools: false;
4086
+ supportsLongCacheRetention: false;
4087
+ };
3938
4088
  };
3939
4089
  readonly "accounts/fireworks/models/minimax-m2p5": {
3940
4090
  id: string;
@@ -3942,12 +4092,6 @@ export declare const MODELS: {
3942
4092
  api: "anthropic-messages";
3943
4093
  provider: string;
3944
4094
  baseUrl: string;
3945
- compat: {
3946
- sendSessionAffinityHeaders: true;
3947
- supportsEagerToolInputStreaming: false;
3948
- supportsCacheControlOnTools: false;
3949
- supportsLongCacheRetention: false;
3950
- };
3951
4095
  reasoning: true;
3952
4096
  input: "text"[];
3953
4097
  cost: {
@@ -3958,6 +4102,12 @@ export declare const MODELS: {
3958
4102
  };
3959
4103
  contextWindow: number;
3960
4104
  maxTokens: number;
4105
+ compat: {
4106
+ sendSessionAffinityHeaders: true;
4107
+ supportsEagerToolInputStreaming: false;
4108
+ supportsCacheControlOnTools: false;
4109
+ supportsLongCacheRetention: false;
4110
+ };
3961
4111
  };
3962
4112
  readonly "accounts/fireworks/models/minimax-m2p7": {
3963
4113
  id: string;
@@ -3965,12 +4115,6 @@ export declare const MODELS: {
3965
4115
  api: "anthropic-messages";
3966
4116
  provider: string;
3967
4117
  baseUrl: string;
3968
- compat: {
3969
- sendSessionAffinityHeaders: true;
3970
- supportsEagerToolInputStreaming: false;
3971
- supportsCacheControlOnTools: false;
3972
- supportsLongCacheRetention: false;
3973
- };
3974
4118
  reasoning: true;
3975
4119
  input: "text"[];
3976
4120
  cost: {
@@ -3981,6 +4125,12 @@ export declare const MODELS: {
3981
4125
  };
3982
4126
  contextWindow: number;
3983
4127
  maxTokens: number;
4128
+ compat: {
4129
+ sendSessionAffinityHeaders: true;
4130
+ supportsEagerToolInputStreaming: false;
4131
+ supportsCacheControlOnTools: false;
4132
+ supportsLongCacheRetention: false;
4133
+ };
3984
4134
  };
3985
4135
  readonly "accounts/fireworks/models/qwen3p6-plus": {
3986
4136
  id: string;
@@ -3988,12 +4138,6 @@ export declare const MODELS: {
3988
4138
  api: "anthropic-messages";
3989
4139
  provider: string;
3990
4140
  baseUrl: string;
3991
- compat: {
3992
- sendSessionAffinityHeaders: true;
3993
- supportsEagerToolInputStreaming: false;
3994
- supportsCacheControlOnTools: false;
3995
- supportsLongCacheRetention: false;
3996
- };
3997
4141
  reasoning: true;
3998
4142
  input: ("image" | "text")[];
3999
4143
  cost: {
@@ -4004,6 +4148,12 @@ export declare const MODELS: {
4004
4148
  };
4005
4149
  contextWindow: number;
4006
4150
  maxTokens: number;
4151
+ compat: {
4152
+ sendSessionAffinityHeaders: true;
4153
+ supportsEagerToolInputStreaming: false;
4154
+ supportsCacheControlOnTools: false;
4155
+ supportsLongCacheRetention: false;
4156
+ };
4007
4157
  };
4008
4158
  readonly "accounts/fireworks/routers/kimi-k2p5-turbo": {
4009
4159
  id: string;
@@ -4011,12 +4161,6 @@ export declare const MODELS: {
4011
4161
  api: "anthropic-messages";
4012
4162
  provider: string;
4013
4163
  baseUrl: string;
4014
- compat: {
4015
- sendSessionAffinityHeaders: true;
4016
- supportsEagerToolInputStreaming: false;
4017
- supportsCacheControlOnTools: false;
4018
- supportsLongCacheRetention: false;
4019
- };
4020
4164
  reasoning: true;
4021
4165
  input: ("image" | "text")[];
4022
4166
  cost: {
@@ -4027,6 +4171,12 @@ export declare const MODELS: {
4027
4171
  };
4028
4172
  contextWindow: number;
4029
4173
  maxTokens: number;
4174
+ compat: {
4175
+ sendSessionAffinityHeaders: true;
4176
+ supportsEagerToolInputStreaming: false;
4177
+ supportsCacheControlOnTools: false;
4178
+ supportsLongCacheRetention: false;
4179
+ };
4030
4180
  };
4031
4181
  };
4032
4182
  readonly "github-copilot": {
@@ -4131,6 +4281,32 @@ export declare const MODELS: {
4131
4281
  contextWindow: number;
4132
4282
  maxTokens: number;
4133
4283
  };
4284
+ readonly "claude-sonnet-4": {
4285
+ id: string;
4286
+ name: string;
4287
+ api: "anthropic-messages";
4288
+ provider: string;
4289
+ baseUrl: string;
4290
+ headers: {
4291
+ "User-Agent": string;
4292
+ "Editor-Version": string;
4293
+ "Editor-Plugin-Version": string;
4294
+ "Copilot-Integration-Id": string;
4295
+ };
4296
+ compat: {
4297
+ supportsEagerToolInputStreaming: false;
4298
+ };
4299
+ reasoning: true;
4300
+ input: ("image" | "text")[];
4301
+ cost: {
4302
+ input: number;
4303
+ output: number;
4304
+ cacheRead: number;
4305
+ cacheWrite: number;
4306
+ };
4307
+ contextWindow: number;
4308
+ maxTokens: number;
4309
+ };
4134
4310
  readonly "claude-sonnet-4.5": {
4135
4311
  id: string;
4136
4312
  name: string;
@@ -4236,7 +4412,7 @@ export declare const MODELS: {
4236
4412
  contextWindow: number;
4237
4413
  maxTokens: number;
4238
4414
  };
4239
- readonly "gemini-3.1-pro-preview": {
4415
+ readonly "gemini-3-pro-preview": {
4240
4416
  id: string;
4241
4417
  name: string;
4242
4418
  api: "openai-completions";
@@ -4264,7 +4440,7 @@ export declare const MODELS: {
4264
4440
  contextWindow: number;
4265
4441
  maxTokens: number;
4266
4442
  };
4267
- readonly "gpt-4.1": {
4443
+ readonly "gemini-3.1-pro-preview": {
4268
4444
  id: string;
4269
4445
  name: string;
4270
4446
  api: "openai-completions";
@@ -4281,7 +4457,7 @@ export declare const MODELS: {
4281
4457
  supportsDeveloperRole: false;
4282
4458
  supportsReasoningEffort: false;
4283
4459
  };
4284
- reasoning: false;
4460
+ reasoning: true;
4285
4461
  input: ("image" | "text")[];
4286
4462
  cost: {
4287
4463
  input: number;
@@ -4292,7 +4468,7 @@ export declare const MODELS: {
4292
4468
  contextWindow: number;
4293
4469
  maxTokens: number;
4294
4470
  };
4295
- readonly "gpt-4o": {
4471
+ readonly "gpt-4.1": {
4296
4472
  id: string;
4297
4473
  name: string;
4298
4474
  api: "openai-completions";
@@ -4320,10 +4496,10 @@ export declare const MODELS: {
4320
4496
  contextWindow: number;
4321
4497
  maxTokens: number;
4322
4498
  };
4323
- readonly "gpt-5-mini": {
4499
+ readonly "gpt-4o": {
4324
4500
  id: string;
4325
4501
  name: string;
4326
- api: "openai-responses";
4502
+ api: "openai-completions";
4327
4503
  provider: string;
4328
4504
  baseUrl: string;
4329
4505
  headers: {
@@ -4332,10 +4508,12 @@ export declare const MODELS: {
4332
4508
  "Editor-Plugin-Version": string;
4333
4509
  "Copilot-Integration-Id": string;
4334
4510
  };
4335
- reasoning: true;
4336
- thinkingLevelMap: {
4337
- off: null;
4511
+ compat: {
4512
+ supportsStore: false;
4513
+ supportsDeveloperRole: false;
4514
+ supportsReasoningEffort: false;
4338
4515
  };
4516
+ reasoning: false;
4339
4517
  input: ("image" | "text")[];
4340
4518
  cost: {
4341
4519
  input: number;
@@ -4346,7 +4524,7 @@ export declare const MODELS: {
4346
4524
  contextWindow: number;
4347
4525
  maxTokens: number;
4348
4526
  };
4349
- readonly "gpt-5.2": {
4527
+ readonly "gpt-5": {
4350
4528
  id: string;
4351
4529
  name: string;
4352
4530
  api: "openai-responses";
@@ -4361,7 +4539,6 @@ export declare const MODELS: {
4361
4539
  reasoning: true;
4362
4540
  thinkingLevelMap: {
4363
4541
  off: null;
4364
- xhigh: string;
4365
4542
  };
4366
4543
  input: ("image" | "text")[];
4367
4544
  cost: {
@@ -4373,7 +4550,7 @@ export declare const MODELS: {
4373
4550
  contextWindow: number;
4374
4551
  maxTokens: number;
4375
4552
  };
4376
- readonly "gpt-5.2-codex": {
4553
+ readonly "gpt-5-mini": {
4377
4554
  id: string;
4378
4555
  name: string;
4379
4556
  api: "openai-responses";
@@ -4388,7 +4565,6 @@ export declare const MODELS: {
4388
4565
  reasoning: true;
4389
4566
  thinkingLevelMap: {
4390
4567
  off: null;
4391
- xhigh: string;
4392
4568
  };
4393
4569
  input: ("image" | "text")[];
4394
4570
  cost: {
@@ -4400,7 +4576,7 @@ export declare const MODELS: {
4400
4576
  contextWindow: number;
4401
4577
  maxTokens: number;
4402
4578
  };
4403
- readonly "gpt-5.3-codex": {
4579
+ readonly "gpt-5.1": {
4404
4580
  id: string;
4405
4581
  name: string;
4406
4582
  api: "openai-responses";
@@ -4415,7 +4591,6 @@ export declare const MODELS: {
4415
4591
  reasoning: true;
4416
4592
  thinkingLevelMap: {
4417
4593
  off: null;
4418
- xhigh: string;
4419
4594
  };
4420
4595
  input: ("image" | "text")[];
4421
4596
  cost: {
@@ -4427,7 +4602,7 @@ export declare const MODELS: {
4427
4602
  contextWindow: number;
4428
4603
  maxTokens: number;
4429
4604
  };
4430
- readonly "gpt-5.4": {
4605
+ readonly "gpt-5.1-codex": {
4431
4606
  id: string;
4432
4607
  name: string;
4433
4608
  api: "openai-responses";
@@ -4442,7 +4617,6 @@ export declare const MODELS: {
4442
4617
  reasoning: true;
4443
4618
  thinkingLevelMap: {
4444
4619
  off: null;
4445
- xhigh: string;
4446
4620
  };
4447
4621
  input: ("image" | "text")[];
4448
4622
  cost: {
@@ -4454,7 +4628,7 @@ export declare const MODELS: {
4454
4628
  contextWindow: number;
4455
4629
  maxTokens: number;
4456
4630
  };
4457
- readonly "gpt-5.4-mini": {
4631
+ readonly "gpt-5.1-codex-max": {
4458
4632
  id: string;
4459
4633
  name: string;
4460
4634
  api: "openai-responses";
@@ -4469,7 +4643,6 @@ export declare const MODELS: {
4469
4643
  reasoning: true;
4470
4644
  thinkingLevelMap: {
4471
4645
  off: null;
4472
- xhigh: string;
4473
4646
  };
4474
4647
  input: ("image" | "text")[];
4475
4648
  cost: {
@@ -4481,7 +4654,7 @@ export declare const MODELS: {
4481
4654
  contextWindow: number;
4482
4655
  maxTokens: number;
4483
4656
  };
4484
- readonly "gpt-5.5": {
4657
+ readonly "gpt-5.1-codex-mini": {
4485
4658
  id: string;
4486
4659
  name: string;
4487
4660
  api: "openai-responses";
@@ -4496,7 +4669,6 @@ export declare const MODELS: {
4496
4669
  reasoning: true;
4497
4670
  thinkingLevelMap: {
4498
4671
  off: null;
4499
- xhigh: string;
4500
4672
  };
4501
4673
  input: ("image" | "text")[];
4502
4674
  cost: {
@@ -4508,10 +4680,10 @@ export declare const MODELS: {
4508
4680
  contextWindow: number;
4509
4681
  maxTokens: number;
4510
4682
  };
4511
- readonly "grok-code-fast-1": {
4683
+ readonly "gpt-5.2": {
4512
4684
  id: string;
4513
4685
  name: string;
4514
- api: "openai-completions";
4686
+ api: "openai-responses";
4515
4687
  provider: string;
4516
4688
  baseUrl: string;
4517
4689
  headers: {
@@ -4520,31 +4692,11 @@ export declare const MODELS: {
4520
4692
  "Editor-Plugin-Version": string;
4521
4693
  "Copilot-Integration-Id": string;
4522
4694
  };
4523
- compat: {
4524
- supportsStore: false;
4525
- supportsDeveloperRole: false;
4526
- supportsReasoningEffort: false;
4527
- };
4528
4695
  reasoning: true;
4529
- input: "text"[];
4530
- cost: {
4531
- input: number;
4532
- output: number;
4533
- cacheRead: number;
4534
- cacheWrite: number;
4696
+ thinkingLevelMap: {
4697
+ off: null;
4698
+ xhigh: string;
4535
4699
  };
4536
- contextWindow: number;
4537
- maxTokens: number;
4538
- };
4539
- };
4540
- readonly google: {
4541
- readonly "gemini-1.5-flash": {
4542
- id: string;
4543
- name: string;
4544
- api: "google-generative-ai";
4545
- provider: string;
4546
- baseUrl: string;
4547
- reasoning: false;
4548
4700
  input: ("image" | "text")[];
4549
4701
  cost: {
4550
4702
  input: number;
@@ -4555,47 +4707,23 @@ export declare const MODELS: {
4555
4707
  contextWindow: number;
4556
4708
  maxTokens: number;
4557
4709
  };
4558
- readonly "gemini-1.5-flash-8b": {
4710
+ readonly "gpt-5.2-codex": {
4559
4711
  id: string;
4560
4712
  name: string;
4561
- api: "google-generative-ai";
4713
+ api: "openai-responses";
4562
4714
  provider: string;
4563
4715
  baseUrl: string;
4564
- reasoning: false;
4565
- input: ("image" | "text")[];
4566
- cost: {
4567
- input: number;
4568
- output: number;
4569
- cacheRead: number;
4570
- cacheWrite: number;
4716
+ headers: {
4717
+ "User-Agent": string;
4718
+ "Editor-Version": string;
4719
+ "Editor-Plugin-Version": string;
4720
+ "Copilot-Integration-Id": string;
4571
4721
  };
4572
- contextWindow: number;
4573
- maxTokens: number;
4574
- };
4575
- readonly "gemini-1.5-pro": {
4576
- id: string;
4577
- name: string;
4578
- api: "google-generative-ai";
4579
- provider: string;
4580
- baseUrl: string;
4581
- reasoning: false;
4582
- input: ("image" | "text")[];
4583
- cost: {
4584
- input: number;
4585
- output: number;
4586
- cacheRead: number;
4587
- cacheWrite: number;
4722
+ reasoning: true;
4723
+ thinkingLevelMap: {
4724
+ off: null;
4725
+ xhigh: string;
4588
4726
  };
4589
- contextWindow: number;
4590
- maxTokens: number;
4591
- };
4592
- readonly "gemini-2.0-flash": {
4593
- id: string;
4594
- name: string;
4595
- api: "google-generative-ai";
4596
- provider: string;
4597
- baseUrl: string;
4598
- reasoning: false;
4599
4727
  input: ("image" | "text")[];
4600
4728
  cost: {
4601
4729
  input: number;
@@ -4606,30 +4734,23 @@ export declare const MODELS: {
4606
4734
  contextWindow: number;
4607
4735
  maxTokens: number;
4608
4736
  };
4609
- readonly "gemini-2.0-flash-lite": {
4737
+ readonly "gpt-5.3-codex": {
4610
4738
  id: string;
4611
4739
  name: string;
4612
- api: "google-generative-ai";
4740
+ api: "openai-responses";
4613
4741
  provider: string;
4614
4742
  baseUrl: string;
4615
- reasoning: false;
4616
- input: ("image" | "text")[];
4617
- cost: {
4618
- input: number;
4619
- output: number;
4620
- cacheRead: number;
4621
- cacheWrite: number;
4743
+ headers: {
4744
+ "User-Agent": string;
4745
+ "Editor-Version": string;
4746
+ "Editor-Plugin-Version": string;
4747
+ "Copilot-Integration-Id": string;
4622
4748
  };
4623
- contextWindow: number;
4624
- maxTokens: number;
4625
- };
4626
- readonly "gemini-2.5-flash": {
4627
- id: string;
4628
- name: string;
4629
- api: "google-generative-ai";
4630
- provider: string;
4631
- baseUrl: string;
4632
4749
  reasoning: true;
4750
+ thinkingLevelMap: {
4751
+ off: null;
4752
+ xhigh: string;
4753
+ };
4633
4754
  input: ("image" | "text")[];
4634
4755
  cost: {
4635
4756
  input: number;
@@ -4640,13 +4761,23 @@ export declare const MODELS: {
4640
4761
  contextWindow: number;
4641
4762
  maxTokens: number;
4642
4763
  };
4643
- readonly "gemini-2.5-flash-lite": {
4764
+ readonly "gpt-5.4": {
4644
4765
  id: string;
4645
4766
  name: string;
4646
- api: "google-generative-ai";
4767
+ api: "openai-responses";
4647
4768
  provider: string;
4648
4769
  baseUrl: string;
4770
+ headers: {
4771
+ "User-Agent": string;
4772
+ "Editor-Version": string;
4773
+ "Editor-Plugin-Version": string;
4774
+ "Copilot-Integration-Id": string;
4775
+ };
4649
4776
  reasoning: true;
4777
+ thinkingLevelMap: {
4778
+ off: null;
4779
+ xhigh: string;
4780
+ };
4650
4781
  input: ("image" | "text")[];
4651
4782
  cost: {
4652
4783
  input: number;
@@ -4657,13 +4788,23 @@ export declare const MODELS: {
4657
4788
  contextWindow: number;
4658
4789
  maxTokens: number;
4659
4790
  };
4660
- readonly "gemini-2.5-flash-lite-preview-06-17": {
4791
+ readonly "gpt-5.4-mini": {
4661
4792
  id: string;
4662
4793
  name: string;
4663
- api: "google-generative-ai";
4794
+ api: "openai-responses";
4664
4795
  provider: string;
4665
4796
  baseUrl: string;
4797
+ headers: {
4798
+ "User-Agent": string;
4799
+ "Editor-Version": string;
4800
+ "Editor-Plugin-Version": string;
4801
+ "Copilot-Integration-Id": string;
4802
+ };
4666
4803
  reasoning: true;
4804
+ thinkingLevelMap: {
4805
+ off: null;
4806
+ xhigh: string;
4807
+ };
4667
4808
  input: ("image" | "text")[];
4668
4809
  cost: {
4669
4810
  input: number;
@@ -4674,13 +4815,23 @@ export declare const MODELS: {
4674
4815
  contextWindow: number;
4675
4816
  maxTokens: number;
4676
4817
  };
4677
- readonly "gemini-2.5-flash-lite-preview-09-2025": {
4818
+ readonly "gpt-5.5": {
4678
4819
  id: string;
4679
4820
  name: string;
4680
- api: "google-generative-ai";
4821
+ api: "openai-responses";
4681
4822
  provider: string;
4682
4823
  baseUrl: string;
4824
+ headers: {
4825
+ "User-Agent": string;
4826
+ "Editor-Version": string;
4827
+ "Editor-Plugin-Version": string;
4828
+ "Copilot-Integration-Id": string;
4829
+ };
4683
4830
  reasoning: true;
4831
+ thinkingLevelMap: {
4832
+ off: null;
4833
+ xhigh: string;
4834
+ };
4684
4835
  input: ("image" | "text")[];
4685
4836
  cost: {
4686
4837
  input: number;
@@ -4691,14 +4842,25 @@ export declare const MODELS: {
4691
4842
  contextWindow: number;
4692
4843
  maxTokens: number;
4693
4844
  };
4694
- readonly "gemini-2.5-flash-preview-04-17": {
4845
+ readonly "grok-code-fast-1": {
4695
4846
  id: string;
4696
4847
  name: string;
4697
- api: "google-generative-ai";
4848
+ api: "openai-completions";
4698
4849
  provider: string;
4699
4850
  baseUrl: string;
4851
+ headers: {
4852
+ "User-Agent": string;
4853
+ "Editor-Version": string;
4854
+ "Editor-Plugin-Version": string;
4855
+ "Copilot-Integration-Id": string;
4856
+ };
4857
+ compat: {
4858
+ supportsStore: false;
4859
+ supportsDeveloperRole: false;
4860
+ supportsReasoningEffort: false;
4861
+ };
4700
4862
  reasoning: true;
4701
- input: ("image" | "text")[];
4863
+ input: "text"[];
4702
4864
  cost: {
4703
4865
  input: number;
4704
4866
  output: number;
@@ -4708,13 +4870,15 @@ export declare const MODELS: {
4708
4870
  contextWindow: number;
4709
4871
  maxTokens: number;
4710
4872
  };
4711
- readonly "gemini-2.5-flash-preview-05-20": {
4873
+ };
4874
+ readonly google: {
4875
+ readonly "gemini-1.5-flash": {
4712
4876
  id: string;
4713
4877
  name: string;
4714
4878
  api: "google-generative-ai";
4715
4879
  provider: string;
4716
4880
  baseUrl: string;
4717
- reasoning: true;
4881
+ reasoning: false;
4718
4882
  input: ("image" | "text")[];
4719
4883
  cost: {
4720
4884
  input: number;
@@ -4725,13 +4889,13 @@ export declare const MODELS: {
4725
4889
  contextWindow: number;
4726
4890
  maxTokens: number;
4727
4891
  };
4728
- readonly "gemini-2.5-flash-preview-09-2025": {
4892
+ readonly "gemini-1.5-flash-8b": {
4729
4893
  id: string;
4730
4894
  name: string;
4731
4895
  api: "google-generative-ai";
4732
4896
  provider: string;
4733
4897
  baseUrl: string;
4734
- reasoning: true;
4898
+ reasoning: false;
4735
4899
  input: ("image" | "text")[];
4736
4900
  cost: {
4737
4901
  input: number;
@@ -4742,13 +4906,13 @@ export declare const MODELS: {
4742
4906
  contextWindow: number;
4743
4907
  maxTokens: number;
4744
4908
  };
4745
- readonly "gemini-2.5-pro": {
4909
+ readonly "gemini-1.5-pro": {
4746
4910
  id: string;
4747
4911
  name: string;
4748
4912
  api: "google-generative-ai";
4749
4913
  provider: string;
4750
4914
  baseUrl: string;
4751
- reasoning: true;
4915
+ reasoning: false;
4752
4916
  input: ("image" | "text")[];
4753
4917
  cost: {
4754
4918
  input: number;
@@ -4759,13 +4923,13 @@ export declare const MODELS: {
4759
4923
  contextWindow: number;
4760
4924
  maxTokens: number;
4761
4925
  };
4762
- readonly "gemini-2.5-pro-preview-05-06": {
4926
+ readonly "gemini-2.0-flash": {
4763
4927
  id: string;
4764
4928
  name: string;
4765
4929
  api: "google-generative-ai";
4766
4930
  provider: string;
4767
4931
  baseUrl: string;
4768
- reasoning: true;
4932
+ reasoning: false;
4769
4933
  input: ("image" | "text")[];
4770
4934
  cost: {
4771
4935
  input: number;
@@ -4776,13 +4940,13 @@ export declare const MODELS: {
4776
4940
  contextWindow: number;
4777
4941
  maxTokens: number;
4778
4942
  };
4779
- readonly "gemini-2.5-pro-preview-06-05": {
4943
+ readonly "gemini-2.0-flash-lite": {
4780
4944
  id: string;
4781
4945
  name: string;
4782
4946
  api: "google-generative-ai";
4783
4947
  provider: string;
4784
4948
  baseUrl: string;
4785
- reasoning: true;
4949
+ reasoning: false;
4786
4950
  input: ("image" | "text")[];
4787
4951
  cost: {
4788
4952
  input: number;
@@ -4793,16 +4957,13 @@ export declare const MODELS: {
4793
4957
  contextWindow: number;
4794
4958
  maxTokens: number;
4795
4959
  };
4796
- readonly "gemini-3-flash-preview": {
4960
+ readonly "gemini-2.5-flash": {
4797
4961
  id: string;
4798
4962
  name: string;
4799
4963
  api: "google-generative-ai";
4800
4964
  provider: string;
4801
4965
  baseUrl: string;
4802
4966
  reasoning: true;
4803
- thinkingLevelMap: {
4804
- off: null;
4805
- };
4806
4967
  input: ("image" | "text")[];
4807
4968
  cost: {
4808
4969
  input: number;
@@ -4813,20 +4974,13 @@ export declare const MODELS: {
4813
4974
  contextWindow: number;
4814
4975
  maxTokens: number;
4815
4976
  };
4816
- readonly "gemini-3-pro-preview": {
4977
+ readonly "gemini-2.5-flash-lite": {
4817
4978
  id: string;
4818
4979
  name: string;
4819
4980
  api: "google-generative-ai";
4820
4981
  provider: string;
4821
4982
  baseUrl: string;
4822
4983
  reasoning: true;
4823
- thinkingLevelMap: {
4824
- off: null;
4825
- minimal: null;
4826
- low: string;
4827
- medium: null;
4828
- high: string;
4829
- };
4830
4984
  input: ("image" | "text")[];
4831
4985
  cost: {
4832
4986
  input: number;
@@ -4837,16 +4991,13 @@ export declare const MODELS: {
4837
4991
  contextWindow: number;
4838
4992
  maxTokens: number;
4839
4993
  };
4840
- readonly "gemini-3.1-flash-lite": {
4994
+ readonly "gemini-2.5-flash-lite-preview-06-17": {
4841
4995
  id: string;
4842
4996
  name: string;
4843
4997
  api: "google-generative-ai";
4844
4998
  provider: string;
4845
4999
  baseUrl: string;
4846
5000
  reasoning: true;
4847
- thinkingLevelMap: {
4848
- off: null;
4849
- };
4850
5001
  input: ("image" | "text")[];
4851
5002
  cost: {
4852
5003
  input: number;
@@ -4857,16 +5008,13 @@ export declare const MODELS: {
4857
5008
  contextWindow: number;
4858
5009
  maxTokens: number;
4859
5010
  };
4860
- readonly "gemini-3.1-flash-lite-preview": {
5011
+ readonly "gemini-2.5-flash-lite-preview-09-2025": {
4861
5012
  id: string;
4862
5013
  name: string;
4863
5014
  api: "google-generative-ai";
4864
5015
  provider: string;
4865
5016
  baseUrl: string;
4866
5017
  reasoning: true;
4867
- thinkingLevelMap: {
4868
- off: null;
4869
- };
4870
5018
  input: ("image" | "text")[];
4871
5019
  cost: {
4872
5020
  input: number;
@@ -4877,20 +5025,13 @@ export declare const MODELS: {
4877
5025
  contextWindow: number;
4878
5026
  maxTokens: number;
4879
5027
  };
4880
- readonly "gemini-3.1-pro-preview": {
5028
+ readonly "gemini-2.5-flash-preview-04-17": {
4881
5029
  id: string;
4882
5030
  name: string;
4883
5031
  api: "google-generative-ai";
4884
5032
  provider: string;
4885
5033
  baseUrl: string;
4886
5034
  reasoning: true;
4887
- thinkingLevelMap: {
4888
- off: null;
4889
- minimal: null;
4890
- low: string;
4891
- medium: null;
4892
- high: string;
4893
- };
4894
5035
  input: ("image" | "text")[];
4895
5036
  cost: {
4896
5037
  input: number;
@@ -4901,20 +5042,13 @@ export declare const MODELS: {
4901
5042
  contextWindow: number;
4902
5043
  maxTokens: number;
4903
5044
  };
4904
- readonly "gemini-3.1-pro-preview-customtools": {
5045
+ readonly "gemini-2.5-flash-preview-05-20": {
4905
5046
  id: string;
4906
5047
  name: string;
4907
5048
  api: "google-generative-ai";
4908
5049
  provider: string;
4909
5050
  baseUrl: string;
4910
5051
  reasoning: true;
4911
- thinkingLevelMap: {
4912
- off: null;
4913
- minimal: null;
4914
- low: string;
4915
- medium: null;
4916
- high: string;
4917
- };
4918
5052
  input: ("image" | "text")[];
4919
5053
  cost: {
4920
5054
  input: number;
@@ -4925,7 +5059,7 @@ export declare const MODELS: {
4925
5059
  contextWindow: number;
4926
5060
  maxTokens: number;
4927
5061
  };
4928
- readonly "gemini-flash-latest": {
5062
+ readonly "gemini-2.5-flash-preview-09-2025": {
4929
5063
  id: string;
4930
5064
  name: string;
4931
5065
  api: "google-generative-ai";
@@ -4942,7 +5076,7 @@ export declare const MODELS: {
4942
5076
  contextWindow: number;
4943
5077
  maxTokens: number;
4944
5078
  };
4945
- readonly "gemini-flash-lite-latest": {
5079
+ readonly "gemini-2.5-pro": {
4946
5080
  id: string;
4947
5081
  name: string;
4948
5082
  api: "google-generative-ai";
@@ -4959,7 +5093,7 @@ export declare const MODELS: {
4959
5093
  contextWindow: number;
4960
5094
  maxTokens: number;
4961
5095
  };
4962
- readonly "gemini-live-2.5-flash": {
5096
+ readonly "gemini-2.5-pro-preview-05-06": {
4963
5097
  id: string;
4964
5098
  name: string;
4965
5099
  api: "google-generative-ai";
@@ -4976,30 +5110,13 @@ export declare const MODELS: {
4976
5110
  contextWindow: number;
4977
5111
  maxTokens: number;
4978
5112
  };
4979
- readonly "gemini-live-2.5-flash-preview-native-audio": {
5113
+ readonly "gemini-2.5-pro-preview-06-05": {
4980
5114
  id: string;
4981
5115
  name: string;
4982
5116
  api: "google-generative-ai";
4983
5117
  provider: string;
4984
5118
  baseUrl: string;
4985
5119
  reasoning: true;
4986
- input: "text"[];
4987
- cost: {
4988
- input: number;
4989
- output: number;
4990
- cacheRead: number;
4991
- cacheWrite: number;
4992
- };
4993
- contextWindow: number;
4994
- maxTokens: number;
4995
- };
4996
- readonly "gemma-3-27b-it": {
4997
- id: string;
4998
- name: string;
4999
- api: "google-generative-ai";
5000
- provider: string;
5001
- baseUrl: string;
5002
- reasoning: false;
5003
5120
  input: ("image" | "text")[];
5004
5121
  cost: {
5005
5122
  input: number;
@@ -5010,7 +5127,7 @@ export declare const MODELS: {
5010
5127
  contextWindow: number;
5011
5128
  maxTokens: number;
5012
5129
  };
5013
- readonly "gemma-4-26b-a4b-it": {
5130
+ readonly "gemini-3-flash-preview": {
5014
5131
  id: string;
5015
5132
  name: string;
5016
5133
  api: "google-generative-ai";
@@ -5019,10 +5136,6 @@ export declare const MODELS: {
5019
5136
  reasoning: true;
5020
5137
  thinkingLevelMap: {
5021
5138
  off: null;
5022
- minimal: string;
5023
- low: null;
5024
- medium: null;
5025
- high: string;
5026
5139
  };
5027
5140
  input: ("image" | "text")[];
5028
5141
  cost: {
@@ -5034,7 +5147,7 @@ export declare const MODELS: {
5034
5147
  contextWindow: number;
5035
5148
  maxTokens: number;
5036
5149
  };
5037
- readonly "gemma-4-31b-it": {
5150
+ readonly "gemini-3-pro-preview": {
5038
5151
  id: string;
5039
5152
  name: string;
5040
5153
  api: "google-generative-ai";
@@ -5043,8 +5156,8 @@ export declare const MODELS: {
5043
5156
  reasoning: true;
5044
5157
  thinkingLevelMap: {
5045
5158
  off: null;
5046
- minimal: string;
5047
- low: null;
5159
+ minimal: null;
5160
+ low: string;
5048
5161
  medium: null;
5049
5162
  high: string;
5050
5163
  };
@@ -5058,52 +5171,16 @@ export declare const MODELS: {
5058
5171
  contextWindow: number;
5059
5172
  maxTokens: number;
5060
5173
  };
5061
- };
5062
- readonly "google-antigravity": {
5063
- readonly "claude-opus-4-5-thinking": {
5064
- id: string;
5065
- name: string;
5066
- api: "google-gemini-cli";
5067
- provider: string;
5068
- baseUrl: string;
5069
- reasoning: true;
5070
- input: ("image" | "text")[];
5071
- cost: {
5072
- input: number;
5073
- output: number;
5074
- cacheRead: number;
5075
- cacheWrite: number;
5076
- };
5077
- contextWindow: number;
5078
- maxTokens: number;
5079
- };
5080
- readonly "claude-opus-4-6-thinking": {
5174
+ readonly "gemini-3.1-flash-lite": {
5081
5175
  id: string;
5082
5176
  name: string;
5083
- api: "google-gemini-cli";
5177
+ api: "google-generative-ai";
5084
5178
  provider: string;
5085
5179
  baseUrl: string;
5086
5180
  reasoning: true;
5087
5181
  thinkingLevelMap: {
5088
- xhigh: string;
5089
- };
5090
- input: ("image" | "text")[];
5091
- cost: {
5092
- input: number;
5093
- output: number;
5094
- cacheRead: number;
5095
- cacheWrite: number;
5182
+ off: null;
5096
5183
  };
5097
- contextWindow: number;
5098
- maxTokens: number;
5099
- };
5100
- readonly "claude-sonnet-4-5": {
5101
- id: string;
5102
- name: string;
5103
- api: "google-gemini-cli";
5104
- provider: string;
5105
- baseUrl: string;
5106
- reasoning: false;
5107
5184
  input: ("image" | "text")[];
5108
5185
  cost: {
5109
5186
  input: number;
@@ -5114,30 +5191,16 @@ export declare const MODELS: {
5114
5191
  contextWindow: number;
5115
5192
  maxTokens: number;
5116
5193
  };
5117
- readonly "claude-sonnet-4-5-thinking": {
5194
+ readonly "gemini-3.1-flash-lite-preview": {
5118
5195
  id: string;
5119
5196
  name: string;
5120
- api: "google-gemini-cli";
5197
+ api: "google-generative-ai";
5121
5198
  provider: string;
5122
5199
  baseUrl: string;
5123
5200
  reasoning: true;
5124
- input: ("image" | "text")[];
5125
- cost: {
5126
- input: number;
5127
- output: number;
5128
- cacheRead: number;
5129
- cacheWrite: number;
5201
+ thinkingLevelMap: {
5202
+ off: null;
5130
5203
  };
5131
- contextWindow: number;
5132
- maxTokens: number;
5133
- };
5134
- readonly "claude-sonnet-4-6": {
5135
- id: string;
5136
- name: string;
5137
- api: "google-gemini-cli";
5138
- provider: string;
5139
- baseUrl: string;
5140
- reasoning: true;
5141
5204
  input: ("image" | "text")[];
5142
5205
  cost: {
5143
5206
  input: number;
@@ -5148,30 +5211,20 @@ export declare const MODELS: {
5148
5211
  contextWindow: number;
5149
5212
  maxTokens: number;
5150
5213
  };
5151
- readonly "gemini-3-flash": {
5214
+ readonly "gemini-3.1-pro-preview": {
5152
5215
  id: string;
5153
5216
  name: string;
5154
- api: "google-gemini-cli";
5217
+ api: "google-generative-ai";
5155
5218
  provider: string;
5156
5219
  baseUrl: string;
5157
5220
  reasoning: true;
5158
- input: ("image" | "text")[];
5159
- cost: {
5160
- input: number;
5161
- output: number;
5162
- cacheRead: number;
5163
- cacheWrite: number;
5221
+ thinkingLevelMap: {
5222
+ off: null;
5223
+ minimal: null;
5224
+ low: string;
5225
+ medium: null;
5226
+ high: string;
5164
5227
  };
5165
- contextWindow: number;
5166
- maxTokens: number;
5167
- };
5168
- readonly "gemini-3.1-pro-high": {
5169
- id: string;
5170
- name: string;
5171
- api: "google-gemini-cli";
5172
- provider: string;
5173
- baseUrl: string;
5174
- reasoning: true;
5175
5228
  input: ("image" | "text")[];
5176
5229
  cost: {
5177
5230
  input: number;
@@ -5182,31 +5235,21 @@ export declare const MODELS: {
5182
5235
  contextWindow: number;
5183
5236
  maxTokens: number;
5184
5237
  };
5185
- readonly "gemini-3.1-pro-low": {
5238
+ readonly "gemini-3.1-pro-preview-customtools": {
5186
5239
  id: string;
5187
5240
  name: string;
5188
- api: "google-gemini-cli";
5241
+ api: "google-generative-ai";
5189
5242
  provider: string;
5190
5243
  baseUrl: string;
5191
5244
  reasoning: true;
5192
- input: ("image" | "text")[];
5193
- cost: {
5194
- input: number;
5195
- output: number;
5196
- cacheRead: number;
5197
- cacheWrite: number;
5245
+ thinkingLevelMap: {
5246
+ off: null;
5247
+ minimal: null;
5248
+ low: string;
5249
+ medium: null;
5250
+ high: string;
5198
5251
  };
5199
- contextWindow: number;
5200
- maxTokens: number;
5201
- };
5202
- readonly "gpt-oss-120b-medium": {
5203
- id: string;
5204
- name: string;
5205
- api: "google-gemini-cli";
5206
- provider: string;
5207
- baseUrl: string;
5208
- reasoning: false;
5209
- input: "text"[];
5252
+ input: ("image" | "text")[];
5210
5253
  cost: {
5211
5254
  input: number;
5212
5255
  output: number;
@@ -5216,15 +5259,13 @@ export declare const MODELS: {
5216
5259
  contextWindow: number;
5217
5260
  maxTokens: number;
5218
5261
  };
5219
- };
5220
- readonly "google-gemini-cli": {
5221
- readonly "gemini-2.0-flash": {
5262
+ readonly "gemini-flash-latest": {
5222
5263
  id: string;
5223
5264
  name: string;
5224
- api: "google-gemini-cli";
5265
+ api: "google-generative-ai";
5225
5266
  provider: string;
5226
5267
  baseUrl: string;
5227
- reasoning: false;
5268
+ reasoning: true;
5228
5269
  input: ("image" | "text")[];
5229
5270
  cost: {
5230
5271
  input: number;
@@ -5235,10 +5276,10 @@ export declare const MODELS: {
5235
5276
  contextWindow: number;
5236
5277
  maxTokens: number;
5237
5278
  };
5238
- readonly "gemini-2.5-flash": {
5279
+ readonly "gemini-flash-lite-latest": {
5239
5280
  id: string;
5240
5281
  name: string;
5241
- api: "google-gemini-cli";
5282
+ api: "google-generative-ai";
5242
5283
  provider: string;
5243
5284
  baseUrl: string;
5244
5285
  reasoning: true;
@@ -5252,10 +5293,10 @@ export declare const MODELS: {
5252
5293
  contextWindow: number;
5253
5294
  maxTokens: number;
5254
5295
  };
5255
- readonly "gemini-2.5-pro": {
5296
+ readonly "gemini-live-2.5-flash": {
5256
5297
  id: string;
5257
5298
  name: string;
5258
- api: "google-gemini-cli";
5299
+ api: "google-generative-ai";
5259
5300
  provider: string;
5260
5301
  baseUrl: string;
5261
5302
  reasoning: true;
@@ -5269,14 +5310,14 @@ export declare const MODELS: {
5269
5310
  contextWindow: number;
5270
5311
  maxTokens: number;
5271
5312
  };
5272
- readonly "gemini-3-flash-preview": {
5313
+ readonly "gemini-live-2.5-flash-preview-native-audio": {
5273
5314
  id: string;
5274
5315
  name: string;
5275
- api: "google-gemini-cli";
5316
+ api: "google-generative-ai";
5276
5317
  provider: string;
5277
5318
  baseUrl: string;
5278
5319
  reasoning: true;
5279
- input: ("image" | "text")[];
5320
+ input: "text"[];
5280
5321
  cost: {
5281
5322
  input: number;
5282
5323
  output: number;
@@ -5286,13 +5327,13 @@ export declare const MODELS: {
5286
5327
  contextWindow: number;
5287
5328
  maxTokens: number;
5288
5329
  };
5289
- readonly "gemini-3-pro-preview": {
5330
+ readonly "gemma-3-27b-it": {
5290
5331
  id: string;
5291
5332
  name: string;
5292
- api: "google-gemini-cli";
5333
+ api: "google-generative-ai";
5293
5334
  provider: string;
5294
5335
  baseUrl: string;
5295
- reasoning: true;
5336
+ reasoning: false;
5296
5337
  input: ("image" | "text")[];
5297
5338
  cost: {
5298
5339
  input: number;
@@ -5303,13 +5344,20 @@ export declare const MODELS: {
5303
5344
  contextWindow: number;
5304
5345
  maxTokens: number;
5305
5346
  };
5306
- readonly "gemini-3.1-flash-lite-preview": {
5347
+ readonly "gemma-4-26b-a4b-it": {
5307
5348
  id: string;
5308
5349
  name: string;
5309
- api: "google-gemini-cli";
5350
+ api: "google-generative-ai";
5310
5351
  provider: string;
5311
5352
  baseUrl: string;
5312
5353
  reasoning: true;
5354
+ thinkingLevelMap: {
5355
+ off: null;
5356
+ minimal: string;
5357
+ low: null;
5358
+ medium: null;
5359
+ high: string;
5360
+ };
5313
5361
  input: ("image" | "text")[];
5314
5362
  cost: {
5315
5363
  input: number;
@@ -5320,13 +5368,20 @@ export declare const MODELS: {
5320
5368
  contextWindow: number;
5321
5369
  maxTokens: number;
5322
5370
  };
5323
- readonly "gemini-3.1-pro-preview": {
5371
+ readonly "gemma-4-31b-it": {
5324
5372
  id: string;
5325
5373
  name: string;
5326
- api: "google-gemini-cli";
5374
+ api: "google-generative-ai";
5327
5375
  provider: string;
5328
5376
  baseUrl: string;
5329
5377
  reasoning: true;
5378
+ thinkingLevelMap: {
5379
+ off: null;
5380
+ minimal: string;
5381
+ low: null;
5382
+ medium: null;
5383
+ high: string;
5384
+ };
5330
5385
  input: ("image" | "text")[];
5331
5386
  cost: {
5332
5387
  input: number;
@@ -8440,34 +8495,6 @@ export declare const MODELS: {
8440
8495
  contextWindow: number;
8441
8496
  maxTokens: number;
8442
8497
  };
8443
- readonly "deepseek-v4-flash-free": {
8444
- id: string;
8445
- name: string;
8446
- api: "openai-completions";
8447
- provider: string;
8448
- baseUrl: string;
8449
- compat: {
8450
- requiresReasoningContentOnAssistantMessages: true;
8451
- thinkingFormat: "deepseek";
8452
- };
8453
- reasoning: true;
8454
- thinkingLevelMap: {
8455
- minimal: null;
8456
- low: null;
8457
- medium: null;
8458
- high: string;
8459
- xhigh: string;
8460
- };
8461
- input: "text"[];
8462
- cost: {
8463
- input: number;
8464
- output: number;
8465
- cacheRead: number;
8466
- cacheWrite: number;
8467
- };
8468
- contextWindow: number;
8469
- maxTokens: number;
8470
- };
8471
8498
  readonly "gemini-3-flash": {
8472
8499
  id: string;
8473
8500
  name: string;
@@ -8875,14 +8902,14 @@ export declare const MODELS: {
8875
8902
  contextWindow: number;
8876
8903
  maxTokens: number;
8877
8904
  };
8878
- readonly "kimi-k2.5": {
8905
+ readonly "hy3-preview-free": {
8879
8906
  id: string;
8880
8907
  name: string;
8881
8908
  api: "openai-completions";
8882
8909
  provider: string;
8883
8910
  baseUrl: string;
8884
8911
  reasoning: true;
8885
- input: ("image" | "text")[];
8912
+ input: "text"[];
8886
8913
  cost: {
8887
8914
  input: number;
8888
8915
  output: number;
@@ -8892,7 +8919,7 @@ export declare const MODELS: {
8892
8919
  contextWindow: number;
8893
8920
  maxTokens: number;
8894
8921
  };
8895
- readonly "kimi-k2.6": {
8922
+ readonly "kimi-k2.5": {
8896
8923
  id: string;
8897
8924
  name: string;
8898
8925
  api: "openai-completions";
@@ -8909,14 +8936,14 @@ export declare const MODELS: {
8909
8936
  contextWindow: number;
8910
8937
  maxTokens: number;
8911
8938
  };
8912
- readonly "minimax-m2.5": {
8939
+ readonly "kimi-k2.6": {
8913
8940
  id: string;
8914
8941
  name: string;
8915
8942
  api: "openai-completions";
8916
8943
  provider: string;
8917
8944
  baseUrl: string;
8918
8945
  reasoning: true;
8919
- input: "text"[];
8946
+ input: ("image" | "text")[];
8920
8947
  cost: {
8921
8948
  input: number;
8922
8949
  output: number;
@@ -8926,10 +8953,10 @@ export declare const MODELS: {
8926
8953
  contextWindow: number;
8927
8954
  maxTokens: number;
8928
8955
  };
8929
- readonly "minimax-m2.5-free": {
8956
+ readonly "minimax-m2.5": {
8930
8957
  id: string;
8931
8958
  name: string;
8932
- api: "anthropic-messages";
8959
+ api: "openai-completions";
8933
8960
  provider: string;
8934
8961
  baseUrl: string;
8935
8962
  reasoning: true;
@@ -8943,10 +8970,10 @@ export declare const MODELS: {
8943
8970
  contextWindow: number;
8944
8971
  maxTokens: number;
8945
8972
  };
8946
- readonly "minimax-m2.7": {
8973
+ readonly "minimax-m2.5-free": {
8947
8974
  id: string;
8948
8975
  name: string;
8949
- api: "openai-completions";
8976
+ api: "anthropic-messages";
8950
8977
  provider: string;
8951
8978
  baseUrl: string;
8952
8979
  reasoning: true;
@@ -8960,7 +8987,7 @@ export declare const MODELS: {
8960
8987
  contextWindow: number;
8961
8988
  maxTokens: number;
8962
8989
  };
8963
- readonly "nemotron-3-super-free": {
8990
+ readonly "minimax-m2.7": {
8964
8991
  id: string;
8965
8992
  name: string;
8966
8993
  api: "openai-completions";
@@ -8977,14 +9004,14 @@ export declare const MODELS: {
8977
9004
  contextWindow: number;
8978
9005
  maxTokens: number;
8979
9006
  };
8980
- readonly "qwen3.5-plus": {
9007
+ readonly "nemotron-3-super-free": {
8981
9008
  id: string;
8982
9009
  name: string;
8983
- api: "anthropic-messages";
9010
+ api: "openai-completions";
8984
9011
  provider: string;
8985
9012
  baseUrl: string;
8986
9013
  reasoning: true;
8987
- input: ("image" | "text")[];
9014
+ input: "text"[];
8988
9015
  cost: {
8989
9016
  input: number;
8990
9017
  output: number;
@@ -8994,7 +9021,7 @@ export declare const MODELS: {
8994
9021
  contextWindow: number;
8995
9022
  maxTokens: number;
8996
9023
  };
8997
- readonly "qwen3.6-plus": {
9024
+ readonly "qwen3.5-plus": {
8998
9025
  id: string;
8999
9026
  name: string;
9000
9027
  api: "anthropic-messages";
@@ -9011,7 +9038,7 @@ export declare const MODELS: {
9011
9038
  contextWindow: number;
9012
9039
  maxTokens: number;
9013
9040
  };
9014
- readonly "qwen3.6-plus-free": {
9041
+ readonly "qwen3.6-plus": {
9015
9042
  id: string;
9016
9043
  name: string;
9017
9044
  api: "anthropic-messages";
@@ -9191,7 +9218,7 @@ export declare const MODELS: {
9191
9218
  readonly "minimax-m2.5": {
9192
9219
  id: string;
9193
9220
  name: string;
9194
- api: "anthropic-messages";
9221
+ api: "openai-completions";
9195
9222
  provider: string;
9196
9223
  baseUrl: string;
9197
9224
  reasoning: true;
@@ -9417,7 +9444,7 @@ export declare const MODELS: {
9417
9444
  contextWindow: number;
9418
9445
  maxTokens: number;
9419
9446
  };
9420
- readonly "anthropic/claude-haiku-4.5": {
9447
+ readonly "anthropic/claude-3.7-sonnet": {
9421
9448
  id: string;
9422
9449
  name: string;
9423
9450
  api: "openai-completions";
@@ -9434,7 +9461,7 @@ export declare const MODELS: {
9434
9461
  contextWindow: number;
9435
9462
  maxTokens: number;
9436
9463
  };
9437
- readonly "anthropic/claude-opus-4": {
9464
+ readonly "anthropic/claude-3.7-sonnet:thinking": {
9438
9465
  id: string;
9439
9466
  name: string;
9440
9467
  api: "openai-completions";
@@ -9451,7 +9478,7 @@ export declare const MODELS: {
9451
9478
  contextWindow: number;
9452
9479
  maxTokens: number;
9453
9480
  };
9454
- readonly "anthropic/claude-opus-4.1": {
9481
+ readonly "anthropic/claude-haiku-4.5": {
9455
9482
  id: string;
9456
9483
  name: string;
9457
9484
  api: "openai-completions";
@@ -9468,7 +9495,7 @@ export declare const MODELS: {
9468
9495
  contextWindow: number;
9469
9496
  maxTokens: number;
9470
9497
  };
9471
- readonly "anthropic/claude-opus-4.5": {
9498
+ readonly "anthropic/claude-opus-4": {
9472
9499
  id: string;
9473
9500
  name: string;
9474
9501
  api: "openai-completions";
@@ -9485,16 +9512,13 @@ export declare const MODELS: {
9485
9512
  contextWindow: number;
9486
9513
  maxTokens: number;
9487
9514
  };
9488
- readonly "anthropic/claude-opus-4.6": {
9515
+ readonly "anthropic/claude-opus-4.1": {
9489
9516
  id: string;
9490
9517
  name: string;
9491
9518
  api: "openai-completions";
9492
9519
  provider: string;
9493
9520
  baseUrl: string;
9494
9521
  reasoning: true;
9495
- thinkingLevelMap: {
9496
- xhigh: string;
9497
- };
9498
9522
  input: ("image" | "text")[];
9499
9523
  cost: {
9500
9524
  input: number;
@@ -9505,16 +9529,13 @@ export declare const MODELS: {
9505
9529
  contextWindow: number;
9506
9530
  maxTokens: number;
9507
9531
  };
9508
- readonly "anthropic/claude-opus-4.6-fast": {
9532
+ readonly "anthropic/claude-opus-4.5": {
9509
9533
  id: string;
9510
9534
  name: string;
9511
9535
  api: "openai-completions";
9512
9536
  provider: string;
9513
9537
  baseUrl: string;
9514
9538
  reasoning: true;
9515
- thinkingLevelMap: {
9516
- xhigh: string;
9517
- };
9518
9539
  input: ("image" | "text")[];
9519
9540
  cost: {
9520
9541
  input: number;
@@ -9525,7 +9546,7 @@ export declare const MODELS: {
9525
9546
  contextWindow: number;
9526
9547
  maxTokens: number;
9527
9548
  };
9528
- readonly "anthropic/claude-opus-4.7": {
9549
+ readonly "anthropic/claude-opus-4.6": {
9529
9550
  id: string;
9530
9551
  name: string;
9531
9552
  api: "openai-completions";
@@ -9545,7 +9566,7 @@ export declare const MODELS: {
9545
9566
  contextWindow: number;
9546
9567
  maxTokens: number;
9547
9568
  };
9548
- readonly "anthropic/claude-opus-4.7-fast": {
9569
+ readonly "anthropic/claude-opus-4.6-fast": {
9549
9570
  id: string;
9550
9571
  name: string;
9551
9572
  api: "openai-completions";
@@ -9565,13 +9586,16 @@ export declare const MODELS: {
9565
9586
  contextWindow: number;
9566
9587
  maxTokens: number;
9567
9588
  };
9568
- readonly "anthropic/claude-sonnet-4": {
9589
+ readonly "anthropic/claude-opus-4.7": {
9569
9590
  id: string;
9570
9591
  name: string;
9571
9592
  api: "openai-completions";
9572
9593
  provider: string;
9573
9594
  baseUrl: string;
9574
9595
  reasoning: true;
9596
+ thinkingLevelMap: {
9597
+ xhigh: string;
9598
+ };
9575
9599
  input: ("image" | "text")[];
9576
9600
  cost: {
9577
9601
  input: number;
@@ -9582,7 +9606,7 @@ export declare const MODELS: {
9582
9606
  contextWindow: number;
9583
9607
  maxTokens: number;
9584
9608
  };
9585
- readonly "anthropic/claude-sonnet-4.5": {
9609
+ readonly "anthropic/claude-sonnet-4": {
9586
9610
  id: string;
9587
9611
  name: string;
9588
9612
  api: "openai-completions";
@@ -9599,7 +9623,7 @@ export declare const MODELS: {
9599
9623
  contextWindow: number;
9600
9624
  maxTokens: number;
9601
9625
  };
9602
- readonly "anthropic/claude-sonnet-4.6": {
9626
+ readonly "anthropic/claude-sonnet-4.5": {
9603
9627
  id: string;
9604
9628
  name: string;
9605
9629
  api: "openai-completions";
@@ -9616,14 +9640,14 @@ export declare const MODELS: {
9616
9640
  contextWindow: number;
9617
9641
  maxTokens: number;
9618
9642
  };
9619
- readonly "arcee-ai/trinity-large-preview": {
9643
+ readonly "anthropic/claude-sonnet-4.6": {
9620
9644
  id: string;
9621
9645
  name: string;
9622
9646
  api: "openai-completions";
9623
9647
  provider: string;
9624
9648
  baseUrl: string;
9625
- reasoning: false;
9626
- input: "text"[];
9649
+ reasoning: true;
9650
+ input: ("image" | "text")[];
9627
9651
  cost: {
9628
9652
  input: number;
9629
9653
  output: number;
@@ -9633,13 +9657,13 @@ export declare const MODELS: {
9633
9657
  contextWindow: number;
9634
9658
  maxTokens: number;
9635
9659
  };
9636
- readonly "arcee-ai/trinity-large-thinking": {
9660
+ readonly "arcee-ai/trinity-large-preview": {
9637
9661
  id: string;
9638
9662
  name: string;
9639
9663
  api: "openai-completions";
9640
9664
  provider: string;
9641
9665
  baseUrl: string;
9642
- reasoning: true;
9666
+ reasoning: false;
9643
9667
  input: "text"[];
9644
9668
  cost: {
9645
9669
  input: number;
@@ -9650,7 +9674,7 @@ export declare const MODELS: {
9650
9674
  contextWindow: number;
9651
9675
  maxTokens: number;
9652
9676
  };
9653
- readonly "arcee-ai/trinity-large-thinking:free": {
9677
+ readonly "arcee-ai/trinity-large-thinking": {
9654
9678
  id: string;
9655
9679
  name: string;
9656
9680
  api: "openai-completions";
@@ -10035,34 +10059,6 @@ export declare const MODELS: {
10035
10059
  contextWindow: number;
10036
10060
  maxTokens: number;
10037
10061
  };
10038
- readonly "deepseek/deepseek-v4-flash:free": {
10039
- id: string;
10040
- name: string;
10041
- api: "openai-completions";
10042
- provider: string;
10043
- baseUrl: string;
10044
- compat: {
10045
- requiresReasoningContentOnAssistantMessages: true;
10046
- thinkingFormat: "deepseek";
10047
- };
10048
- reasoning: true;
10049
- thinkingLevelMap: {
10050
- minimal: null;
10051
- low: null;
10052
- medium: null;
10053
- high: string;
10054
- xhigh: string;
10055
- };
10056
- input: "text"[];
10057
- cost: {
10058
- input: number;
10059
- output: number;
10060
- cacheRead: number;
10061
- cacheWrite: number;
10062
- };
10063
- contextWindow: number;
10064
- maxTokens: number;
10065
- };
10066
10062
  readonly "deepseek/deepseek-v4-pro": {
10067
10063
  id: string;
10068
10064
  name: string;
@@ -10502,23 +10498,6 @@ export declare const MODELS: {
10502
10498
  contextWindow: number;
10503
10499
  maxTokens: number;
10504
10500
  };
10505
- readonly "inclusionai/ring-2.6-1t:free": {
10506
- id: string;
10507
- name: string;
10508
- api: "openai-completions";
10509
- provider: string;
10510
- baseUrl: string;
10511
- reasoning: true;
10512
- input: "text"[];
10513
- cost: {
10514
- input: number;
10515
- output: number;
10516
- cacheRead: number;
10517
- cacheWrite: number;
10518
- };
10519
- contextWindow: number;
10520
- maxTokens: number;
10521
- };
10522
10501
  readonly "kwaipilot/kat-coder-pro-v2": {
10523
10502
  id: string;
10524
10503
  name: string;
@@ -12476,6 +12455,23 @@ export declare const MODELS: {
12476
12455
  contextWindow: number;
12477
12456
  maxTokens: number;
12478
12457
  };
12458
+ readonly "qwen/qwen-max": {
12459
+ id: string;
12460
+ name: string;
12461
+ api: "openai-completions";
12462
+ provider: string;
12463
+ baseUrl: string;
12464
+ reasoning: false;
12465
+ input: "text"[];
12466
+ cost: {
12467
+ input: number;
12468
+ output: number;
12469
+ cacheRead: number;
12470
+ cacheWrite: number;
12471
+ };
12472
+ contextWindow: number;
12473
+ maxTokens: number;
12474
+ };
12479
12475
  readonly "qwen/qwen-plus": {
12480
12476
  id: string;
12481
12477
  name: string;
@@ -12527,6 +12523,40 @@ export declare const MODELS: {
12527
12523
  contextWindow: number;
12528
12524
  maxTokens: number;
12529
12525
  };
12526
+ readonly "qwen/qwen-turbo": {
12527
+ id: string;
12528
+ name: string;
12529
+ api: "openai-completions";
12530
+ provider: string;
12531
+ baseUrl: string;
12532
+ reasoning: false;
12533
+ input: "text"[];
12534
+ cost: {
12535
+ input: number;
12536
+ output: number;
12537
+ cacheRead: number;
12538
+ cacheWrite: number;
12539
+ };
12540
+ contextWindow: number;
12541
+ maxTokens: number;
12542
+ };
12543
+ readonly "qwen/qwen-vl-max": {
12544
+ id: string;
12545
+ name: string;
12546
+ api: "openai-completions";
12547
+ provider: string;
12548
+ baseUrl: string;
12549
+ reasoning: false;
12550
+ input: ("image" | "text")[];
12551
+ cost: {
12552
+ input: number;
12553
+ output: number;
12554
+ cacheRead: number;
12555
+ cacheWrite: number;
12556
+ };
12557
+ contextWindow: number;
12558
+ maxTokens: number;
12559
+ };
12530
12560
  readonly "qwen/qwen3-14b": {
12531
12561
  id: string;
12532
12562
  name: string;
@@ -13292,7 +13322,7 @@ export declare const MODELS: {
13292
13322
  contextWindow: number;
13293
13323
  maxTokens: number;
13294
13324
  };
13295
- readonly "tencent/hy3-preview": {
13325
+ readonly "tencent/hy3-preview:free": {
13296
13326
  id: string;
13297
13327
  name: string;
13298
13328
  api: "openai-completions";
@@ -13343,6 +13373,23 @@ export declare const MODELS: {
13343
13373
  contextWindow: number;
13344
13374
  maxTokens: number;
13345
13375
  };
13376
+ readonly "tngtech/deepseek-r1t2-chimera": {
13377
+ id: string;
13378
+ name: string;
13379
+ api: "openai-completions";
13380
+ provider: string;
13381
+ baseUrl: string;
13382
+ reasoning: true;
13383
+ input: "text"[];
13384
+ cost: {
13385
+ input: number;
13386
+ output: number;
13387
+ cacheRead: number;
13388
+ cacheWrite: number;
13389
+ };
13390
+ contextWindow: number;
13391
+ maxTokens: number;
13392
+ };
13346
13393
  readonly "upstage/solar-pro-3": {
13347
13394
  id: string;
13348
13395
  name: string;
@@ -14826,6 +14873,23 @@ export declare const MODELS: {
14826
14873
  contextWindow: number;
14827
14874
  maxTokens: number;
14828
14875
  };
14876
+ readonly "anthropic/claude-3.7-sonnet": {
14877
+ id: string;
14878
+ name: string;
14879
+ api: "anthropic-messages";
14880
+ provider: string;
14881
+ baseUrl: string;
14882
+ reasoning: true;
14883
+ input: ("image" | "text")[];
14884
+ cost: {
14885
+ input: number;
14886
+ output: number;
14887
+ cacheRead: number;
14888
+ cacheWrite: number;
14889
+ };
14890
+ contextWindow: number;
14891
+ maxTokens: number;
14892
+ };
14829
14893
  readonly "anthropic/claude-haiku-4.5": {
14830
14894
  id: string;
14831
14895
  name: string;