@kolisachint/hoocode-ai 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,6 +159,23 @@ export declare const MODELS: {
159
159
  contextWindow: number;
160
160
  maxTokens: number;
161
161
  };
162
+ readonly "anthropic.claude-opus-4-8": {
163
+ id: string;
164
+ name: string;
165
+ api: "bedrock-converse-stream";
166
+ provider: string;
167
+ baseUrl: string;
168
+ reasoning: true;
169
+ input: ("image" | "text")[];
170
+ cost: {
171
+ input: number;
172
+ output: number;
173
+ cacheRead: number;
174
+ cacheWrite: number;
175
+ };
176
+ contextWindow: number;
177
+ maxTokens: number;
178
+ };
162
179
  readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
163
180
  id: string;
164
181
  name: string;
@@ -230,6 +247,23 @@ export declare const MODELS: {
230
247
  contextWindow: number;
231
248
  maxTokens: number;
232
249
  };
250
+ readonly "au.anthropic.claude-opus-4-8": {
251
+ id: string;
252
+ name: string;
253
+ api: "bedrock-converse-stream";
254
+ provider: string;
255
+ baseUrl: string;
256
+ reasoning: true;
257
+ input: ("image" | "text")[];
258
+ cost: {
259
+ input: number;
260
+ output: number;
261
+ cacheRead: number;
262
+ cacheWrite: number;
263
+ };
264
+ contextWindow: number;
265
+ maxTokens: number;
266
+ };
233
267
  readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
234
268
  id: string;
235
269
  name: string;
@@ -389,6 +423,23 @@ export declare const MODELS: {
389
423
  contextWindow: number;
390
424
  maxTokens: number;
391
425
  };
426
+ readonly "eu.anthropic.claude-opus-4-8": {
427
+ id: string;
428
+ name: string;
429
+ api: "bedrock-converse-stream";
430
+ provider: string;
431
+ baseUrl: string;
432
+ reasoning: true;
433
+ input: ("image" | "text")[];
434
+ cost: {
435
+ input: number;
436
+ output: number;
437
+ cacheRead: number;
438
+ cacheWrite: number;
439
+ };
440
+ contextWindow: number;
441
+ maxTokens: number;
442
+ };
392
443
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
393
444
  id: string;
394
445
  name: string;
@@ -497,6 +548,23 @@ export declare const MODELS: {
497
548
  contextWindow: number;
498
549
  maxTokens: number;
499
550
  };
551
+ readonly "global.anthropic.claude-opus-4-8": {
552
+ id: string;
553
+ name: string;
554
+ api: "bedrock-converse-stream";
555
+ provider: string;
556
+ baseUrl: string;
557
+ reasoning: true;
558
+ input: ("image" | "text")[];
559
+ cost: {
560
+ input: number;
561
+ output: number;
562
+ cacheRead: number;
563
+ cacheWrite: number;
564
+ };
565
+ contextWindow: number;
566
+ maxTokens: number;
567
+ };
500
568
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
501
569
  id: string;
502
570
  name: string;
@@ -585,6 +653,23 @@ export declare const MODELS: {
585
653
  contextWindow: number;
586
654
  maxTokens: number;
587
655
  };
656
+ readonly "jp.anthropic.claude-opus-4-8": {
657
+ id: string;
658
+ name: string;
659
+ api: "bedrock-converse-stream";
660
+ provider: string;
661
+ baseUrl: string;
662
+ reasoning: true;
663
+ input: ("image" | "text")[];
664
+ cost: {
665
+ input: number;
666
+ output: number;
667
+ cacheRead: number;
668
+ cacheWrite: number;
669
+ };
670
+ contextWindow: number;
671
+ maxTokens: number;
672
+ };
588
673
  readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
589
674
  id: string;
590
675
  name: string;
@@ -1288,6 +1373,23 @@ export declare const MODELS: {
1288
1373
  contextWindow: number;
1289
1374
  maxTokens: number;
1290
1375
  };
1376
+ readonly "us.anthropic.claude-opus-4-8": {
1377
+ id: string;
1378
+ name: string;
1379
+ api: "bedrock-converse-stream";
1380
+ provider: string;
1381
+ baseUrl: string;
1382
+ reasoning: true;
1383
+ input: ("image" | "text")[];
1384
+ cost: {
1385
+ input: number;
1386
+ output: number;
1387
+ cacheRead: number;
1388
+ cacheWrite: number;
1389
+ };
1390
+ contextWindow: number;
1391
+ maxTokens: number;
1392
+ };
1291
1393
  readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1292
1394
  id: string;
1293
1395
  name: string;
@@ -1772,6 +1874,23 @@ export declare const MODELS: {
1772
1874
  contextWindow: number;
1773
1875
  maxTokens: number;
1774
1876
  };
1877
+ readonly "claude-opus-4-8": {
1878
+ id: string;
1879
+ name: string;
1880
+ api: "anthropic-messages";
1881
+ provider: string;
1882
+ baseUrl: string;
1883
+ reasoning: true;
1884
+ input: ("image" | "text")[];
1885
+ cost: {
1886
+ input: number;
1887
+ output: number;
1888
+ cacheRead: number;
1889
+ cacheWrite: number;
1890
+ };
1891
+ contextWindow: number;
1892
+ maxTokens: number;
1893
+ };
1775
1894
  readonly "claude-sonnet-4-0": {
1776
1895
  id: string;
1777
1896
  name: string;
@@ -2694,23 +2813,6 @@ export declare const MODELS: {
2694
2813
  contextWindow: number;
2695
2814
  maxTokens: number;
2696
2815
  };
2697
- readonly "qwen-3-235b-a22b-instruct-2507": {
2698
- id: string;
2699
- name: string;
2700
- api: "openai-completions";
2701
- provider: string;
2702
- baseUrl: string;
2703
- reasoning: false;
2704
- input: "text"[];
2705
- cost: {
2706
- input: number;
2707
- output: number;
2708
- cacheRead: number;
2709
- cacheWrite: number;
2710
- };
2711
- contextWindow: number;
2712
- maxTokens: number;
2713
- };
2714
2816
  readonly "zai-glm-4.7": {
2715
2817
  id: string;
2716
2818
  name: string;
@@ -3391,6 +3493,46 @@ export declare const MODELS: {
3391
3493
  contextWindow: number;
3392
3494
  maxTokens: number;
3393
3495
  };
3496
+ readonly "@cf/ibm-granite/granite-4.0-h-micro": {
3497
+ id: string;
3498
+ name: string;
3499
+ api: "openai-completions";
3500
+ provider: string;
3501
+ baseUrl: string;
3502
+ compat: {
3503
+ sendSessionAffinityHeaders: true;
3504
+ };
3505
+ reasoning: false;
3506
+ input: "text"[];
3507
+ cost: {
3508
+ input: number;
3509
+ output: number;
3510
+ cacheRead: number;
3511
+ cacheWrite: number;
3512
+ };
3513
+ contextWindow: number;
3514
+ maxTokens: number;
3515
+ };
3516
+ readonly "@cf/meta/llama-3.3-70b-instruct-fp8-fast": {
3517
+ id: string;
3518
+ name: string;
3519
+ api: "openai-completions";
3520
+ provider: string;
3521
+ baseUrl: string;
3522
+ compat: {
3523
+ sendSessionAffinityHeaders: true;
3524
+ };
3525
+ reasoning: false;
3526
+ input: "text"[];
3527
+ cost: {
3528
+ input: number;
3529
+ output: number;
3530
+ cacheRead: number;
3531
+ cacheWrite: number;
3532
+ };
3533
+ contextWindow: number;
3534
+ maxTokens: number;
3535
+ };
3394
3536
  readonly "@cf/meta/llama-4-scout-17b-16e-instruct": {
3395
3537
  id: string;
3396
3538
  name: string;
@@ -3411,6 +3553,26 @@ export declare const MODELS: {
3411
3553
  contextWindow: number;
3412
3554
  maxTokens: number;
3413
3555
  };
3556
+ readonly "@cf/mistralai/mistral-small-3.1-24b-instruct": {
3557
+ id: string;
3558
+ name: string;
3559
+ api: "openai-completions";
3560
+ provider: string;
3561
+ baseUrl: string;
3562
+ compat: {
3563
+ sendSessionAffinityHeaders: true;
3564
+ };
3565
+ reasoning: false;
3566
+ input: "text"[];
3567
+ cost: {
3568
+ input: number;
3569
+ output: number;
3570
+ cacheRead: number;
3571
+ cacheWrite: number;
3572
+ };
3573
+ contextWindow: number;
3574
+ maxTokens: number;
3575
+ };
3414
3576
  readonly "@cf/moonshotai/kimi-k2.5": {
3415
3577
  id: string;
3416
3578
  name: string;
@@ -3511,6 +3673,26 @@ export declare const MODELS: {
3511
3673
  contextWindow: number;
3512
3674
  maxTokens: number;
3513
3675
  };
3676
+ readonly "@cf/qwen/qwen3-30b-a3b-fp8": {
3677
+ id: string;
3678
+ name: string;
3679
+ api: "openai-completions";
3680
+ provider: string;
3681
+ baseUrl: string;
3682
+ compat: {
3683
+ sendSessionAffinityHeaders: true;
3684
+ };
3685
+ reasoning: true;
3686
+ input: "text"[];
3687
+ cost: {
3688
+ input: number;
3689
+ output: number;
3690
+ cacheRead: number;
3691
+ cacheWrite: number;
3692
+ };
3693
+ contextWindow: number;
3694
+ maxTokens: number;
3695
+ };
3514
3696
  readonly "@cf/zai-org/glm-4.7-flash": {
3515
3697
  id: string;
3516
3698
  name: string;
@@ -3591,7 +3773,7 @@ export declare const MODELS: {
3591
3773
  };
3592
3774
  };
3593
3775
  readonly fireworks: {
3594
- readonly "accounts/fireworks/models/deepseek-v3p1": {
3776
+ readonly "accounts/fireworks/models/deepseek-v4-flash": {
3595
3777
  id: string;
3596
3778
  name: string;
3597
3779
  api: "anthropic-messages";
@@ -3608,7 +3790,7 @@ export declare const MODELS: {
3608
3790
  contextWindow: number;
3609
3791
  maxTokens: number;
3610
3792
  };
3611
- readonly "accounts/fireworks/models/deepseek-v3p2": {
3793
+ readonly "accounts/fireworks/models/deepseek-v4-pro": {
3612
3794
  id: string;
3613
3795
  name: string;
3614
3796
  api: "anthropic-messages";
@@ -3625,7 +3807,7 @@ export declare const MODELS: {
3625
3807
  contextWindow: number;
3626
3808
  maxTokens: number;
3627
3809
  };
3628
- readonly "accounts/fireworks/models/deepseek-v4-pro": {
3810
+ readonly "accounts/fireworks/models/glm-5p1": {
3629
3811
  id: string;
3630
3812
  name: string;
3631
3813
  api: "anthropic-messages";
@@ -3642,7 +3824,7 @@ export declare const MODELS: {
3642
3824
  contextWindow: number;
3643
3825
  maxTokens: number;
3644
3826
  };
3645
- readonly "accounts/fireworks/models/glm-4p5": {
3827
+ readonly "accounts/fireworks/models/gpt-oss-120b": {
3646
3828
  id: string;
3647
3829
  name: string;
3648
3830
  api: "anthropic-messages";
@@ -3659,7 +3841,7 @@ export declare const MODELS: {
3659
3841
  contextWindow: number;
3660
3842
  maxTokens: number;
3661
3843
  };
3662
- readonly "accounts/fireworks/models/glm-4p5-air": {
3844
+ readonly "accounts/fireworks/models/gpt-oss-20b": {
3663
3845
  id: string;
3664
3846
  name: string;
3665
3847
  api: "anthropic-messages";
@@ -3676,14 +3858,14 @@ export declare const MODELS: {
3676
3858
  contextWindow: number;
3677
3859
  maxTokens: number;
3678
3860
  };
3679
- readonly "accounts/fireworks/models/glm-4p7": {
3861
+ readonly "accounts/fireworks/models/kimi-k2p5": {
3680
3862
  id: string;
3681
3863
  name: string;
3682
3864
  api: "anthropic-messages";
3683
3865
  provider: string;
3684
3866
  baseUrl: string;
3685
3867
  reasoning: true;
3686
- input: "text"[];
3868
+ input: ("image" | "text")[];
3687
3869
  cost: {
3688
3870
  input: number;
3689
3871
  output: number;
@@ -3693,14 +3875,14 @@ export declare const MODELS: {
3693
3875
  contextWindow: number;
3694
3876
  maxTokens: number;
3695
3877
  };
3696
- readonly "accounts/fireworks/models/glm-5": {
3878
+ readonly "accounts/fireworks/models/kimi-k2p6": {
3697
3879
  id: string;
3698
3880
  name: string;
3699
3881
  api: "anthropic-messages";
3700
3882
  provider: string;
3701
3883
  baseUrl: string;
3702
3884
  reasoning: true;
3703
- input: "text"[];
3885
+ input: ("image" | "text")[];
3704
3886
  cost: {
3705
3887
  input: number;
3706
3888
  output: number;
@@ -3710,7 +3892,7 @@ export declare const MODELS: {
3710
3892
  contextWindow: number;
3711
3893
  maxTokens: number;
3712
3894
  };
3713
- readonly "accounts/fireworks/models/glm-5p1": {
3895
+ readonly "accounts/fireworks/models/minimax-m2p5": {
3714
3896
  id: string;
3715
3897
  name: string;
3716
3898
  api: "anthropic-messages";
@@ -3727,7 +3909,7 @@ export declare const MODELS: {
3727
3909
  contextWindow: number;
3728
3910
  maxTokens: number;
3729
3911
  };
3730
- readonly "accounts/fireworks/models/gpt-oss-120b": {
3912
+ readonly "accounts/fireworks/models/minimax-m2p7": {
3731
3913
  id: string;
3732
3914
  name: string;
3733
3915
  api: "anthropic-messages";
@@ -3744,14 +3926,14 @@ export declare const MODELS: {
3744
3926
  contextWindow: number;
3745
3927
  maxTokens: number;
3746
3928
  };
3747
- readonly "accounts/fireworks/models/gpt-oss-20b": {
3929
+ readonly "accounts/fireworks/models/qwen3p6-plus": {
3748
3930
  id: string;
3749
3931
  name: string;
3750
3932
  api: "anthropic-messages";
3751
3933
  provider: string;
3752
3934
  baseUrl: string;
3753
3935
  reasoning: true;
3754
- input: "text"[];
3936
+ input: ("image" | "text")[];
3755
3937
  cost: {
3756
3938
  input: number;
3757
3939
  output: number;
@@ -3761,13 +3943,13 @@ export declare const MODELS: {
3761
3943
  contextWindow: number;
3762
3944
  maxTokens: number;
3763
3945
  };
3764
- readonly "accounts/fireworks/models/kimi-k2-instruct": {
3946
+ readonly "accounts/fireworks/routers/glm-5p1-fast": {
3765
3947
  id: string;
3766
3948
  name: string;
3767
3949
  api: "anthropic-messages";
3768
3950
  provider: string;
3769
3951
  baseUrl: string;
3770
- reasoning: false;
3952
+ reasoning: true;
3771
3953
  input: "text"[];
3772
3954
  cost: {
3773
3955
  input: number;
@@ -3778,14 +3960,14 @@ export declare const MODELS: {
3778
3960
  contextWindow: number;
3779
3961
  maxTokens: number;
3780
3962
  };
3781
- readonly "accounts/fireworks/models/kimi-k2-thinking": {
3963
+ readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
3782
3964
  id: string;
3783
3965
  name: string;
3784
3966
  api: "anthropic-messages";
3785
3967
  provider: string;
3786
3968
  baseUrl: string;
3787
3969
  reasoning: true;
3788
- input: "text"[];
3970
+ input: ("image" | "text")[];
3789
3971
  cost: {
3790
3972
  input: number;
3791
3973
  output: number;
@@ -3795,12 +3977,23 @@ export declare const MODELS: {
3795
3977
  contextWindow: number;
3796
3978
  maxTokens: number;
3797
3979
  };
3798
- readonly "accounts/fireworks/models/kimi-k2p5": {
3980
+ };
3981
+ readonly "github-copilot": {
3982
+ readonly "claude-haiku-4.5": {
3799
3983
  id: string;
3800
3984
  name: string;
3801
3985
  api: "anthropic-messages";
3802
3986
  provider: string;
3803
3987
  baseUrl: string;
3988
+ headers: {
3989
+ "User-Agent": string;
3990
+ "Editor-Version": string;
3991
+ "Editor-Plugin-Version": string;
3992
+ "Copilot-Integration-Id": string;
3993
+ };
3994
+ compat: {
3995
+ supportsEagerToolInputStreaming: false;
3996
+ };
3804
3997
  reasoning: true;
3805
3998
  input: ("image" | "text")[];
3806
3999
  cost: {
@@ -3812,12 +4005,18 @@ export declare const MODELS: {
3812
4005
  contextWindow: number;
3813
4006
  maxTokens: number;
3814
4007
  };
3815
- readonly "accounts/fireworks/models/kimi-k2p6": {
4008
+ readonly "claude-opus-4.5": {
3816
4009
  id: string;
3817
4010
  name: string;
3818
4011
  api: "anthropic-messages";
3819
4012
  provider: string;
3820
4013
  baseUrl: string;
4014
+ headers: {
4015
+ "User-Agent": string;
4016
+ "Editor-Version": string;
4017
+ "Editor-Plugin-Version": string;
4018
+ "Copilot-Integration-Id": string;
4019
+ };
3821
4020
  reasoning: true;
3822
4021
  input: ("image" | "text")[];
3823
4022
  cost: {
@@ -3829,81 +4028,22 @@ export declare const MODELS: {
3829
4028
  contextWindow: number;
3830
4029
  maxTokens: number;
3831
4030
  };
3832
- readonly "accounts/fireworks/models/minimax-m2p1": {
4031
+ readonly "claude-opus-4.6": {
3833
4032
  id: string;
3834
4033
  name: string;
3835
4034
  api: "anthropic-messages";
3836
4035
  provider: string;
3837
4036
  baseUrl: string;
4037
+ headers: {
4038
+ "User-Agent": string;
4039
+ "Editor-Version": string;
4040
+ "Editor-Plugin-Version": string;
4041
+ "Copilot-Integration-Id": string;
4042
+ };
3838
4043
  reasoning: true;
3839
- input: "text"[];
3840
- cost: {
3841
- input: number;
3842
- output: number;
3843
- cacheRead: number;
3844
- cacheWrite: number;
3845
- };
3846
- contextWindow: number;
3847
- maxTokens: number;
3848
- };
3849
- readonly "accounts/fireworks/models/minimax-m2p5": {
3850
- id: string;
3851
- name: string;
3852
- api: "anthropic-messages";
3853
- provider: string;
3854
- baseUrl: string;
3855
- reasoning: true;
3856
- input: "text"[];
3857
- cost: {
3858
- input: number;
3859
- output: number;
3860
- cacheRead: number;
3861
- cacheWrite: number;
3862
- };
3863
- contextWindow: number;
3864
- maxTokens: number;
3865
- };
3866
- readonly "accounts/fireworks/models/minimax-m2p7": {
3867
- id: string;
3868
- name: string;
3869
- api: "anthropic-messages";
3870
- provider: string;
3871
- baseUrl: string;
3872
- reasoning: true;
3873
- input: "text"[];
3874
- cost: {
3875
- input: number;
3876
- output: number;
3877
- cacheRead: number;
3878
- cacheWrite: number;
3879
- };
3880
- contextWindow: number;
3881
- maxTokens: number;
3882
- };
3883
- readonly "accounts/fireworks/models/qwen3p6-plus": {
3884
- id: string;
3885
- name: string;
3886
- api: "anthropic-messages";
3887
- provider: string;
3888
- baseUrl: string;
3889
- reasoning: true;
3890
- input: ("image" | "text")[];
3891
- cost: {
3892
- input: number;
3893
- output: number;
3894
- cacheRead: number;
3895
- cacheWrite: number;
4044
+ thinkingLevelMap: {
4045
+ xhigh: string;
3896
4046
  };
3897
- contextWindow: number;
3898
- maxTokens: number;
3899
- };
3900
- readonly "accounts/fireworks/routers/kimi-k2p5-turbo": {
3901
- id: string;
3902
- name: string;
3903
- api: "anthropic-messages";
3904
- provider: string;
3905
- baseUrl: string;
3906
- reasoning: true;
3907
4047
  input: ("image" | "text")[];
3908
4048
  cost: {
3909
4049
  input: number;
@@ -3914,9 +4054,7 @@ export declare const MODELS: {
3914
4054
  contextWindow: number;
3915
4055
  maxTokens: number;
3916
4056
  };
3917
- };
3918
- readonly "github-copilot": {
3919
- readonly "claude-haiku-4.5": {
4057
+ readonly "claude-opus-4.7": {
3920
4058
  id: string;
3921
4059
  name: string;
3922
4060
  api: "anthropic-messages";
@@ -3928,10 +4066,10 @@ export declare const MODELS: {
3928
4066
  "Editor-Plugin-Version": string;
3929
4067
  "Copilot-Integration-Id": string;
3930
4068
  };
3931
- compat: {
3932
- supportsEagerToolInputStreaming: false;
3933
- };
3934
4069
  reasoning: true;
4070
+ thinkingLevelMap: {
4071
+ xhigh: string;
4072
+ };
3935
4073
  input: ("image" | "text")[];
3936
4074
  cost: {
3937
4075
  input: number;
@@ -3942,7 +4080,7 @@ export declare const MODELS: {
3942
4080
  contextWindow: number;
3943
4081
  maxTokens: number;
3944
4082
  };
3945
- readonly "claude-opus-4.5": {
4083
+ readonly "claude-opus-4.8": {
3946
4084
  id: string;
3947
4085
  name: string;
3948
4086
  api: "anthropic-messages";
@@ -3965,7 +4103,7 @@ export declare const MODELS: {
3965
4103
  contextWindow: number;
3966
4104
  maxTokens: number;
3967
4105
  };
3968
- readonly "claude-opus-4.6": {
4106
+ readonly "claude-sonnet-4.5": {
3969
4107
  id: string;
3970
4108
  name: string;
3971
4109
  api: "anthropic-messages";
@@ -3977,10 +4115,10 @@ export declare const MODELS: {
3977
4115
  "Editor-Plugin-Version": string;
3978
4116
  "Copilot-Integration-Id": string;
3979
4117
  };
3980
- reasoning: true;
3981
- thinkingLevelMap: {
3982
- xhigh: string;
4118
+ compat: {
4119
+ supportsEagerToolInputStreaming: false;
3983
4120
  };
4121
+ reasoning: true;
3984
4122
  input: ("image" | "text")[];
3985
4123
  cost: {
3986
4124
  input: number;
@@ -3991,7 +4129,7 @@ export declare const MODELS: {
3991
4129
  contextWindow: number;
3992
4130
  maxTokens: number;
3993
4131
  };
3994
- readonly "claude-opus-4.7": {
4132
+ readonly "claude-sonnet-4.6": {
3995
4133
  id: string;
3996
4134
  name: string;
3997
4135
  api: "anthropic-messages";
@@ -4004,9 +4142,6 @@ export declare const MODELS: {
4004
4142
  "Copilot-Integration-Id": string;
4005
4143
  };
4006
4144
  reasoning: true;
4007
- thinkingLevelMap: {
4008
- xhigh: string;
4009
- };
4010
4145
  input: ("image" | "text")[];
4011
4146
  cost: {
4012
4147
  input: number;
@@ -4017,10 +4152,10 @@ export declare const MODELS: {
4017
4152
  contextWindow: number;
4018
4153
  maxTokens: number;
4019
4154
  };
4020
- readonly "claude-sonnet-4.5": {
4155
+ readonly "gemini-2.5-pro": {
4021
4156
  id: string;
4022
4157
  name: string;
4023
- api: "anthropic-messages";
4158
+ api: "openai-completions";
4024
4159
  provider: string;
4025
4160
  baseUrl: string;
4026
4161
  headers: {
@@ -4030,32 +4165,11 @@ export declare const MODELS: {
4030
4165
  "Copilot-Integration-Id": string;
4031
4166
  };
4032
4167
  compat: {
4033
- supportsEagerToolInputStreaming: false;
4034
- };
4035
- reasoning: true;
4036
- input: ("image" | "text")[];
4037
- cost: {
4038
- input: number;
4039
- output: number;
4040
- cacheRead: number;
4041
- cacheWrite: number;
4042
- };
4043
- contextWindow: number;
4044
- maxTokens: number;
4045
- };
4046
- readonly "claude-sonnet-4.6": {
4047
- id: string;
4048
- name: string;
4049
- api: "anthropic-messages";
4050
- provider: string;
4051
- baseUrl: string;
4052
- headers: {
4053
- "User-Agent": string;
4054
- "Editor-Version": string;
4055
- "Editor-Plugin-Version": string;
4056
- "Copilot-Integration-Id": string;
4168
+ supportsStore: false;
4169
+ supportsDeveloperRole: false;
4170
+ supportsReasoningEffort: false;
4057
4171
  };
4058
- reasoning: true;
4172
+ reasoning: false;
4059
4173
  input: ("image" | "text")[];
4060
4174
  cost: {
4061
4175
  input: number;
@@ -4066,7 +4180,7 @@ export declare const MODELS: {
4066
4180
  contextWindow: number;
4067
4181
  maxTokens: number;
4068
4182
  };
4069
- readonly "gemini-2.5-pro": {
4183
+ readonly "gemini-3-flash-preview": {
4070
4184
  id: string;
4071
4185
  name: string;
4072
4186
  api: "openai-completions";
@@ -4083,7 +4197,7 @@ export declare const MODELS: {
4083
4197
  supportsDeveloperRole: false;
4084
4198
  supportsReasoningEffort: false;
4085
4199
  };
4086
- reasoning: false;
4200
+ reasoning: true;
4087
4201
  input: ("image" | "text")[];
4088
4202
  cost: {
4089
4203
  input: number;
@@ -4094,7 +4208,7 @@ export declare const MODELS: {
4094
4208
  contextWindow: number;
4095
4209
  maxTokens: number;
4096
4210
  };
4097
- readonly "gemini-3-flash-preview": {
4211
+ readonly "gemini-3.1-pro-preview": {
4098
4212
  id: string;
4099
4213
  name: string;
4100
4214
  api: "openai-completions";
@@ -4122,7 +4236,7 @@ export declare const MODELS: {
4122
4236
  contextWindow: number;
4123
4237
  maxTokens: number;
4124
4238
  };
4125
- readonly "gemini-3.1-pro-preview": {
4239
+ readonly "gemini-3.5-flash": {
4126
4240
  id: string;
4127
4241
  name: string;
4128
4242
  api: "openai-completions";
@@ -4424,7 +4538,7 @@ export declare const MODELS: {
4424
4538
  };
4425
4539
  };
4426
4540
  readonly google: {
4427
- readonly "gemini-1.5-flash": {
4541
+ readonly "gemini-2.0-flash": {
4428
4542
  id: string;
4429
4543
  name: string;
4430
4544
  api: "google-generative-ai";
@@ -4441,7 +4555,7 @@ export declare const MODELS: {
4441
4555
  contextWindow: number;
4442
4556
  maxTokens: number;
4443
4557
  };
4444
- readonly "gemini-1.5-flash-8b": {
4558
+ readonly "gemini-2.0-flash-lite": {
4445
4559
  id: string;
4446
4560
  name: string;
4447
4561
  api: "google-generative-ai";
@@ -4458,13 +4572,13 @@ export declare const MODELS: {
4458
4572
  contextWindow: number;
4459
4573
  maxTokens: number;
4460
4574
  };
4461
- readonly "gemini-1.5-pro": {
4575
+ readonly "gemini-2.5-flash": {
4462
4576
  id: string;
4463
4577
  name: string;
4464
4578
  api: "google-generative-ai";
4465
4579
  provider: string;
4466
4580
  baseUrl: string;
4467
- reasoning: false;
4581
+ reasoning: true;
4468
4582
  input: ("image" | "text")[];
4469
4583
  cost: {
4470
4584
  input: number;
@@ -4475,13 +4589,13 @@ export declare const MODELS: {
4475
4589
  contextWindow: number;
4476
4590
  maxTokens: number;
4477
4591
  };
4478
- readonly "gemini-2.0-flash": {
4592
+ readonly "gemini-2.5-flash-lite": {
4479
4593
  id: string;
4480
4594
  name: string;
4481
4595
  api: "google-generative-ai";
4482
4596
  provider: string;
4483
4597
  baseUrl: string;
4484
- reasoning: false;
4598
+ reasoning: true;
4485
4599
  input: ("image" | "text")[];
4486
4600
  cost: {
4487
4601
  input: number;
@@ -4492,13 +4606,13 @@ export declare const MODELS: {
4492
4606
  contextWindow: number;
4493
4607
  maxTokens: number;
4494
4608
  };
4495
- readonly "gemini-2.0-flash-lite": {
4609
+ readonly "gemini-2.5-pro": {
4496
4610
  id: string;
4497
4611
  name: string;
4498
4612
  api: "google-generative-ai";
4499
4613
  provider: string;
4500
4614
  baseUrl: string;
4501
- reasoning: false;
4615
+ reasoning: true;
4502
4616
  input: ("image" | "text")[];
4503
4617
  cost: {
4504
4618
  input: number;
@@ -4509,13 +4623,16 @@ export declare const MODELS: {
4509
4623
  contextWindow: number;
4510
4624
  maxTokens: number;
4511
4625
  };
4512
- readonly "gemini-2.5-flash": {
4626
+ readonly "gemini-3-flash-preview": {
4513
4627
  id: string;
4514
4628
  name: string;
4515
4629
  api: "google-generative-ai";
4516
4630
  provider: string;
4517
4631
  baseUrl: string;
4518
4632
  reasoning: true;
4633
+ thinkingLevelMap: {
4634
+ off: null;
4635
+ };
4519
4636
  input: ("image" | "text")[];
4520
4637
  cost: {
4521
4638
  input: number;
@@ -4526,13 +4643,20 @@ export declare const MODELS: {
4526
4643
  contextWindow: number;
4527
4644
  maxTokens: number;
4528
4645
  };
4529
- readonly "gemini-2.5-flash-lite": {
4646
+ readonly "gemini-3-pro-preview": {
4530
4647
  id: string;
4531
4648
  name: string;
4532
4649
  api: "google-generative-ai";
4533
4650
  provider: string;
4534
4651
  baseUrl: string;
4535
4652
  reasoning: true;
4653
+ thinkingLevelMap: {
4654
+ off: null;
4655
+ minimal: null;
4656
+ low: string;
4657
+ medium: null;
4658
+ high: string;
4659
+ };
4536
4660
  input: ("image" | "text")[];
4537
4661
  cost: {
4538
4662
  input: number;
@@ -4543,13 +4667,16 @@ export declare const MODELS: {
4543
4667
  contextWindow: number;
4544
4668
  maxTokens: number;
4545
4669
  };
4546
- readonly "gemini-2.5-flash-lite-preview-06-17": {
4670
+ readonly "gemini-3.1-flash-lite": {
4547
4671
  id: string;
4548
4672
  name: string;
4549
4673
  api: "google-generative-ai";
4550
4674
  provider: string;
4551
4675
  baseUrl: string;
4552
4676
  reasoning: true;
4677
+ thinkingLevelMap: {
4678
+ off: null;
4679
+ };
4553
4680
  input: ("image" | "text")[];
4554
4681
  cost: {
4555
4682
  input: number;
@@ -4560,13 +4687,16 @@ export declare const MODELS: {
4560
4687
  contextWindow: number;
4561
4688
  maxTokens: number;
4562
4689
  };
4563
- readonly "gemini-2.5-flash-lite-preview-09-2025": {
4690
+ readonly "gemini-3.1-flash-lite-preview": {
4564
4691
  id: string;
4565
4692
  name: string;
4566
4693
  api: "google-generative-ai";
4567
4694
  provider: string;
4568
4695
  baseUrl: string;
4569
4696
  reasoning: true;
4697
+ thinkingLevelMap: {
4698
+ off: null;
4699
+ };
4570
4700
  input: ("image" | "text")[];
4571
4701
  cost: {
4572
4702
  input: number;
@@ -4577,13 +4707,20 @@ export declare const MODELS: {
4577
4707
  contextWindow: number;
4578
4708
  maxTokens: number;
4579
4709
  };
4580
- readonly "gemini-2.5-flash-preview-04-17": {
4710
+ readonly "gemini-3.1-pro-preview": {
4581
4711
  id: string;
4582
4712
  name: string;
4583
4713
  api: "google-generative-ai";
4584
4714
  provider: string;
4585
4715
  baseUrl: string;
4586
4716
  reasoning: true;
4717
+ thinkingLevelMap: {
4718
+ off: null;
4719
+ minimal: null;
4720
+ low: string;
4721
+ medium: null;
4722
+ high: string;
4723
+ };
4587
4724
  input: ("image" | "text")[];
4588
4725
  cost: {
4589
4726
  input: number;
@@ -4594,13 +4731,20 @@ export declare const MODELS: {
4594
4731
  contextWindow: number;
4595
4732
  maxTokens: number;
4596
4733
  };
4597
- readonly "gemini-2.5-flash-preview-05-20": {
4734
+ readonly "gemini-3.1-pro-preview-customtools": {
4598
4735
  id: string;
4599
4736
  name: string;
4600
4737
  api: "google-generative-ai";
4601
4738
  provider: string;
4602
4739
  baseUrl: string;
4603
4740
  reasoning: true;
4741
+ thinkingLevelMap: {
4742
+ off: null;
4743
+ minimal: null;
4744
+ low: string;
4745
+ medium: null;
4746
+ high: string;
4747
+ };
4604
4748
  input: ("image" | "text")[];
4605
4749
  cost: {
4606
4750
  input: number;
@@ -4611,13 +4755,16 @@ export declare const MODELS: {
4611
4755
  contextWindow: number;
4612
4756
  maxTokens: number;
4613
4757
  };
4614
- readonly "gemini-2.5-flash-preview-09-2025": {
4758
+ readonly "gemini-3.5-flash": {
4615
4759
  id: string;
4616
4760
  name: string;
4617
4761
  api: "google-generative-ai";
4618
4762
  provider: string;
4619
4763
  baseUrl: string;
4620
4764
  reasoning: true;
4765
+ thinkingLevelMap: {
4766
+ off: null;
4767
+ };
4621
4768
  input: ("image" | "text")[];
4622
4769
  cost: {
4623
4770
  input: number;
@@ -4628,7 +4775,7 @@ export declare const MODELS: {
4628
4775
  contextWindow: number;
4629
4776
  maxTokens: number;
4630
4777
  };
4631
- readonly "gemini-2.5-pro": {
4778
+ readonly "gemini-flash-latest": {
4632
4779
  id: string;
4633
4780
  name: string;
4634
4781
  api: "google-generative-ai";
@@ -4645,7 +4792,7 @@ export declare const MODELS: {
4645
4792
  contextWindow: number;
4646
4793
  maxTokens: number;
4647
4794
  };
4648
- readonly "gemini-2.5-pro-preview-05-06": {
4795
+ readonly "gemini-flash-lite-latest": {
4649
4796
  id: string;
4650
4797
  name: string;
4651
4798
  api: "google-generative-ai";
@@ -4662,13 +4809,20 @@ export declare const MODELS: {
4662
4809
  contextWindow: number;
4663
4810
  maxTokens: number;
4664
4811
  };
4665
- readonly "gemini-2.5-pro-preview-06-05": {
4812
+ readonly "gemma-4-26b-a4b-it": {
4666
4813
  id: string;
4667
4814
  name: string;
4668
4815
  api: "google-generative-ai";
4669
4816
  provider: string;
4670
4817
  baseUrl: string;
4671
4818
  reasoning: true;
4819
+ thinkingLevelMap: {
4820
+ off: null;
4821
+ minimal: string;
4822
+ low: null;
4823
+ medium: null;
4824
+ high: string;
4825
+ };
4672
4826
  input: ("image" | "text")[];
4673
4827
  cost: {
4674
4828
  input: number;
@@ -4679,7 +4833,7 @@ export declare const MODELS: {
4679
4833
  contextWindow: number;
4680
4834
  maxTokens: number;
4681
4835
  };
4682
- readonly "gemini-3-flash-preview": {
4836
+ readonly "gemma-4-31b-it": {
4683
4837
  id: string;
4684
4838
  name: string;
4685
4839
  api: "google-generative-ai";
@@ -4688,6 +4842,10 @@ export declare const MODELS: {
4688
4842
  reasoning: true;
4689
4843
  thinkingLevelMap: {
4690
4844
  off: null;
4845
+ minimal: string;
4846
+ low: null;
4847
+ medium: null;
4848
+ high: string;
4691
4849
  };
4692
4850
  input: ("image" | "text")[];
4693
4851
  cost: {
@@ -4699,20 +4857,15 @@ export declare const MODELS: {
4699
4857
  contextWindow: number;
4700
4858
  maxTokens: number;
4701
4859
  };
4702
- readonly "gemini-3-pro-preview": {
4860
+ };
4861
+ readonly "google-vertex": {
4862
+ readonly "gemini-1.5-flash": {
4703
4863
  id: string;
4704
4864
  name: string;
4705
- api: "google-generative-ai";
4865
+ api: "google-vertex";
4706
4866
  provider: string;
4707
4867
  baseUrl: string;
4708
- reasoning: true;
4709
- thinkingLevelMap: {
4710
- off: null;
4711
- minimal: null;
4712
- low: string;
4713
- medium: null;
4714
- high: string;
4715
- };
4868
+ reasoning: false;
4716
4869
  input: ("image" | "text")[];
4717
4870
  cost: {
4718
4871
  input: number;
@@ -4723,16 +4876,13 @@ export declare const MODELS: {
4723
4876
  contextWindow: number;
4724
4877
  maxTokens: number;
4725
4878
  };
4726
- readonly "gemini-3.1-flash-lite": {
4879
+ readonly "gemini-1.5-flash-8b": {
4727
4880
  id: string;
4728
4881
  name: string;
4729
- api: "google-generative-ai";
4882
+ api: "google-vertex";
4730
4883
  provider: string;
4731
4884
  baseUrl: string;
4732
- reasoning: true;
4733
- thinkingLevelMap: {
4734
- off: null;
4735
- };
4885
+ reasoning: false;
4736
4886
  input: ("image" | "text")[];
4737
4887
  cost: {
4738
4888
  input: number;
@@ -4743,16 +4893,13 @@ export declare const MODELS: {
4743
4893
  contextWindow: number;
4744
4894
  maxTokens: number;
4745
4895
  };
4746
- readonly "gemini-3.1-flash-lite-preview": {
4896
+ readonly "gemini-1.5-pro": {
4747
4897
  id: string;
4748
4898
  name: string;
4749
- api: "google-generative-ai";
4899
+ api: "google-vertex";
4750
4900
  provider: string;
4751
4901
  baseUrl: string;
4752
- reasoning: true;
4753
- thinkingLevelMap: {
4754
- off: null;
4755
- };
4902
+ reasoning: false;
4756
4903
  input: ("image" | "text")[];
4757
4904
  cost: {
4758
4905
  input: number;
@@ -4763,20 +4910,13 @@ export declare const MODELS: {
4763
4910
  contextWindow: number;
4764
4911
  maxTokens: number;
4765
4912
  };
4766
- readonly "gemini-3.1-pro-preview": {
4913
+ readonly "gemini-2.0-flash": {
4767
4914
  id: string;
4768
4915
  name: string;
4769
- api: "google-generative-ai";
4916
+ api: "google-vertex";
4770
4917
  provider: string;
4771
4918
  baseUrl: string;
4772
- reasoning: true;
4773
- thinkingLevelMap: {
4774
- off: null;
4775
- minimal: null;
4776
- low: string;
4777
- medium: null;
4778
- high: string;
4779
- };
4919
+ reasoning: false;
4780
4920
  input: ("image" | "text")[];
4781
4921
  cost: {
4782
4922
  input: number;
@@ -4787,237 +4927,10 @@ export declare const MODELS: {
4787
4927
  contextWindow: number;
4788
4928
  maxTokens: number;
4789
4929
  };
4790
- readonly "gemini-3.1-pro-preview-customtools": {
4930
+ readonly "gemini-2.0-flash-lite": {
4791
4931
  id: string;
4792
4932
  name: string;
4793
- api: "google-generative-ai";
4794
- provider: string;
4795
- baseUrl: string;
4796
- reasoning: true;
4797
- thinkingLevelMap: {
4798
- off: null;
4799
- minimal: null;
4800
- low: string;
4801
- medium: null;
4802
- high: string;
4803
- };
4804
- input: ("image" | "text")[];
4805
- cost: {
4806
- input: number;
4807
- output: number;
4808
- cacheRead: number;
4809
- cacheWrite: number;
4810
- };
4811
- contextWindow: number;
4812
- maxTokens: number;
4813
- };
4814
- readonly "gemini-flash-latest": {
4815
- id: string;
4816
- name: string;
4817
- api: "google-generative-ai";
4818
- provider: string;
4819
- baseUrl: string;
4820
- reasoning: true;
4821
- input: ("image" | "text")[];
4822
- cost: {
4823
- input: number;
4824
- output: number;
4825
- cacheRead: number;
4826
- cacheWrite: number;
4827
- };
4828
- contextWindow: number;
4829
- maxTokens: number;
4830
- };
4831
- readonly "gemini-flash-lite-latest": {
4832
- id: string;
4833
- name: string;
4834
- api: "google-generative-ai";
4835
- provider: string;
4836
- baseUrl: string;
4837
- reasoning: true;
4838
- input: ("image" | "text")[];
4839
- cost: {
4840
- input: number;
4841
- output: number;
4842
- cacheRead: number;
4843
- cacheWrite: number;
4844
- };
4845
- contextWindow: number;
4846
- maxTokens: number;
4847
- };
4848
- readonly "gemini-live-2.5-flash": {
4849
- id: string;
4850
- name: string;
4851
- api: "google-generative-ai";
4852
- provider: string;
4853
- baseUrl: string;
4854
- reasoning: true;
4855
- input: ("image" | "text")[];
4856
- cost: {
4857
- input: number;
4858
- output: number;
4859
- cacheRead: number;
4860
- cacheWrite: number;
4861
- };
4862
- contextWindow: number;
4863
- maxTokens: number;
4864
- };
4865
- readonly "gemini-live-2.5-flash-preview-native-audio": {
4866
- id: string;
4867
- name: string;
4868
- api: "google-generative-ai";
4869
- provider: string;
4870
- baseUrl: string;
4871
- reasoning: true;
4872
- input: "text"[];
4873
- cost: {
4874
- input: number;
4875
- output: number;
4876
- cacheRead: number;
4877
- cacheWrite: number;
4878
- };
4879
- contextWindow: number;
4880
- maxTokens: number;
4881
- };
4882
- readonly "gemma-3-27b-it": {
4883
- id: string;
4884
- name: string;
4885
- api: "google-generative-ai";
4886
- provider: string;
4887
- baseUrl: string;
4888
- reasoning: false;
4889
- input: ("image" | "text")[];
4890
- cost: {
4891
- input: number;
4892
- output: number;
4893
- cacheRead: number;
4894
- cacheWrite: number;
4895
- };
4896
- contextWindow: number;
4897
- maxTokens: number;
4898
- };
4899
- readonly "gemma-4-26b-a4b-it": {
4900
- id: string;
4901
- name: string;
4902
- api: "google-generative-ai";
4903
- provider: string;
4904
- baseUrl: string;
4905
- reasoning: true;
4906
- thinkingLevelMap: {
4907
- off: null;
4908
- minimal: string;
4909
- low: null;
4910
- medium: null;
4911
- high: string;
4912
- };
4913
- input: ("image" | "text")[];
4914
- cost: {
4915
- input: number;
4916
- output: number;
4917
- cacheRead: number;
4918
- cacheWrite: number;
4919
- };
4920
- contextWindow: number;
4921
- maxTokens: number;
4922
- };
4923
- readonly "gemma-4-31b-it": {
4924
- id: string;
4925
- name: string;
4926
- api: "google-generative-ai";
4927
- provider: string;
4928
- baseUrl: string;
4929
- reasoning: true;
4930
- thinkingLevelMap: {
4931
- off: null;
4932
- minimal: string;
4933
- low: null;
4934
- medium: null;
4935
- high: string;
4936
- };
4937
- input: ("image" | "text")[];
4938
- cost: {
4939
- input: number;
4940
- output: number;
4941
- cacheRead: number;
4942
- cacheWrite: number;
4943
- };
4944
- contextWindow: number;
4945
- maxTokens: number;
4946
- };
4947
- };
4948
- readonly "google-vertex": {
4949
- readonly "gemini-1.5-flash": {
4950
- id: string;
4951
- name: string;
4952
- api: "google-vertex";
4953
- provider: string;
4954
- baseUrl: string;
4955
- reasoning: false;
4956
- input: ("image" | "text")[];
4957
- cost: {
4958
- input: number;
4959
- output: number;
4960
- cacheRead: number;
4961
- cacheWrite: number;
4962
- };
4963
- contextWindow: number;
4964
- maxTokens: number;
4965
- };
4966
- readonly "gemini-1.5-flash-8b": {
4967
- id: string;
4968
- name: string;
4969
- api: "google-vertex";
4970
- provider: string;
4971
- baseUrl: string;
4972
- reasoning: false;
4973
- input: ("image" | "text")[];
4974
- cost: {
4975
- input: number;
4976
- output: number;
4977
- cacheRead: number;
4978
- cacheWrite: number;
4979
- };
4980
- contextWindow: number;
4981
- maxTokens: number;
4982
- };
4983
- readonly "gemini-1.5-pro": {
4984
- id: string;
4985
- name: string;
4986
- api: "google-vertex";
4987
- provider: string;
4988
- baseUrl: string;
4989
- reasoning: false;
4990
- input: ("image" | "text")[];
4991
- cost: {
4992
- input: number;
4993
- output: number;
4994
- cacheRead: number;
4995
- cacheWrite: number;
4996
- };
4997
- contextWindow: number;
4998
- maxTokens: number;
4999
- };
5000
- readonly "gemini-2.0-flash": {
5001
- id: string;
5002
- name: string;
5003
- api: "google-vertex";
5004
- provider: string;
5005
- baseUrl: string;
5006
- reasoning: false;
5007
- input: ("image" | "text")[];
5008
- cost: {
5009
- input: number;
5010
- output: number;
5011
- cacheRead: number;
5012
- cacheWrite: number;
5013
- };
5014
- contextWindow: number;
5015
- maxTokens: number;
5016
- };
5017
- readonly "gemini-2.0-flash-lite": {
5018
- id: string;
5019
- name: string;
5020
- api: "google-vertex";
4933
+ api: "google-vertex";
5021
4934
  provider: string;
5022
4935
  baseUrl: string;
5023
4936
  reasoning: true;
@@ -8904,6 +8817,23 @@ export declare const MODELS: {
8904
8817
  contextWindow: number;
8905
8818
  maxTokens: number;
8906
8819
  };
8820
+ readonly "claude-opus-4-8": {
8821
+ id: string;
8822
+ name: string;
8823
+ api: "anthropic-messages";
8824
+ provider: string;
8825
+ baseUrl: string;
8826
+ reasoning: true;
8827
+ input: ("image" | "text")[];
8828
+ cost: {
8829
+ input: number;
8830
+ output: number;
8831
+ cacheRead: number;
8832
+ cacheWrite: number;
8833
+ };
8834
+ contextWindow: number;
8835
+ maxTokens: number;
8836
+ };
8907
8837
  readonly "claude-sonnet-4": {
8908
8838
  id: string;
8909
8839
  name: string;
@@ -9027,14 +8957,17 @@ export declare const MODELS: {
9027
8957
  contextWindow: number;
9028
8958
  maxTokens: number;
9029
8959
  };
9030
- readonly "glm-5": {
8960
+ readonly "gemini-3.5-flash": {
9031
8961
  id: string;
9032
8962
  name: string;
9033
- api: "openai-completions";
8963
+ api: "google-generative-ai";
9034
8964
  provider: string;
9035
8965
  baseUrl: string;
9036
8966
  reasoning: true;
9037
- input: "text"[];
8967
+ thinkingLevelMap: {
8968
+ off: null;
8969
+ };
8970
+ input: ("image" | "text")[];
9038
8971
  cost: {
9039
8972
  input: number;
9040
8973
  output: number;
@@ -9044,7 +8977,7 @@ export declare const MODELS: {
9044
8977
  contextWindow: number;
9045
8978
  maxTokens: number;
9046
8979
  };
9047
- readonly "glm-5.1": {
8980
+ readonly "glm-5": {
9048
8981
  id: string;
9049
8982
  name: string;
9050
8983
  api: "openai-completions";
@@ -9061,15 +8994,32 @@ export declare const MODELS: {
9061
8994
  contextWindow: number;
9062
8995
  maxTokens: number;
9063
8996
  };
9064
- readonly "gpt-5": {
8997
+ readonly "glm-5.1": {
9065
8998
  id: string;
9066
8999
  name: string;
9067
- api: "openai-responses";
9000
+ api: "openai-completions";
9068
9001
  provider: string;
9069
9002
  baseUrl: string;
9070
9003
  reasoning: true;
9071
- thinkingLevelMap: {
9072
- off: null;
9004
+ input: "text"[];
9005
+ cost: {
9006
+ input: number;
9007
+ output: number;
9008
+ cacheRead: number;
9009
+ cacheWrite: number;
9010
+ };
9011
+ contextWindow: number;
9012
+ maxTokens: number;
9013
+ };
9014
+ readonly "gpt-5": {
9015
+ id: string;
9016
+ name: string;
9017
+ api: "openai-responses";
9018
+ provider: string;
9019
+ baseUrl: string;
9020
+ reasoning: true;
9021
+ thinkingLevelMap: {
9022
+ off: null;
9073
9023
  };
9074
9024
  input: ("image" | "text")[];
9075
9025
  cost: {
@@ -9390,7 +9340,7 @@ export declare const MODELS: {
9390
9340
  contextWindow: number;
9391
9341
  maxTokens: number;
9392
9342
  };
9393
- readonly "kimi-k2.5": {
9343
+ readonly "grok-build-0.1": {
9394
9344
  id: string;
9395
9345
  name: string;
9396
9346
  api: "openai-completions";
@@ -9407,7 +9357,7 @@ export declare const MODELS: {
9407
9357
  contextWindow: number;
9408
9358
  maxTokens: number;
9409
9359
  };
9410
- readonly "kimi-k2.6": {
9360
+ readonly "kimi-k2.5": {
9411
9361
  id: string;
9412
9362
  name: string;
9413
9363
  api: "openai-completions";
@@ -9424,14 +9374,14 @@ export declare const MODELS: {
9424
9374
  contextWindow: number;
9425
9375
  maxTokens: number;
9426
9376
  };
9427
- readonly "minimax-m2.5": {
9377
+ readonly "kimi-k2.6": {
9428
9378
  id: string;
9429
9379
  name: string;
9430
9380
  api: "openai-completions";
9431
9381
  provider: string;
9432
9382
  baseUrl: string;
9433
9383
  reasoning: true;
9434
- input: "text"[];
9384
+ input: ("image" | "text")[];
9435
9385
  cost: {
9436
9386
  input: number;
9437
9387
  output: number;
@@ -9441,14 +9391,14 @@ export declare const MODELS: {
9441
9391
  contextWindow: number;
9442
9392
  maxTokens: number;
9443
9393
  };
9444
- readonly "minimax-m2.5-free": {
9394
+ readonly "mimo-v2.5-free": {
9445
9395
  id: string;
9446
9396
  name: string;
9447
- api: "anthropic-messages";
9397
+ api: "openai-completions";
9448
9398
  provider: string;
9449
9399
  baseUrl: string;
9450
9400
  reasoning: true;
9451
- input: "text"[];
9401
+ input: ("image" | "text")[];
9452
9402
  cost: {
9453
9403
  input: number;
9454
9404
  output: number;
@@ -9458,7 +9408,7 @@ export declare const MODELS: {
9458
9408
  contextWindow: number;
9459
9409
  maxTokens: number;
9460
9410
  };
9461
- readonly "minimax-m2.7": {
9411
+ readonly "minimax-m2.5": {
9462
9412
  id: string;
9463
9413
  name: string;
9464
9414
  api: "openai-completions";
@@ -9475,7 +9425,7 @@ export declare const MODELS: {
9475
9425
  contextWindow: number;
9476
9426
  maxTokens: number;
9477
9427
  };
9478
- readonly "nemotron-3-super-free": {
9428
+ readonly "minimax-m2.7": {
9479
9429
  id: string;
9480
9430
  name: string;
9481
9431
  api: "openai-completions";
@@ -9492,14 +9442,14 @@ export declare const MODELS: {
9492
9442
  contextWindow: number;
9493
9443
  maxTokens: number;
9494
9444
  };
9495
- readonly "qwen3.5-plus": {
9445
+ readonly "nemotron-3-super-free": {
9496
9446
  id: string;
9497
9447
  name: string;
9498
- api: "anthropic-messages";
9448
+ api: "openai-completions";
9499
9449
  provider: string;
9500
9450
  baseUrl: string;
9501
9451
  reasoning: true;
9502
- input: ("image" | "text")[];
9452
+ input: "text"[];
9503
9453
  cost: {
9504
9454
  input: number;
9505
9455
  output: number;
@@ -9509,7 +9459,7 @@ export declare const MODELS: {
9509
9459
  contextWindow: number;
9510
9460
  maxTokens: number;
9511
9461
  };
9512
- readonly "qwen3.6-plus": {
9462
+ readonly "qwen3.5-plus": {
9513
9463
  id: string;
9514
9464
  name: string;
9515
9465
  api: "anthropic-messages";
@@ -9526,7 +9476,7 @@ export declare const MODELS: {
9526
9476
  contextWindow: number;
9527
9477
  maxTokens: number;
9528
9478
  };
9529
- readonly "qwen3.6-plus-free": {
9479
+ readonly "qwen3.6-plus": {
9530
9480
  id: string;
9531
9481
  name: string;
9532
9482
  api: "anthropic-messages";
@@ -9641,6 +9591,9 @@ export declare const MODELS: {
9641
9591
  api: "openai-completions";
9642
9592
  provider: string;
9643
9593
  baseUrl: string;
9594
+ compat: {
9595
+ requiresReasoningContentOnAssistantMessages: true;
9596
+ };
9644
9597
  reasoning: true;
9645
9598
  input: ("image" | "text")[];
9646
9599
  cost: {
@@ -9658,6 +9611,9 @@ export declare const MODELS: {
9658
9611
  api: "openai-completions";
9659
9612
  provider: string;
9660
9613
  baseUrl: string;
9614
+ compat: {
9615
+ requiresReasoningContentOnAssistantMessages: true;
9616
+ };
9661
9617
  reasoning: true;
9662
9618
  input: ("image" | "text")[];
9663
9619
  cost: {
@@ -9737,7 +9693,7 @@ export declare const MODELS: {
9737
9693
  contextWindow: number;
9738
9694
  maxTokens: number;
9739
9695
  };
9740
- readonly "qwen3.5-plus": {
9696
+ readonly "qwen3.6-plus": {
9741
9697
  id: string;
9742
9698
  name: string;
9743
9699
  api: "openai-completions";
@@ -9757,17 +9713,14 @@ export declare const MODELS: {
9757
9713
  contextWindow: number;
9758
9714
  maxTokens: number;
9759
9715
  };
9760
- readonly "qwen3.6-plus": {
9716
+ readonly "qwen3.7-max": {
9761
9717
  id: string;
9762
9718
  name: string;
9763
- api: "openai-completions";
9719
+ api: "anthropic-messages";
9764
9720
  provider: string;
9765
9721
  baseUrl: string;
9766
- compat: {
9767
- thinkingFormat: "qwen";
9768
- };
9769
9722
  reasoning: true;
9770
- input: ("image" | "text")[];
9723
+ input: "text"[];
9771
9724
  cost: {
9772
9725
  input: number;
9773
9726
  output: number;
@@ -9796,23 +9749,6 @@ export declare const MODELS: {
9796
9749
  contextWindow: number;
9797
9750
  maxTokens: number;
9798
9751
  };
9799
- readonly "alibaba/tongyi-deepresearch-30b-a3b": {
9800
- id: string;
9801
- name: string;
9802
- api: "openai-completions";
9803
- provider: string;
9804
- baseUrl: string;
9805
- reasoning: true;
9806
- input: "text"[];
9807
- cost: {
9808
- input: number;
9809
- output: number;
9810
- cacheRead: number;
9811
- cacheWrite: number;
9812
- };
9813
- contextWindow: number;
9814
- maxTokens: number;
9815
- };
9816
9752
  readonly "amazon/nova-2-lite-v1": {
9817
9753
  id: string;
9818
9754
  name: string;
@@ -10080,7 +10016,7 @@ export declare const MODELS: {
10080
10016
  contextWindow: number;
10081
10017
  maxTokens: number;
10082
10018
  };
10083
- readonly "anthropic/claude-sonnet-4": {
10019
+ readonly "anthropic/claude-opus-4.8": {
10084
10020
  id: string;
10085
10021
  name: string;
10086
10022
  api: "openai-completions";
@@ -10097,7 +10033,7 @@ export declare const MODELS: {
10097
10033
  contextWindow: number;
10098
10034
  maxTokens: number;
10099
10035
  };
10100
- readonly "anthropic/claude-sonnet-4.5": {
10036
+ readonly "anthropic/claude-opus-4.8-fast": {
10101
10037
  id: string;
10102
10038
  name: string;
10103
10039
  api: "openai-completions";
@@ -10114,7 +10050,7 @@ export declare const MODELS: {
10114
10050
  contextWindow: number;
10115
10051
  maxTokens: number;
10116
10052
  };
10117
- readonly "anthropic/claude-sonnet-4.6": {
10053
+ readonly "anthropic/claude-sonnet-4": {
10118
10054
  id: string;
10119
10055
  name: string;
10120
10056
  api: "openai-completions";
@@ -10131,14 +10067,14 @@ export declare const MODELS: {
10131
10067
  contextWindow: number;
10132
10068
  maxTokens: number;
10133
10069
  };
10134
- readonly "arcee-ai/trinity-large-preview": {
10070
+ readonly "anthropic/claude-sonnet-4.5": {
10135
10071
  id: string;
10136
10072
  name: string;
10137
10073
  api: "openai-completions";
10138
10074
  provider: string;
10139
10075
  baseUrl: string;
10140
- reasoning: false;
10141
- input: "text"[];
10076
+ reasoning: true;
10077
+ input: ("image" | "text")[];
10142
10078
  cost: {
10143
10079
  input: number;
10144
10080
  output: number;
@@ -10148,14 +10084,14 @@ export declare const MODELS: {
10148
10084
  contextWindow: number;
10149
10085
  maxTokens: number;
10150
10086
  };
10151
- readonly "arcee-ai/trinity-large-thinking": {
10087
+ readonly "anthropic/claude-sonnet-4.6": {
10152
10088
  id: string;
10153
10089
  name: string;
10154
10090
  api: "openai-completions";
10155
10091
  provider: string;
10156
10092
  baseUrl: string;
10157
10093
  reasoning: true;
10158
- input: "text"[];
10094
+ input: ("image" | "text")[];
10159
10095
  cost: {
10160
10096
  input: number;
10161
10097
  output: number;
@@ -10165,7 +10101,7 @@ export declare const MODELS: {
10165
10101
  contextWindow: number;
10166
10102
  maxTokens: number;
10167
10103
  };
10168
- readonly "arcee-ai/trinity-large-thinking:free": {
10104
+ readonly "arcee-ai/trinity-large-thinking": {
10169
10105
  id: string;
10170
10106
  name: string;
10171
10107
  api: "openai-completions";
@@ -10233,23 +10169,6 @@ export declare const MODELS: {
10233
10169
  contextWindow: number;
10234
10170
  maxTokens: number;
10235
10171
  };
10236
- readonly "baidu/cobuddy:free": {
10237
- id: string;
10238
- name: string;
10239
- api: "openai-completions";
10240
- provider: string;
10241
- baseUrl: string;
10242
- reasoning: true;
10243
- input: "text"[];
10244
- cost: {
10245
- input: number;
10246
- output: number;
10247
- cacheRead: number;
10248
- cacheWrite: number;
10249
- };
10250
- contextWindow: number;
10251
- maxTokens: number;
10252
- };
10253
10172
  readonly "baidu/ernie-4.5-21b-a3b": {
10254
10173
  id: string;
10255
10174
  name: string;
@@ -10844,6 +10763,23 @@ export declare const MODELS: {
10844
10763
  contextWindow: number;
10845
10764
  maxTokens: number;
10846
10765
  };
10766
+ readonly "google/gemini-3.5-flash": {
10767
+ id: string;
10768
+ name: string;
10769
+ api: "openai-completions";
10770
+ provider: string;
10771
+ baseUrl: string;
10772
+ reasoning: true;
10773
+ input: ("image" | "text")[];
10774
+ cost: {
10775
+ input: number;
10776
+ output: number;
10777
+ cacheRead: number;
10778
+ cacheWrite: number;
10779
+ };
10780
+ contextWindow: number;
10781
+ maxTokens: number;
10782
+ };
10847
10783
  readonly "google/gemma-3-12b-it": {
10848
10784
  id: string;
10849
10785
  name: string;
@@ -11014,7 +10950,7 @@ export declare const MODELS: {
11014
10950
  contextWindow: number;
11015
10951
  maxTokens: number;
11016
10952
  };
11017
- readonly "inclusionai/ring-2.6-1t:free": {
10953
+ readonly "inclusionai/ring-2.6-1t": {
11018
10954
  id: string;
11019
10955
  name: string;
11020
10956
  api: "openai-completions";
@@ -11677,6 +11613,23 @@ export declare const MODELS: {
11677
11613
  contextWindow: number;
11678
11614
  maxTokens: number;
11679
11615
  };
11616
+ readonly "moonshotai/kimi-k2.6:free": {
11617
+ id: string;
11618
+ name: string;
11619
+ api: "openai-completions";
11620
+ provider: string;
11621
+ baseUrl: string;
11622
+ reasoning: true;
11623
+ input: ("image" | "text")[];
11624
+ cost: {
11625
+ input: number;
11626
+ output: number;
11627
+ cacheRead: number;
11628
+ cacheWrite: number;
11629
+ };
11630
+ contextWindow: number;
11631
+ maxTokens: number;
11632
+ };
11680
11633
  readonly "nex-agi/deepseek-v3.1-nex-n1": {
11681
11634
  id: string;
11682
11635
  name: string;
@@ -13719,14 +13672,14 @@ export declare const MODELS: {
13719
13672
  contextWindow: number;
13720
13673
  maxTokens: number;
13721
13674
  };
13722
- readonly "rekaai/reka-edge": {
13675
+ readonly "qwen/qwen3.7-max": {
13723
13676
  id: string;
13724
13677
  name: string;
13725
13678
  api: "openai-completions";
13726
13679
  provider: string;
13727
13680
  baseUrl: string;
13728
- reasoning: false;
13729
- input: ("image" | "text")[];
13681
+ reasoning: true;
13682
+ input: "text"[];
13730
13683
  cost: {
13731
13684
  input: number;
13732
13685
  output: number;
@@ -13736,14 +13689,14 @@ export declare const MODELS: {
13736
13689
  contextWindow: number;
13737
13690
  maxTokens: number;
13738
13691
  };
13739
- readonly "relace/relace-search": {
13692
+ readonly "rekaai/reka-edge": {
13740
13693
  id: string;
13741
13694
  name: string;
13742
13695
  api: "openai-completions";
13743
13696
  provider: string;
13744
13697
  baseUrl: string;
13745
13698
  reasoning: false;
13746
- input: "text"[];
13699
+ input: ("image" | "text")[];
13747
13700
  cost: {
13748
13701
  input: number;
13749
13702
  output: number;
@@ -13753,7 +13706,7 @@ export declare const MODELS: {
13753
13706
  contextWindow: number;
13754
13707
  maxTokens: number;
13755
13708
  };
13756
- readonly "sao10k/l3-euryale-70b": {
13709
+ readonly "relace/relace-search": {
13757
13710
  id: string;
13758
13711
  name: string;
13759
13712
  api: "openai-completions";
@@ -13770,7 +13723,7 @@ export declare const MODELS: {
13770
13723
  contextWindow: number;
13771
13724
  maxTokens: number;
13772
13725
  };
13773
- readonly "sao10k/l3.1-euryale-70b": {
13726
+ readonly "sao10k/l3-euryale-70b": {
13774
13727
  id: string;
13775
13728
  name: string;
13776
13729
  api: "openai-completions";
@@ -13787,13 +13740,13 @@ export declare const MODELS: {
13787
13740
  contextWindow: number;
13788
13741
  maxTokens: number;
13789
13742
  };
13790
- readonly "stepfun/step-3.5-flash": {
13743
+ readonly "sao10k/l3.1-euryale-70b": {
13791
13744
  id: string;
13792
13745
  name: string;
13793
13746
  api: "openai-completions";
13794
13747
  provider: string;
13795
13748
  baseUrl: string;
13796
- reasoning: true;
13749
+ reasoning: false;
13797
13750
  input: "text"[];
13798
13751
  cost: {
13799
13752
  input: number;
@@ -13804,7 +13757,7 @@ export declare const MODELS: {
13804
13757
  contextWindow: number;
13805
13758
  maxTokens: number;
13806
13759
  };
13807
- readonly "tencent/hy3-preview": {
13760
+ readonly "stepfun/step-3.5-flash": {
13808
13761
  id: string;
13809
13762
  name: string;
13810
13763
  api: "openai-completions";
@@ -13821,31 +13774,14 @@ export declare const MODELS: {
13821
13774
  contextWindow: number;
13822
13775
  maxTokens: number;
13823
13776
  };
13824
- readonly "thedrummer/rocinante-12b": {
13825
- id: string;
13826
- name: string;
13827
- api: "openai-completions";
13828
- provider: string;
13829
- baseUrl: string;
13830
- reasoning: false;
13831
- input: "text"[];
13832
- cost: {
13833
- input: number;
13834
- output: number;
13835
- cacheRead: number;
13836
- cacheWrite: number;
13837
- };
13838
- contextWindow: number;
13839
- maxTokens: number;
13840
- };
13841
- readonly "thedrummer/unslopnemo-12b": {
13777
+ readonly "stepfun/step-3.7-flash": {
13842
13778
  id: string;
13843
13779
  name: string;
13844
13780
  api: "openai-completions";
13845
13781
  provider: string;
13846
13782
  baseUrl: string;
13847
- reasoning: false;
13848
- input: "text"[];
13783
+ reasoning: true;
13784
+ input: ("image" | "text")[];
13849
13785
  cost: {
13850
13786
  input: number;
13851
13787
  output: number;
@@ -13855,7 +13791,7 @@ export declare const MODELS: {
13855
13791
  contextWindow: number;
13856
13792
  maxTokens: number;
13857
13793
  };
13858
- readonly "upstage/solar-pro-3": {
13794
+ readonly "tencent/hy3-preview": {
13859
13795
  id: string;
13860
13796
  name: string;
13861
13797
  api: "openai-completions";
@@ -13872,7 +13808,7 @@ export declare const MODELS: {
13872
13808
  contextWindow: number;
13873
13809
  maxTokens: number;
13874
13810
  };
13875
- readonly "x-ai/grok-3": {
13811
+ readonly "thedrummer/rocinante-12b": {
13876
13812
  id: string;
13877
13813
  name: string;
13878
13814
  api: "openai-completions";
@@ -13889,7 +13825,7 @@ export declare const MODELS: {
13889
13825
  contextWindow: number;
13890
13826
  maxTokens: number;
13891
13827
  };
13892
- readonly "x-ai/grok-3-beta": {
13828
+ readonly "thedrummer/unslopnemo-12b": {
13893
13829
  id: string;
13894
13830
  name: string;
13895
13831
  api: "openai-completions";
@@ -13906,24 +13842,7 @@ export declare const MODELS: {
13906
13842
  contextWindow: number;
13907
13843
  maxTokens: number;
13908
13844
  };
13909
- readonly "x-ai/grok-3-mini": {
13910
- id: string;
13911
- name: string;
13912
- api: "openai-completions";
13913
- provider: string;
13914
- baseUrl: string;
13915
- reasoning: true;
13916
- input: "text"[];
13917
- cost: {
13918
- input: number;
13919
- output: number;
13920
- cacheRead: number;
13921
- cacheWrite: number;
13922
- };
13923
- contextWindow: number;
13924
- maxTokens: number;
13925
- };
13926
- readonly "x-ai/grok-3-mini-beta": {
13845
+ readonly "upstage/solar-pro-3": {
13927
13846
  id: string;
13928
13847
  name: string;
13929
13848
  api: "openai-completions";
@@ -13940,57 +13859,6 @@ export declare const MODELS: {
13940
13859
  contextWindow: number;
13941
13860
  maxTokens: number;
13942
13861
  };
13943
- readonly "x-ai/grok-4": {
13944
- id: string;
13945
- name: string;
13946
- api: "openai-completions";
13947
- provider: string;
13948
- baseUrl: string;
13949
- reasoning: true;
13950
- input: ("image" | "text")[];
13951
- cost: {
13952
- input: number;
13953
- output: number;
13954
- cacheRead: number;
13955
- cacheWrite: number;
13956
- };
13957
- contextWindow: number;
13958
- maxTokens: number;
13959
- };
13960
- readonly "x-ai/grok-4-fast": {
13961
- id: string;
13962
- name: string;
13963
- api: "openai-completions";
13964
- provider: string;
13965
- baseUrl: string;
13966
- reasoning: true;
13967
- input: ("image" | "text")[];
13968
- cost: {
13969
- input: number;
13970
- output: number;
13971
- cacheRead: number;
13972
- cacheWrite: number;
13973
- };
13974
- contextWindow: number;
13975
- maxTokens: number;
13976
- };
13977
- readonly "x-ai/grok-4.1-fast": {
13978
- id: string;
13979
- name: string;
13980
- api: "openai-completions";
13981
- provider: string;
13982
- baseUrl: string;
13983
- reasoning: true;
13984
- input: ("image" | "text")[];
13985
- cost: {
13986
- input: number;
13987
- output: number;
13988
- cacheRead: number;
13989
- cacheWrite: number;
13990
- };
13991
- contextWindow: number;
13992
- maxTokens: number;
13993
- };
13994
13862
  readonly "x-ai/grok-4.20": {
13995
13863
  id: string;
13996
13864
  name: string;
@@ -14025,14 +13893,14 @@ export declare const MODELS: {
14025
13893
  contextWindow: number;
14026
13894
  maxTokens: number;
14027
13895
  };
14028
- readonly "x-ai/grok-code-fast-1": {
13896
+ readonly "x-ai/grok-build-0.1": {
14029
13897
  id: string;
14030
13898
  name: string;
14031
13899
  api: "openai-completions";
14032
13900
  provider: string;
14033
13901
  baseUrl: string;
14034
13902
  reasoning: true;
14035
- input: "text"[];
13903
+ input: ("image" | "text")[];
14036
13904
  cost: {
14037
13905
  input: number;
14038
13906
  output: number;
@@ -14697,7 +14565,7 @@ export declare const MODELS: {
14697
14565
  contextWindow: number;
14698
14566
  maxTokens: number;
14699
14567
  };
14700
- readonly "deepseek-ai/DeepSeek-V3": {
14568
+ readonly "Qwen/Qwen3.7-Max": {
14701
14569
  id: string;
14702
14570
  name: string;
14703
14571
  api: "openai-completions";
@@ -14728,7 +14596,7 @@ export declare const MODELS: {
14728
14596
  contextWindow: number;
14729
14597
  maxTokens: number;
14730
14598
  };
14731
- readonly "deepseek-ai/DeepSeek-V3-1": {
14599
+ readonly "deepseek-ai/DeepSeek-V3": {
14732
14600
  id: string;
14733
14601
  name: string;
14734
14602
  api: "openai-completions";
@@ -14759,7 +14627,7 @@ export declare const MODELS: {
14759
14627
  contextWindow: number;
14760
14628
  maxTokens: number;
14761
14629
  };
14762
- readonly "deepseek-ai/DeepSeek-V4-Pro": {
14630
+ readonly "deepseek-ai/DeepSeek-V3-1": {
14763
14631
  id: string;
14764
14632
  name: string;
14765
14633
  api: "openai-completions";
@@ -14768,7 +14636,38 @@ export declare const MODELS: {
14768
14636
  compat: {
14769
14637
  supportsStore: false;
14770
14638
  supportsDeveloperRole: false;
14771
- supportsReasoningEffort: true;
14639
+ supportsReasoningEffort: false;
14640
+ maxTokensField: "max_tokens";
14641
+ supportsStrictMode: false;
14642
+ supportsLongCacheRetention: false;
14643
+ thinkingFormat: "together";
14644
+ };
14645
+ reasoning: true;
14646
+ thinkingLevelMap: {
14647
+ minimal: null;
14648
+ low: null;
14649
+ medium: null;
14650
+ };
14651
+ input: "text"[];
14652
+ cost: {
14653
+ input: number;
14654
+ output: number;
14655
+ cacheRead: number;
14656
+ cacheWrite: number;
14657
+ };
14658
+ contextWindow: number;
14659
+ maxTokens: number;
14660
+ };
14661
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
14662
+ id: string;
14663
+ name: string;
14664
+ api: "openai-completions";
14665
+ provider: string;
14666
+ baseUrl: string;
14667
+ compat: {
14668
+ supportsStore: false;
14669
+ supportsDeveloperRole: false;
14670
+ supportsReasoningEffort: true;
14772
14671
  maxTokensField: "max_tokens";
14773
14672
  supportsStrictMode: false;
14774
14673
  supportsLongCacheRetention: false;
@@ -15304,6 +15203,23 @@ export declare const MODELS: {
15304
15203
  contextWindow: number;
15305
15204
  maxTokens: number;
15306
15205
  };
15206
+ readonly "alibaba/qwen3.7-max": {
15207
+ id: string;
15208
+ name: string;
15209
+ api: "anthropic-messages";
15210
+ provider: string;
15211
+ baseUrl: string;
15212
+ reasoning: true;
15213
+ input: ("image" | "text")[];
15214
+ cost: {
15215
+ input: number;
15216
+ output: number;
15217
+ cacheRead: number;
15218
+ cacheWrite: number;
15219
+ };
15220
+ contextWindow: number;
15221
+ maxTokens: number;
15222
+ };
15307
15223
  readonly "anthropic/claude-3-haiku": {
15308
15224
  id: string;
15309
15225
  name: string;
@@ -15446,6 +15362,23 @@ export declare const MODELS: {
15446
15362
  contextWindow: number;
15447
15363
  maxTokens: number;
15448
15364
  };
15365
+ readonly "anthropic/claude-opus-4.8": {
15366
+ id: string;
15367
+ name: string;
15368
+ api: "anthropic-messages";
15369
+ provider: string;
15370
+ baseUrl: string;
15371
+ reasoning: true;
15372
+ input: ("image" | "text")[];
15373
+ cost: {
15374
+ input: number;
15375
+ output: number;
15376
+ cacheRead: number;
15377
+ cacheWrite: number;
15378
+ };
15379
+ contextWindow: number;
15380
+ maxTokens: number;
15381
+ };
15449
15382
  readonly "anthropic/claude-sonnet-4": {
15450
15383
  id: string;
15451
15384
  name: string;
@@ -15871,6 +15804,23 @@ export declare const MODELS: {
15871
15804
  contextWindow: number;
15872
15805
  maxTokens: number;
15873
15806
  };
15807
+ readonly "google/gemini-3.5-flash": {
15808
+ id: string;
15809
+ name: string;
15810
+ api: "anthropic-messages";
15811
+ provider: string;
15812
+ baseUrl: string;
15813
+ reasoning: true;
15814
+ input: ("image" | "text")[];
15815
+ cost: {
15816
+ input: number;
15817
+ output: number;
15818
+ cacheRead: number;
15819
+ cacheWrite: number;
15820
+ };
15821
+ contextWindow: number;
15822
+ maxTokens: number;
15823
+ };
15874
15824
  readonly "google/gemma-4-26b-a4b-it": {
15875
15825
  id: string;
15876
15826
  name: string;
@@ -16330,6 +16280,23 @@ export declare const MODELS: {
16330
16280
  contextWindow: number;
16331
16281
  maxTokens: number;
16332
16282
  };
16283
+ readonly "mistral/mistral-medium-3.5": {
16284
+ id: string;
16285
+ name: string;
16286
+ api: "anthropic-messages";
16287
+ provider: string;
16288
+ baseUrl: string;
16289
+ reasoning: true;
16290
+ input: "text"[];
16291
+ cost: {
16292
+ input: number;
16293
+ output: number;
16294
+ cacheRead: number;
16295
+ cacheWrite: number;
16296
+ };
16297
+ contextWindow: number;
16298
+ maxTokens: number;
16299
+ };
16333
16300
  readonly "mistral/mistral-small": {
16334
16301
  id: string;
16335
16302
  name: string;
@@ -16795,486 +16762,8 @@ export declare const MODELS: {
16795
16762
  api: "anthropic-messages";
16796
16763
  provider: string;
16797
16764
  baseUrl: string;
16798
- reasoning: true;
16799
- input: ("image" | "text")[];
16800
- cost: {
16801
- input: number;
16802
- output: number;
16803
- cacheRead: number;
16804
- cacheWrite: number;
16805
- };
16806
- contextWindow: number;
16807
- maxTokens: number;
16808
- };
16809
- readonly "openai/gpt-5.2": {
16810
- id: string;
16811
- name: string;
16812
- api: "anthropic-messages";
16813
- provider: string;
16814
- baseUrl: string;
16815
- reasoning: true;
16816
- thinkingLevelMap: {
16817
- xhigh: string;
16818
- };
16819
- input: ("image" | "text")[];
16820
- cost: {
16821
- input: number;
16822
- output: number;
16823
- cacheRead: number;
16824
- cacheWrite: number;
16825
- };
16826
- contextWindow: number;
16827
- maxTokens: number;
16828
- };
16829
- readonly "openai/gpt-5.2-chat": {
16830
- id: string;
16831
- name: string;
16832
- api: "anthropic-messages";
16833
- provider: string;
16834
- baseUrl: string;
16835
- reasoning: true;
16836
- thinkingLevelMap: {
16837
- xhigh: string;
16838
- };
16839
- input: ("image" | "text")[];
16840
- cost: {
16841
- input: number;
16842
- output: number;
16843
- cacheRead: number;
16844
- cacheWrite: number;
16845
- };
16846
- contextWindow: number;
16847
- maxTokens: number;
16848
- };
16849
- readonly "openai/gpt-5.2-codex": {
16850
- id: string;
16851
- name: string;
16852
- api: "anthropic-messages";
16853
- provider: string;
16854
- baseUrl: string;
16855
- reasoning: true;
16856
- thinkingLevelMap: {
16857
- xhigh: string;
16858
- };
16859
- input: ("image" | "text")[];
16860
- cost: {
16861
- input: number;
16862
- output: number;
16863
- cacheRead: number;
16864
- cacheWrite: number;
16865
- };
16866
- contextWindow: number;
16867
- maxTokens: number;
16868
- };
16869
- readonly "openai/gpt-5.2-pro": {
16870
- id: string;
16871
- name: string;
16872
- api: "anthropic-messages";
16873
- provider: string;
16874
- baseUrl: string;
16875
- reasoning: true;
16876
- thinkingLevelMap: {
16877
- xhigh: string;
16878
- };
16879
- input: ("image" | "text")[];
16880
- cost: {
16881
- input: number;
16882
- output: number;
16883
- cacheRead: number;
16884
- cacheWrite: number;
16885
- };
16886
- contextWindow: number;
16887
- maxTokens: number;
16888
- };
16889
- readonly "openai/gpt-5.3-chat": {
16890
- id: string;
16891
- name: string;
16892
- api: "anthropic-messages";
16893
- provider: string;
16894
- baseUrl: string;
16895
- reasoning: true;
16896
- thinkingLevelMap: {
16897
- xhigh: string;
16898
- };
16899
- input: ("image" | "text")[];
16900
- cost: {
16901
- input: number;
16902
- output: number;
16903
- cacheRead: number;
16904
- cacheWrite: number;
16905
- };
16906
- contextWindow: number;
16907
- maxTokens: number;
16908
- };
16909
- readonly "openai/gpt-5.3-codex": {
16910
- id: string;
16911
- name: string;
16912
- api: "anthropic-messages";
16913
- provider: string;
16914
- baseUrl: string;
16915
- reasoning: true;
16916
- thinkingLevelMap: {
16917
- xhigh: string;
16918
- };
16919
- input: ("image" | "text")[];
16920
- cost: {
16921
- input: number;
16922
- output: number;
16923
- cacheRead: number;
16924
- cacheWrite: number;
16925
- };
16926
- contextWindow: number;
16927
- maxTokens: number;
16928
- };
16929
- readonly "openai/gpt-5.4": {
16930
- id: string;
16931
- name: string;
16932
- api: "anthropic-messages";
16933
- provider: string;
16934
- baseUrl: string;
16935
- reasoning: true;
16936
- thinkingLevelMap: {
16937
- xhigh: string;
16938
- };
16939
- input: ("image" | "text")[];
16940
- cost: {
16941
- input: number;
16942
- output: number;
16943
- cacheRead: number;
16944
- cacheWrite: number;
16945
- };
16946
- contextWindow: number;
16947
- maxTokens: number;
16948
- };
16949
- readonly "openai/gpt-5.4-mini": {
16950
- id: string;
16951
- name: string;
16952
- api: "anthropic-messages";
16953
- provider: string;
16954
- baseUrl: string;
16955
- reasoning: true;
16956
- thinkingLevelMap: {
16957
- xhigh: string;
16958
- };
16959
- input: ("image" | "text")[];
16960
- cost: {
16961
- input: number;
16962
- output: number;
16963
- cacheRead: number;
16964
- cacheWrite: number;
16965
- };
16966
- contextWindow: number;
16967
- maxTokens: number;
16968
- };
16969
- readonly "openai/gpt-5.4-nano": {
16970
- id: string;
16971
- name: string;
16972
- api: "anthropic-messages";
16973
- provider: string;
16974
- baseUrl: string;
16975
- reasoning: true;
16976
- thinkingLevelMap: {
16977
- xhigh: string;
16978
- };
16979
- input: ("image" | "text")[];
16980
- cost: {
16981
- input: number;
16982
- output: number;
16983
- cacheRead: number;
16984
- cacheWrite: number;
16985
- };
16986
- contextWindow: number;
16987
- maxTokens: number;
16988
- };
16989
- readonly "openai/gpt-5.4-pro": {
16990
- id: string;
16991
- name: string;
16992
- api: "anthropic-messages";
16993
- provider: string;
16994
- baseUrl: string;
16995
- reasoning: true;
16996
- thinkingLevelMap: {
16997
- xhigh: string;
16998
- };
16999
- input: ("image" | "text")[];
17000
- cost: {
17001
- input: number;
17002
- output: number;
17003
- cacheRead: number;
17004
- cacheWrite: number;
17005
- };
17006
- contextWindow: number;
17007
- maxTokens: number;
17008
- };
17009
- readonly "openai/gpt-5.5": {
17010
- id: string;
17011
- name: string;
17012
- api: "anthropic-messages";
17013
- provider: string;
17014
- baseUrl: string;
17015
- reasoning: true;
17016
- thinkingLevelMap: {
17017
- xhigh: string;
17018
- };
17019
- input: ("image" | "text")[];
17020
- cost: {
17021
- input: number;
17022
- output: number;
17023
- cacheRead: number;
17024
- cacheWrite: number;
17025
- };
17026
- contextWindow: number;
17027
- maxTokens: number;
17028
- };
17029
- readonly "openai/gpt-5.5-pro": {
17030
- id: string;
17031
- name: string;
17032
- api: "anthropic-messages";
17033
- provider: string;
17034
- baseUrl: string;
17035
- reasoning: true;
17036
- thinkingLevelMap: {
17037
- xhigh: string;
17038
- };
17039
- input: ("image" | "text")[];
17040
- cost: {
17041
- input: number;
17042
- output: number;
17043
- cacheRead: number;
17044
- cacheWrite: number;
17045
- };
17046
- contextWindow: number;
17047
- maxTokens: number;
17048
- };
17049
- readonly "openai/gpt-oss-20b": {
17050
- id: string;
17051
- name: string;
17052
- api: "anthropic-messages";
17053
- provider: string;
17054
- baseUrl: string;
17055
- reasoning: true;
17056
- input: "text"[];
17057
- cost: {
17058
- input: number;
17059
- output: number;
17060
- cacheRead: number;
17061
- cacheWrite: number;
17062
- };
17063
- contextWindow: number;
17064
- maxTokens: number;
17065
- };
17066
- readonly "openai/gpt-oss-safeguard-20b": {
17067
- id: string;
17068
- name: string;
17069
- api: "anthropic-messages";
17070
- provider: string;
17071
- baseUrl: string;
17072
- reasoning: true;
17073
- input: "text"[];
17074
- cost: {
17075
- input: number;
17076
- output: number;
17077
- cacheRead: number;
17078
- cacheWrite: number;
17079
- };
17080
- contextWindow: number;
17081
- maxTokens: number;
17082
- };
17083
- readonly "openai/o1": {
17084
- id: string;
17085
- name: string;
17086
- api: "anthropic-messages";
17087
- provider: string;
17088
- baseUrl: string;
17089
- reasoning: true;
17090
- input: ("image" | "text")[];
17091
- cost: {
17092
- input: number;
17093
- output: number;
17094
- cacheRead: number;
17095
- cacheWrite: number;
17096
- };
17097
- contextWindow: number;
17098
- maxTokens: number;
17099
- };
17100
- readonly "openai/o3": {
17101
- id: string;
17102
- name: string;
17103
- api: "anthropic-messages";
17104
- provider: string;
17105
- baseUrl: string;
17106
- reasoning: true;
17107
- input: ("image" | "text")[];
17108
- cost: {
17109
- input: number;
17110
- output: number;
17111
- cacheRead: number;
17112
- cacheWrite: number;
17113
- };
17114
- contextWindow: number;
17115
- maxTokens: number;
17116
- };
17117
- readonly "openai/o3-deep-research": {
17118
- id: string;
17119
- name: string;
17120
- api: "anthropic-messages";
17121
- provider: string;
17122
- baseUrl: string;
17123
- reasoning: true;
17124
- input: ("image" | "text")[];
17125
- cost: {
17126
- input: number;
17127
- output: number;
17128
- cacheRead: number;
17129
- cacheWrite: number;
17130
- };
17131
- contextWindow: number;
17132
- maxTokens: number;
17133
- };
17134
- readonly "openai/o3-mini": {
17135
- id: string;
17136
- name: string;
17137
- api: "anthropic-messages";
17138
- provider: string;
17139
- baseUrl: string;
17140
- reasoning: true;
17141
- input: "text"[];
17142
- cost: {
17143
- input: number;
17144
- output: number;
17145
- cacheRead: number;
17146
- cacheWrite: number;
17147
- };
17148
- contextWindow: number;
17149
- maxTokens: number;
17150
- };
17151
- readonly "openai/o3-pro": {
17152
- id: string;
17153
- name: string;
17154
- api: "anthropic-messages";
17155
- provider: string;
17156
- baseUrl: string;
17157
- reasoning: true;
17158
- input: ("image" | "text")[];
17159
- cost: {
17160
- input: number;
17161
- output: number;
17162
- cacheRead: number;
17163
- cacheWrite: number;
17164
- };
17165
- contextWindow: number;
17166
- maxTokens: number;
17167
- };
17168
- readonly "openai/o4-mini": {
17169
- id: string;
17170
- name: string;
17171
- api: "anthropic-messages";
17172
- provider: string;
17173
- baseUrl: string;
17174
- reasoning: true;
17175
- input: ("image" | "text")[];
17176
- cost: {
17177
- input: number;
17178
- output: number;
17179
- cacheRead: number;
17180
- cacheWrite: number;
17181
- };
17182
- contextWindow: number;
17183
- maxTokens: number;
17184
- };
17185
- readonly "perplexity/sonar": {
17186
- id: string;
17187
- name: string;
17188
- api: "anthropic-messages";
17189
- provider: string;
17190
- baseUrl: string;
17191
- reasoning: false;
17192
- input: ("image" | "text")[];
17193
- cost: {
17194
- input: number;
17195
- output: number;
17196
- cacheRead: number;
17197
- cacheWrite: number;
17198
- };
17199
- contextWindow: number;
17200
- maxTokens: number;
17201
- };
17202
- readonly "perplexity/sonar-pro": {
17203
- id: string;
17204
- name: string;
17205
- api: "anthropic-messages";
17206
- provider: string;
17207
- baseUrl: string;
17208
- reasoning: false;
17209
- input: ("image" | "text")[];
17210
- cost: {
17211
- input: number;
17212
- output: number;
17213
- cacheRead: number;
17214
- cacheWrite: number;
17215
- };
17216
- contextWindow: number;
17217
- maxTokens: number;
17218
- };
17219
- readonly "xai/grok-3": {
17220
- id: string;
17221
- name: string;
17222
- api: "anthropic-messages";
17223
- provider: string;
17224
- baseUrl: string;
17225
- reasoning: false;
17226
- input: "text"[];
17227
- cost: {
17228
- input: number;
17229
- output: number;
17230
- cacheRead: number;
17231
- cacheWrite: number;
17232
- };
17233
- contextWindow: number;
17234
- maxTokens: number;
17235
- };
17236
- readonly "xai/grok-3-fast": {
17237
- id: string;
17238
- name: string;
17239
- api: "anthropic-messages";
17240
- provider: string;
17241
- baseUrl: string;
17242
- reasoning: false;
17243
- input: "text"[];
17244
- cost: {
17245
- input: number;
17246
- output: number;
17247
- cacheRead: number;
17248
- cacheWrite: number;
17249
- };
17250
- contextWindow: number;
17251
- maxTokens: number;
17252
- };
17253
- readonly "xai/grok-3-mini": {
17254
- id: string;
17255
- name: string;
17256
- api: "anthropic-messages";
17257
- provider: string;
17258
- baseUrl: string;
17259
- reasoning: false;
17260
- input: "text"[];
17261
- cost: {
17262
- input: number;
17263
- output: number;
17264
- cacheRead: number;
17265
- cacheWrite: number;
17266
- };
17267
- contextWindow: number;
17268
- maxTokens: number;
17269
- };
17270
- readonly "xai/grok-3-mini-fast": {
17271
- id: string;
17272
- name: string;
17273
- api: "anthropic-messages";
17274
- provider: string;
17275
- baseUrl: string;
17276
- reasoning: false;
17277
- input: "text"[];
16765
+ reasoning: true;
16766
+ input: ("image" | "text")[];
17278
16767
  cost: {
17279
16768
  input: number;
17280
16769
  output: number;
@@ -17284,13 +16773,16 @@ export declare const MODELS: {
17284
16773
  contextWindow: number;
17285
16774
  maxTokens: number;
17286
16775
  };
17287
- readonly "xai/grok-4": {
16776
+ readonly "openai/gpt-5.2": {
17288
16777
  id: string;
17289
16778
  name: string;
17290
16779
  api: "anthropic-messages";
17291
16780
  provider: string;
17292
16781
  baseUrl: string;
17293
16782
  reasoning: true;
16783
+ thinkingLevelMap: {
16784
+ xhigh: string;
16785
+ };
17294
16786
  input: ("image" | "text")[];
17295
16787
  cost: {
17296
16788
  input: number;
@@ -17301,13 +16793,16 @@ export declare const MODELS: {
17301
16793
  contextWindow: number;
17302
16794
  maxTokens: number;
17303
16795
  };
17304
- readonly "xai/grok-4-fast-non-reasoning": {
16796
+ readonly "openai/gpt-5.2-chat": {
17305
16797
  id: string;
17306
16798
  name: string;
17307
16799
  api: "anthropic-messages";
17308
16800
  provider: string;
17309
16801
  baseUrl: string;
17310
- reasoning: false;
16802
+ reasoning: true;
16803
+ thinkingLevelMap: {
16804
+ xhigh: string;
16805
+ };
17311
16806
  input: ("image" | "text")[];
17312
16807
  cost: {
17313
16808
  input: number;
@@ -17318,13 +16813,16 @@ export declare const MODELS: {
17318
16813
  contextWindow: number;
17319
16814
  maxTokens: number;
17320
16815
  };
17321
- readonly "xai/grok-4-fast-reasoning": {
16816
+ readonly "openai/gpt-5.2-codex": {
17322
16817
  id: string;
17323
16818
  name: string;
17324
16819
  api: "anthropic-messages";
17325
16820
  provider: string;
17326
16821
  baseUrl: string;
17327
16822
  reasoning: true;
16823
+ thinkingLevelMap: {
16824
+ xhigh: string;
16825
+ };
17328
16826
  input: ("image" | "text")[];
17329
16827
  cost: {
17330
16828
  input: number;
@@ -17335,13 +16833,16 @@ export declare const MODELS: {
17335
16833
  contextWindow: number;
17336
16834
  maxTokens: number;
17337
16835
  };
17338
- readonly "xai/grok-4.1-fast-non-reasoning": {
16836
+ readonly "openai/gpt-5.2-pro": {
17339
16837
  id: string;
17340
16838
  name: string;
17341
16839
  api: "anthropic-messages";
17342
16840
  provider: string;
17343
16841
  baseUrl: string;
17344
- reasoning: false;
16842
+ reasoning: true;
16843
+ thinkingLevelMap: {
16844
+ xhigh: string;
16845
+ };
17345
16846
  input: ("image" | "text")[];
17346
16847
  cost: {
17347
16848
  input: number;
@@ -17352,13 +16853,16 @@ export declare const MODELS: {
17352
16853
  contextWindow: number;
17353
16854
  maxTokens: number;
17354
16855
  };
17355
- readonly "xai/grok-4.1-fast-reasoning": {
16856
+ readonly "openai/gpt-5.3-chat": {
17356
16857
  id: string;
17357
16858
  name: string;
17358
16859
  api: "anthropic-messages";
17359
16860
  provider: string;
17360
16861
  baseUrl: string;
17361
16862
  reasoning: true;
16863
+ thinkingLevelMap: {
16864
+ xhigh: string;
16865
+ };
17362
16866
  input: ("image" | "text")[];
17363
16867
  cost: {
17364
16868
  input: number;
@@ -17369,13 +16873,16 @@ export declare const MODELS: {
17369
16873
  contextWindow: number;
17370
16874
  maxTokens: number;
17371
16875
  };
17372
- readonly "xai/grok-4.20-multi-agent": {
16876
+ readonly "openai/gpt-5.3-codex": {
17373
16877
  id: string;
17374
16878
  name: string;
17375
16879
  api: "anthropic-messages";
17376
16880
  provider: string;
17377
16881
  baseUrl: string;
17378
16882
  reasoning: true;
16883
+ thinkingLevelMap: {
16884
+ xhigh: string;
16885
+ };
17379
16886
  input: ("image" | "text")[];
17380
16887
  cost: {
17381
16888
  input: number;
@@ -17386,13 +16893,16 @@ export declare const MODELS: {
17386
16893
  contextWindow: number;
17387
16894
  maxTokens: number;
17388
16895
  };
17389
- readonly "xai/grok-4.20-multi-agent-beta": {
16896
+ readonly "openai/gpt-5.4": {
17390
16897
  id: string;
17391
16898
  name: string;
17392
16899
  api: "anthropic-messages";
17393
16900
  provider: string;
17394
16901
  baseUrl: string;
17395
16902
  reasoning: true;
16903
+ thinkingLevelMap: {
16904
+ xhigh: string;
16905
+ };
17396
16906
  input: ("image" | "text")[];
17397
16907
  cost: {
17398
16908
  input: number;
@@ -17403,13 +16913,16 @@ export declare const MODELS: {
17403
16913
  contextWindow: number;
17404
16914
  maxTokens: number;
17405
16915
  };
17406
- readonly "xai/grok-4.20-non-reasoning": {
16916
+ readonly "openai/gpt-5.4-mini": {
17407
16917
  id: string;
17408
16918
  name: string;
17409
16919
  api: "anthropic-messages";
17410
16920
  provider: string;
17411
16921
  baseUrl: string;
17412
- reasoning: false;
16922
+ reasoning: true;
16923
+ thinkingLevelMap: {
16924
+ xhigh: string;
16925
+ };
17413
16926
  input: ("image" | "text")[];
17414
16927
  cost: {
17415
16928
  input: number;
@@ -17420,13 +16933,16 @@ export declare const MODELS: {
17420
16933
  contextWindow: number;
17421
16934
  maxTokens: number;
17422
16935
  };
17423
- readonly "xai/grok-4.20-non-reasoning-beta": {
16936
+ readonly "openai/gpt-5.4-nano": {
17424
16937
  id: string;
17425
16938
  name: string;
17426
16939
  api: "anthropic-messages";
17427
16940
  provider: string;
17428
16941
  baseUrl: string;
17429
- reasoning: false;
16942
+ reasoning: true;
16943
+ thinkingLevelMap: {
16944
+ xhigh: string;
16945
+ };
17430
16946
  input: ("image" | "text")[];
17431
16947
  cost: {
17432
16948
  input: number;
@@ -17437,13 +16953,16 @@ export declare const MODELS: {
17437
16953
  contextWindow: number;
17438
16954
  maxTokens: number;
17439
16955
  };
17440
- readonly "xai/grok-4.20-reasoning": {
16956
+ readonly "openai/gpt-5.4-pro": {
17441
16957
  id: string;
17442
16958
  name: string;
17443
16959
  api: "anthropic-messages";
17444
16960
  provider: string;
17445
16961
  baseUrl: string;
17446
16962
  reasoning: true;
16963
+ thinkingLevelMap: {
16964
+ xhigh: string;
16965
+ };
17447
16966
  input: ("image" | "text")[];
17448
16967
  cost: {
17449
16968
  input: number;
@@ -17454,13 +16973,16 @@ export declare const MODELS: {
17454
16973
  contextWindow: number;
17455
16974
  maxTokens: number;
17456
16975
  };
17457
- readonly "xai/grok-4.20-reasoning-beta": {
16976
+ readonly "openai/gpt-5.5": {
17458
16977
  id: string;
17459
16978
  name: string;
17460
16979
  api: "anthropic-messages";
17461
16980
  provider: string;
17462
16981
  baseUrl: string;
17463
16982
  reasoning: true;
16983
+ thinkingLevelMap: {
16984
+ xhigh: string;
16985
+ };
17464
16986
  input: ("image" | "text")[];
17465
16987
  cost: {
17466
16988
  input: number;
@@ -17471,13 +16993,16 @@ export declare const MODELS: {
17471
16993
  contextWindow: number;
17472
16994
  maxTokens: number;
17473
16995
  };
17474
- readonly "xai/grok-4.3": {
16996
+ readonly "openai/gpt-5.5-pro": {
17475
16997
  id: string;
17476
16998
  name: string;
17477
16999
  api: "anthropic-messages";
17478
17000
  provider: string;
17479
17001
  baseUrl: string;
17480
17002
  reasoning: true;
17003
+ thinkingLevelMap: {
17004
+ xhigh: string;
17005
+ };
17481
17006
  input: ("image" | "text")[];
17482
17007
  cost: {
17483
17008
  input: number;
@@ -17488,7 +17013,7 @@ export declare const MODELS: {
17488
17013
  contextWindow: number;
17489
17014
  maxTokens: number;
17490
17015
  };
17491
- readonly "xai/grok-code-fast-1": {
17016
+ readonly "openai/gpt-oss-20b": {
17492
17017
  id: string;
17493
17018
  name: string;
17494
17019
  api: "anthropic-messages";
@@ -17505,7 +17030,7 @@ export declare const MODELS: {
17505
17030
  contextWindow: number;
17506
17031
  maxTokens: number;
17507
17032
  };
17508
- readonly "xiaomi/mimo-v2-flash": {
17033
+ readonly "openai/gpt-oss-safeguard-20b": {
17509
17034
  id: string;
17510
17035
  name: string;
17511
17036
  api: "anthropic-messages";
@@ -17522,14 +17047,14 @@ export declare const MODELS: {
17522
17047
  contextWindow: number;
17523
17048
  maxTokens: number;
17524
17049
  };
17525
- readonly "xiaomi/mimo-v2-pro": {
17050
+ readonly "openai/o1": {
17526
17051
  id: string;
17527
17052
  name: string;
17528
17053
  api: "anthropic-messages";
17529
17054
  provider: string;
17530
17055
  baseUrl: string;
17531
17056
  reasoning: true;
17532
- input: "text"[];
17057
+ input: ("image" | "text")[];
17533
17058
  cost: {
17534
17059
  input: number;
17535
17060
  output: number;
@@ -17539,7 +17064,7 @@ export declare const MODELS: {
17539
17064
  contextWindow: number;
17540
17065
  maxTokens: number;
17541
17066
  };
17542
- readonly "xiaomi/mimo-v2.5": {
17067
+ readonly "openai/o3": {
17543
17068
  id: string;
17544
17069
  name: string;
17545
17070
  api: "anthropic-messages";
@@ -17556,7 +17081,7 @@ export declare const MODELS: {
17556
17081
  contextWindow: number;
17557
17082
  maxTokens: number;
17558
17083
  };
17559
- readonly "xiaomi/mimo-v2.5-pro": {
17084
+ readonly "openai/o3-deep-research": {
17560
17085
  id: string;
17561
17086
  name: string;
17562
17087
  api: "anthropic-messages";
@@ -17573,7 +17098,7 @@ export declare const MODELS: {
17573
17098
  contextWindow: number;
17574
17099
  maxTokens: number;
17575
17100
  };
17576
- readonly "zai/glm-4.5": {
17101
+ readonly "openai/o3-mini": {
17577
17102
  id: string;
17578
17103
  name: string;
17579
17104
  api: "anthropic-messages";
@@ -17590,14 +17115,14 @@ export declare const MODELS: {
17590
17115
  contextWindow: number;
17591
17116
  maxTokens: number;
17592
17117
  };
17593
- readonly "zai/glm-4.5-air": {
17118
+ readonly "openai/o3-pro": {
17594
17119
  id: string;
17595
17120
  name: string;
17596
17121
  api: "anthropic-messages";
17597
17122
  provider: string;
17598
17123
  baseUrl: string;
17599
17124
  reasoning: true;
17600
- input: "text"[];
17125
+ input: ("image" | "text")[];
17601
17126
  cost: {
17602
17127
  input: number;
17603
17128
  output: number;
@@ -17607,13 +17132,13 @@ export declare const MODELS: {
17607
17132
  contextWindow: number;
17608
17133
  maxTokens: number;
17609
17134
  };
17610
- readonly "zai/glm-4.5v": {
17135
+ readonly "openai/o4-mini": {
17611
17136
  id: string;
17612
17137
  name: string;
17613
17138
  api: "anthropic-messages";
17614
17139
  provider: string;
17615
17140
  baseUrl: string;
17616
- reasoning: false;
17141
+ reasoning: true;
17617
17142
  input: ("image" | "text")[];
17618
17143
  cost: {
17619
17144
  input: number;
@@ -17624,14 +17149,14 @@ export declare const MODELS: {
17624
17149
  contextWindow: number;
17625
17150
  maxTokens: number;
17626
17151
  };
17627
- readonly "zai/glm-4.6": {
17152
+ readonly "perplexity/sonar": {
17628
17153
  id: string;
17629
17154
  name: string;
17630
17155
  api: "anthropic-messages";
17631
17156
  provider: string;
17632
17157
  baseUrl: string;
17633
- reasoning: true;
17634
- input: "text"[];
17158
+ reasoning: false;
17159
+ input: ("image" | "text")[];
17635
17160
  cost: {
17636
17161
  input: number;
17637
17162
  output: number;
@@ -17641,13 +17166,13 @@ export declare const MODELS: {
17641
17166
  contextWindow: number;
17642
17167
  maxTokens: number;
17643
17168
  };
17644
- readonly "zai/glm-4.6v": {
17169
+ readonly "perplexity/sonar-pro": {
17645
17170
  id: string;
17646
17171
  name: string;
17647
17172
  api: "anthropic-messages";
17648
17173
  provider: string;
17649
17174
  baseUrl: string;
17650
- reasoning: true;
17175
+ reasoning: false;
17651
17176
  input: ("image" | "text")[];
17652
17177
  cost: {
17653
17178
  input: number;
@@ -17658,13 +17183,13 @@ export declare const MODELS: {
17658
17183
  contextWindow: number;
17659
17184
  maxTokens: number;
17660
17185
  };
17661
- readonly "zai/glm-4.6v-flash": {
17186
+ readonly "xai/grok-4.1-fast-non-reasoning": {
17662
17187
  id: string;
17663
17188
  name: string;
17664
17189
  api: "anthropic-messages";
17665
17190
  provider: string;
17666
17191
  baseUrl: string;
17667
- reasoning: true;
17192
+ reasoning: false;
17668
17193
  input: ("image" | "text")[];
17669
17194
  cost: {
17670
17195
  input: number;
@@ -17675,14 +17200,14 @@ export declare const MODELS: {
17675
17200
  contextWindow: number;
17676
17201
  maxTokens: number;
17677
17202
  };
17678
- readonly "zai/glm-4.7": {
17203
+ readonly "xai/grok-4.1-fast-reasoning": {
17679
17204
  id: string;
17680
17205
  name: string;
17681
17206
  api: "anthropic-messages";
17682
17207
  provider: string;
17683
17208
  baseUrl: string;
17684
17209
  reasoning: true;
17685
- input: "text"[];
17210
+ input: ("image" | "text")[];
17686
17211
  cost: {
17687
17212
  input: number;
17688
17213
  output: number;
@@ -17692,14 +17217,14 @@ export declare const MODELS: {
17692
17217
  contextWindow: number;
17693
17218
  maxTokens: number;
17694
17219
  };
17695
- readonly "zai/glm-4.7-flash": {
17220
+ readonly "xai/grok-4.20-multi-agent": {
17696
17221
  id: string;
17697
17222
  name: string;
17698
17223
  api: "anthropic-messages";
17699
17224
  provider: string;
17700
17225
  baseUrl: string;
17701
17226
  reasoning: true;
17702
- input: "text"[];
17227
+ input: ("image" | "text")[];
17703
17228
  cost: {
17704
17229
  input: number;
17705
17230
  output: number;
@@ -17709,14 +17234,14 @@ export declare const MODELS: {
17709
17234
  contextWindow: number;
17710
17235
  maxTokens: number;
17711
17236
  };
17712
- readonly "zai/glm-4.7-flashx": {
17237
+ readonly "xai/grok-4.20-multi-agent-beta": {
17713
17238
  id: string;
17714
17239
  name: string;
17715
17240
  api: "anthropic-messages";
17716
17241
  provider: string;
17717
17242
  baseUrl: string;
17718
17243
  reasoning: true;
17719
- input: "text"[];
17244
+ input: ("image" | "text")[];
17720
17245
  cost: {
17721
17246
  input: number;
17722
17247
  output: number;
@@ -17726,14 +17251,14 @@ export declare const MODELS: {
17726
17251
  contextWindow: number;
17727
17252
  maxTokens: number;
17728
17253
  };
17729
- readonly "zai/glm-5": {
17254
+ readonly "xai/grok-4.20-non-reasoning": {
17730
17255
  id: string;
17731
17256
  name: string;
17732
17257
  api: "anthropic-messages";
17733
17258
  provider: string;
17734
17259
  baseUrl: string;
17735
- reasoning: true;
17736
- input: "text"[];
17260
+ reasoning: false;
17261
+ input: ("image" | "text")[];
17737
17262
  cost: {
17738
17263
  input: number;
17739
17264
  output: number;
@@ -17743,14 +17268,14 @@ export declare const MODELS: {
17743
17268
  contextWindow: number;
17744
17269
  maxTokens: number;
17745
17270
  };
17746
- readonly "zai/glm-5-turbo": {
17271
+ readonly "xai/grok-4.20-non-reasoning-beta": {
17747
17272
  id: string;
17748
17273
  name: string;
17749
17274
  api: "anthropic-messages";
17750
17275
  provider: string;
17751
17276
  baseUrl: string;
17752
- reasoning: true;
17753
- input: "text"[];
17277
+ reasoning: false;
17278
+ input: ("image" | "text")[];
17754
17279
  cost: {
17755
17280
  input: number;
17756
17281
  output: number;
@@ -17760,14 +17285,14 @@ export declare const MODELS: {
17760
17285
  contextWindow: number;
17761
17286
  maxTokens: number;
17762
17287
  };
17763
- readonly "zai/glm-5.1": {
17288
+ readonly "xai/grok-4.20-reasoning": {
17764
17289
  id: string;
17765
17290
  name: string;
17766
17291
  api: "anthropic-messages";
17767
17292
  provider: string;
17768
17293
  baseUrl: string;
17769
17294
  reasoning: true;
17770
- input: "text"[];
17295
+ input: ("image" | "text")[];
17771
17296
  cost: {
17772
17297
  input: number;
17773
17298
  output: number;
@@ -17777,7 +17302,7 @@ export declare const MODELS: {
17777
17302
  contextWindow: number;
17778
17303
  maxTokens: number;
17779
17304
  };
17780
- readonly "zai/glm-5v-turbo": {
17305
+ readonly "xai/grok-4.20-reasoning-beta": {
17781
17306
  id: string;
17782
17307
  name: string;
17783
17308
  api: "anthropic-messages";
@@ -17794,16 +17319,14 @@ export declare const MODELS: {
17794
17319
  contextWindow: number;
17795
17320
  maxTokens: number;
17796
17321
  };
17797
- };
17798
- readonly xai: {
17799
- readonly "grok-2": {
17322
+ readonly "xai/grok-4.3": {
17800
17323
  id: string;
17801
17324
  name: string;
17802
- api: "openai-completions";
17325
+ api: "anthropic-messages";
17803
17326
  provider: string;
17804
17327
  baseUrl: string;
17805
- reasoning: false;
17806
- input: "text"[];
17328
+ reasoning: true;
17329
+ input: ("image" | "text")[];
17807
17330
  cost: {
17808
17331
  input: number;
17809
17332
  output: number;
@@ -17813,14 +17336,14 @@ export declare const MODELS: {
17813
17336
  contextWindow: number;
17814
17337
  maxTokens: number;
17815
17338
  };
17816
- readonly "grok-2-1212": {
17339
+ readonly "xai/grok-build-0.1": {
17817
17340
  id: string;
17818
17341
  name: string;
17819
- api: "openai-completions";
17342
+ api: "anthropic-messages";
17820
17343
  provider: string;
17821
17344
  baseUrl: string;
17822
- reasoning: false;
17823
- input: "text"[];
17345
+ reasoning: true;
17346
+ input: ("image" | "text")[];
17824
17347
  cost: {
17825
17348
  input: number;
17826
17349
  output: number;
@@ -17830,13 +17353,13 @@ export declare const MODELS: {
17830
17353
  contextWindow: number;
17831
17354
  maxTokens: number;
17832
17355
  };
17833
- readonly "grok-2-latest": {
17356
+ readonly "xiaomi/mimo-v2-flash": {
17834
17357
  id: string;
17835
17358
  name: string;
17836
- api: "openai-completions";
17359
+ api: "anthropic-messages";
17837
17360
  provider: string;
17838
17361
  baseUrl: string;
17839
- reasoning: false;
17362
+ reasoning: true;
17840
17363
  input: "text"[];
17841
17364
  cost: {
17842
17365
  input: number;
@@ -17847,14 +17370,14 @@ export declare const MODELS: {
17847
17370
  contextWindow: number;
17848
17371
  maxTokens: number;
17849
17372
  };
17850
- readonly "grok-2-vision": {
17373
+ readonly "xiaomi/mimo-v2-pro": {
17851
17374
  id: string;
17852
17375
  name: string;
17853
- api: "openai-completions";
17376
+ api: "anthropic-messages";
17854
17377
  provider: string;
17855
17378
  baseUrl: string;
17856
- reasoning: false;
17857
- input: ("image" | "text")[];
17379
+ reasoning: true;
17380
+ input: "text"[];
17858
17381
  cost: {
17859
17382
  input: number;
17860
17383
  output: number;
@@ -17864,13 +17387,13 @@ export declare const MODELS: {
17864
17387
  contextWindow: number;
17865
17388
  maxTokens: number;
17866
17389
  };
17867
- readonly "grok-2-vision-1212": {
17390
+ readonly "xiaomi/mimo-v2.5": {
17868
17391
  id: string;
17869
17392
  name: string;
17870
- api: "openai-completions";
17393
+ api: "anthropic-messages";
17871
17394
  provider: string;
17872
17395
  baseUrl: string;
17873
- reasoning: false;
17396
+ reasoning: true;
17874
17397
  input: ("image" | "text")[];
17875
17398
  cost: {
17876
17399
  input: number;
@@ -17881,13 +17404,13 @@ export declare const MODELS: {
17881
17404
  contextWindow: number;
17882
17405
  maxTokens: number;
17883
17406
  };
17884
- readonly "grok-2-vision-latest": {
17407
+ readonly "xiaomi/mimo-v2.5-pro": {
17885
17408
  id: string;
17886
17409
  name: string;
17887
- api: "openai-completions";
17410
+ api: "anthropic-messages";
17888
17411
  provider: string;
17889
17412
  baseUrl: string;
17890
- reasoning: false;
17413
+ reasoning: true;
17891
17414
  input: ("image" | "text")[];
17892
17415
  cost: {
17893
17416
  input: number;
@@ -17898,13 +17421,13 @@ export declare const MODELS: {
17898
17421
  contextWindow: number;
17899
17422
  maxTokens: number;
17900
17423
  };
17901
- readonly "grok-3": {
17424
+ readonly "zai/glm-4.5": {
17902
17425
  id: string;
17903
17426
  name: string;
17904
- api: "openai-completions";
17427
+ api: "anthropic-messages";
17905
17428
  provider: string;
17906
17429
  baseUrl: string;
17907
- reasoning: false;
17430
+ reasoning: true;
17908
17431
  input: "text"[];
17909
17432
  cost: {
17910
17433
  input: number;
@@ -17915,13 +17438,13 @@ export declare const MODELS: {
17915
17438
  contextWindow: number;
17916
17439
  maxTokens: number;
17917
17440
  };
17918
- readonly "grok-3-fast": {
17441
+ readonly "zai/glm-4.5-air": {
17919
17442
  id: string;
17920
17443
  name: string;
17921
- api: "openai-completions";
17444
+ api: "anthropic-messages";
17922
17445
  provider: string;
17923
17446
  baseUrl: string;
17924
- reasoning: false;
17447
+ reasoning: true;
17925
17448
  input: "text"[];
17926
17449
  cost: {
17927
17450
  input: number;
@@ -17932,14 +17455,14 @@ export declare const MODELS: {
17932
17455
  contextWindow: number;
17933
17456
  maxTokens: number;
17934
17457
  };
17935
- readonly "grok-3-fast-latest": {
17458
+ readonly "zai/glm-4.5v": {
17936
17459
  id: string;
17937
17460
  name: string;
17938
- api: "openai-completions";
17461
+ api: "anthropic-messages";
17939
17462
  provider: string;
17940
17463
  baseUrl: string;
17941
17464
  reasoning: false;
17942
- input: "text"[];
17465
+ input: ("image" | "text")[];
17943
17466
  cost: {
17944
17467
  input: number;
17945
17468
  output: number;
@@ -17949,13 +17472,13 @@ export declare const MODELS: {
17949
17472
  contextWindow: number;
17950
17473
  maxTokens: number;
17951
17474
  };
17952
- readonly "grok-3-latest": {
17475
+ readonly "zai/glm-4.6": {
17953
17476
  id: string;
17954
17477
  name: string;
17955
- api: "openai-completions";
17478
+ api: "anthropic-messages";
17956
17479
  provider: string;
17957
17480
  baseUrl: string;
17958
- reasoning: false;
17481
+ reasoning: true;
17959
17482
  input: "text"[];
17960
17483
  cost: {
17961
17484
  input: number;
@@ -17966,14 +17489,14 @@ export declare const MODELS: {
17966
17489
  contextWindow: number;
17967
17490
  maxTokens: number;
17968
17491
  };
17969
- readonly "grok-3-mini": {
17492
+ readonly "zai/glm-4.6v": {
17970
17493
  id: string;
17971
17494
  name: string;
17972
- api: "openai-completions";
17495
+ api: "anthropic-messages";
17973
17496
  provider: string;
17974
17497
  baseUrl: string;
17975
17498
  reasoning: true;
17976
- input: "text"[];
17499
+ input: ("image" | "text")[];
17977
17500
  cost: {
17978
17501
  input: number;
17979
17502
  output: number;
@@ -17983,14 +17506,14 @@ export declare const MODELS: {
17983
17506
  contextWindow: number;
17984
17507
  maxTokens: number;
17985
17508
  };
17986
- readonly "grok-3-mini-fast": {
17509
+ readonly "zai/glm-4.6v-flash": {
17987
17510
  id: string;
17988
17511
  name: string;
17989
- api: "openai-completions";
17512
+ api: "anthropic-messages";
17990
17513
  provider: string;
17991
17514
  baseUrl: string;
17992
17515
  reasoning: true;
17993
- input: "text"[];
17516
+ input: ("image" | "text")[];
17994
17517
  cost: {
17995
17518
  input: number;
17996
17519
  output: number;
@@ -18000,10 +17523,10 @@ export declare const MODELS: {
18000
17523
  contextWindow: number;
18001
17524
  maxTokens: number;
18002
17525
  };
18003
- readonly "grok-3-mini-fast-latest": {
17526
+ readonly "zai/glm-4.7": {
18004
17527
  id: string;
18005
17528
  name: string;
18006
- api: "openai-completions";
17529
+ api: "anthropic-messages";
18007
17530
  provider: string;
18008
17531
  baseUrl: string;
18009
17532
  reasoning: true;
@@ -18017,10 +17540,10 @@ export declare const MODELS: {
18017
17540
  contextWindow: number;
18018
17541
  maxTokens: number;
18019
17542
  };
18020
- readonly "grok-3-mini-latest": {
17543
+ readonly "zai/glm-4.7-flash": {
18021
17544
  id: string;
18022
17545
  name: string;
18023
- api: "openai-completions";
17546
+ api: "anthropic-messages";
18024
17547
  provider: string;
18025
17548
  baseUrl: string;
18026
17549
  reasoning: true;
@@ -18034,10 +17557,10 @@ export declare const MODELS: {
18034
17557
  contextWindow: number;
18035
17558
  maxTokens: number;
18036
17559
  };
18037
- readonly "grok-4": {
17560
+ readonly "zai/glm-4.7-flashx": {
18038
17561
  id: string;
18039
17562
  name: string;
18040
- api: "openai-completions";
17563
+ api: "anthropic-messages";
18041
17564
  provider: string;
18042
17565
  baseUrl: string;
18043
17566
  reasoning: true;
@@ -18051,14 +17574,14 @@ export declare const MODELS: {
18051
17574
  contextWindow: number;
18052
17575
  maxTokens: number;
18053
17576
  };
18054
- readonly "grok-4-1-fast": {
17577
+ readonly "zai/glm-5": {
18055
17578
  id: string;
18056
17579
  name: string;
18057
- api: "openai-completions";
17580
+ api: "anthropic-messages";
18058
17581
  provider: string;
18059
17582
  baseUrl: string;
18060
17583
  reasoning: true;
18061
- input: ("image" | "text")[];
17584
+ input: "text"[];
18062
17585
  cost: {
18063
17586
  input: number;
18064
17587
  output: number;
@@ -18068,14 +17591,14 @@ export declare const MODELS: {
18068
17591
  contextWindow: number;
18069
17592
  maxTokens: number;
18070
17593
  };
18071
- readonly "grok-4-1-fast-non-reasoning": {
17594
+ readonly "zai/glm-5-turbo": {
18072
17595
  id: string;
18073
17596
  name: string;
18074
- api: "openai-completions";
17597
+ api: "anthropic-messages";
18075
17598
  provider: string;
18076
17599
  baseUrl: string;
18077
- reasoning: false;
18078
- input: ("image" | "text")[];
17600
+ reasoning: true;
17601
+ input: "text"[];
18079
17602
  cost: {
18080
17603
  input: number;
18081
17604
  output: number;
@@ -18085,14 +17608,14 @@ export declare const MODELS: {
18085
17608
  contextWindow: number;
18086
17609
  maxTokens: number;
18087
17610
  };
18088
- readonly "grok-4-fast": {
17611
+ readonly "zai/glm-5.1": {
18089
17612
  id: string;
18090
17613
  name: string;
18091
- api: "openai-completions";
17614
+ api: "anthropic-messages";
18092
17615
  provider: string;
18093
17616
  baseUrl: string;
18094
17617
  reasoning: true;
18095
- input: ("image" | "text")[];
17618
+ input: "text"[];
18096
17619
  cost: {
18097
17620
  input: number;
18098
17621
  output: number;
@@ -18102,13 +17625,13 @@ export declare const MODELS: {
18102
17625
  contextWindow: number;
18103
17626
  maxTokens: number;
18104
17627
  };
18105
- readonly "grok-4-fast-non-reasoning": {
17628
+ readonly "zai/glm-5v-turbo": {
18106
17629
  id: string;
18107
17630
  name: string;
18108
- api: "openai-completions";
17631
+ api: "anthropic-messages";
18109
17632
  provider: string;
18110
17633
  baseUrl: string;
18111
- reasoning: false;
17634
+ reasoning: true;
18112
17635
  input: ("image" | "text")[];
18113
17636
  cost: {
18114
17637
  input: number;
@@ -18119,6 +17642,8 @@ export declare const MODELS: {
18119
17642
  contextWindow: number;
18120
17643
  maxTokens: number;
18121
17644
  };
17645
+ };
17646
+ readonly xai: {
18122
17647
  readonly "grok-4.20-0309-non-reasoning": {
18123
17648
  id: string;
18124
17649
  name: string;
@@ -18170,31 +17695,14 @@ export declare const MODELS: {
18170
17695
  contextWindow: number;
18171
17696
  maxTokens: number;
18172
17697
  };
18173
- readonly "grok-beta": {
18174
- id: string;
18175
- name: string;
18176
- api: "openai-completions";
18177
- provider: string;
18178
- baseUrl: string;
18179
- reasoning: false;
18180
- input: "text"[];
18181
- cost: {
18182
- input: number;
18183
- output: number;
18184
- cacheRead: number;
18185
- cacheWrite: number;
18186
- };
18187
- contextWindow: number;
18188
- maxTokens: number;
18189
- };
18190
- readonly "grok-code-fast-1": {
17698
+ readonly "grok-build-0.1": {
18191
17699
  id: string;
18192
17700
  name: string;
18193
17701
  api: "openai-completions";
18194
17702
  provider: string;
18195
17703
  baseUrl: string;
18196
17704
  reasoning: true;
18197
- input: "text"[];
17705
+ input: ("image" | "text")[];
18198
17706
  cost: {
18199
17707
  input: number;
18200
17708
  output: number;
@@ -18204,14 +17712,14 @@ export declare const MODELS: {
18204
17712
  contextWindow: number;
18205
17713
  maxTokens: number;
18206
17714
  };
18207
- readonly "grok-vision-beta": {
17715
+ readonly "grok-code-fast-1": {
18208
17716
  id: string;
18209
17717
  name: string;
18210
17718
  api: "openai-completions";
18211
17719
  provider: string;
18212
17720
  baseUrl: string;
18213
17721
  reasoning: false;
18214
- input: ("image" | "text")[];
17722
+ input: "text"[];
18215
17723
  cost: {
18216
17724
  input: number;
18217
17725
  output: number;