@kolisachint/hoocode-ai 0.2.4 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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";
@@ -9737,7 +9687,7 @@ export declare const MODELS: {
9737
9687
  contextWindow: number;
9738
9688
  maxTokens: number;
9739
9689
  };
9740
- readonly "qwen3.5-plus": {
9690
+ readonly "qwen3.6-plus": {
9741
9691
  id: string;
9742
9692
  name: string;
9743
9693
  api: "openai-completions";
@@ -9757,17 +9707,14 @@ export declare const MODELS: {
9757
9707
  contextWindow: number;
9758
9708
  maxTokens: number;
9759
9709
  };
9760
- readonly "qwen3.6-plus": {
9710
+ readonly "qwen3.7-max": {
9761
9711
  id: string;
9762
9712
  name: string;
9763
- api: "openai-completions";
9713
+ api: "anthropic-messages";
9764
9714
  provider: string;
9765
9715
  baseUrl: string;
9766
- compat: {
9767
- thinkingFormat: "qwen";
9768
- };
9769
9716
  reasoning: true;
9770
- input: ("image" | "text")[];
9717
+ input: "text"[];
9771
9718
  cost: {
9772
9719
  input: number;
9773
9720
  output: number;
@@ -9796,23 +9743,6 @@ export declare const MODELS: {
9796
9743
  contextWindow: number;
9797
9744
  maxTokens: number;
9798
9745
  };
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
9746
  readonly "amazon/nova-2-lite-v1": {
9817
9747
  id: string;
9818
9748
  name: string;
@@ -10080,7 +10010,7 @@ export declare const MODELS: {
10080
10010
  contextWindow: number;
10081
10011
  maxTokens: number;
10082
10012
  };
10083
- readonly "anthropic/claude-sonnet-4": {
10013
+ readonly "anthropic/claude-opus-4.8": {
10084
10014
  id: string;
10085
10015
  name: string;
10086
10016
  api: "openai-completions";
@@ -10097,7 +10027,7 @@ export declare const MODELS: {
10097
10027
  contextWindow: number;
10098
10028
  maxTokens: number;
10099
10029
  };
10100
- readonly "anthropic/claude-sonnet-4.5": {
10030
+ readonly "anthropic/claude-opus-4.8-fast": {
10101
10031
  id: string;
10102
10032
  name: string;
10103
10033
  api: "openai-completions";
@@ -10114,7 +10044,7 @@ export declare const MODELS: {
10114
10044
  contextWindow: number;
10115
10045
  maxTokens: number;
10116
10046
  };
10117
- readonly "anthropic/claude-sonnet-4.6": {
10047
+ readonly "anthropic/claude-sonnet-4": {
10118
10048
  id: string;
10119
10049
  name: string;
10120
10050
  api: "openai-completions";
@@ -10131,14 +10061,14 @@ export declare const MODELS: {
10131
10061
  contextWindow: number;
10132
10062
  maxTokens: number;
10133
10063
  };
10134
- readonly "arcee-ai/trinity-large-preview": {
10064
+ readonly "anthropic/claude-sonnet-4.5": {
10135
10065
  id: string;
10136
10066
  name: string;
10137
10067
  api: "openai-completions";
10138
10068
  provider: string;
10139
10069
  baseUrl: string;
10140
- reasoning: false;
10141
- input: "text"[];
10070
+ reasoning: true;
10071
+ input: ("image" | "text")[];
10142
10072
  cost: {
10143
10073
  input: number;
10144
10074
  output: number;
@@ -10148,14 +10078,14 @@ export declare const MODELS: {
10148
10078
  contextWindow: number;
10149
10079
  maxTokens: number;
10150
10080
  };
10151
- readonly "arcee-ai/trinity-large-thinking": {
10081
+ readonly "anthropic/claude-sonnet-4.6": {
10152
10082
  id: string;
10153
10083
  name: string;
10154
10084
  api: "openai-completions";
10155
10085
  provider: string;
10156
10086
  baseUrl: string;
10157
10087
  reasoning: true;
10158
- input: "text"[];
10088
+ input: ("image" | "text")[];
10159
10089
  cost: {
10160
10090
  input: number;
10161
10091
  output: number;
@@ -10165,7 +10095,7 @@ export declare const MODELS: {
10165
10095
  contextWindow: number;
10166
10096
  maxTokens: number;
10167
10097
  };
10168
- readonly "arcee-ai/trinity-large-thinking:free": {
10098
+ readonly "arcee-ai/trinity-large-thinking": {
10169
10099
  id: string;
10170
10100
  name: string;
10171
10101
  api: "openai-completions";
@@ -10233,23 +10163,6 @@ export declare const MODELS: {
10233
10163
  contextWindow: number;
10234
10164
  maxTokens: number;
10235
10165
  };
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
10166
  readonly "baidu/ernie-4.5-21b-a3b": {
10254
10167
  id: string;
10255
10168
  name: string;
@@ -10844,6 +10757,23 @@ export declare const MODELS: {
10844
10757
  contextWindow: number;
10845
10758
  maxTokens: number;
10846
10759
  };
10760
+ readonly "google/gemini-3.5-flash": {
10761
+ id: string;
10762
+ name: string;
10763
+ api: "openai-completions";
10764
+ provider: string;
10765
+ baseUrl: string;
10766
+ reasoning: true;
10767
+ input: ("image" | "text")[];
10768
+ cost: {
10769
+ input: number;
10770
+ output: number;
10771
+ cacheRead: number;
10772
+ cacheWrite: number;
10773
+ };
10774
+ contextWindow: number;
10775
+ maxTokens: number;
10776
+ };
10847
10777
  readonly "google/gemma-3-12b-it": {
10848
10778
  id: string;
10849
10779
  name: string;
@@ -11014,7 +10944,7 @@ export declare const MODELS: {
11014
10944
  contextWindow: number;
11015
10945
  maxTokens: number;
11016
10946
  };
11017
- readonly "inclusionai/ring-2.6-1t:free": {
10947
+ readonly "inclusionai/ring-2.6-1t": {
11018
10948
  id: string;
11019
10949
  name: string;
11020
10950
  api: "openai-completions";
@@ -11677,6 +11607,23 @@ export declare const MODELS: {
11677
11607
  contextWindow: number;
11678
11608
  maxTokens: number;
11679
11609
  };
11610
+ readonly "moonshotai/kimi-k2.6:free": {
11611
+ id: string;
11612
+ name: string;
11613
+ api: "openai-completions";
11614
+ provider: string;
11615
+ baseUrl: string;
11616
+ reasoning: true;
11617
+ input: ("image" | "text")[];
11618
+ cost: {
11619
+ input: number;
11620
+ output: number;
11621
+ cacheRead: number;
11622
+ cacheWrite: number;
11623
+ };
11624
+ contextWindow: number;
11625
+ maxTokens: number;
11626
+ };
11680
11627
  readonly "nex-agi/deepseek-v3.1-nex-n1": {
11681
11628
  id: string;
11682
11629
  name: string;
@@ -13719,14 +13666,14 @@ export declare const MODELS: {
13719
13666
  contextWindow: number;
13720
13667
  maxTokens: number;
13721
13668
  };
13722
- readonly "rekaai/reka-edge": {
13669
+ readonly "qwen/qwen3.7-max": {
13723
13670
  id: string;
13724
13671
  name: string;
13725
13672
  api: "openai-completions";
13726
13673
  provider: string;
13727
13674
  baseUrl: string;
13728
- reasoning: false;
13729
- input: ("image" | "text")[];
13675
+ reasoning: true;
13676
+ input: "text"[];
13730
13677
  cost: {
13731
13678
  input: number;
13732
13679
  output: number;
@@ -13736,14 +13683,14 @@ export declare const MODELS: {
13736
13683
  contextWindow: number;
13737
13684
  maxTokens: number;
13738
13685
  };
13739
- readonly "relace/relace-search": {
13686
+ readonly "rekaai/reka-edge": {
13740
13687
  id: string;
13741
13688
  name: string;
13742
13689
  api: "openai-completions";
13743
13690
  provider: string;
13744
13691
  baseUrl: string;
13745
13692
  reasoning: false;
13746
- input: "text"[];
13693
+ input: ("image" | "text")[];
13747
13694
  cost: {
13748
13695
  input: number;
13749
13696
  output: number;
@@ -13753,7 +13700,7 @@ export declare const MODELS: {
13753
13700
  contextWindow: number;
13754
13701
  maxTokens: number;
13755
13702
  };
13756
- readonly "sao10k/l3-euryale-70b": {
13703
+ readonly "relace/relace-search": {
13757
13704
  id: string;
13758
13705
  name: string;
13759
13706
  api: "openai-completions";
@@ -13770,7 +13717,7 @@ export declare const MODELS: {
13770
13717
  contextWindow: number;
13771
13718
  maxTokens: number;
13772
13719
  };
13773
- readonly "sao10k/l3.1-euryale-70b": {
13720
+ readonly "sao10k/l3-euryale-70b": {
13774
13721
  id: string;
13775
13722
  name: string;
13776
13723
  api: "openai-completions";
@@ -13787,13 +13734,13 @@ export declare const MODELS: {
13787
13734
  contextWindow: number;
13788
13735
  maxTokens: number;
13789
13736
  };
13790
- readonly "stepfun/step-3.5-flash": {
13737
+ readonly "sao10k/l3.1-euryale-70b": {
13791
13738
  id: string;
13792
13739
  name: string;
13793
13740
  api: "openai-completions";
13794
13741
  provider: string;
13795
13742
  baseUrl: string;
13796
- reasoning: true;
13743
+ reasoning: false;
13797
13744
  input: "text"[];
13798
13745
  cost: {
13799
13746
  input: number;
@@ -13804,7 +13751,7 @@ export declare const MODELS: {
13804
13751
  contextWindow: number;
13805
13752
  maxTokens: number;
13806
13753
  };
13807
- readonly "tencent/hy3-preview": {
13754
+ readonly "stepfun/step-3.5-flash": {
13808
13755
  id: string;
13809
13756
  name: string;
13810
13757
  api: "openai-completions";
@@ -13821,31 +13768,14 @@ export declare const MODELS: {
13821
13768
  contextWindow: number;
13822
13769
  maxTokens: number;
13823
13770
  };
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": {
13771
+ readonly "stepfun/step-3.7-flash": {
13842
13772
  id: string;
13843
13773
  name: string;
13844
13774
  api: "openai-completions";
13845
13775
  provider: string;
13846
13776
  baseUrl: string;
13847
- reasoning: false;
13848
- input: "text"[];
13777
+ reasoning: true;
13778
+ input: ("image" | "text")[];
13849
13779
  cost: {
13850
13780
  input: number;
13851
13781
  output: number;
@@ -13855,7 +13785,7 @@ export declare const MODELS: {
13855
13785
  contextWindow: number;
13856
13786
  maxTokens: number;
13857
13787
  };
13858
- readonly "upstage/solar-pro-3": {
13788
+ readonly "tencent/hy3-preview": {
13859
13789
  id: string;
13860
13790
  name: string;
13861
13791
  api: "openai-completions";
@@ -13872,7 +13802,7 @@ export declare const MODELS: {
13872
13802
  contextWindow: number;
13873
13803
  maxTokens: number;
13874
13804
  };
13875
- readonly "x-ai/grok-3": {
13805
+ readonly "thedrummer/rocinante-12b": {
13876
13806
  id: string;
13877
13807
  name: string;
13878
13808
  api: "openai-completions";
@@ -13889,7 +13819,7 @@ export declare const MODELS: {
13889
13819
  contextWindow: number;
13890
13820
  maxTokens: number;
13891
13821
  };
13892
- readonly "x-ai/grok-3-beta": {
13822
+ readonly "thedrummer/unslopnemo-12b": {
13893
13823
  id: string;
13894
13824
  name: string;
13895
13825
  api: "openai-completions";
@@ -13906,24 +13836,7 @@ export declare const MODELS: {
13906
13836
  contextWindow: number;
13907
13837
  maxTokens: number;
13908
13838
  };
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": {
13839
+ readonly "upstage/solar-pro-3": {
13927
13840
  id: string;
13928
13841
  name: string;
13929
13842
  api: "openai-completions";
@@ -13940,57 +13853,6 @@ export declare const MODELS: {
13940
13853
  contextWindow: number;
13941
13854
  maxTokens: number;
13942
13855
  };
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
13856
  readonly "x-ai/grok-4.20": {
13995
13857
  id: string;
13996
13858
  name: string;
@@ -14025,14 +13887,14 @@ export declare const MODELS: {
14025
13887
  contextWindow: number;
14026
13888
  maxTokens: number;
14027
13889
  };
14028
- readonly "x-ai/grok-code-fast-1": {
13890
+ readonly "x-ai/grok-build-0.1": {
14029
13891
  id: string;
14030
13892
  name: string;
14031
13893
  api: "openai-completions";
14032
13894
  provider: string;
14033
13895
  baseUrl: string;
14034
13896
  reasoning: true;
14035
- input: "text"[];
13897
+ input: ("image" | "text")[];
14036
13898
  cost: {
14037
13899
  input: number;
14038
13900
  output: number;
@@ -14697,7 +14559,7 @@ export declare const MODELS: {
14697
14559
  contextWindow: number;
14698
14560
  maxTokens: number;
14699
14561
  };
14700
- readonly "deepseek-ai/DeepSeek-V3": {
14562
+ readonly "Qwen/Qwen3.7-Max": {
14701
14563
  id: string;
14702
14564
  name: string;
14703
14565
  api: "openai-completions";
@@ -14728,7 +14590,7 @@ export declare const MODELS: {
14728
14590
  contextWindow: number;
14729
14591
  maxTokens: number;
14730
14592
  };
14731
- readonly "deepseek-ai/DeepSeek-V3-1": {
14593
+ readonly "deepseek-ai/DeepSeek-V3": {
14732
14594
  id: string;
14733
14595
  name: string;
14734
14596
  api: "openai-completions";
@@ -14759,7 +14621,7 @@ export declare const MODELS: {
14759
14621
  contextWindow: number;
14760
14622
  maxTokens: number;
14761
14623
  };
14762
- readonly "deepseek-ai/DeepSeek-V4-Pro": {
14624
+ readonly "deepseek-ai/DeepSeek-V3-1": {
14763
14625
  id: string;
14764
14626
  name: string;
14765
14627
  api: "openai-completions";
@@ -14768,7 +14630,7 @@ export declare const MODELS: {
14768
14630
  compat: {
14769
14631
  supportsStore: false;
14770
14632
  supportsDeveloperRole: false;
14771
- supportsReasoningEffort: true;
14633
+ supportsReasoningEffort: false;
14772
14634
  maxTokensField: "max_tokens";
14773
14635
  supportsStrictMode: false;
14774
14636
  supportsLongCacheRetention: false;
@@ -14779,8 +14641,6 @@ export declare const MODELS: {
14779
14641
  minimal: null;
14780
14642
  low: null;
14781
14643
  medium: null;
14782
- high: string;
14783
- xhigh: null;
14784
14644
  };
14785
14645
  input: "text"[];
14786
14646
  cost: {
@@ -14792,7 +14652,7 @@ export declare const MODELS: {
14792
14652
  contextWindow: number;
14793
14653
  maxTokens: number;
14794
14654
  };
14795
- readonly "essentialai/Rnj-1-Instruct": {
14655
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
14796
14656
  id: string;
14797
14657
  name: string;
14798
14658
  api: "openai-completions";
@@ -14801,7 +14661,40 @@ export declare const MODELS: {
14801
14661
  compat: {
14802
14662
  supportsStore: false;
14803
14663
  supportsDeveloperRole: false;
14804
- supportsReasoningEffort: false;
14664
+ supportsReasoningEffort: true;
14665
+ maxTokensField: "max_tokens";
14666
+ supportsStrictMode: false;
14667
+ supportsLongCacheRetention: false;
14668
+ thinkingFormat: "together";
14669
+ };
14670
+ reasoning: true;
14671
+ thinkingLevelMap: {
14672
+ minimal: null;
14673
+ low: null;
14674
+ medium: null;
14675
+ high: string;
14676
+ xhigh: null;
14677
+ };
14678
+ input: "text"[];
14679
+ cost: {
14680
+ input: number;
14681
+ output: number;
14682
+ cacheRead: number;
14683
+ cacheWrite: number;
14684
+ };
14685
+ contextWindow: number;
14686
+ maxTokens: number;
14687
+ };
14688
+ readonly "essentialai/Rnj-1-Instruct": {
14689
+ id: string;
14690
+ name: string;
14691
+ api: "openai-completions";
14692
+ provider: string;
14693
+ baseUrl: string;
14694
+ compat: {
14695
+ supportsStore: false;
14696
+ supportsDeveloperRole: false;
14697
+ supportsReasoningEffort: false;
14805
14698
  maxTokensField: "max_tokens";
14806
14699
  supportsStrictMode: false;
14807
14700
  supportsLongCacheRetention: false;
@@ -15304,6 +15197,23 @@ export declare const MODELS: {
15304
15197
  contextWindow: number;
15305
15198
  maxTokens: number;
15306
15199
  };
15200
+ readonly "alibaba/qwen3.7-max": {
15201
+ id: string;
15202
+ name: string;
15203
+ api: "anthropic-messages";
15204
+ provider: string;
15205
+ baseUrl: string;
15206
+ reasoning: true;
15207
+ input: ("image" | "text")[];
15208
+ cost: {
15209
+ input: number;
15210
+ output: number;
15211
+ cacheRead: number;
15212
+ cacheWrite: number;
15213
+ };
15214
+ contextWindow: number;
15215
+ maxTokens: number;
15216
+ };
15307
15217
  readonly "anthropic/claude-3-haiku": {
15308
15218
  id: string;
15309
15219
  name: string;
@@ -15446,6 +15356,23 @@ export declare const MODELS: {
15446
15356
  contextWindow: number;
15447
15357
  maxTokens: number;
15448
15358
  };
15359
+ readonly "anthropic/claude-opus-4.8": {
15360
+ id: string;
15361
+ name: string;
15362
+ api: "anthropic-messages";
15363
+ provider: string;
15364
+ baseUrl: string;
15365
+ reasoning: true;
15366
+ input: ("image" | "text")[];
15367
+ cost: {
15368
+ input: number;
15369
+ output: number;
15370
+ cacheRead: number;
15371
+ cacheWrite: number;
15372
+ };
15373
+ contextWindow: number;
15374
+ maxTokens: number;
15375
+ };
15449
15376
  readonly "anthropic/claude-sonnet-4": {
15450
15377
  id: string;
15451
15378
  name: string;
@@ -15871,6 +15798,23 @@ export declare const MODELS: {
15871
15798
  contextWindow: number;
15872
15799
  maxTokens: number;
15873
15800
  };
15801
+ readonly "google/gemini-3.5-flash": {
15802
+ id: string;
15803
+ name: string;
15804
+ api: "anthropic-messages";
15805
+ provider: string;
15806
+ baseUrl: string;
15807
+ reasoning: true;
15808
+ input: ("image" | "text")[];
15809
+ cost: {
15810
+ input: number;
15811
+ output: number;
15812
+ cacheRead: number;
15813
+ cacheWrite: number;
15814
+ };
15815
+ contextWindow: number;
15816
+ maxTokens: number;
15817
+ };
15874
15818
  readonly "google/gemma-4-26b-a4b-it": {
15875
15819
  id: string;
15876
15820
  name: string;
@@ -16330,6 +16274,23 @@ export declare const MODELS: {
16330
16274
  contextWindow: number;
16331
16275
  maxTokens: number;
16332
16276
  };
16277
+ readonly "mistral/mistral-medium-3.5": {
16278
+ id: string;
16279
+ name: string;
16280
+ api: "anthropic-messages";
16281
+ provider: string;
16282
+ baseUrl: string;
16283
+ reasoning: true;
16284
+ input: "text"[];
16285
+ cost: {
16286
+ input: number;
16287
+ output: number;
16288
+ cacheRead: number;
16289
+ cacheWrite: number;
16290
+ };
16291
+ contextWindow: number;
16292
+ maxTokens: number;
16293
+ };
16333
16294
  readonly "mistral/mistral-small": {
16334
16295
  id: string;
16335
16296
  name: string;
@@ -16795,486 +16756,8 @@ export declare const MODELS: {
16795
16756
  api: "anthropic-messages";
16796
16757
  provider: string;
16797
16758
  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"[];
16759
+ reasoning: true;
16760
+ input: ("image" | "text")[];
17278
16761
  cost: {
17279
16762
  input: number;
17280
16763
  output: number;
@@ -17284,13 +16767,16 @@ export declare const MODELS: {
17284
16767
  contextWindow: number;
17285
16768
  maxTokens: number;
17286
16769
  };
17287
- readonly "xai/grok-4": {
16770
+ readonly "openai/gpt-5.2": {
17288
16771
  id: string;
17289
16772
  name: string;
17290
16773
  api: "anthropic-messages";
17291
16774
  provider: string;
17292
16775
  baseUrl: string;
17293
16776
  reasoning: true;
16777
+ thinkingLevelMap: {
16778
+ xhigh: string;
16779
+ };
17294
16780
  input: ("image" | "text")[];
17295
16781
  cost: {
17296
16782
  input: number;
@@ -17301,13 +16787,16 @@ export declare const MODELS: {
17301
16787
  contextWindow: number;
17302
16788
  maxTokens: number;
17303
16789
  };
17304
- readonly "xai/grok-4-fast-non-reasoning": {
16790
+ readonly "openai/gpt-5.2-chat": {
17305
16791
  id: string;
17306
16792
  name: string;
17307
16793
  api: "anthropic-messages";
17308
16794
  provider: string;
17309
16795
  baseUrl: string;
17310
- reasoning: false;
16796
+ reasoning: true;
16797
+ thinkingLevelMap: {
16798
+ xhigh: string;
16799
+ };
17311
16800
  input: ("image" | "text")[];
17312
16801
  cost: {
17313
16802
  input: number;
@@ -17318,13 +16807,16 @@ export declare const MODELS: {
17318
16807
  contextWindow: number;
17319
16808
  maxTokens: number;
17320
16809
  };
17321
- readonly "xai/grok-4-fast-reasoning": {
16810
+ readonly "openai/gpt-5.2-codex": {
17322
16811
  id: string;
17323
16812
  name: string;
17324
16813
  api: "anthropic-messages";
17325
16814
  provider: string;
17326
16815
  baseUrl: string;
17327
16816
  reasoning: true;
16817
+ thinkingLevelMap: {
16818
+ xhigh: string;
16819
+ };
17328
16820
  input: ("image" | "text")[];
17329
16821
  cost: {
17330
16822
  input: number;
@@ -17335,13 +16827,16 @@ export declare const MODELS: {
17335
16827
  contextWindow: number;
17336
16828
  maxTokens: number;
17337
16829
  };
17338
- readonly "xai/grok-4.1-fast-non-reasoning": {
16830
+ readonly "openai/gpt-5.2-pro": {
17339
16831
  id: string;
17340
16832
  name: string;
17341
16833
  api: "anthropic-messages";
17342
16834
  provider: string;
17343
16835
  baseUrl: string;
17344
- reasoning: false;
16836
+ reasoning: true;
16837
+ thinkingLevelMap: {
16838
+ xhigh: string;
16839
+ };
17345
16840
  input: ("image" | "text")[];
17346
16841
  cost: {
17347
16842
  input: number;
@@ -17352,13 +16847,16 @@ export declare const MODELS: {
17352
16847
  contextWindow: number;
17353
16848
  maxTokens: number;
17354
16849
  };
17355
- readonly "xai/grok-4.1-fast-reasoning": {
16850
+ readonly "openai/gpt-5.3-chat": {
17356
16851
  id: string;
17357
16852
  name: string;
17358
16853
  api: "anthropic-messages";
17359
16854
  provider: string;
17360
16855
  baseUrl: string;
17361
16856
  reasoning: true;
16857
+ thinkingLevelMap: {
16858
+ xhigh: string;
16859
+ };
17362
16860
  input: ("image" | "text")[];
17363
16861
  cost: {
17364
16862
  input: number;
@@ -17369,13 +16867,16 @@ export declare const MODELS: {
17369
16867
  contextWindow: number;
17370
16868
  maxTokens: number;
17371
16869
  };
17372
- readonly "xai/grok-4.20-multi-agent": {
16870
+ readonly "openai/gpt-5.3-codex": {
17373
16871
  id: string;
17374
16872
  name: string;
17375
16873
  api: "anthropic-messages";
17376
16874
  provider: string;
17377
16875
  baseUrl: string;
17378
16876
  reasoning: true;
16877
+ thinkingLevelMap: {
16878
+ xhigh: string;
16879
+ };
17379
16880
  input: ("image" | "text")[];
17380
16881
  cost: {
17381
16882
  input: number;
@@ -17386,13 +16887,16 @@ export declare const MODELS: {
17386
16887
  contextWindow: number;
17387
16888
  maxTokens: number;
17388
16889
  };
17389
- readonly "xai/grok-4.20-multi-agent-beta": {
16890
+ readonly "openai/gpt-5.4": {
17390
16891
  id: string;
17391
16892
  name: string;
17392
16893
  api: "anthropic-messages";
17393
16894
  provider: string;
17394
16895
  baseUrl: string;
17395
16896
  reasoning: true;
16897
+ thinkingLevelMap: {
16898
+ xhigh: string;
16899
+ };
17396
16900
  input: ("image" | "text")[];
17397
16901
  cost: {
17398
16902
  input: number;
@@ -17403,13 +16907,16 @@ export declare const MODELS: {
17403
16907
  contextWindow: number;
17404
16908
  maxTokens: number;
17405
16909
  };
17406
- readonly "xai/grok-4.20-non-reasoning": {
16910
+ readonly "openai/gpt-5.4-mini": {
17407
16911
  id: string;
17408
16912
  name: string;
17409
16913
  api: "anthropic-messages";
17410
16914
  provider: string;
17411
16915
  baseUrl: string;
17412
- reasoning: false;
16916
+ reasoning: true;
16917
+ thinkingLevelMap: {
16918
+ xhigh: string;
16919
+ };
17413
16920
  input: ("image" | "text")[];
17414
16921
  cost: {
17415
16922
  input: number;
@@ -17420,13 +16927,16 @@ export declare const MODELS: {
17420
16927
  contextWindow: number;
17421
16928
  maxTokens: number;
17422
16929
  };
17423
- readonly "xai/grok-4.20-non-reasoning-beta": {
16930
+ readonly "openai/gpt-5.4-nano": {
17424
16931
  id: string;
17425
16932
  name: string;
17426
16933
  api: "anthropic-messages";
17427
16934
  provider: string;
17428
16935
  baseUrl: string;
17429
- reasoning: false;
16936
+ reasoning: true;
16937
+ thinkingLevelMap: {
16938
+ xhigh: string;
16939
+ };
17430
16940
  input: ("image" | "text")[];
17431
16941
  cost: {
17432
16942
  input: number;
@@ -17437,13 +16947,16 @@ export declare const MODELS: {
17437
16947
  contextWindow: number;
17438
16948
  maxTokens: number;
17439
16949
  };
17440
- readonly "xai/grok-4.20-reasoning": {
16950
+ readonly "openai/gpt-5.4-pro": {
17441
16951
  id: string;
17442
16952
  name: string;
17443
16953
  api: "anthropic-messages";
17444
16954
  provider: string;
17445
16955
  baseUrl: string;
17446
16956
  reasoning: true;
16957
+ thinkingLevelMap: {
16958
+ xhigh: string;
16959
+ };
17447
16960
  input: ("image" | "text")[];
17448
16961
  cost: {
17449
16962
  input: number;
@@ -17454,13 +16967,16 @@ export declare const MODELS: {
17454
16967
  contextWindow: number;
17455
16968
  maxTokens: number;
17456
16969
  };
17457
- readonly "xai/grok-4.20-reasoning-beta": {
16970
+ readonly "openai/gpt-5.5": {
17458
16971
  id: string;
17459
16972
  name: string;
17460
16973
  api: "anthropic-messages";
17461
16974
  provider: string;
17462
16975
  baseUrl: string;
17463
16976
  reasoning: true;
16977
+ thinkingLevelMap: {
16978
+ xhigh: string;
16979
+ };
17464
16980
  input: ("image" | "text")[];
17465
16981
  cost: {
17466
16982
  input: number;
@@ -17471,13 +16987,16 @@ export declare const MODELS: {
17471
16987
  contextWindow: number;
17472
16988
  maxTokens: number;
17473
16989
  };
17474
- readonly "xai/grok-4.3": {
16990
+ readonly "openai/gpt-5.5-pro": {
17475
16991
  id: string;
17476
16992
  name: string;
17477
16993
  api: "anthropic-messages";
17478
16994
  provider: string;
17479
16995
  baseUrl: string;
17480
16996
  reasoning: true;
16997
+ thinkingLevelMap: {
16998
+ xhigh: string;
16999
+ };
17481
17000
  input: ("image" | "text")[];
17482
17001
  cost: {
17483
17002
  input: number;
@@ -17488,7 +17007,7 @@ export declare const MODELS: {
17488
17007
  contextWindow: number;
17489
17008
  maxTokens: number;
17490
17009
  };
17491
- readonly "xai/grok-code-fast-1": {
17010
+ readonly "openai/gpt-oss-20b": {
17492
17011
  id: string;
17493
17012
  name: string;
17494
17013
  api: "anthropic-messages";
@@ -17505,7 +17024,7 @@ export declare const MODELS: {
17505
17024
  contextWindow: number;
17506
17025
  maxTokens: number;
17507
17026
  };
17508
- readonly "xiaomi/mimo-v2-flash": {
17027
+ readonly "openai/gpt-oss-safeguard-20b": {
17509
17028
  id: string;
17510
17029
  name: string;
17511
17030
  api: "anthropic-messages";
@@ -17522,14 +17041,14 @@ export declare const MODELS: {
17522
17041
  contextWindow: number;
17523
17042
  maxTokens: number;
17524
17043
  };
17525
- readonly "xiaomi/mimo-v2-pro": {
17044
+ readonly "openai/o1": {
17526
17045
  id: string;
17527
17046
  name: string;
17528
17047
  api: "anthropic-messages";
17529
17048
  provider: string;
17530
17049
  baseUrl: string;
17531
17050
  reasoning: true;
17532
- input: "text"[];
17051
+ input: ("image" | "text")[];
17533
17052
  cost: {
17534
17053
  input: number;
17535
17054
  output: number;
@@ -17539,7 +17058,7 @@ export declare const MODELS: {
17539
17058
  contextWindow: number;
17540
17059
  maxTokens: number;
17541
17060
  };
17542
- readonly "xiaomi/mimo-v2.5": {
17061
+ readonly "openai/o3": {
17543
17062
  id: string;
17544
17063
  name: string;
17545
17064
  api: "anthropic-messages";
@@ -17556,7 +17075,7 @@ export declare const MODELS: {
17556
17075
  contextWindow: number;
17557
17076
  maxTokens: number;
17558
17077
  };
17559
- readonly "xiaomi/mimo-v2.5-pro": {
17078
+ readonly "openai/o3-deep-research": {
17560
17079
  id: string;
17561
17080
  name: string;
17562
17081
  api: "anthropic-messages";
@@ -17573,7 +17092,7 @@ export declare const MODELS: {
17573
17092
  contextWindow: number;
17574
17093
  maxTokens: number;
17575
17094
  };
17576
- readonly "zai/glm-4.5": {
17095
+ readonly "openai/o3-mini": {
17577
17096
  id: string;
17578
17097
  name: string;
17579
17098
  api: "anthropic-messages";
@@ -17590,14 +17109,14 @@ export declare const MODELS: {
17590
17109
  contextWindow: number;
17591
17110
  maxTokens: number;
17592
17111
  };
17593
- readonly "zai/glm-4.5-air": {
17112
+ readonly "openai/o3-pro": {
17594
17113
  id: string;
17595
17114
  name: string;
17596
17115
  api: "anthropic-messages";
17597
17116
  provider: string;
17598
17117
  baseUrl: string;
17599
17118
  reasoning: true;
17600
- input: "text"[];
17119
+ input: ("image" | "text")[];
17601
17120
  cost: {
17602
17121
  input: number;
17603
17122
  output: number;
@@ -17607,13 +17126,13 @@ export declare const MODELS: {
17607
17126
  contextWindow: number;
17608
17127
  maxTokens: number;
17609
17128
  };
17610
- readonly "zai/glm-4.5v": {
17129
+ readonly "openai/o4-mini": {
17611
17130
  id: string;
17612
17131
  name: string;
17613
17132
  api: "anthropic-messages";
17614
17133
  provider: string;
17615
17134
  baseUrl: string;
17616
- reasoning: false;
17135
+ reasoning: true;
17617
17136
  input: ("image" | "text")[];
17618
17137
  cost: {
17619
17138
  input: number;
@@ -17624,14 +17143,14 @@ export declare const MODELS: {
17624
17143
  contextWindow: number;
17625
17144
  maxTokens: number;
17626
17145
  };
17627
- readonly "zai/glm-4.6": {
17146
+ readonly "perplexity/sonar": {
17628
17147
  id: string;
17629
17148
  name: string;
17630
17149
  api: "anthropic-messages";
17631
17150
  provider: string;
17632
17151
  baseUrl: string;
17633
- reasoning: true;
17634
- input: "text"[];
17152
+ reasoning: false;
17153
+ input: ("image" | "text")[];
17635
17154
  cost: {
17636
17155
  input: number;
17637
17156
  output: number;
@@ -17641,13 +17160,13 @@ export declare const MODELS: {
17641
17160
  contextWindow: number;
17642
17161
  maxTokens: number;
17643
17162
  };
17644
- readonly "zai/glm-4.6v": {
17163
+ readonly "perplexity/sonar-pro": {
17645
17164
  id: string;
17646
17165
  name: string;
17647
17166
  api: "anthropic-messages";
17648
17167
  provider: string;
17649
17168
  baseUrl: string;
17650
- reasoning: true;
17169
+ reasoning: false;
17651
17170
  input: ("image" | "text")[];
17652
17171
  cost: {
17653
17172
  input: number;
@@ -17658,13 +17177,13 @@ export declare const MODELS: {
17658
17177
  contextWindow: number;
17659
17178
  maxTokens: number;
17660
17179
  };
17661
- readonly "zai/glm-4.6v-flash": {
17180
+ readonly "xai/grok-4.1-fast-non-reasoning": {
17662
17181
  id: string;
17663
17182
  name: string;
17664
17183
  api: "anthropic-messages";
17665
17184
  provider: string;
17666
17185
  baseUrl: string;
17667
- reasoning: true;
17186
+ reasoning: false;
17668
17187
  input: ("image" | "text")[];
17669
17188
  cost: {
17670
17189
  input: number;
@@ -17675,14 +17194,14 @@ export declare const MODELS: {
17675
17194
  contextWindow: number;
17676
17195
  maxTokens: number;
17677
17196
  };
17678
- readonly "zai/glm-4.7": {
17197
+ readonly "xai/grok-4.1-fast-reasoning": {
17679
17198
  id: string;
17680
17199
  name: string;
17681
17200
  api: "anthropic-messages";
17682
17201
  provider: string;
17683
17202
  baseUrl: string;
17684
17203
  reasoning: true;
17685
- input: "text"[];
17204
+ input: ("image" | "text")[];
17686
17205
  cost: {
17687
17206
  input: number;
17688
17207
  output: number;
@@ -17692,14 +17211,14 @@ export declare const MODELS: {
17692
17211
  contextWindow: number;
17693
17212
  maxTokens: number;
17694
17213
  };
17695
- readonly "zai/glm-4.7-flash": {
17214
+ readonly "xai/grok-4.20-multi-agent": {
17696
17215
  id: string;
17697
17216
  name: string;
17698
17217
  api: "anthropic-messages";
17699
17218
  provider: string;
17700
17219
  baseUrl: string;
17701
17220
  reasoning: true;
17702
- input: "text"[];
17221
+ input: ("image" | "text")[];
17703
17222
  cost: {
17704
17223
  input: number;
17705
17224
  output: number;
@@ -17709,14 +17228,14 @@ export declare const MODELS: {
17709
17228
  contextWindow: number;
17710
17229
  maxTokens: number;
17711
17230
  };
17712
- readonly "zai/glm-4.7-flashx": {
17231
+ readonly "xai/grok-4.20-multi-agent-beta": {
17713
17232
  id: string;
17714
17233
  name: string;
17715
17234
  api: "anthropic-messages";
17716
17235
  provider: string;
17717
17236
  baseUrl: string;
17718
17237
  reasoning: true;
17719
- input: "text"[];
17238
+ input: ("image" | "text")[];
17720
17239
  cost: {
17721
17240
  input: number;
17722
17241
  output: number;
@@ -17726,14 +17245,14 @@ export declare const MODELS: {
17726
17245
  contextWindow: number;
17727
17246
  maxTokens: number;
17728
17247
  };
17729
- readonly "zai/glm-5": {
17248
+ readonly "xai/grok-4.20-non-reasoning": {
17730
17249
  id: string;
17731
17250
  name: string;
17732
17251
  api: "anthropic-messages";
17733
17252
  provider: string;
17734
17253
  baseUrl: string;
17735
- reasoning: true;
17736
- input: "text"[];
17254
+ reasoning: false;
17255
+ input: ("image" | "text")[];
17737
17256
  cost: {
17738
17257
  input: number;
17739
17258
  output: number;
@@ -17743,14 +17262,14 @@ export declare const MODELS: {
17743
17262
  contextWindow: number;
17744
17263
  maxTokens: number;
17745
17264
  };
17746
- readonly "zai/glm-5-turbo": {
17265
+ readonly "xai/grok-4.20-non-reasoning-beta": {
17747
17266
  id: string;
17748
17267
  name: string;
17749
17268
  api: "anthropic-messages";
17750
17269
  provider: string;
17751
17270
  baseUrl: string;
17752
- reasoning: true;
17753
- input: "text"[];
17271
+ reasoning: false;
17272
+ input: ("image" | "text")[];
17754
17273
  cost: {
17755
17274
  input: number;
17756
17275
  output: number;
@@ -17760,14 +17279,14 @@ export declare const MODELS: {
17760
17279
  contextWindow: number;
17761
17280
  maxTokens: number;
17762
17281
  };
17763
- readonly "zai/glm-5.1": {
17282
+ readonly "xai/grok-4.20-reasoning": {
17764
17283
  id: string;
17765
17284
  name: string;
17766
17285
  api: "anthropic-messages";
17767
17286
  provider: string;
17768
17287
  baseUrl: string;
17769
17288
  reasoning: true;
17770
- input: "text"[];
17289
+ input: ("image" | "text")[];
17771
17290
  cost: {
17772
17291
  input: number;
17773
17292
  output: number;
@@ -17777,7 +17296,7 @@ export declare const MODELS: {
17777
17296
  contextWindow: number;
17778
17297
  maxTokens: number;
17779
17298
  };
17780
- readonly "zai/glm-5v-turbo": {
17299
+ readonly "xai/grok-4.20-reasoning-beta": {
17781
17300
  id: string;
17782
17301
  name: string;
17783
17302
  api: "anthropic-messages";
@@ -17794,16 +17313,14 @@ export declare const MODELS: {
17794
17313
  contextWindow: number;
17795
17314
  maxTokens: number;
17796
17315
  };
17797
- };
17798
- readonly xai: {
17799
- readonly "grok-2": {
17316
+ readonly "xai/grok-4.3": {
17800
17317
  id: string;
17801
17318
  name: string;
17802
- api: "openai-completions";
17319
+ api: "anthropic-messages";
17803
17320
  provider: string;
17804
17321
  baseUrl: string;
17805
- reasoning: false;
17806
- input: "text"[];
17322
+ reasoning: true;
17323
+ input: ("image" | "text")[];
17807
17324
  cost: {
17808
17325
  input: number;
17809
17326
  output: number;
@@ -17813,14 +17330,14 @@ export declare const MODELS: {
17813
17330
  contextWindow: number;
17814
17331
  maxTokens: number;
17815
17332
  };
17816
- readonly "grok-2-1212": {
17333
+ readonly "xai/grok-build-0.1": {
17817
17334
  id: string;
17818
17335
  name: string;
17819
- api: "openai-completions";
17336
+ api: "anthropic-messages";
17820
17337
  provider: string;
17821
17338
  baseUrl: string;
17822
- reasoning: false;
17823
- input: "text"[];
17339
+ reasoning: true;
17340
+ input: ("image" | "text")[];
17824
17341
  cost: {
17825
17342
  input: number;
17826
17343
  output: number;
@@ -17830,13 +17347,13 @@ export declare const MODELS: {
17830
17347
  contextWindow: number;
17831
17348
  maxTokens: number;
17832
17349
  };
17833
- readonly "grok-2-latest": {
17350
+ readonly "xiaomi/mimo-v2-flash": {
17834
17351
  id: string;
17835
17352
  name: string;
17836
- api: "openai-completions";
17353
+ api: "anthropic-messages";
17837
17354
  provider: string;
17838
17355
  baseUrl: string;
17839
- reasoning: false;
17356
+ reasoning: true;
17840
17357
  input: "text"[];
17841
17358
  cost: {
17842
17359
  input: number;
@@ -17847,14 +17364,14 @@ export declare const MODELS: {
17847
17364
  contextWindow: number;
17848
17365
  maxTokens: number;
17849
17366
  };
17850
- readonly "grok-2-vision": {
17367
+ readonly "xiaomi/mimo-v2-pro": {
17851
17368
  id: string;
17852
17369
  name: string;
17853
- api: "openai-completions";
17370
+ api: "anthropic-messages";
17854
17371
  provider: string;
17855
17372
  baseUrl: string;
17856
- reasoning: false;
17857
- input: ("image" | "text")[];
17373
+ reasoning: true;
17374
+ input: "text"[];
17858
17375
  cost: {
17859
17376
  input: number;
17860
17377
  output: number;
@@ -17864,13 +17381,13 @@ export declare const MODELS: {
17864
17381
  contextWindow: number;
17865
17382
  maxTokens: number;
17866
17383
  };
17867
- readonly "grok-2-vision-1212": {
17384
+ readonly "xiaomi/mimo-v2.5": {
17868
17385
  id: string;
17869
17386
  name: string;
17870
- api: "openai-completions";
17387
+ api: "anthropic-messages";
17871
17388
  provider: string;
17872
17389
  baseUrl: string;
17873
- reasoning: false;
17390
+ reasoning: true;
17874
17391
  input: ("image" | "text")[];
17875
17392
  cost: {
17876
17393
  input: number;
@@ -17881,13 +17398,13 @@ export declare const MODELS: {
17881
17398
  contextWindow: number;
17882
17399
  maxTokens: number;
17883
17400
  };
17884
- readonly "grok-2-vision-latest": {
17401
+ readonly "xiaomi/mimo-v2.5-pro": {
17885
17402
  id: string;
17886
17403
  name: string;
17887
- api: "openai-completions";
17404
+ api: "anthropic-messages";
17888
17405
  provider: string;
17889
17406
  baseUrl: string;
17890
- reasoning: false;
17407
+ reasoning: true;
17891
17408
  input: ("image" | "text")[];
17892
17409
  cost: {
17893
17410
  input: number;
@@ -17898,13 +17415,13 @@ export declare const MODELS: {
17898
17415
  contextWindow: number;
17899
17416
  maxTokens: number;
17900
17417
  };
17901
- readonly "grok-3": {
17418
+ readonly "zai/glm-4.5": {
17902
17419
  id: string;
17903
17420
  name: string;
17904
- api: "openai-completions";
17421
+ api: "anthropic-messages";
17905
17422
  provider: string;
17906
17423
  baseUrl: string;
17907
- reasoning: false;
17424
+ reasoning: true;
17908
17425
  input: "text"[];
17909
17426
  cost: {
17910
17427
  input: number;
@@ -17915,13 +17432,13 @@ export declare const MODELS: {
17915
17432
  contextWindow: number;
17916
17433
  maxTokens: number;
17917
17434
  };
17918
- readonly "grok-3-fast": {
17435
+ readonly "zai/glm-4.5-air": {
17919
17436
  id: string;
17920
17437
  name: string;
17921
- api: "openai-completions";
17438
+ api: "anthropic-messages";
17922
17439
  provider: string;
17923
17440
  baseUrl: string;
17924
- reasoning: false;
17441
+ reasoning: true;
17925
17442
  input: "text"[];
17926
17443
  cost: {
17927
17444
  input: number;
@@ -17932,14 +17449,14 @@ export declare const MODELS: {
17932
17449
  contextWindow: number;
17933
17450
  maxTokens: number;
17934
17451
  };
17935
- readonly "grok-3-fast-latest": {
17452
+ readonly "zai/glm-4.5v": {
17936
17453
  id: string;
17937
17454
  name: string;
17938
- api: "openai-completions";
17455
+ api: "anthropic-messages";
17939
17456
  provider: string;
17940
17457
  baseUrl: string;
17941
17458
  reasoning: false;
17942
- input: "text"[];
17459
+ input: ("image" | "text")[];
17943
17460
  cost: {
17944
17461
  input: number;
17945
17462
  output: number;
@@ -17949,13 +17466,13 @@ export declare const MODELS: {
17949
17466
  contextWindow: number;
17950
17467
  maxTokens: number;
17951
17468
  };
17952
- readonly "grok-3-latest": {
17469
+ readonly "zai/glm-4.6": {
17953
17470
  id: string;
17954
17471
  name: string;
17955
- api: "openai-completions";
17472
+ api: "anthropic-messages";
17956
17473
  provider: string;
17957
17474
  baseUrl: string;
17958
- reasoning: false;
17475
+ reasoning: true;
17959
17476
  input: "text"[];
17960
17477
  cost: {
17961
17478
  input: number;
@@ -17966,14 +17483,14 @@ export declare const MODELS: {
17966
17483
  contextWindow: number;
17967
17484
  maxTokens: number;
17968
17485
  };
17969
- readonly "grok-3-mini": {
17486
+ readonly "zai/glm-4.6v": {
17970
17487
  id: string;
17971
17488
  name: string;
17972
- api: "openai-completions";
17489
+ api: "anthropic-messages";
17973
17490
  provider: string;
17974
17491
  baseUrl: string;
17975
17492
  reasoning: true;
17976
- input: "text"[];
17493
+ input: ("image" | "text")[];
17977
17494
  cost: {
17978
17495
  input: number;
17979
17496
  output: number;
@@ -17983,14 +17500,14 @@ export declare const MODELS: {
17983
17500
  contextWindow: number;
17984
17501
  maxTokens: number;
17985
17502
  };
17986
- readonly "grok-3-mini-fast": {
17503
+ readonly "zai/glm-4.6v-flash": {
17987
17504
  id: string;
17988
17505
  name: string;
17989
- api: "openai-completions";
17506
+ api: "anthropic-messages";
17990
17507
  provider: string;
17991
17508
  baseUrl: string;
17992
17509
  reasoning: true;
17993
- input: "text"[];
17510
+ input: ("image" | "text")[];
17994
17511
  cost: {
17995
17512
  input: number;
17996
17513
  output: number;
@@ -18000,10 +17517,10 @@ export declare const MODELS: {
18000
17517
  contextWindow: number;
18001
17518
  maxTokens: number;
18002
17519
  };
18003
- readonly "grok-3-mini-fast-latest": {
17520
+ readonly "zai/glm-4.7": {
18004
17521
  id: string;
18005
17522
  name: string;
18006
- api: "openai-completions";
17523
+ api: "anthropic-messages";
18007
17524
  provider: string;
18008
17525
  baseUrl: string;
18009
17526
  reasoning: true;
@@ -18017,10 +17534,10 @@ export declare const MODELS: {
18017
17534
  contextWindow: number;
18018
17535
  maxTokens: number;
18019
17536
  };
18020
- readonly "grok-3-mini-latest": {
17537
+ readonly "zai/glm-4.7-flash": {
18021
17538
  id: string;
18022
17539
  name: string;
18023
- api: "openai-completions";
17540
+ api: "anthropic-messages";
18024
17541
  provider: string;
18025
17542
  baseUrl: string;
18026
17543
  reasoning: true;
@@ -18034,10 +17551,10 @@ export declare const MODELS: {
18034
17551
  contextWindow: number;
18035
17552
  maxTokens: number;
18036
17553
  };
18037
- readonly "grok-4": {
17554
+ readonly "zai/glm-4.7-flashx": {
18038
17555
  id: string;
18039
17556
  name: string;
18040
- api: "openai-completions";
17557
+ api: "anthropic-messages";
18041
17558
  provider: string;
18042
17559
  baseUrl: string;
18043
17560
  reasoning: true;
@@ -18051,14 +17568,14 @@ export declare const MODELS: {
18051
17568
  contextWindow: number;
18052
17569
  maxTokens: number;
18053
17570
  };
18054
- readonly "grok-4-1-fast": {
17571
+ readonly "zai/glm-5": {
18055
17572
  id: string;
18056
17573
  name: string;
18057
- api: "openai-completions";
17574
+ api: "anthropic-messages";
18058
17575
  provider: string;
18059
17576
  baseUrl: string;
18060
17577
  reasoning: true;
18061
- input: ("image" | "text")[];
17578
+ input: "text"[];
18062
17579
  cost: {
18063
17580
  input: number;
18064
17581
  output: number;
@@ -18068,14 +17585,14 @@ export declare const MODELS: {
18068
17585
  contextWindow: number;
18069
17586
  maxTokens: number;
18070
17587
  };
18071
- readonly "grok-4-1-fast-non-reasoning": {
17588
+ readonly "zai/glm-5-turbo": {
18072
17589
  id: string;
18073
17590
  name: string;
18074
- api: "openai-completions";
17591
+ api: "anthropic-messages";
18075
17592
  provider: string;
18076
17593
  baseUrl: string;
18077
- reasoning: false;
18078
- input: ("image" | "text")[];
17594
+ reasoning: true;
17595
+ input: "text"[];
18079
17596
  cost: {
18080
17597
  input: number;
18081
17598
  output: number;
@@ -18085,14 +17602,14 @@ export declare const MODELS: {
18085
17602
  contextWindow: number;
18086
17603
  maxTokens: number;
18087
17604
  };
18088
- readonly "grok-4-fast": {
17605
+ readonly "zai/glm-5.1": {
18089
17606
  id: string;
18090
17607
  name: string;
18091
- api: "openai-completions";
17608
+ api: "anthropic-messages";
18092
17609
  provider: string;
18093
17610
  baseUrl: string;
18094
17611
  reasoning: true;
18095
- input: ("image" | "text")[];
17612
+ input: "text"[];
18096
17613
  cost: {
18097
17614
  input: number;
18098
17615
  output: number;
@@ -18102,13 +17619,13 @@ export declare const MODELS: {
18102
17619
  contextWindow: number;
18103
17620
  maxTokens: number;
18104
17621
  };
18105
- readonly "grok-4-fast-non-reasoning": {
17622
+ readonly "zai/glm-5v-turbo": {
18106
17623
  id: string;
18107
17624
  name: string;
18108
- api: "openai-completions";
17625
+ api: "anthropic-messages";
18109
17626
  provider: string;
18110
17627
  baseUrl: string;
18111
- reasoning: false;
17628
+ reasoning: true;
18112
17629
  input: ("image" | "text")[];
18113
17630
  cost: {
18114
17631
  input: number;
@@ -18119,6 +17636,8 @@ export declare const MODELS: {
18119
17636
  contextWindow: number;
18120
17637
  maxTokens: number;
18121
17638
  };
17639
+ };
17640
+ readonly xai: {
18122
17641
  readonly "grok-4.20-0309-non-reasoning": {
18123
17642
  id: string;
18124
17643
  name: string;
@@ -18170,31 +17689,14 @@ export declare const MODELS: {
18170
17689
  contextWindow: number;
18171
17690
  maxTokens: number;
18172
17691
  };
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": {
17692
+ readonly "grok-build-0.1": {
18191
17693
  id: string;
18192
17694
  name: string;
18193
17695
  api: "openai-completions";
18194
17696
  provider: string;
18195
17697
  baseUrl: string;
18196
17698
  reasoning: true;
18197
- input: "text"[];
17699
+ input: ("image" | "text")[];
18198
17700
  cost: {
18199
17701
  input: number;
18200
17702
  output: number;
@@ -18204,14 +17706,14 @@ export declare const MODELS: {
18204
17706
  contextWindow: number;
18205
17707
  maxTokens: number;
18206
17708
  };
18207
- readonly "grok-vision-beta": {
17709
+ readonly "grok-code-fast-1": {
18208
17710
  id: string;
18209
17711
  name: string;
18210
17712
  api: "openai-completions";
18211
17713
  provider: string;
18212
17714
  baseUrl: string;
18213
17715
  reasoning: false;
18214
- input: ("image" | "text")[];
17716
+ input: "text"[];
18215
17717
  cost: {
18216
17718
  input: number;
18217
17719
  output: number;