@elyracode/ai 0.9.30 → 0.9.32

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.
@@ -873,6 +873,57 @@ export declare const MODELS: {
873
873
  contextWindow: number;
874
874
  maxTokens: number;
875
875
  };
876
+ readonly "global.openai.gpt-5.6-luna": {
877
+ id: string;
878
+ name: string;
879
+ api: "bedrock-converse-stream";
880
+ provider: string;
881
+ baseUrl: string;
882
+ reasoning: true;
883
+ input: ("image" | "text")[];
884
+ cost: {
885
+ input: number;
886
+ output: number;
887
+ cacheRead: number;
888
+ cacheWrite: number;
889
+ };
890
+ contextWindow: number;
891
+ maxTokens: number;
892
+ };
893
+ readonly "global.openai.gpt-5.6-sol": {
894
+ id: string;
895
+ name: string;
896
+ api: "bedrock-converse-stream";
897
+ provider: string;
898
+ baseUrl: string;
899
+ reasoning: true;
900
+ input: ("image" | "text")[];
901
+ cost: {
902
+ input: number;
903
+ output: number;
904
+ cacheRead: number;
905
+ cacheWrite: number;
906
+ };
907
+ contextWindow: number;
908
+ maxTokens: number;
909
+ };
910
+ readonly "global.openai.gpt-5.6-terra": {
911
+ id: string;
912
+ name: string;
913
+ api: "bedrock-converse-stream";
914
+ provider: string;
915
+ baseUrl: string;
916
+ reasoning: true;
917
+ input: ("image" | "text")[];
918
+ cost: {
919
+ input: number;
920
+ output: number;
921
+ cacheRead: number;
922
+ cacheWrite: number;
923
+ };
924
+ contextWindow: number;
925
+ maxTokens: number;
926
+ };
876
927
  readonly "google.gemma-3-27b-it": {
877
928
  id: string;
878
929
  name: string;
@@ -2066,6 +2117,23 @@ export declare const MODELS: {
2066
2117
  contextWindow: number;
2067
2118
  maxTokens: number;
2068
2119
  };
2120
+ readonly "xai.grok-4.6": {
2121
+ id: string;
2122
+ name: string;
2123
+ api: "bedrock-converse-stream";
2124
+ provider: string;
2125
+ baseUrl: string;
2126
+ reasoning: true;
2127
+ input: ("image" | "text")[];
2128
+ cost: {
2129
+ input: number;
2130
+ output: number;
2131
+ cacheRead: number;
2132
+ cacheWrite: number;
2133
+ };
2134
+ contextWindow: number;
2135
+ maxTokens: number;
2136
+ };
2069
2137
  readonly "zai.glm-4.7": {
2070
2138
  id: string;
2071
2139
  name: string;
@@ -3124,93 +3192,8 @@ export declare const MODELS: {
3124
3192
  contextWindow: number;
3125
3193
  maxTokens: number;
3126
3194
  };
3127
- readonly "zai-glm-4.7": {
3128
- id: string;
3129
- name: string;
3130
- api: "openai-completions";
3131
- provider: string;
3132
- baseUrl: string;
3133
- reasoning: true;
3134
- input: "text"[];
3135
- cost: {
3136
- input: number;
3137
- output: number;
3138
- cacheRead: number;
3139
- cacheWrite: number;
3140
- };
3141
- contextWindow: number;
3142
- maxTokens: number;
3143
- };
3144
3195
  };
3145
3196
  readonly "cloudflare-ai-gateway": {
3146
- readonly "claude-3-haiku": {
3147
- id: string;
3148
- name: string;
3149
- api: "anthropic-messages";
3150
- provider: string;
3151
- baseUrl: string;
3152
- reasoning: false;
3153
- input: ("image" | "text")[];
3154
- cost: {
3155
- input: number;
3156
- output: number;
3157
- cacheRead: number;
3158
- cacheWrite: number;
3159
- };
3160
- contextWindow: number;
3161
- maxTokens: number;
3162
- };
3163
- readonly "claude-3-opus": {
3164
- id: string;
3165
- name: string;
3166
- api: "anthropic-messages";
3167
- provider: string;
3168
- baseUrl: string;
3169
- reasoning: false;
3170
- input: ("image" | "text")[];
3171
- cost: {
3172
- input: number;
3173
- output: number;
3174
- cacheRead: number;
3175
- cacheWrite: number;
3176
- };
3177
- contextWindow: number;
3178
- maxTokens: number;
3179
- };
3180
- readonly "claude-3-sonnet": {
3181
- id: string;
3182
- name: string;
3183
- api: "anthropic-messages";
3184
- provider: string;
3185
- baseUrl: string;
3186
- reasoning: false;
3187
- input: ("image" | "text")[];
3188
- cost: {
3189
- input: number;
3190
- output: number;
3191
- cacheRead: number;
3192
- cacheWrite: number;
3193
- };
3194
- contextWindow: number;
3195
- maxTokens: number;
3196
- };
3197
- readonly "claude-3.5-sonnet": {
3198
- id: string;
3199
- name: string;
3200
- api: "anthropic-messages";
3201
- provider: string;
3202
- baseUrl: string;
3203
- reasoning: false;
3204
- input: ("image" | "text")[];
3205
- cost: {
3206
- input: number;
3207
- output: number;
3208
- cacheRead: number;
3209
- cacheWrite: number;
3210
- };
3211
- contextWindow: number;
3212
- maxTokens: number;
3213
- };
3214
3197
  readonly "claude-fable-5": {
3215
3198
  id: string;
3216
3199
  name: string;
@@ -3235,7 +3218,7 @@ export declare const MODELS: {
3235
3218
  contextWindow: number;
3236
3219
  maxTokens: number;
3237
3220
  };
3238
- readonly "claude-haiku-4-5": {
3221
+ readonly "claude-haiku-4.5": {
3239
3222
  id: string;
3240
3223
  name: string;
3241
3224
  api: "anthropic-messages";
@@ -3252,7 +3235,7 @@ export declare const MODELS: {
3252
3235
  contextWindow: number;
3253
3236
  maxTokens: number;
3254
3237
  };
3255
- readonly "claude-opus-4": {
3238
+ readonly "claude-opus-4.5": {
3256
3239
  id: string;
3257
3240
  name: string;
3258
3241
  api: "anthropic-messages";
@@ -3269,13 +3252,16 @@ export declare const MODELS: {
3269
3252
  contextWindow: number;
3270
3253
  maxTokens: number;
3271
3254
  };
3272
- readonly "claude-opus-4-1": {
3255
+ readonly "claude-opus-4.6": {
3273
3256
  id: string;
3274
3257
  name: string;
3275
3258
  api: "anthropic-messages";
3276
3259
  provider: string;
3277
3260
  baseUrl: string;
3278
3261
  reasoning: true;
3262
+ thinkingLevelMap: {
3263
+ xhigh: string;
3264
+ };
3279
3265
  input: ("image" | "text")[];
3280
3266
  cost: {
3281
3267
  input: number;
@@ -3286,13 +3272,16 @@ export declare const MODELS: {
3286
3272
  contextWindow: number;
3287
3273
  maxTokens: number;
3288
3274
  };
3289
- readonly "claude-opus-4-5": {
3275
+ readonly "claude-opus-4.7": {
3290
3276
  id: string;
3291
3277
  name: string;
3292
3278
  api: "anthropic-messages";
3293
3279
  provider: string;
3294
3280
  baseUrl: string;
3295
3281
  reasoning: true;
3282
+ thinkingLevelMap: {
3283
+ xhigh: string;
3284
+ };
3296
3285
  input: ("image" | "text")[];
3297
3286
  cost: {
3298
3287
  input: number;
@@ -3303,7 +3292,7 @@ export declare const MODELS: {
3303
3292
  contextWindow: number;
3304
3293
  maxTokens: number;
3305
3294
  };
3306
- readonly "claude-opus-4-6": {
3295
+ readonly "claude-opus-4.8": {
3307
3296
  id: string;
3308
3297
  name: string;
3309
3298
  api: "anthropic-messages";
@@ -3311,6 +3300,10 @@ export declare const MODELS: {
3311
3300
  baseUrl: string;
3312
3301
  reasoning: true;
3313
3302
  thinkingLevelMap: {
3303
+ minimal: string;
3304
+ low: string;
3305
+ medium: string;
3306
+ high: string;
3314
3307
  xhigh: string;
3315
3308
  };
3316
3309
  input: ("image" | "text")[];
@@ -3323,16 +3316,13 @@ export declare const MODELS: {
3323
3316
  contextWindow: number;
3324
3317
  maxTokens: number;
3325
3318
  };
3326
- readonly "claude-opus-4-7": {
3319
+ readonly "claude-opus-5": {
3327
3320
  id: string;
3328
3321
  name: string;
3329
3322
  api: "anthropic-messages";
3330
3323
  provider: string;
3331
3324
  baseUrl: string;
3332
3325
  reasoning: true;
3333
- thinkingLevelMap: {
3334
- xhigh: string;
3335
- };
3336
3326
  input: ("image" | "text")[];
3337
3327
  cost: {
3338
3328
  input: number;
@@ -3343,20 +3333,13 @@ export declare const MODELS: {
3343
3333
  contextWindow: number;
3344
3334
  maxTokens: number;
3345
3335
  };
3346
- readonly "claude-opus-4-8": {
3336
+ readonly "claude-sonnet-4.5": {
3347
3337
  id: string;
3348
3338
  name: string;
3349
3339
  api: "anthropic-messages";
3350
3340
  provider: string;
3351
3341
  baseUrl: string;
3352
3342
  reasoning: true;
3353
- thinkingLevelMap: {
3354
- minimal: string;
3355
- low: string;
3356
- medium: string;
3357
- high: string;
3358
- xhigh: string;
3359
- };
3360
3343
  input: ("image" | "text")[];
3361
3344
  cost: {
3362
3345
  input: number;
@@ -3367,7 +3350,7 @@ export declare const MODELS: {
3367
3350
  contextWindow: number;
3368
3351
  maxTokens: number;
3369
3352
  };
3370
- readonly "claude-opus-5": {
3353
+ readonly "claude-sonnet-4.6": {
3371
3354
  id: string;
3372
3355
  name: string;
3373
3356
  api: "anthropic-messages";
@@ -3384,7 +3367,7 @@ export declare const MODELS: {
3384
3367
  contextWindow: number;
3385
3368
  maxTokens: number;
3386
3369
  };
3387
- readonly "claude-sonnet-4": {
3370
+ readonly "claude-sonnet-5": {
3388
3371
  id: string;
3389
3372
  name: string;
3390
3373
  api: "anthropic-messages";
@@ -3401,13 +3384,13 @@ export declare const MODELS: {
3401
3384
  contextWindow: number;
3402
3385
  maxTokens: number;
3403
3386
  };
3404
- readonly "claude-sonnet-4-5": {
3387
+ readonly "gpt-4.1": {
3405
3388
  id: string;
3406
3389
  name: string;
3407
- api: "anthropic-messages";
3390
+ api: "openai-responses";
3408
3391
  provider: string;
3409
3392
  baseUrl: string;
3410
- reasoning: true;
3393
+ reasoning: false;
3411
3394
  input: ("image" | "text")[];
3412
3395
  cost: {
3413
3396
  input: number;
@@ -3418,13 +3401,13 @@ export declare const MODELS: {
3418
3401
  contextWindow: number;
3419
3402
  maxTokens: number;
3420
3403
  };
3421
- readonly "claude-sonnet-4-6": {
3404
+ readonly "gpt-4.1-mini": {
3422
3405
  id: string;
3423
3406
  name: string;
3424
- api: "anthropic-messages";
3407
+ api: "openai-responses";
3425
3408
  provider: string;
3426
3409
  baseUrl: string;
3427
- reasoning: true;
3410
+ reasoning: false;
3428
3411
  input: ("image" | "text")[];
3429
3412
  cost: {
3430
3413
  input: number;
@@ -3435,13 +3418,13 @@ export declare const MODELS: {
3435
3418
  contextWindow: number;
3436
3419
  maxTokens: number;
3437
3420
  };
3438
- readonly "claude-sonnet-5": {
3421
+ readonly "gpt-4.1-nano": {
3439
3422
  id: string;
3440
3423
  name: string;
3441
- api: "anthropic-messages";
3424
+ api: "openai-responses";
3442
3425
  provider: string;
3443
3426
  baseUrl: string;
3444
- reasoning: true;
3427
+ reasoning: false;
3445
3428
  input: ("image" | "text")[];
3446
3429
  cost: {
3447
3430
  input: number;
@@ -3452,14 +3435,14 @@ export declare const MODELS: {
3452
3435
  contextWindow: number;
3453
3436
  maxTokens: number;
3454
3437
  };
3455
- readonly "gpt-4": {
3438
+ readonly "gpt-4o": {
3456
3439
  id: string;
3457
3440
  name: string;
3458
3441
  api: "openai-responses";
3459
3442
  provider: string;
3460
3443
  baseUrl: string;
3461
3444
  reasoning: false;
3462
- input: "text"[];
3445
+ input: ("image" | "text")[];
3463
3446
  cost: {
3464
3447
  input: number;
3465
3448
  output: number;
@@ -3469,7 +3452,7 @@ export declare const MODELS: {
3469
3452
  contextWindow: number;
3470
3453
  maxTokens: number;
3471
3454
  };
3472
- readonly "gpt-4o": {
3455
+ readonly "gpt-4o-mini": {
3473
3456
  id: string;
3474
3457
  name: string;
3475
3458
  api: "openai-responses";
@@ -3486,13 +3469,16 @@ export declare const MODELS: {
3486
3469
  contextWindow: number;
3487
3470
  maxTokens: number;
3488
3471
  };
3489
- readonly "gpt-4o-mini": {
3472
+ readonly "gpt-5": {
3490
3473
  id: string;
3491
3474
  name: string;
3492
3475
  api: "openai-responses";
3493
3476
  provider: string;
3494
3477
  baseUrl: string;
3495
- reasoning: false;
3478
+ reasoning: true;
3479
+ thinkingLevelMap: {
3480
+ off: null;
3481
+ };
3496
3482
  input: ("image" | "text")[];
3497
3483
  cost: {
3498
3484
  input: number;
@@ -3503,7 +3489,7 @@ export declare const MODELS: {
3503
3489
  contextWindow: number;
3504
3490
  maxTokens: number;
3505
3491
  };
3506
- readonly "gpt-5.1": {
3492
+ readonly "gpt-5-mini": {
3507
3493
  id: string;
3508
3494
  name: string;
3509
3495
  api: "openai-responses";
@@ -3523,7 +3509,7 @@ export declare const MODELS: {
3523
3509
  contextWindow: number;
3524
3510
  maxTokens: number;
3525
3511
  };
3526
- readonly "gpt-5.1-codex": {
3512
+ readonly "gpt-5-nano": {
3527
3513
  id: string;
3528
3514
  name: string;
3529
3515
  api: "openai-responses";
@@ -3543,7 +3529,7 @@ export declare const MODELS: {
3543
3529
  contextWindow: number;
3544
3530
  maxTokens: number;
3545
3531
  };
3546
- readonly "gpt-5.2": {
3532
+ readonly "gpt-5.1": {
3547
3533
  id: string;
3548
3534
  name: string;
3549
3535
  api: "openai-responses";
@@ -3552,7 +3538,6 @@ export declare const MODELS: {
3552
3538
  reasoning: true;
3553
3539
  thinkingLevelMap: {
3554
3540
  off: null;
3555
- xhigh: string;
3556
3541
  };
3557
3542
  input: ("image" | "text")[];
3558
3543
  cost: {
@@ -3564,7 +3549,7 @@ export declare const MODELS: {
3564
3549
  contextWindow: number;
3565
3550
  maxTokens: number;
3566
3551
  };
3567
- readonly "gpt-5.2-codex": {
3552
+ readonly "gpt-5.4": {
3568
3553
  id: string;
3569
3554
  name: string;
3570
3555
  api: "openai-responses";
@@ -3585,7 +3570,7 @@ export declare const MODELS: {
3585
3570
  contextWindow: number;
3586
3571
  maxTokens: number;
3587
3572
  };
3588
- readonly "gpt-5.3-codex": {
3573
+ readonly "gpt-5.4-mini": {
3589
3574
  id: string;
3590
3575
  name: string;
3591
3576
  api: "openai-responses";
@@ -3606,7 +3591,7 @@ export declare const MODELS: {
3606
3591
  contextWindow: number;
3607
3592
  maxTokens: number;
3608
3593
  };
3609
- readonly "gpt-5.4": {
3594
+ readonly "gpt-5.4-nano": {
3610
3595
  id: string;
3611
3596
  name: string;
3612
3597
  api: "openai-responses";
@@ -3627,7 +3612,7 @@ export declare const MODELS: {
3627
3612
  contextWindow: number;
3628
3613
  maxTokens: number;
3629
3614
  };
3630
- readonly "gpt-5.5": {
3615
+ readonly "gpt-5.4-pro": {
3631
3616
  id: string;
3632
3617
  name: string;
3633
3618
  api: "openai-responses";
@@ -3648,7 +3633,7 @@ export declare const MODELS: {
3648
3633
  contextWindow: number;
3649
3634
  maxTokens: number;
3650
3635
  };
3651
- readonly "gpt-5.6-luna": {
3636
+ readonly "gpt-5.5": {
3652
3637
  id: string;
3653
3638
  name: string;
3654
3639
  api: "openai-responses";
@@ -3657,6 +3642,7 @@ export declare const MODELS: {
3657
3642
  reasoning: true;
3658
3643
  thinkingLevelMap: {
3659
3644
  off: null;
3645
+ xhigh: string;
3660
3646
  };
3661
3647
  input: ("image" | "text")[];
3662
3648
  cost: {
@@ -3668,7 +3654,7 @@ export declare const MODELS: {
3668
3654
  contextWindow: number;
3669
3655
  maxTokens: number;
3670
3656
  };
3671
- readonly "gpt-5.6-sol": {
3657
+ readonly "gpt-5.5-pro": {
3672
3658
  id: string;
3673
3659
  name: string;
3674
3660
  api: "openai-responses";
@@ -3677,6 +3663,7 @@ export declare const MODELS: {
3677
3663
  reasoning: true;
3678
3664
  thinkingLevelMap: {
3679
3665
  off: null;
3666
+ xhigh: string;
3680
3667
  };
3681
3668
  input: ("image" | "text")[];
3682
3669
  cost: {
@@ -3688,7 +3675,7 @@ export declare const MODELS: {
3688
3675
  contextWindow: number;
3689
3676
  maxTokens: number;
3690
3677
  };
3691
- readonly "gpt-5.6-terra": {
3678
+ readonly "gpt-5.6-luna": {
3692
3679
  id: string;
3693
3680
  name: string;
3694
3681
  api: "openai-responses";
@@ -3708,13 +3695,16 @@ export declare const MODELS: {
3708
3695
  contextWindow: number;
3709
3696
  maxTokens: number;
3710
3697
  };
3711
- readonly o1: {
3698
+ readonly "gpt-5.6-sol": {
3712
3699
  id: string;
3713
3700
  name: string;
3714
3701
  api: "openai-responses";
3715
3702
  provider: string;
3716
3703
  baseUrl: string;
3717
3704
  reasoning: true;
3705
+ thinkingLevelMap: {
3706
+ off: null;
3707
+ };
3718
3708
  input: ("image" | "text")[];
3719
3709
  cost: {
3720
3710
  input: number;
@@ -3725,13 +3715,16 @@ export declare const MODELS: {
3725
3715
  contextWindow: number;
3726
3716
  maxTokens: number;
3727
3717
  };
3728
- readonly o3: {
3718
+ readonly "gpt-5.6-terra": {
3729
3719
  id: string;
3730
3720
  name: string;
3731
3721
  api: "openai-responses";
3732
3722
  provider: string;
3733
3723
  baseUrl: string;
3734
3724
  reasoning: true;
3725
+ thinkingLevelMap: {
3726
+ off: null;
3727
+ };
3735
3728
  input: ("image" | "text")[];
3736
3729
  cost: {
3737
3730
  input: number;
@@ -3742,14 +3735,14 @@ export declare const MODELS: {
3742
3735
  contextWindow: number;
3743
3736
  maxTokens: number;
3744
3737
  };
3745
- readonly "o3-mini": {
3738
+ readonly o3: {
3746
3739
  id: string;
3747
3740
  name: string;
3748
3741
  api: "openai-responses";
3749
3742
  provider: string;
3750
3743
  baseUrl: string;
3751
3744
  reasoning: true;
3752
- input: "text"[];
3745
+ input: ("image" | "text")[];
3753
3746
  cost: {
3754
3747
  input: number;
3755
3748
  output: number;
@@ -3759,14 +3752,14 @@ export declare const MODELS: {
3759
3752
  contextWindow: number;
3760
3753
  maxTokens: number;
3761
3754
  };
3762
- readonly "o3-pro": {
3755
+ readonly "o3-mini": {
3763
3756
  id: string;
3764
3757
  name: string;
3765
3758
  api: "openai-responses";
3766
3759
  provider: string;
3767
3760
  baseUrl: string;
3768
3761
  reasoning: true;
3769
- input: ("image" | "text")[];
3762
+ input: "text"[];
3770
3763
  cost: {
3771
3764
  input: number;
3772
3765
  output: number;
@@ -3793,7 +3786,9 @@ export declare const MODELS: {
3793
3786
  contextWindow: number;
3794
3787
  maxTokens: number;
3795
3788
  };
3796
- readonly "workers-ai/@cf/moonshotai/kimi-k2.5": {
3789
+ };
3790
+ readonly "cloudflare-workers-ai": {
3791
+ readonly "@cf/deepseek-ai/deepseek-v4-flash-0731": {
3797
3792
  id: string;
3798
3793
  name: string;
3799
3794
  api: "openai-completions";
@@ -3801,48 +3796,17 @@ export declare const MODELS: {
3801
3796
  baseUrl: string;
3802
3797
  compat: {
3803
3798
  sendSessionAffinityHeaders: true;
3799
+ requiresReasoningContentOnAssistantMessages: true;
3800
+ thinkingFormat: "deepseek";
3804
3801
  };
3805
3802
  reasoning: true;
3806
- input: ("image" | "text")[];
3807
- cost: {
3808
- input: number;
3809
- output: number;
3810
- cacheRead: number;
3811
- cacheWrite: number;
3812
- };
3813
- contextWindow: number;
3814
- maxTokens: number;
3815
- };
3816
- readonly "workers-ai/@cf/moonshotai/kimi-k2.6": {
3817
- id: string;
3818
- name: string;
3819
- api: "openai-completions";
3820
- provider: string;
3821
- baseUrl: string;
3822
- compat: {
3823
- sendSessionAffinityHeaders: true;
3824
- };
3825
- reasoning: true;
3826
- input: ("image" | "text")[];
3827
- cost: {
3828
- input: number;
3829
- output: number;
3830
- cacheRead: number;
3831
- cacheWrite: number;
3832
- };
3833
- contextWindow: number;
3834
- maxTokens: number;
3835
- };
3836
- readonly "workers-ai/@cf/nvidia/nemotron-3-120b-a12b": {
3837
- id: string;
3838
- name: string;
3839
- api: "openai-completions";
3840
- provider: string;
3841
- baseUrl: string;
3842
- compat: {
3843
- sendSessionAffinityHeaders: true;
3803
+ thinkingLevelMap: {
3804
+ minimal: null;
3805
+ low: null;
3806
+ medium: null;
3807
+ high: string;
3808
+ xhigh: string;
3844
3809
  };
3845
- reasoning: true;
3846
3810
  input: "text"[];
3847
3811
  cost: {
3848
3812
  input: number;
@@ -3853,7 +3817,7 @@ export declare const MODELS: {
3853
3817
  contextWindow: number;
3854
3818
  maxTokens: number;
3855
3819
  };
3856
- readonly "workers-ai/@cf/zai-org/glm-4.7-flash": {
3820
+ readonly "@cf/deepseek-ai/deepseek-v4-pro-0813": {
3857
3821
  id: string;
3858
3822
  name: string;
3859
3823
  api: "openai-completions";
@@ -3861,28 +3825,17 @@ export declare const MODELS: {
3861
3825
  baseUrl: string;
3862
3826
  compat: {
3863
3827
  sendSessionAffinityHeaders: true;
3828
+ requiresReasoningContentOnAssistantMessages: true;
3829
+ thinkingFormat: "deepseek";
3864
3830
  };
3865
3831
  reasoning: true;
3866
- input: "text"[];
3867
- cost: {
3868
- input: number;
3869
- output: number;
3870
- cacheRead: number;
3871
- cacheWrite: number;
3872
- };
3873
- contextWindow: number;
3874
- maxTokens: number;
3875
- };
3876
- readonly "workers-ai/@cf/zai-org/glm-5.2": {
3877
- id: string;
3878
- name: string;
3879
- api: "openai-completions";
3880
- provider: string;
3881
- baseUrl: string;
3882
- compat: {
3883
- sendSessionAffinityHeaders: true;
3832
+ thinkingLevelMap: {
3833
+ minimal: null;
3834
+ low: null;
3835
+ medium: null;
3836
+ high: string;
3837
+ xhigh: string;
3884
3838
  };
3885
- reasoning: true;
3886
3839
  input: "text"[];
3887
3840
  cost: {
3888
3841
  input: number;
@@ -3893,8 +3846,6 @@ export declare const MODELS: {
3893
3846
  contextWindow: number;
3894
3847
  maxTokens: number;
3895
3848
  };
3896
- };
3897
- readonly "cloudflare-workers-ai": {
3898
3849
  readonly "@cf/google/gemma-4-26b-a4b-it": {
3899
3850
  id: string;
3900
3851
  name: string;
@@ -4115,6 +4066,26 @@ export declare const MODELS: {
4115
4066
  contextWindow: number;
4116
4067
  maxTokens: number;
4117
4068
  };
4069
+ readonly "@cf/qwen/qwen3.8-27b": {
4070
+ id: string;
4071
+ name: string;
4072
+ api: "openai-completions";
4073
+ provider: string;
4074
+ baseUrl: string;
4075
+ compat: {
4076
+ sendSessionAffinityHeaders: true;
4077
+ };
4078
+ reasoning: true;
4079
+ input: ("image" | "text")[];
4080
+ cost: {
4081
+ input: number;
4082
+ output: number;
4083
+ cacheRead: number;
4084
+ cacheWrite: number;
4085
+ };
4086
+ contextWindow: number;
4087
+ maxTokens: number;
4088
+ };
4118
4089
  readonly "@cf/zai-org/glm-4.7-flash": {
4119
4090
  id: string;
4120
4091
  name: string;
@@ -4266,6 +4237,23 @@ export declare const MODELS: {
4266
4237
  contextWindow: number;
4267
4238
  maxTokens: number;
4268
4239
  };
4240
+ readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
4241
+ id: string;
4242
+ name: string;
4243
+ api: "anthropic-messages";
4244
+ provider: string;
4245
+ baseUrl: string;
4246
+ reasoning: true;
4247
+ input: "text"[];
4248
+ cost: {
4249
+ input: number;
4250
+ output: number;
4251
+ cacheRead: number;
4252
+ cacheWrite: number;
4253
+ };
4254
+ contextWindow: number;
4255
+ maxTokens: number;
4256
+ };
4269
4257
  readonly "accounts/fireworks/models/glm-5p2": {
4270
4258
  id: string;
4271
4259
  name: string;
@@ -4317,6 +4305,23 @@ export declare const MODELS: {
4317
4305
  contextWindow: number;
4318
4306
  maxTokens: number;
4319
4307
  };
4308
+ readonly "accounts/fireworks/models/inkling": {
4309
+ id: string;
4310
+ name: string;
4311
+ api: "anthropic-messages";
4312
+ provider: string;
4313
+ baseUrl: string;
4314
+ reasoning: true;
4315
+ input: ("image" | "text")[];
4316
+ cost: {
4317
+ input: number;
4318
+ output: number;
4319
+ cacheRead: number;
4320
+ cacheWrite: number;
4321
+ };
4322
+ contextWindow: number;
4323
+ maxTokens: number;
4324
+ };
4320
4325
  readonly "accounts/fireworks/models/kimi-k2p6": {
4321
4326
  id: string;
4322
4327
  name: string;
@@ -4402,6 +4407,57 @@ export declare const MODELS: {
4402
4407
  contextWindow: number;
4403
4408
  maxTokens: number;
4404
4409
  };
4410
+ readonly "accounts/fireworks/models/muse-glimmer-30b": {
4411
+ id: string;
4412
+ name: string;
4413
+ api: "anthropic-messages";
4414
+ provider: string;
4415
+ baseUrl: string;
4416
+ reasoning: true;
4417
+ input: ("image" | "text")[];
4418
+ cost: {
4419
+ input: number;
4420
+ output: number;
4421
+ cacheRead: number;
4422
+ cacheWrite: number;
4423
+ };
4424
+ contextWindow: number;
4425
+ maxTokens: number;
4426
+ };
4427
+ readonly "accounts/fireworks/models/nemotron-3-ultra-nvfp4": {
4428
+ id: string;
4429
+ name: string;
4430
+ api: "anthropic-messages";
4431
+ provider: string;
4432
+ baseUrl: string;
4433
+ reasoning: true;
4434
+ input: "text"[];
4435
+ cost: {
4436
+ input: number;
4437
+ output: number;
4438
+ cacheRead: number;
4439
+ cacheWrite: number;
4440
+ };
4441
+ contextWindow: number;
4442
+ maxTokens: number;
4443
+ };
4444
+ readonly "accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b": {
4445
+ id: string;
4446
+ name: string;
4447
+ api: "anthropic-messages";
4448
+ provider: string;
4449
+ baseUrl: string;
4450
+ reasoning: true;
4451
+ input: "text"[];
4452
+ cost: {
4453
+ input: number;
4454
+ output: number;
4455
+ cacheRead: number;
4456
+ cacheWrite: number;
4457
+ };
4458
+ contextWindow: number;
4459
+ maxTokens: number;
4460
+ };
4405
4461
  readonly "accounts/fireworks/models/qwen3p7-plus": {
4406
4462
  id: string;
4407
4463
  name: string;
@@ -4419,6 +4475,23 @@ export declare const MODELS: {
4419
4475
  contextWindow: number;
4420
4476
  maxTokens: number;
4421
4477
  };
4478
+ readonly "accounts/fireworks/models/qwen3p8-max": {
4479
+ id: string;
4480
+ name: string;
4481
+ api: "anthropic-messages";
4482
+ provider: string;
4483
+ baseUrl: string;
4484
+ reasoning: true;
4485
+ input: "text"[];
4486
+ cost: {
4487
+ input: number;
4488
+ output: number;
4489
+ cacheRead: number;
4490
+ cacheWrite: number;
4491
+ };
4492
+ contextWindow: number;
4493
+ maxTokens: number;
4494
+ };
4422
4495
  readonly "accounts/fireworks/routers/glm-5p2-fast": {
4423
4496
  id: string;
4424
4497
  name: string;
@@ -4887,6 +4960,34 @@ export declare const MODELS: {
4887
4960
  contextWindow: number;
4888
4961
  maxTokens: number;
4889
4962
  };
4963
+ readonly "gemini-3.7-flash": {
4964
+ id: string;
4965
+ name: string;
4966
+ api: "openai-completions";
4967
+ provider: string;
4968
+ baseUrl: string;
4969
+ headers: {
4970
+ "User-Agent": string;
4971
+ "Editor-Version": string;
4972
+ "Editor-Plugin-Version": string;
4973
+ "Copilot-Integration-Id": string;
4974
+ };
4975
+ compat: {
4976
+ supportsStore: false;
4977
+ supportsDeveloperRole: false;
4978
+ supportsReasoningEffort: false;
4979
+ };
4980
+ reasoning: true;
4981
+ input: ("image" | "text")[];
4982
+ cost: {
4983
+ input: number;
4984
+ output: number;
4985
+ cacheRead: number;
4986
+ cacheWrite: number;
4987
+ };
4988
+ contextWindow: number;
4989
+ maxTokens: number;
4990
+ };
4890
4991
  readonly "gpt-4.1": {
4891
4992
  id: string;
4892
4993
  name: string;
@@ -5236,6 +5337,34 @@ export declare const MODELS: {
5236
5337
  contextWindow: number;
5237
5338
  maxTokens: number;
5238
5339
  };
5340
+ readonly "grok-4.6": {
5341
+ id: string;
5342
+ name: string;
5343
+ api: "openai-completions";
5344
+ provider: string;
5345
+ baseUrl: string;
5346
+ headers: {
5347
+ "User-Agent": string;
5348
+ "Editor-Version": string;
5349
+ "Editor-Plugin-Version": string;
5350
+ "Copilot-Integration-Id": string;
5351
+ };
5352
+ compat: {
5353
+ supportsStore: false;
5354
+ supportsDeveloperRole: false;
5355
+ supportsReasoningEffort: false;
5356
+ };
5357
+ reasoning: true;
5358
+ input: ("image" | "text")[];
5359
+ cost: {
5360
+ input: number;
5361
+ output: number;
5362
+ cacheRead: number;
5363
+ cacheWrite: number;
5364
+ };
5365
+ contextWindow: number;
5366
+ maxTokens: number;
5367
+ };
5239
5368
  readonly "kimi-k2.7-code": {
5240
5369
  id: string;
5241
5370
  name: string;
@@ -5660,13 +5789,16 @@ export declare const MODELS: {
5660
5789
  contextWindow: number;
5661
5790
  maxTokens: number;
5662
5791
  };
5663
- readonly "gemini-flash-latest": {
5792
+ readonly "gemini-3.7-flash": {
5664
5793
  id: string;
5665
5794
  name: string;
5666
5795
  api: "google-generative-ai";
5667
5796
  provider: string;
5668
5797
  baseUrl: string;
5669
5798
  reasoning: true;
5799
+ thinkingLevelMap: {
5800
+ off: null;
5801
+ };
5670
5802
  input: ("image" | "text")[];
5671
5803
  cost: {
5672
5804
  input: number;
@@ -5677,7 +5809,7 @@ export declare const MODELS: {
5677
5809
  contextWindow: number;
5678
5810
  maxTokens: number;
5679
5811
  };
5680
- readonly "gemini-flash-lite-latest": {
5812
+ readonly "gemini-flash-latest": {
5681
5813
  id: string;
5682
5814
  name: string;
5683
5815
  api: "google-generative-ai";
@@ -5694,7 +5826,7 @@ export declare const MODELS: {
5694
5826
  contextWindow: number;
5695
5827
  maxTokens: number;
5696
5828
  };
5697
- readonly "gemini-robotics-er-1.6-preview": {
5829
+ readonly "gemini-flash-lite-latest": {
5698
5830
  id: string;
5699
5831
  name: string;
5700
5832
  api: "google-generative-ai";
@@ -5711,18 +5843,35 @@ export declare const MODELS: {
5711
5843
  contextWindow: number;
5712
5844
  maxTokens: number;
5713
5845
  };
5714
- readonly "gemma-4-26b-a4b-it": {
5846
+ readonly "gemini-robotics-er-1.6-preview": {
5715
5847
  id: string;
5716
5848
  name: string;
5717
5849
  api: "google-generative-ai";
5718
5850
  provider: string;
5719
5851
  baseUrl: string;
5720
5852
  reasoning: true;
5721
- thinkingLevelMap: {
5722
- off: null;
5723
- minimal: string;
5724
- low: null;
5725
- medium: null;
5853
+ input: ("image" | "text")[];
5854
+ cost: {
5855
+ input: number;
5856
+ output: number;
5857
+ cacheRead: number;
5858
+ cacheWrite: number;
5859
+ };
5860
+ contextWindow: number;
5861
+ maxTokens: number;
5862
+ };
5863
+ readonly "gemma-4-26b-a4b-it": {
5864
+ id: string;
5865
+ name: string;
5866
+ api: "google-generative-ai";
5867
+ provider: string;
5868
+ baseUrl: string;
5869
+ reasoning: true;
5870
+ thinkingLevelMap: {
5871
+ off: null;
5872
+ minimal: string;
5873
+ low: null;
5874
+ medium: null;
5726
5875
  high: string;
5727
5876
  };
5728
5877
  input: ("image" | "text")[];
@@ -6212,6 +6361,26 @@ export declare const MODELS: {
6212
6361
  contextWindow: number;
6213
6362
  maxTokens: number;
6214
6363
  };
6364
+ readonly "Qwen/Qwen2.5-Coder-32B-Instruct": {
6365
+ id: string;
6366
+ name: string;
6367
+ api: "openai-completions";
6368
+ provider: string;
6369
+ baseUrl: string;
6370
+ compat: {
6371
+ supportsDeveloperRole: false;
6372
+ };
6373
+ reasoning: false;
6374
+ input: "text"[];
6375
+ cost: {
6376
+ input: number;
6377
+ output: number;
6378
+ cacheRead: number;
6379
+ cacheWrite: number;
6380
+ };
6381
+ contextWindow: number;
6382
+ maxTokens: number;
6383
+ };
6215
6384
  readonly "Qwen/Qwen3-235B-A22B": {
6216
6385
  id: string;
6217
6386
  name: string;
@@ -6272,6 +6441,26 @@ export declare const MODELS: {
6272
6441
  contextWindow: number;
6273
6442
  maxTokens: number;
6274
6443
  };
6444
+ readonly "Qwen/Qwen3-30B-A3B": {
6445
+ id: string;
6446
+ name: string;
6447
+ api: "openai-completions";
6448
+ provider: string;
6449
+ baseUrl: string;
6450
+ compat: {
6451
+ supportsDeveloperRole: false;
6452
+ };
6453
+ reasoning: true;
6454
+ input: "text"[];
6455
+ cost: {
6456
+ input: number;
6457
+ output: number;
6458
+ cacheRead: number;
6459
+ cacheWrite: number;
6460
+ };
6461
+ contextWindow: number;
6462
+ maxTokens: number;
6463
+ };
6275
6464
  readonly "Qwen/Qwen3-32B": {
6276
6465
  id: string;
6277
6466
  name: string;
@@ -6392,6 +6581,46 @@ export declare const MODELS: {
6392
6581
  contextWindow: number;
6393
6582
  maxTokens: number;
6394
6583
  };
6584
+ readonly "Qwen/Qwen3-VL-235B-A22B-Instruct": {
6585
+ id: string;
6586
+ name: string;
6587
+ api: "openai-completions";
6588
+ provider: string;
6589
+ baseUrl: string;
6590
+ compat: {
6591
+ supportsDeveloperRole: false;
6592
+ };
6593
+ reasoning: false;
6594
+ input: ("image" | "text")[];
6595
+ cost: {
6596
+ input: number;
6597
+ output: number;
6598
+ cacheRead: number;
6599
+ cacheWrite: number;
6600
+ };
6601
+ contextWindow: number;
6602
+ maxTokens: number;
6603
+ };
6604
+ readonly "Qwen/Qwen3-VL-235B-A22B-Thinking": {
6605
+ id: string;
6606
+ name: string;
6607
+ api: "openai-completions";
6608
+ provider: string;
6609
+ baseUrl: string;
6610
+ compat: {
6611
+ supportsDeveloperRole: false;
6612
+ };
6613
+ reasoning: true;
6614
+ input: ("image" | "text")[];
6615
+ cost: {
6616
+ input: number;
6617
+ output: number;
6618
+ cacheRead: number;
6619
+ cacheWrite: number;
6620
+ };
6621
+ contextWindow: number;
6622
+ maxTokens: number;
6623
+ };
6395
6624
  readonly "Qwen/Qwen3.5-122B-A10B": {
6396
6625
  id: string;
6397
6626
  name: string;
@@ -6532,6 +6761,26 @@ export declare const MODELS: {
6532
6761
  contextWindow: number;
6533
6762
  maxTokens: number;
6534
6763
  };
6764
+ readonly "Qwen/Qwen3.8-2.4T-A95B": {
6765
+ id: string;
6766
+ name: string;
6767
+ api: "openai-completions";
6768
+ provider: string;
6769
+ baseUrl: string;
6770
+ compat: {
6771
+ supportsDeveloperRole: false;
6772
+ };
6773
+ reasoning: true;
6774
+ input: "text"[];
6775
+ cost: {
6776
+ input: number;
6777
+ output: number;
6778
+ cacheRead: number;
6779
+ cacheWrite: number;
6780
+ };
6781
+ contextWindow: number;
6782
+ maxTokens: number;
6783
+ };
6535
6784
  readonly "XiaomiMiMo/MiMo-V2.5": {
6536
6785
  id: string;
6537
6786
  name: string;
@@ -6632,6 +6881,26 @@ export declare const MODELS: {
6632
6881
  contextWindow: number;
6633
6882
  maxTokens: number;
6634
6883
  };
6884
+ readonly "deepseek-ai/DeepSeek-V3-0324": {
6885
+ id: string;
6886
+ name: string;
6887
+ api: "openai-completions";
6888
+ provider: string;
6889
+ baseUrl: string;
6890
+ compat: {
6891
+ supportsDeveloperRole: false;
6892
+ };
6893
+ reasoning: false;
6894
+ input: "text"[];
6895
+ cost: {
6896
+ input: number;
6897
+ output: number;
6898
+ cacheRead: number;
6899
+ cacheWrite: number;
6900
+ };
6901
+ contextWindow: number;
6902
+ maxTokens: number;
6903
+ };
6635
6904
  readonly "deepseek-ai/DeepSeek-V3.1": {
6636
6905
  id: string;
6637
6906
  name: string;
@@ -6732,6 +7001,26 @@ export declare const MODELS: {
6732
7001
  contextWindow: number;
6733
7002
  maxTokens: number;
6734
7003
  };
7004
+ readonly "deepseek-ai/DeepSeek-V4-Pro-0813": {
7005
+ id: string;
7006
+ name: string;
7007
+ api: "openai-completions";
7008
+ provider: string;
7009
+ baseUrl: string;
7010
+ compat: {
7011
+ supportsDeveloperRole: false;
7012
+ };
7013
+ reasoning: true;
7014
+ input: "text"[];
7015
+ cost: {
7016
+ input: number;
7017
+ output: number;
7018
+ cacheRead: number;
7019
+ cacheWrite: number;
7020
+ };
7021
+ contextWindow: number;
7022
+ maxTokens: number;
7023
+ };
6735
7024
  readonly "google/gemma-4-26B-A4B-it": {
6736
7025
  id: string;
6737
7026
  name: string;
@@ -6772,6 +7061,26 @@ export declare const MODELS: {
6772
7061
  contextWindow: number;
6773
7062
  maxTokens: number;
6774
7063
  };
7064
+ readonly "meta-llama/Llama-3.1-8B-Instruct": {
7065
+ id: string;
7066
+ name: string;
7067
+ api: "openai-completions";
7068
+ provider: string;
7069
+ baseUrl: string;
7070
+ compat: {
7071
+ supportsDeveloperRole: false;
7072
+ };
7073
+ reasoning: false;
7074
+ input: "text"[];
7075
+ cost: {
7076
+ input: number;
7077
+ output: number;
7078
+ cacheRead: number;
7079
+ cacheWrite: number;
7080
+ };
7081
+ contextWindow: number;
7082
+ maxTokens: number;
7083
+ };
6775
7084
  readonly "meta-llama/Llama-3.3-70B-Instruct": {
6776
7085
  id: string;
6777
7086
  name: string;
@@ -7152,6 +7461,26 @@ export declare const MODELS: {
7152
7461
  contextWindow: number;
7153
7462
  maxTokens: number;
7154
7463
  };
7464
+ readonly "zai-org/GLM-4.6V-Flash": {
7465
+ id: string;
7466
+ name: string;
7467
+ api: "openai-completions";
7468
+ provider: string;
7469
+ baseUrl: string;
7470
+ compat: {
7471
+ supportsDeveloperRole: false;
7472
+ };
7473
+ reasoning: true;
7474
+ input: ("image" | "text")[];
7475
+ cost: {
7476
+ input: number;
7477
+ output: number;
7478
+ cacheRead: number;
7479
+ cacheWrite: number;
7480
+ };
7481
+ contextWindow: number;
7482
+ maxTokens: number;
7483
+ };
7155
7484
  readonly "zai-org/GLM-4.7": {
7156
7485
  id: string;
7157
7486
  name: string;
@@ -9628,7 +9957,7 @@ export declare const MODELS: {
9628
9957
  contextWindow: number;
9629
9958
  maxTokens: number;
9630
9959
  };
9631
- readonly "deepseek-v4-flash-free": {
9960
+ readonly "deepseek-v4-pro": {
9632
9961
  id: string;
9633
9962
  name: string;
9634
9963
  api: "openai-completions";
@@ -9656,25 +9985,17 @@ export declare const MODELS: {
9656
9985
  contextWindow: number;
9657
9986
  maxTokens: number;
9658
9987
  };
9659
- readonly "deepseek-v4-pro": {
9988
+ readonly "gemini-3-flash": {
9660
9989
  id: string;
9661
9990
  name: string;
9662
- api: "openai-completions";
9991
+ api: "google-generative-ai";
9663
9992
  provider: string;
9664
9993
  baseUrl: string;
9665
- compat: {
9666
- requiresReasoningContentOnAssistantMessages: true;
9667
- thinkingFormat: "deepseek";
9668
- };
9669
9994
  reasoning: true;
9670
9995
  thinkingLevelMap: {
9671
- minimal: null;
9672
- low: null;
9673
- medium: null;
9674
- high: string;
9675
- xhigh: string;
9996
+ off: null;
9676
9997
  };
9677
- input: "text"[];
9998
+ input: ("image" | "text")[];
9678
9999
  cost: {
9679
10000
  input: number;
9680
10001
  output: number;
@@ -9684,7 +10005,7 @@ export declare const MODELS: {
9684
10005
  contextWindow: number;
9685
10006
  maxTokens: number;
9686
10007
  };
9687
- readonly "gemini-3-flash": {
10008
+ readonly "gemini-3.1-pro": {
9688
10009
  id: string;
9689
10010
  name: string;
9690
10011
  api: "google-generative-ai";
@@ -9693,6 +10014,10 @@ export declare const MODELS: {
9693
10014
  reasoning: true;
9694
10015
  thinkingLevelMap: {
9695
10016
  off: null;
10017
+ minimal: null;
10018
+ low: string;
10019
+ medium: null;
10020
+ high: string;
9696
10021
  };
9697
10022
  input: ("image" | "text")[];
9698
10023
  cost: {
@@ -9704,7 +10029,7 @@ export declare const MODELS: {
9704
10029
  contextWindow: number;
9705
10030
  maxTokens: number;
9706
10031
  };
9707
- readonly "gemini-3.1-pro": {
10032
+ readonly "gemini-3.5-flash": {
9708
10033
  id: string;
9709
10034
  name: string;
9710
10035
  api: "google-generative-ai";
@@ -9713,10 +10038,6 @@ export declare const MODELS: {
9713
10038
  reasoning: true;
9714
10039
  thinkingLevelMap: {
9715
10040
  off: null;
9716
- minimal: null;
9717
- low: string;
9718
- medium: null;
9719
- high: string;
9720
10041
  };
9721
10042
  input: ("image" | "text")[];
9722
10043
  cost: {
@@ -9728,7 +10049,7 @@ export declare const MODELS: {
9728
10049
  contextWindow: number;
9729
10050
  maxTokens: number;
9730
10051
  };
9731
- readonly "gemini-3.5-flash": {
10052
+ readonly "gemini-3.5-flash-lite": {
9732
10053
  id: string;
9733
10054
  name: string;
9734
10055
  api: "google-generative-ai";
@@ -9748,7 +10069,7 @@ export declare const MODELS: {
9748
10069
  contextWindow: number;
9749
10070
  maxTokens: number;
9750
10071
  };
9751
- readonly "gemini-3.5-flash-lite": {
10072
+ readonly "gemini-3.6-flash": {
9752
10073
  id: string;
9753
10074
  name: string;
9754
10075
  api: "google-generative-ai";
@@ -9768,7 +10089,7 @@ export declare const MODELS: {
9768
10089
  contextWindow: number;
9769
10090
  maxTokens: number;
9770
10091
  };
9771
- readonly "gemini-3.6-flash": {
10092
+ readonly "gemini-3.7-flash": {
9772
10093
  id: string;
9773
10094
  name: string;
9774
10095
  api: "google-generative-ai";
@@ -10364,14 +10685,14 @@ export declare const MODELS: {
10364
10685
  contextWindow: number;
10365
10686
  maxTokens: number;
10366
10687
  };
10367
- readonly "laguna-s-2.1-free": {
10688
+ readonly "mimo-v2.5-free": {
10368
10689
  id: string;
10369
10690
  name: string;
10370
10691
  api: "openai-completions";
10371
10692
  provider: string;
10372
10693
  baseUrl: string;
10373
10694
  reasoning: true;
10374
- input: "text"[];
10695
+ input: ("image" | "text")[];
10375
10696
  cost: {
10376
10697
  input: number;
10377
10698
  output: number;
@@ -10381,7 +10702,7 @@ export declare const MODELS: {
10381
10702
  contextWindow: number;
10382
10703
  maxTokens: number;
10383
10704
  };
10384
- readonly "ling-3.0-tiny-free": {
10705
+ readonly "minimax-m2.5": {
10385
10706
  id: string;
10386
10707
  name: string;
10387
10708
  api: "openai-completions";
@@ -10398,14 +10719,14 @@ export declare const MODELS: {
10398
10719
  contextWindow: number;
10399
10720
  maxTokens: number;
10400
10721
  };
10401
- readonly "mimo-v2.5-free": {
10722
+ readonly "minimax-m2.7": {
10402
10723
  id: string;
10403
10724
  name: string;
10404
10725
  api: "openai-completions";
10405
10726
  provider: string;
10406
10727
  baseUrl: string;
10407
10728
  reasoning: true;
10408
- input: ("image" | "text")[];
10729
+ input: "text"[];
10409
10730
  cost: {
10410
10731
  input: number;
10411
10732
  output: number;
@@ -10415,14 +10736,14 @@ export declare const MODELS: {
10415
10736
  contextWindow: number;
10416
10737
  maxTokens: number;
10417
10738
  };
10418
- readonly "minimax-m2.5": {
10739
+ readonly "minimax-m3": {
10419
10740
  id: string;
10420
10741
  name: string;
10421
10742
  api: "openai-completions";
10422
10743
  provider: string;
10423
10744
  baseUrl: string;
10424
10745
  reasoning: true;
10425
- input: "text"[];
10746
+ input: ("image" | "text")[];
10426
10747
  cost: {
10427
10748
  input: number;
10428
10749
  output: number;
@@ -10432,14 +10753,14 @@ export declare const MODELS: {
10432
10753
  contextWindow: number;
10433
10754
  maxTokens: number;
10434
10755
  };
10435
- readonly "minimax-m2.7": {
10756
+ readonly "muse-spark-1.2": {
10436
10757
  id: string;
10437
10758
  name: string;
10438
- api: "openai-completions";
10759
+ api: "openai-responses";
10439
10760
  provider: string;
10440
10761
  baseUrl: string;
10441
10762
  reasoning: true;
10442
- input: "text"[];
10763
+ input: ("image" | "text")[];
10443
10764
  cost: {
10444
10765
  input: number;
10445
10766
  output: number;
@@ -10449,10 +10770,10 @@ export declare const MODELS: {
10449
10770
  contextWindow: number;
10450
10771
  maxTokens: number;
10451
10772
  };
10452
- readonly "minimax-m3": {
10773
+ readonly "muse-spark-1.2-contributor-free": {
10453
10774
  id: string;
10454
10775
  name: string;
10455
- api: "openai-completions";
10776
+ api: "openai-responses";
10456
10777
  provider: string;
10457
10778
  baseUrl: string;
10458
10779
  reasoning: true;
@@ -10534,21 +10855,38 @@ export declare const MODELS: {
10534
10855
  contextWindow: number;
10535
10856
  maxTokens: number;
10536
10857
  };
10537
- };
10538
- readonly "opencode-go": {
10539
- readonly "deepseek-v4-flash": {
10858
+ readonly "x-preview-f-free": {
10540
10859
  id: string;
10541
10860
  name: string;
10542
10861
  api: "openai-completions";
10543
10862
  provider: string;
10544
10863
  baseUrl: string;
10545
- compat: {
10546
- requiresReasoningContentOnAssistantMessages: true;
10547
- thinkingFormat: "deepseek";
10548
- };
10549
10864
  reasoning: true;
10550
- thinkingLevelMap: {
10551
- minimal: null;
10865
+ input: ("image" | "text")[];
10866
+ cost: {
10867
+ input: number;
10868
+ output: number;
10869
+ cacheRead: number;
10870
+ cacheWrite: number;
10871
+ };
10872
+ contextWindow: number;
10873
+ maxTokens: number;
10874
+ };
10875
+ };
10876
+ readonly "opencode-go": {
10877
+ readonly "deepseek-v4-flash": {
10878
+ id: string;
10879
+ name: string;
10880
+ api: "openai-completions";
10881
+ provider: string;
10882
+ baseUrl: string;
10883
+ compat: {
10884
+ requiresReasoningContentOnAssistantMessages: true;
10885
+ thinkingFormat: "deepseek";
10886
+ };
10887
+ reasoning: true;
10888
+ thinkingLevelMap: {
10889
+ minimal: null;
10552
10890
  low: null;
10553
10891
  medium: null;
10554
10892
  high: string;
@@ -10564,6 +10902,34 @@ export declare const MODELS: {
10564
10902
  contextWindow: number;
10565
10903
  maxTokens: number;
10566
10904
  };
10905
+ readonly "deepseek-v4-flash-vision-exp": {
10906
+ id: string;
10907
+ name: string;
10908
+ api: "openai-completions";
10909
+ provider: string;
10910
+ baseUrl: string;
10911
+ compat: {
10912
+ requiresReasoningContentOnAssistantMessages: true;
10913
+ thinkingFormat: "deepseek";
10914
+ };
10915
+ reasoning: true;
10916
+ thinkingLevelMap: {
10917
+ minimal: null;
10918
+ low: null;
10919
+ medium: null;
10920
+ high: string;
10921
+ xhigh: string;
10922
+ };
10923
+ input: ("image" | "text")[];
10924
+ cost: {
10925
+ input: number;
10926
+ output: number;
10927
+ cacheRead: number;
10928
+ cacheWrite: number;
10929
+ };
10930
+ contextWindow: number;
10931
+ maxTokens: number;
10932
+ };
10567
10933
  readonly "deepseek-v4-pro": {
10568
10934
  id: string;
10569
10935
  name: string;
@@ -10626,6 +10992,23 @@ export declare const MODELS: {
10626
10992
  contextWindow: number;
10627
10993
  maxTokens: number;
10628
10994
  };
10995
+ readonly "glm-5.3": {
10996
+ id: string;
10997
+ name: string;
10998
+ api: "openai-completions";
10999
+ provider: string;
11000
+ baseUrl: string;
11001
+ reasoning: true;
11002
+ input: "text"[];
11003
+ cost: {
11004
+ input: number;
11005
+ output: number;
11006
+ cacheRead: number;
11007
+ cacheWrite: number;
11008
+ };
11009
+ contextWindow: number;
11010
+ maxTokens: number;
11011
+ };
10629
11012
  readonly "gpt-5.6-luna": {
10630
11013
  id: string;
10631
11014
  name: string;
@@ -10731,6 +11114,23 @@ export declare const MODELS: {
10731
11114
  contextWindow: number;
10732
11115
  maxTokens: number;
10733
11116
  };
11117
+ readonly "longcat-2.0": {
11118
+ id: string;
11119
+ name: string;
11120
+ api: "openai-completions";
11121
+ provider: string;
11122
+ baseUrl: string;
11123
+ reasoning: true;
11124
+ input: "text"[];
11125
+ cost: {
11126
+ input: number;
11127
+ output: number;
11128
+ cacheRead: number;
11129
+ cacheWrite: number;
11130
+ };
11131
+ contextWindow: number;
11132
+ maxTokens: number;
11133
+ };
10734
11134
  readonly "mimo-v2.5": {
10735
11135
  id: string;
10736
11136
  name: string;
@@ -10799,15 +11199,12 @@ export declare const MODELS: {
10799
11199
  contextWindow: number;
10800
11200
  maxTokens: number;
10801
11201
  };
10802
- readonly "qwen3.6-plus": {
11202
+ readonly "muse-spark-1.2-contributor": {
10803
11203
  id: string;
10804
11204
  name: string;
10805
- api: "openai-completions";
11205
+ api: "openai-responses";
10806
11206
  provider: string;
10807
11207
  baseUrl: string;
10808
- compat: {
10809
- thinkingFormat: "qwen";
10810
- };
10811
11208
  reasoning: true;
10812
11209
  input: ("image" | "text")[];
10813
11210
  cost: {
@@ -10819,14 +11216,14 @@ export declare const MODELS: {
10819
11216
  contextWindow: number;
10820
11217
  maxTokens: number;
10821
11218
  };
10822
- readonly "qwen3.7-max": {
11219
+ readonly "ox-alpha-free": {
10823
11220
  id: string;
10824
11221
  name: string;
10825
- api: "anthropic-messages";
11222
+ api: "openai-completions";
10826
11223
  provider: string;
10827
11224
  baseUrl: string;
10828
11225
  reasoning: true;
10829
- input: "text"[];
11226
+ input: ("image" | "text")[];
10830
11227
  cost: {
10831
11228
  input: number;
10832
11229
  output: number;
@@ -10836,12 +11233,15 @@ export declare const MODELS: {
10836
11233
  contextWindow: number;
10837
11234
  maxTokens: number;
10838
11235
  };
10839
- readonly "qwen3.7-plus": {
11236
+ readonly "qwen3.6-plus": {
10840
11237
  id: string;
10841
11238
  name: string;
10842
- api: "anthropic-messages";
11239
+ api: "openai-completions";
10843
11240
  provider: string;
10844
11241
  baseUrl: string;
11242
+ compat: {
11243
+ thinkingFormat: "qwen";
11244
+ };
10845
11245
  reasoning: true;
10846
11246
  input: ("image" | "text")[];
10847
11247
  cost: {
@@ -10853,10 +11253,27 @@ export declare const MODELS: {
10853
11253
  contextWindow: number;
10854
11254
  maxTokens: number;
10855
11255
  };
10856
- readonly "qwen3.8-max": {
11256
+ readonly "qwen3.7-max": {
10857
11257
  id: string;
10858
11258
  name: string;
10859
- api: "anthropic-messages";
11259
+ api: "openai-completions";
11260
+ provider: string;
11261
+ baseUrl: string;
11262
+ reasoning: true;
11263
+ input: "text"[];
11264
+ cost: {
11265
+ input: number;
11266
+ output: number;
11267
+ cacheRead: number;
11268
+ cacheWrite: number;
11269
+ };
11270
+ contextWindow: number;
11271
+ maxTokens: number;
11272
+ };
11273
+ readonly "qwen3.7-plus": {
11274
+ id: string;
11275
+ name: string;
11276
+ api: "openai-completions";
10860
11277
  provider: string;
10861
11278
  baseUrl: string;
10862
11279
  reasoning: true;
@@ -10870,16 +11287,14 @@ export declare const MODELS: {
10870
11287
  contextWindow: number;
10871
11288
  maxTokens: number;
10872
11289
  };
10873
- };
10874
- readonly openrouter: {
10875
- readonly "ai21/jamba-large-1.7": {
11290
+ readonly "qwen3.8-max": {
10876
11291
  id: string;
10877
11292
  name: string;
10878
11293
  api: "openai-completions";
10879
11294
  provider: string;
10880
11295
  baseUrl: string;
10881
- reasoning: false;
10882
- input: "text"[];
11296
+ reasoning: true;
11297
+ input: ("image" | "text")[];
10883
11298
  cost: {
10884
11299
  input: number;
10885
11300
  output: number;
@@ -10889,6 +11304,8 @@ export declare const MODELS: {
10889
11304
  contextWindow: number;
10890
11305
  maxTokens: number;
10891
11306
  };
11307
+ };
11308
+ readonly openrouter: {
10892
11309
  readonly "aion-labs/aion-2.0": {
10893
11310
  id: string;
10894
11311
  name: string;
@@ -11947,7 +12364,7 @@ export declare const MODELS: {
11947
12364
  contextWindow: number;
11948
12365
  maxTokens: number;
11949
12366
  };
11950
- readonly "deepseek/deepseek-v4-pro": {
12367
+ readonly "deepseek/deepseek-v4-flash-vision-exp": {
11951
12368
  id: string;
11952
12369
  name: string;
11953
12370
  api: "openai-completions";
@@ -11965,7 +12382,7 @@ export declare const MODELS: {
11965
12382
  high: string;
11966
12383
  xhigh: string;
11967
12384
  };
11968
- input: "text"[];
12385
+ input: ("image" | "text")[];
11969
12386
  cost: {
11970
12387
  input: number;
11971
12388
  output: number;
@@ -11975,7 +12392,7 @@ export declare const MODELS: {
11975
12392
  contextWindow: number;
11976
12393
  maxTokens: number;
11977
12394
  };
11978
- readonly "deepseek/deepseek-v4-pro-0813": {
12395
+ readonly "deepseek/deepseek-v4-pro": {
11979
12396
  id: string;
11980
12397
  name: string;
11981
12398
  api: "openai-completions";
@@ -12003,14 +12420,25 @@ export declare const MODELS: {
12003
12420
  contextWindow: number;
12004
12421
  maxTokens: number;
12005
12422
  };
12006
- readonly "google/gemini-2.5-flash": {
12423
+ readonly "deepseek/deepseek-v4-pro-0813": {
12007
12424
  id: string;
12008
12425
  name: string;
12009
12426
  api: "openai-completions";
12010
12427
  provider: string;
12011
12428
  baseUrl: string;
12429
+ compat: {
12430
+ requiresReasoningContentOnAssistantMessages: true;
12431
+ thinkingFormat: "deepseek";
12432
+ };
12012
12433
  reasoning: true;
12013
- input: ("image" | "text")[];
12434
+ thinkingLevelMap: {
12435
+ minimal: null;
12436
+ low: null;
12437
+ medium: null;
12438
+ high: string;
12439
+ xhigh: string;
12440
+ };
12441
+ input: "text"[];
12014
12442
  cost: {
12015
12443
  input: number;
12016
12444
  output: number;
@@ -12020,7 +12448,7 @@ export declare const MODELS: {
12020
12448
  contextWindow: number;
12021
12449
  maxTokens: number;
12022
12450
  };
12023
- readonly "google/gemini-2.5-flash-lite": {
12451
+ readonly "dots-studio/dots-3-note-preview:free": {
12024
12452
  id: string;
12025
12453
  name: string;
12026
12454
  api: "openai-completions";
@@ -12037,7 +12465,7 @@ export declare const MODELS: {
12037
12465
  contextWindow: number;
12038
12466
  maxTokens: number;
12039
12467
  };
12040
- readonly "google/gemini-2.5-flash-lite:batch": {
12468
+ readonly "google/gemini-2.5-flash": {
12041
12469
  id: string;
12042
12470
  name: string;
12043
12471
  api: "openai-completions";
@@ -12054,7 +12482,7 @@ export declare const MODELS: {
12054
12482
  contextWindow: number;
12055
12483
  maxTokens: number;
12056
12484
  };
12057
- readonly "google/gemini-2.5-flash:batch": {
12485
+ readonly "google/gemini-2.5-flash-lite": {
12058
12486
  id: string;
12059
12487
  name: string;
12060
12488
  api: "openai-completions";
@@ -12071,7 +12499,7 @@ export declare const MODELS: {
12071
12499
  contextWindow: number;
12072
12500
  maxTokens: number;
12073
12501
  };
12074
- readonly "google/gemini-2.5-pro": {
12502
+ readonly "google/gemini-2.5-flash-lite:batch": {
12075
12503
  id: string;
12076
12504
  name: string;
12077
12505
  api: "openai-completions";
@@ -12088,7 +12516,7 @@ export declare const MODELS: {
12088
12516
  contextWindow: number;
12089
12517
  maxTokens: number;
12090
12518
  };
12091
- readonly "google/gemini-2.5-pro-preview": {
12519
+ readonly "google/gemini-2.5-flash:batch": {
12092
12520
  id: string;
12093
12521
  name: string;
12094
12522
  api: "openai-completions";
@@ -12105,7 +12533,7 @@ export declare const MODELS: {
12105
12533
  contextWindow: number;
12106
12534
  maxTokens: number;
12107
12535
  };
12108
- readonly "google/gemini-2.5-pro-preview-05-06": {
12536
+ readonly "google/gemini-2.5-pro": {
12109
12537
  id: string;
12110
12538
  name: string;
12111
12539
  api: "openai-completions";
@@ -12122,7 +12550,7 @@ export declare const MODELS: {
12122
12550
  contextWindow: number;
12123
12551
  maxTokens: number;
12124
12552
  };
12125
- readonly "google/gemini-2.5-pro:batch": {
12553
+ readonly "google/gemini-2.5-pro-preview": {
12126
12554
  id: string;
12127
12555
  name: string;
12128
12556
  api: "openai-completions";
@@ -12139,7 +12567,7 @@ export declare const MODELS: {
12139
12567
  contextWindow: number;
12140
12568
  maxTokens: number;
12141
12569
  };
12142
- readonly "google/gemini-3-flash-preview": {
12570
+ readonly "google/gemini-2.5-pro-preview-05-06": {
12143
12571
  id: string;
12144
12572
  name: string;
12145
12573
  api: "openai-completions";
@@ -12156,7 +12584,7 @@ export declare const MODELS: {
12156
12584
  contextWindow: number;
12157
12585
  maxTokens: number;
12158
12586
  };
12159
- readonly "google/gemini-3-flash-preview:batch": {
12587
+ readonly "google/gemini-2.5-pro:batch": {
12160
12588
  id: string;
12161
12589
  name: string;
12162
12590
  api: "openai-completions";
@@ -12173,7 +12601,7 @@ export declare const MODELS: {
12173
12601
  contextWindow: number;
12174
12602
  maxTokens: number;
12175
12603
  };
12176
- readonly "google/gemini-3-pro-image": {
12604
+ readonly "google/gemini-3-flash-preview": {
12177
12605
  id: string;
12178
12606
  name: string;
12179
12607
  api: "openai-completions";
@@ -12190,7 +12618,7 @@ export declare const MODELS: {
12190
12618
  contextWindow: number;
12191
12619
  maxTokens: number;
12192
12620
  };
12193
- readonly "google/gemini-3.1-flash-lite": {
12621
+ readonly "google/gemini-3-flash-preview:batch": {
12194
12622
  id: string;
12195
12623
  name: string;
12196
12624
  api: "openai-completions";
@@ -12207,7 +12635,7 @@ export declare const MODELS: {
12207
12635
  contextWindow: number;
12208
12636
  maxTokens: number;
12209
12637
  };
12210
- readonly "google/gemini-3.1-flash-lite-preview": {
12638
+ readonly "google/gemini-3-pro-image": {
12211
12639
  id: string;
12212
12640
  name: string;
12213
12641
  api: "openai-completions";
@@ -12224,7 +12652,7 @@ export declare const MODELS: {
12224
12652
  contextWindow: number;
12225
12653
  maxTokens: number;
12226
12654
  };
12227
- readonly "google/gemini-3.1-flash-lite:batch": {
12655
+ readonly "google/gemini-3.1-flash-lite": {
12228
12656
  id: string;
12229
12657
  name: string;
12230
12658
  api: "openai-completions";
@@ -12241,7 +12669,7 @@ export declare const MODELS: {
12241
12669
  contextWindow: number;
12242
12670
  maxTokens: number;
12243
12671
  };
12244
- readonly "google/gemini-3.1-pro-preview": {
12672
+ readonly "google/gemini-3.1-flash-lite-preview": {
12245
12673
  id: string;
12246
12674
  name: string;
12247
12675
  api: "openai-completions";
@@ -12258,7 +12686,7 @@ export declare const MODELS: {
12258
12686
  contextWindow: number;
12259
12687
  maxTokens: number;
12260
12688
  };
12261
- readonly "google/gemini-3.1-pro-preview-customtools": {
12689
+ readonly "google/gemini-3.1-flash-lite:batch": {
12262
12690
  id: string;
12263
12691
  name: string;
12264
12692
  api: "openai-completions";
@@ -12275,7 +12703,7 @@ export declare const MODELS: {
12275
12703
  contextWindow: number;
12276
12704
  maxTokens: number;
12277
12705
  };
12278
- readonly "google/gemini-3.1-pro-preview:batch": {
12706
+ readonly "google/gemini-3.1-pro-preview": {
12279
12707
  id: string;
12280
12708
  name: string;
12281
12709
  api: "openai-completions";
@@ -12292,7 +12720,7 @@ export declare const MODELS: {
12292
12720
  contextWindow: number;
12293
12721
  maxTokens: number;
12294
12722
  };
12295
- readonly "google/gemini-3.5-flash": {
12723
+ readonly "google/gemini-3.1-pro-preview-customtools": {
12296
12724
  id: string;
12297
12725
  name: string;
12298
12726
  api: "openai-completions";
@@ -12309,7 +12737,7 @@ export declare const MODELS: {
12309
12737
  contextWindow: number;
12310
12738
  maxTokens: number;
12311
12739
  };
12312
- readonly "google/gemini-3.5-flash-lite": {
12740
+ readonly "google/gemini-3.1-pro-preview:batch": {
12313
12741
  id: string;
12314
12742
  name: string;
12315
12743
  api: "openai-completions";
@@ -12326,7 +12754,7 @@ export declare const MODELS: {
12326
12754
  contextWindow: number;
12327
12755
  maxTokens: number;
12328
12756
  };
12329
- readonly "google/gemini-3.5-flash-lite:batch": {
12757
+ readonly "google/gemini-3.5-flash": {
12330
12758
  id: string;
12331
12759
  name: string;
12332
12760
  api: "openai-completions";
@@ -12343,7 +12771,7 @@ export declare const MODELS: {
12343
12771
  contextWindow: number;
12344
12772
  maxTokens: number;
12345
12773
  };
12346
- readonly "google/gemini-3.5-flash:batch": {
12774
+ readonly "google/gemini-3.5-flash-lite": {
12347
12775
  id: string;
12348
12776
  name: string;
12349
12777
  api: "openai-completions";
@@ -12360,7 +12788,7 @@ export declare const MODELS: {
12360
12788
  contextWindow: number;
12361
12789
  maxTokens: number;
12362
12790
  };
12363
- readonly "google/gemini-3.6-flash": {
12791
+ readonly "google/gemini-3.5-flash-lite:batch": {
12364
12792
  id: string;
12365
12793
  name: string;
12366
12794
  api: "openai-completions";
@@ -12377,7 +12805,7 @@ export declare const MODELS: {
12377
12805
  contextWindow: number;
12378
12806
  maxTokens: number;
12379
12807
  };
12380
- readonly "google/gemini-3.6-flash:batch": {
12808
+ readonly "google/gemini-3.5-flash:batch": {
12381
12809
  id: string;
12382
12810
  name: string;
12383
12811
  api: "openai-completions";
@@ -12394,13 +12822,13 @@ export declare const MODELS: {
12394
12822
  contextWindow: number;
12395
12823
  maxTokens: number;
12396
12824
  };
12397
- readonly "google/gemma-3-12b-it": {
12825
+ readonly "google/gemini-3.6-flash": {
12398
12826
  id: string;
12399
12827
  name: string;
12400
12828
  api: "openai-completions";
12401
12829
  provider: string;
12402
12830
  baseUrl: string;
12403
- reasoning: false;
12831
+ reasoning: true;
12404
12832
  input: ("image" | "text")[];
12405
12833
  cost: {
12406
12834
  input: number;
@@ -12411,13 +12839,13 @@ export declare const MODELS: {
12411
12839
  contextWindow: number;
12412
12840
  maxTokens: number;
12413
12841
  };
12414
- readonly "google/gemma-3-27b-it": {
12842
+ readonly "google/gemini-3.6-flash:batch": {
12415
12843
  id: string;
12416
12844
  name: string;
12417
12845
  api: "openai-completions";
12418
12846
  provider: string;
12419
12847
  baseUrl: string;
12420
- reasoning: false;
12848
+ reasoning: true;
12421
12849
  input: ("image" | "text")[];
12422
12850
  cost: {
12423
12851
  input: number;
@@ -12428,7 +12856,7 @@ export declare const MODELS: {
12428
12856
  contextWindow: number;
12429
12857
  maxTokens: number;
12430
12858
  };
12431
- readonly "google/gemma-4-26b-a4b-it": {
12859
+ readonly "google/gemini-3.7-flash": {
12432
12860
  id: string;
12433
12861
  name: string;
12434
12862
  api: "openai-completions";
@@ -12445,7 +12873,7 @@ export declare const MODELS: {
12445
12873
  contextWindow: number;
12446
12874
  maxTokens: number;
12447
12875
  };
12448
- readonly "google/gemma-4-26b-a4b-it:free": {
12876
+ readonly "google/gemini-3.7-flash:batch": {
12449
12877
  id: string;
12450
12878
  name: string;
12451
12879
  api: "openai-completions";
@@ -12462,13 +12890,13 @@ export declare const MODELS: {
12462
12890
  contextWindow: number;
12463
12891
  maxTokens: number;
12464
12892
  };
12465
- readonly "google/gemma-4-31b-it": {
12893
+ readonly "google/gemma-3-12b-it": {
12466
12894
  id: string;
12467
12895
  name: string;
12468
12896
  api: "openai-completions";
12469
12897
  provider: string;
12470
12898
  baseUrl: string;
12471
- reasoning: true;
12899
+ reasoning: false;
12472
12900
  input: ("image" | "text")[];
12473
12901
  cost: {
12474
12902
  input: number;
@@ -12479,13 +12907,13 @@ export declare const MODELS: {
12479
12907
  contextWindow: number;
12480
12908
  maxTokens: number;
12481
12909
  };
12482
- readonly "google/gemma-4-31b-it:free": {
12910
+ readonly "google/gemma-3-27b-it": {
12483
12911
  id: string;
12484
12912
  name: string;
12485
12913
  api: "openai-completions";
12486
12914
  provider: string;
12487
12915
  baseUrl: string;
12488
- reasoning: true;
12916
+ reasoning: false;
12489
12917
  input: ("image" | "text")[];
12490
12918
  cost: {
12491
12919
  input: number;
@@ -12496,14 +12924,14 @@ export declare const MODELS: {
12496
12924
  contextWindow: number;
12497
12925
  maxTokens: number;
12498
12926
  };
12499
- readonly "ibm-granite/granite-4.1-8b": {
12927
+ readonly "google/gemma-4-26b-a4b-it": {
12500
12928
  id: string;
12501
12929
  name: string;
12502
12930
  api: "openai-completions";
12503
12931
  provider: string;
12504
12932
  baseUrl: string;
12505
- reasoning: false;
12506
- input: "text"[];
12933
+ reasoning: true;
12934
+ input: ("image" | "text")[];
12507
12935
  cost: {
12508
12936
  input: number;
12509
12937
  output: number;
@@ -12513,14 +12941,14 @@ export declare const MODELS: {
12513
12941
  contextWindow: number;
12514
12942
  maxTokens: number;
12515
12943
  };
12516
- readonly "inception/mercury-2": {
12944
+ readonly "google/gemma-4-26b-a4b-it:free": {
12517
12945
  id: string;
12518
12946
  name: string;
12519
12947
  api: "openai-completions";
12520
12948
  provider: string;
12521
12949
  baseUrl: string;
12522
12950
  reasoning: true;
12523
- input: "text"[];
12951
+ input: ("image" | "text")[];
12524
12952
  cost: {
12525
12953
  input: number;
12526
12954
  output: number;
@@ -12530,14 +12958,14 @@ export declare const MODELS: {
12530
12958
  contextWindow: number;
12531
12959
  maxTokens: number;
12532
12960
  };
12533
- readonly "inclusionai/ling-2.6-1t": {
12961
+ readonly "google/gemma-4-31b-it": {
12534
12962
  id: string;
12535
12963
  name: string;
12536
12964
  api: "openai-completions";
12537
12965
  provider: string;
12538
12966
  baseUrl: string;
12539
- reasoning: false;
12540
- input: "text"[];
12967
+ reasoning: true;
12968
+ input: ("image" | "text")[];
12541
12969
  cost: {
12542
12970
  input: number;
12543
12971
  output: number;
@@ -12547,14 +12975,14 @@ export declare const MODELS: {
12547
12975
  contextWindow: number;
12548
12976
  maxTokens: number;
12549
12977
  };
12550
- readonly "inclusionai/ling-2.6-flash": {
12978
+ readonly "google/gemma-4-31b-it:free": {
12551
12979
  id: string;
12552
12980
  name: string;
12553
12981
  api: "openai-completions";
12554
12982
  provider: string;
12555
12983
  baseUrl: string;
12556
- reasoning: false;
12557
- input: "text"[];
12984
+ reasoning: true;
12985
+ input: ("image" | "text")[];
12558
12986
  cost: {
12559
12987
  input: number;
12560
12988
  output: number;
@@ -12564,13 +12992,13 @@ export declare const MODELS: {
12564
12992
  contextWindow: number;
12565
12993
  maxTokens: number;
12566
12994
  };
12567
- readonly "inclusionai/ling-3.0-flash": {
12995
+ readonly "ibm-granite/granite-4.1-8b": {
12568
12996
  id: string;
12569
12997
  name: string;
12570
12998
  api: "openai-completions";
12571
12999
  provider: string;
12572
13000
  baseUrl: string;
12573
- reasoning: true;
13001
+ reasoning: false;
12574
13002
  input: "text"[];
12575
13003
  cost: {
12576
13004
  input: number;
@@ -12581,7 +13009,7 @@ export declare const MODELS: {
12581
13009
  contextWindow: number;
12582
13010
  maxTokens: number;
12583
13011
  };
12584
- readonly "inclusionai/ling-3.0-tiny:free": {
13012
+ readonly "inception/mercury-2": {
12585
13013
  id: string;
12586
13014
  name: string;
12587
13015
  api: "openai-completions";
@@ -12598,7 +13026,7 @@ export declare const MODELS: {
12598
13026
  contextWindow: number;
12599
13027
  maxTokens: number;
12600
13028
  };
12601
- readonly "inclusionai/ring-2.6-1t": {
13029
+ readonly "inclusionai/ling-3.0-flash": {
12602
13030
  id: string;
12603
13031
  name: string;
12604
13032
  api: "openai-completions";
@@ -12836,14 +13264,14 @@ export declare const MODELS: {
12836
13264
  contextWindow: number;
12837
13265
  maxTokens: number;
12838
13266
  };
12839
- readonly "minimax/minimax-m1": {
13267
+ readonly "meta/muse-spark-1.2-contributor": {
12840
13268
  id: string;
12841
13269
  name: string;
12842
13270
  api: "openai-completions";
12843
13271
  provider: string;
12844
13272
  baseUrl: string;
12845
13273
  reasoning: true;
12846
- input: "text"[];
13274
+ input: ("image" | "text")[];
12847
13275
  cost: {
12848
13276
  input: number;
12849
13277
  output: number;
@@ -12853,7 +13281,7 @@ export declare const MODELS: {
12853
13281
  contextWindow: number;
12854
13282
  maxTokens: number;
12855
13283
  };
12856
- readonly "minimax/minimax-m2": {
13284
+ readonly "minimax/minimax-m1": {
12857
13285
  id: string;
12858
13286
  name: string;
12859
13287
  api: "openai-completions";
@@ -12870,7 +13298,7 @@ export declare const MODELS: {
12870
13298
  contextWindow: number;
12871
13299
  maxTokens: number;
12872
13300
  };
12873
- readonly "minimax/minimax-m2.1": {
13301
+ readonly "minimax/minimax-m2": {
12874
13302
  id: string;
12875
13303
  name: string;
12876
13304
  api: "openai-completions";
@@ -12887,7 +13315,7 @@ export declare const MODELS: {
12887
13315
  contextWindow: number;
12888
13316
  maxTokens: number;
12889
13317
  };
12890
- readonly "minimax/minimax-m2.5": {
13318
+ readonly "minimax/minimax-m2.1": {
12891
13319
  id: string;
12892
13320
  name: string;
12893
13321
  api: "openai-completions";
@@ -12904,7 +13332,7 @@ export declare const MODELS: {
12904
13332
  contextWindow: number;
12905
13333
  maxTokens: number;
12906
13334
  };
12907
- readonly "minimax/minimax-m2.7": {
13335
+ readonly "minimax/minimax-m2.5": {
12908
13336
  id: string;
12909
13337
  name: string;
12910
13338
  api: "openai-completions";
@@ -12921,14 +13349,14 @@ export declare const MODELS: {
12921
13349
  contextWindow: number;
12922
13350
  maxTokens: number;
12923
13351
  };
12924
- readonly "minimax/minimax-m3": {
13352
+ readonly "minimax/minimax-m2.7": {
12925
13353
  id: string;
12926
13354
  name: string;
12927
13355
  api: "openai-completions";
12928
13356
  provider: string;
12929
13357
  baseUrl: string;
12930
13358
  reasoning: true;
12931
- input: ("image" | "text")[];
13359
+ input: "text"[];
12932
13360
  cost: {
12933
13361
  input: number;
12934
13362
  output: number;
@@ -12938,7 +13366,58 @@ export declare const MODELS: {
12938
13366
  contextWindow: number;
12939
13367
  maxTokens: number;
12940
13368
  };
12941
- readonly "minimax/minimax-m3:batch": {
13369
+ readonly "minimax/minimax-m2.7:free": {
13370
+ id: string;
13371
+ name: string;
13372
+ api: "openai-completions";
13373
+ provider: string;
13374
+ baseUrl: string;
13375
+ reasoning: true;
13376
+ input: "text"[];
13377
+ cost: {
13378
+ input: number;
13379
+ output: number;
13380
+ cacheRead: number;
13381
+ cacheWrite: number;
13382
+ };
13383
+ contextWindow: number;
13384
+ maxTokens: number;
13385
+ };
13386
+ readonly "minimax/minimax-m3": {
13387
+ id: string;
13388
+ name: string;
13389
+ api: "openai-completions";
13390
+ provider: string;
13391
+ baseUrl: string;
13392
+ reasoning: true;
13393
+ input: ("image" | "text")[];
13394
+ cost: {
13395
+ input: number;
13396
+ output: number;
13397
+ cacheRead: number;
13398
+ cacheWrite: number;
13399
+ };
13400
+ contextWindow: number;
13401
+ maxTokens: number;
13402
+ };
13403
+ readonly "minimax/minimax-m3:batch": {
13404
+ id: string;
13405
+ name: string;
13406
+ api: "openai-completions";
13407
+ provider: string;
13408
+ baseUrl: string;
13409
+ reasoning: true;
13410
+ input: ("image" | "text")[];
13411
+ cost: {
13412
+ input: number;
13413
+ output: number;
13414
+ cacheRead: number;
13415
+ cacheWrite: number;
13416
+ };
13417
+ contextWindow: number;
13418
+ maxTokens: number;
13419
+ };
13420
+ readonly "minimax/minimax-m3:free": {
12942
13421
  id: string;
12943
13422
  name: string;
12944
13423
  api: "openai-completions";
@@ -12972,6 +13451,23 @@ export declare const MODELS: {
12972
13451
  contextWindow: number;
12973
13452
  maxTokens: number;
12974
13453
  };
13454
+ readonly "mistralai/devstral-2512": {
13455
+ id: string;
13456
+ name: string;
13457
+ api: "openai-completions";
13458
+ provider: string;
13459
+ baseUrl: string;
13460
+ reasoning: false;
13461
+ input: "text"[];
13462
+ cost: {
13463
+ input: number;
13464
+ output: number;
13465
+ cacheRead: number;
13466
+ cacheWrite: number;
13467
+ };
13468
+ contextWindow: number;
13469
+ maxTokens: number;
13470
+ };
12975
13471
  readonly "mistralai/ministral-14b-2512": {
12976
13472
  id: string;
12977
13473
  name: string;
@@ -13414,23 +13910,6 @@ export declare const MODELS: {
13414
13910
  contextWindow: number;
13415
13911
  maxTokens: number;
13416
13912
  };
13417
- readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
13418
- id: string;
13419
- name: string;
13420
- api: "openai-completions";
13421
- provider: string;
13422
- baseUrl: string;
13423
- reasoning: true;
13424
- input: "text"[];
13425
- cost: {
13426
- input: number;
13427
- output: number;
13428
- cacheRead: number;
13429
- cacheWrite: number;
13430
- };
13431
- contextWindow: number;
13432
- maxTokens: number;
13433
- };
13434
13913
  readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
13435
13914
  id: string;
13436
13915
  name: string;
@@ -13533,7 +14012,7 @@ export declare const MODELS: {
13533
14012
  contextWindow: number;
13534
14013
  maxTokens: number;
13535
14014
  };
13536
- readonly "nvidia/nemotron-3.5-lightning:free": {
14015
+ readonly "nvidia/nemotron-3.5-lightning": {
13537
14016
  id: string;
13538
14017
  name: string;
13539
14018
  api: "openai-completions";
@@ -13550,24 +14029,7 @@ export declare const MODELS: {
13550
14029
  contextWindow: number;
13551
14030
  maxTokens: number;
13552
14031
  };
13553
- readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
13554
- id: string;
13555
- name: string;
13556
- api: "openai-completions";
13557
- provider: string;
13558
- baseUrl: string;
13559
- reasoning: true;
13560
- input: ("image" | "text")[];
13561
- cost: {
13562
- input: number;
13563
- output: number;
13564
- cacheRead: number;
13565
- cacheWrite: number;
13566
- };
13567
- contextWindow: number;
13568
- maxTokens: number;
13569
- };
13570
- readonly "nvidia/nemotron-nano-9b-v2:free": {
14032
+ readonly "nvidia/nemotron-3.5-lightning:free": {
13571
14033
  id: string;
13572
14034
  name: string;
13573
14035
  api: "openai-completions";
@@ -14763,23 +15225,6 @@ export declare const MODELS: {
14763
15225
  contextWindow: number;
14764
15226
  maxTokens: number;
14765
15227
  };
14766
- readonly "openai/gpt-oss-20b:free": {
14767
- id: string;
14768
- name: string;
14769
- api: "openai-completions";
14770
- provider: string;
14771
- baseUrl: string;
14772
- reasoning: true;
14773
- input: "text"[];
14774
- cost: {
14775
- input: number;
14776
- output: number;
14777
- cacheRead: number;
14778
- cacheWrite: number;
14779
- };
14780
- contextWindow: number;
14781
- maxTokens: number;
14782
- };
14783
15228
  readonly "openai/gpt-oss-safeguard-20b": {
14784
15229
  id: string;
14785
15230
  name: string;
@@ -15953,6 +16398,23 @@ export declare const MODELS: {
15953
16398
  contextWindow: number;
15954
16399
  maxTokens: number;
15955
16400
  };
16401
+ readonly "qwen/qwen3.8-27b": {
16402
+ id: string;
16403
+ name: string;
16404
+ api: "openai-completions";
16405
+ provider: string;
16406
+ baseUrl: string;
16407
+ reasoning: true;
16408
+ input: ("image" | "text")[];
16409
+ cost: {
16410
+ input: number;
16411
+ output: number;
16412
+ cacheRead: number;
16413
+ cacheWrite: number;
16414
+ };
16415
+ contextWindow: number;
16416
+ maxTokens: number;
16417
+ };
15956
16418
  readonly "qwen/qwen3.8-max": {
15957
16419
  id: string;
15958
16420
  name: string;
@@ -16055,6 +16517,23 @@ export declare const MODELS: {
16055
16517
  contextWindow: number;
16056
16518
  maxTokens: number;
16057
16519
  };
16520
+ readonly "stealth/ox-alpha": {
16521
+ id: string;
16522
+ name: string;
16523
+ api: "openai-completions";
16524
+ provider: string;
16525
+ baseUrl: string;
16526
+ reasoning: true;
16527
+ input: ("image" | "text")[];
16528
+ cost: {
16529
+ input: number;
16530
+ output: number;
16531
+ cacheRead: number;
16532
+ cacheWrite: number;
16533
+ };
16534
+ contextWindow: number;
16535
+ maxTokens: number;
16536
+ };
16058
16537
  readonly "stepfun/step-3.5-flash": {
16059
16538
  id: string;
16060
16539
  name: string;
@@ -16157,6 +16636,23 @@ export declare const MODELS: {
16157
16636
  contextWindow: number;
16158
16637
  maxTokens: number;
16159
16638
  };
16639
+ readonly "thinkingmachines/inkling-small:free": {
16640
+ id: string;
16641
+ name: string;
16642
+ api: "openai-completions";
16643
+ provider: string;
16644
+ baseUrl: string;
16645
+ reasoning: true;
16646
+ input: ("image" | "text")[];
16647
+ cost: {
16648
+ input: number;
16649
+ output: number;
16650
+ cacheRead: number;
16651
+ cacheWrite: number;
16652
+ };
16653
+ contextWindow: number;
16654
+ maxTokens: number;
16655
+ };
16160
16656
  readonly "thinkingmachines/inkling:batch": {
16161
16657
  id: string;
16162
16658
  name: string;
@@ -16174,6 +16670,23 @@ export declare const MODELS: {
16174
16670
  contextWindow: number;
16175
16671
  maxTokens: number;
16176
16672
  };
16673
+ readonly "thinkingmachines/inkling:free": {
16674
+ id: string;
16675
+ name: string;
16676
+ api: "openai-completions";
16677
+ provider: string;
16678
+ baseUrl: string;
16679
+ reasoning: true;
16680
+ input: ("image" | "text")[];
16681
+ cost: {
16682
+ input: number;
16683
+ output: number;
16684
+ cacheRead: number;
16685
+ cacheWrite: number;
16686
+ };
16687
+ contextWindow: number;
16688
+ maxTokens: number;
16689
+ };
16177
16690
  readonly "upstage/solar-pro-3": {
16178
16691
  id: string;
16179
16692
  name: string;
@@ -16531,6 +17044,40 @@ export declare const MODELS: {
16531
17044
  contextWindow: number;
16532
17045
  maxTokens: number;
16533
17046
  };
17047
+ readonly "z-ai/glm-5.2:free": {
17048
+ id: string;
17049
+ name: string;
17050
+ api: "openai-completions";
17051
+ provider: string;
17052
+ baseUrl: string;
17053
+ reasoning: true;
17054
+ input: "text"[];
17055
+ cost: {
17056
+ input: number;
17057
+ output: number;
17058
+ cacheRead: number;
17059
+ cacheWrite: number;
17060
+ };
17061
+ contextWindow: number;
17062
+ maxTokens: number;
17063
+ };
17064
+ readonly "z-ai/glm-5.3": {
17065
+ id: string;
17066
+ name: string;
17067
+ api: "openai-completions";
17068
+ provider: string;
17069
+ baseUrl: string;
17070
+ reasoning: true;
17071
+ input: "text"[];
17072
+ cost: {
17073
+ input: number;
17074
+ output: number;
17075
+ cacheRead: number;
17076
+ cacheWrite: number;
17077
+ };
17078
+ contextWindow: number;
17079
+ maxTokens: number;
17080
+ };
16534
17081
  readonly "z-ai/glm-5v-turbo": {
16535
17082
  id: string;
16536
17083
  name: string;
@@ -16753,6 +17300,23 @@ export declare const MODELS: {
16753
17300
  contextWindow: number;
16754
17301
  maxTokens: number;
16755
17302
  };
17303
+ readonly "~z-ai/glm-latest": {
17304
+ id: string;
17305
+ name: string;
17306
+ api: "openai-completions";
17307
+ provider: string;
17308
+ baseUrl: string;
17309
+ reasoning: true;
17310
+ input: "text"[];
17311
+ cost: {
17312
+ input: number;
17313
+ output: number;
17314
+ cacheRead: number;
17315
+ cacheWrite: number;
17316
+ };
17317
+ contextWindow: number;
17318
+ maxTokens: number;
17319
+ };
16756
17320
  };
16757
17321
  readonly together: {
16758
17322
  readonly "MiniMaxAI/MiniMax-M2.7": {
@@ -16993,7 +17557,7 @@ export declare const MODELS: {
16993
17557
  contextWindow: number;
16994
17558
  maxTokens: number;
16995
17559
  };
16996
- readonly "google/gemma-4-31B-it": {
17560
+ readonly "deepseek-ai/DeepSeek-V4-Pro-0813": {
16997
17561
  id: string;
16998
17562
  name: string;
16999
17563
  api: "openai-completions";
@@ -17014,7 +17578,7 @@ export declare const MODELS: {
17014
17578
  low: null;
17015
17579
  medium: null;
17016
17580
  };
17017
- input: ("image" | "text")[];
17581
+ input: "text"[];
17018
17582
  cost: {
17019
17583
  input: number;
17020
17584
  output: number;
@@ -17024,7 +17588,7 @@ export declare const MODELS: {
17024
17588
  contextWindow: number;
17025
17589
  maxTokens: number;
17026
17590
  };
17027
- readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
17591
+ readonly "google/gemma-4-31B-it": {
17028
17592
  id: string;
17029
17593
  name: string;
17030
17594
  api: "openai-completions";
@@ -17037,9 +17601,15 @@ export declare const MODELS: {
17037
17601
  maxTokensField: "max_tokens";
17038
17602
  supportsStrictMode: false;
17039
17603
  supportsLongCacheRetention: false;
17604
+ thinkingFormat: "together";
17040
17605
  };
17041
- reasoning: false;
17042
- input: "text"[];
17606
+ reasoning: true;
17607
+ thinkingLevelMap: {
17608
+ minimal: null;
17609
+ low: null;
17610
+ medium: null;
17611
+ };
17612
+ input: ("image" | "text")[];
17043
17613
  cost: {
17044
17614
  input: number;
17045
17615
  output: number;
@@ -17049,7 +17619,7 @@ export declare const MODELS: {
17049
17619
  contextWindow: number;
17050
17620
  maxTokens: number;
17051
17621
  };
17052
- readonly "moonshotai/Kimi-K2.6": {
17622
+ readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
17053
17623
  id: string;
17054
17624
  name: string;
17055
17625
  api: "openai-completions";
@@ -17062,15 +17632,9 @@ export declare const MODELS: {
17062
17632
  maxTokensField: "max_tokens";
17063
17633
  supportsStrictMode: false;
17064
17634
  supportsLongCacheRetention: false;
17065
- thinkingFormat: "together";
17066
- };
17067
- reasoning: true;
17068
- thinkingLevelMap: {
17069
- minimal: null;
17070
- low: null;
17071
- medium: null;
17072
17635
  };
17073
- input: ("image" | "text")[];
17636
+ reasoning: false;
17637
+ input: "text"[];
17074
17638
  cost: {
17075
17639
  input: number;
17076
17640
  output: number;
@@ -17080,7 +17644,38 @@ export declare const MODELS: {
17080
17644
  contextWindow: number;
17081
17645
  maxTokens: number;
17082
17646
  };
17083
- readonly "moonshotai/Kimi-K2.7-Code": {
17647
+ readonly "moonshotai/Kimi-K2.6": {
17648
+ id: string;
17649
+ name: string;
17650
+ api: "openai-completions";
17651
+ provider: string;
17652
+ baseUrl: string;
17653
+ compat: {
17654
+ supportsStore: false;
17655
+ supportsDeveloperRole: false;
17656
+ supportsReasoningEffort: false;
17657
+ maxTokensField: "max_tokens";
17658
+ supportsStrictMode: false;
17659
+ supportsLongCacheRetention: false;
17660
+ thinkingFormat: "together";
17661
+ };
17662
+ reasoning: true;
17663
+ thinkingLevelMap: {
17664
+ minimal: null;
17665
+ low: null;
17666
+ medium: null;
17667
+ };
17668
+ input: ("image" | "text")[];
17669
+ cost: {
17670
+ input: number;
17671
+ output: number;
17672
+ cacheRead: number;
17673
+ cacheWrite: number;
17674
+ };
17675
+ contextWindow: number;
17676
+ maxTokens: number;
17677
+ };
17678
+ readonly "moonshotai/Kimi-K2.7-Code": {
17084
17679
  id: string;
17085
17680
  name: string;
17086
17681
  api: "openai-completions";
@@ -17722,6 +18317,40 @@ export declare const MODELS: {
17722
18317
  contextWindow: number;
17723
18318
  maxTokens: number;
17724
18319
  };
18320
+ readonly "alibaba/qwen3.8-2.4t-a95b": {
18321
+ id: string;
18322
+ name: string;
18323
+ api: "anthropic-messages";
18324
+ provider: string;
18325
+ baseUrl: string;
18326
+ reasoning: true;
18327
+ input: ("image" | "text")[];
18328
+ cost: {
18329
+ input: number;
18330
+ output: number;
18331
+ cacheRead: number;
18332
+ cacheWrite: number;
18333
+ };
18334
+ contextWindow: number;
18335
+ maxTokens: number;
18336
+ };
18337
+ readonly "alibaba/qwen3.8-27b": {
18338
+ id: string;
18339
+ name: string;
18340
+ api: "anthropic-messages";
18341
+ provider: string;
18342
+ baseUrl: string;
18343
+ reasoning: true;
18344
+ input: ("image" | "text")[];
18345
+ cost: {
18346
+ input: number;
18347
+ output: number;
18348
+ cacheRead: number;
18349
+ cacheWrite: number;
18350
+ };
18351
+ contextWindow: number;
18352
+ maxTokens: number;
18353
+ };
17725
18354
  readonly "alibaba/qwen3.8-max": {
17726
18355
  id: string;
17727
18356
  name: string;
@@ -18106,23 +18735,6 @@ export declare const MODELS: {
18106
18735
  contextWindow: number;
18107
18736
  maxTokens: number;
18108
18737
  };
18109
- readonly "arcee-ai/trinity-mini": {
18110
- id: string;
18111
- name: string;
18112
- api: "anthropic-messages";
18113
- provider: string;
18114
- baseUrl: string;
18115
- reasoning: false;
18116
- input: "text"[];
18117
- cost: {
18118
- input: number;
18119
- output: number;
18120
- cacheRead: number;
18121
- cacheWrite: number;
18122
- };
18123
- contextWindow: number;
18124
- maxTokens: number;
18125
- };
18126
18738
  readonly "bytedance/seed-1.6": {
18127
18739
  id: string;
18128
18740
  name: string;
@@ -18310,6 +18922,23 @@ export declare const MODELS: {
18310
18922
  contextWindow: number;
18311
18923
  maxTokens: number;
18312
18924
  };
18925
+ readonly "deepseek/deepseek-v4-flash-vision-exp": {
18926
+ id: string;
18927
+ name: string;
18928
+ api: "anthropic-messages";
18929
+ provider: string;
18930
+ baseUrl: string;
18931
+ reasoning: true;
18932
+ input: ("image" | "text")[];
18933
+ cost: {
18934
+ input: number;
18935
+ output: number;
18936
+ cacheRead: number;
18937
+ cacheWrite: number;
18938
+ };
18939
+ contextWindow: number;
18940
+ maxTokens: number;
18941
+ };
18313
18942
  readonly "deepseek/deepseek-v4-pro": {
18314
18943
  id: string;
18315
18944
  name: string;
@@ -18497,7 +19126,7 @@ export declare const MODELS: {
18497
19126
  contextWindow: number;
18498
19127
  maxTokens: number;
18499
19128
  };
18500
- readonly "google/gemma-4-26b-a4b-it": {
19129
+ readonly "google/gemini-3.7-flash": {
18501
19130
  id: string;
18502
19131
  name: string;
18503
19132
  api: "anthropic-messages";
@@ -18514,7 +19143,7 @@ export declare const MODELS: {
18514
19143
  contextWindow: number;
18515
19144
  maxTokens: number;
18516
19145
  };
18517
- readonly "google/gemma-4-31b-it": {
19146
+ readonly "google/gemma-4-26b-a4b-it": {
18518
19147
  id: string;
18519
19148
  name: string;
18520
19149
  api: "anthropic-messages";
@@ -18531,14 +19160,14 @@ export declare const MODELS: {
18531
19160
  contextWindow: number;
18532
19161
  maxTokens: number;
18533
19162
  };
18534
- readonly "inception/mercury-2": {
19163
+ readonly "google/gemma-4-31b-it": {
18535
19164
  id: string;
18536
19165
  name: string;
18537
19166
  api: "anthropic-messages";
18538
19167
  provider: string;
18539
19168
  baseUrl: string;
18540
19169
  reasoning: true;
18541
- input: "text"[];
19170
+ input: ("image" | "text")[];
18542
19171
  cost: {
18543
19172
  input: number;
18544
19173
  output: number;
@@ -18548,13 +19177,13 @@ export declare const MODELS: {
18548
19177
  contextWindow: number;
18549
19178
  maxTokens: number;
18550
19179
  };
18551
- readonly "inception/mercury-coder-small": {
19180
+ readonly "inception/mercury-2": {
18552
19181
  id: string;
18553
19182
  name: string;
18554
19183
  api: "anthropic-messages";
18555
19184
  provider: string;
18556
19185
  baseUrl: string;
18557
- reasoning: false;
19186
+ reasoning: true;
18558
19187
  input: "text"[];
18559
19188
  cost: {
18560
19189
  input: number;
@@ -18565,13 +19194,13 @@ export declare const MODELS: {
18565
19194
  contextWindow: number;
18566
19195
  maxTokens: number;
18567
19196
  };
18568
- readonly "inclusionai/ling-3.0-flash": {
19197
+ readonly "inception/mercury-coder-small": {
18569
19198
  id: string;
18570
19199
  name: string;
18571
19200
  api: "anthropic-messages";
18572
19201
  provider: string;
18573
19202
  baseUrl: string;
18574
- reasoning: true;
19203
+ reasoning: false;
18575
19204
  input: "text"[];
18576
19205
  cost: {
18577
19206
  input: number;
@@ -18582,7 +19211,7 @@ export declare const MODELS: {
18582
19211
  contextWindow: number;
18583
19212
  maxTokens: number;
18584
19213
  };
18585
- readonly "inclusionai/ling-3.0-tiny-free": {
19214
+ readonly "inclusionai/ling-3.0-flash": {
18586
19215
  id: string;
18587
19216
  name: string;
18588
19217
  api: "anthropic-messages";
@@ -18939,6 +19568,23 @@ export declare const MODELS: {
18939
19568
  contextWindow: number;
18940
19569
  maxTokens: number;
18941
19570
  };
19571
+ readonly "minimax/minimax-m2.7-free": {
19572
+ id: string;
19573
+ name: string;
19574
+ api: "anthropic-messages";
19575
+ provider: string;
19576
+ baseUrl: string;
19577
+ reasoning: true;
19578
+ input: "text"[];
19579
+ cost: {
19580
+ input: number;
19581
+ output: number;
19582
+ cacheRead: number;
19583
+ cacheWrite: number;
19584
+ };
19585
+ contextWindow: number;
19586
+ maxTokens: number;
19587
+ };
18942
19588
  readonly "minimax/minimax-m2.7-highspeed": {
18943
19589
  id: string;
18944
19590
  name: string;
@@ -18973,6 +19619,23 @@ export declare const MODELS: {
18973
19619
  contextWindow: number;
18974
19620
  maxTokens: number;
18975
19621
  };
19622
+ readonly "minimax/minimax-m3-free": {
19623
+ id: string;
19624
+ name: string;
19625
+ api: "anthropic-messages";
19626
+ provider: string;
19627
+ baseUrl: string;
19628
+ reasoning: true;
19629
+ input: ("image" | "text")[];
19630
+ cost: {
19631
+ input: number;
19632
+ output: number;
19633
+ cacheRead: number;
19634
+ cacheWrite: number;
19635
+ };
19636
+ contextWindow: number;
19637
+ maxTokens: number;
19638
+ };
18976
19639
  readonly "mistral/codestral": {
18977
19640
  id: string;
18978
19641
  name: string;
@@ -19024,13 +19687,81 @@ export declare const MODELS: {
19024
19687
  contextWindow: number;
19025
19688
  maxTokens: number;
19026
19689
  };
19027
- readonly "mistral/magistral-medium": {
19690
+ readonly "mistral/ministral-14b": {
19028
19691
  id: string;
19029
19692
  name: string;
19030
19693
  api: "anthropic-messages";
19031
19694
  provider: string;
19032
19695
  baseUrl: string;
19033
- reasoning: true;
19696
+ reasoning: false;
19697
+ input: ("image" | "text")[];
19698
+ cost: {
19699
+ input: number;
19700
+ output: number;
19701
+ cacheRead: number;
19702
+ cacheWrite: number;
19703
+ };
19704
+ contextWindow: number;
19705
+ maxTokens: number;
19706
+ };
19707
+ readonly "mistral/ministral-3b": {
19708
+ id: string;
19709
+ name: string;
19710
+ api: "anthropic-messages";
19711
+ provider: string;
19712
+ baseUrl: string;
19713
+ reasoning: false;
19714
+ input: ("image" | "text")[];
19715
+ cost: {
19716
+ input: number;
19717
+ output: number;
19718
+ cacheRead: number;
19719
+ cacheWrite: number;
19720
+ };
19721
+ contextWindow: number;
19722
+ maxTokens: number;
19723
+ };
19724
+ readonly "mistral/ministral-8b": {
19725
+ id: string;
19726
+ name: string;
19727
+ api: "anthropic-messages";
19728
+ provider: string;
19729
+ baseUrl: string;
19730
+ reasoning: false;
19731
+ input: ("image" | "text")[];
19732
+ cost: {
19733
+ input: number;
19734
+ output: number;
19735
+ cacheRead: number;
19736
+ cacheWrite: number;
19737
+ };
19738
+ contextWindow: number;
19739
+ maxTokens: number;
19740
+ };
19741
+ readonly "mistral/mistral-large-3": {
19742
+ id: string;
19743
+ name: string;
19744
+ api: "anthropic-messages";
19745
+ provider: string;
19746
+ baseUrl: string;
19747
+ reasoning: false;
19748
+ input: ("image" | "text")[];
19749
+ cost: {
19750
+ input: number;
19751
+ output: number;
19752
+ cacheRead: number;
19753
+ cacheWrite: number;
19754
+ };
19755
+ contextWindow: number;
19756
+ maxTokens: number;
19757
+ };
19758
+ readonly "mistral/mistral-medium": {
19759
+ id: string;
19760
+ name: string;
19761
+ api: "anthropic-messages";
19762
+ provider: string;
19763
+ baseUrl: string;
19764
+ reasoning: false;
19034
19765
  input: ("image" | "text")[];
19035
19766
  cost: {
19036
19767
  input: number;
@@ -19041,7 +19772,7 @@ export declare const MODELS: {
19041
19772
  contextWindow: number;
19042
19773
  maxTokens: number;
19043
19774
  };
19044
- readonly "mistral/magistral-small": {
19775
+ readonly "mistral/mistral-medium-3.5": {
19045
19776
  id: string;
19046
19777
  name: string;
19047
19778
  api: "anthropic-messages";
@@ -19058,7 +19789,7 @@ export declare const MODELS: {
19058
19789
  contextWindow: number;
19059
19790
  maxTokens: number;
19060
19791
  };
19061
- readonly "mistral/ministral-14b": {
19792
+ readonly "mistral/mistral-nemo": {
19062
19793
  id: string;
19063
19794
  name: string;
19064
19795
  api: "anthropic-messages";
@@ -19075,7 +19806,7 @@ export declare const MODELS: {
19075
19806
  contextWindow: number;
19076
19807
  maxTokens: number;
19077
19808
  };
19078
- readonly "mistral/ministral-3b": {
19809
+ readonly "mistral/mistral-small": {
19079
19810
  id: string;
19080
19811
  name: string;
19081
19812
  api: "anthropic-messages";
@@ -19092,7 +19823,7 @@ export declare const MODELS: {
19092
19823
  contextWindow: number;
19093
19824
  maxTokens: number;
19094
19825
  };
19095
- readonly "mistral/ministral-8b": {
19826
+ readonly "mistral/pixtral-12b": {
19096
19827
  id: string;
19097
19828
  name: string;
19098
19829
  api: "anthropic-messages";
@@ -19109,13 +19840,47 @@ export declare const MODELS: {
19109
19840
  contextWindow: number;
19110
19841
  maxTokens: number;
19111
19842
  };
19112
- readonly "mistral/mistral-large-3": {
19843
+ readonly "moonshotai/kimi-k2": {
19113
19844
  id: string;
19114
19845
  name: string;
19115
19846
  api: "anthropic-messages";
19116
19847
  provider: string;
19117
19848
  baseUrl: string;
19118
19849
  reasoning: false;
19850
+ input: "text"[];
19851
+ cost: {
19852
+ input: number;
19853
+ output: number;
19854
+ cacheRead: number;
19855
+ cacheWrite: number;
19856
+ };
19857
+ contextWindow: number;
19858
+ maxTokens: number;
19859
+ };
19860
+ readonly "moonshotai/kimi-k2-thinking": {
19861
+ id: string;
19862
+ name: string;
19863
+ api: "anthropic-messages";
19864
+ provider: string;
19865
+ baseUrl: string;
19866
+ reasoning: true;
19867
+ input: "text"[];
19868
+ cost: {
19869
+ input: number;
19870
+ output: number;
19871
+ cacheRead: number;
19872
+ cacheWrite: number;
19873
+ };
19874
+ contextWindow: number;
19875
+ maxTokens: number;
19876
+ };
19877
+ readonly "moonshotai/kimi-k2.5": {
19878
+ id: string;
19879
+ name: string;
19880
+ api: "anthropic-messages";
19881
+ provider: string;
19882
+ baseUrl: string;
19883
+ reasoning: true;
19119
19884
  input: ("image" | "text")[];
19120
19885
  cost: {
19121
19886
  input: number;
@@ -19126,14 +19891,184 @@ export declare const MODELS: {
19126
19891
  contextWindow: number;
19127
19892
  maxTokens: number;
19128
19893
  };
19129
- readonly "mistral/mistral-medium": {
19894
+ readonly "moonshotai/kimi-k2.6": {
19895
+ id: string;
19896
+ name: string;
19897
+ api: "anthropic-messages";
19898
+ provider: string;
19899
+ baseUrl: string;
19900
+ reasoning: true;
19901
+ input: ("image" | "text")[];
19902
+ cost: {
19903
+ input: number;
19904
+ output: number;
19905
+ cacheRead: number;
19906
+ cacheWrite: number;
19907
+ };
19908
+ contextWindow: number;
19909
+ maxTokens: number;
19910
+ };
19911
+ readonly "moonshotai/kimi-k2.7-code": {
19912
+ id: string;
19913
+ name: string;
19914
+ api: "anthropic-messages";
19915
+ provider: string;
19916
+ baseUrl: string;
19917
+ reasoning: true;
19918
+ input: ("image" | "text")[];
19919
+ cost: {
19920
+ input: number;
19921
+ output: number;
19922
+ cacheRead: number;
19923
+ cacheWrite: number;
19924
+ };
19925
+ contextWindow: number;
19926
+ maxTokens: number;
19927
+ };
19928
+ readonly "moonshotai/kimi-k2.7-code-highspeed": {
19929
+ id: string;
19930
+ name: string;
19931
+ api: "anthropic-messages";
19932
+ provider: string;
19933
+ baseUrl: string;
19934
+ reasoning: true;
19935
+ input: ("image" | "text")[];
19936
+ cost: {
19937
+ input: number;
19938
+ output: number;
19939
+ cacheRead: number;
19940
+ cacheWrite: number;
19941
+ };
19942
+ contextWindow: number;
19943
+ maxTokens: number;
19944
+ };
19945
+ readonly "moonshotai/kimi-k3": {
19946
+ id: string;
19947
+ name: string;
19948
+ api: "anthropic-messages";
19949
+ provider: string;
19950
+ baseUrl: string;
19951
+ reasoning: true;
19952
+ input: ("image" | "text")[];
19953
+ cost: {
19954
+ input: number;
19955
+ output: number;
19956
+ cacheRead: number;
19957
+ cacheWrite: number;
19958
+ };
19959
+ contextWindow: number;
19960
+ maxTokens: number;
19961
+ };
19962
+ readonly "moonshotai/kimi-k3-fast": {
19963
+ id: string;
19964
+ name: string;
19965
+ api: "anthropic-messages";
19966
+ provider: string;
19967
+ baseUrl: string;
19968
+ reasoning: true;
19969
+ input: ("image" | "text")[];
19970
+ cost: {
19971
+ input: number;
19972
+ output: number;
19973
+ cacheRead: number;
19974
+ cacheWrite: number;
19975
+ };
19976
+ contextWindow: number;
19977
+ maxTokens: number;
19978
+ };
19979
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
19980
+ id: string;
19981
+ name: string;
19982
+ api: "anthropic-messages";
19983
+ provider: string;
19984
+ baseUrl: string;
19985
+ reasoning: true;
19986
+ input: "text"[];
19987
+ cost: {
19988
+ input: number;
19989
+ output: number;
19990
+ cacheRead: number;
19991
+ cacheWrite: number;
19992
+ };
19993
+ contextWindow: number;
19994
+ maxTokens: number;
19995
+ };
19996
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
19997
+ id: string;
19998
+ name: string;
19999
+ api: "anthropic-messages";
20000
+ provider: string;
20001
+ baseUrl: string;
20002
+ reasoning: true;
20003
+ input: "text"[];
20004
+ cost: {
20005
+ input: number;
20006
+ output: number;
20007
+ cacheRead: number;
20008
+ cacheWrite: number;
20009
+ };
20010
+ contextWindow: number;
20011
+ maxTokens: number;
20012
+ };
20013
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
20014
+ id: string;
20015
+ name: string;
20016
+ api: "anthropic-messages";
20017
+ provider: string;
20018
+ baseUrl: string;
20019
+ reasoning: true;
20020
+ input: "text"[];
20021
+ cost: {
20022
+ input: number;
20023
+ output: number;
20024
+ cacheRead: number;
20025
+ cacheWrite: number;
20026
+ };
20027
+ contextWindow: number;
20028
+ maxTokens: number;
20029
+ };
20030
+ readonly "nvidia/nemotron-3.5-lightning": {
20031
+ id: string;
20032
+ name: string;
20033
+ api: "anthropic-messages";
20034
+ provider: string;
20035
+ baseUrl: string;
20036
+ reasoning: true;
20037
+ input: "text"[];
20038
+ cost: {
20039
+ input: number;
20040
+ output: number;
20041
+ cacheRead: number;
20042
+ cacheWrite: number;
20043
+ };
20044
+ contextWindow: number;
20045
+ maxTokens: number;
20046
+ };
20047
+ readonly "nvidia/nemotron-nano-12b-v2-vl": {
20048
+ id: string;
20049
+ name: string;
20050
+ api: "anthropic-messages";
20051
+ provider: string;
20052
+ baseUrl: string;
20053
+ reasoning: true;
20054
+ input: ("image" | "text")[];
20055
+ cost: {
20056
+ input: number;
20057
+ output: number;
20058
+ cacheRead: number;
20059
+ cacheWrite: number;
20060
+ };
20061
+ contextWindow: number;
20062
+ maxTokens: number;
20063
+ };
20064
+ readonly "nvidia/nemotron-nano-9b-v2": {
19130
20065
  id: string;
19131
20066
  name: string;
19132
20067
  api: "anthropic-messages";
19133
20068
  provider: string;
19134
20069
  baseUrl: string;
19135
- reasoning: false;
19136
- input: ("image" | "text")[];
20070
+ reasoning: true;
20071
+ input: "text"[];
19137
20072
  cost: {
19138
20073
  input: number;
19139
20074
  output: number;
@@ -19143,14 +20078,14 @@ export declare const MODELS: {
19143
20078
  contextWindow: number;
19144
20079
  maxTokens: number;
19145
20080
  };
19146
- readonly "mistral/mistral-medium-3.5": {
20081
+ readonly "openai/gpt-3.5-turbo": {
19147
20082
  id: string;
19148
20083
  name: string;
19149
20084
  api: "anthropic-messages";
19150
20085
  provider: string;
19151
20086
  baseUrl: string;
19152
- reasoning: true;
19153
- input: ("image" | "text")[];
20087
+ reasoning: false;
20088
+ input: "text"[];
19154
20089
  cost: {
19155
20090
  input: number;
19156
20091
  output: number;
@@ -19160,7 +20095,7 @@ export declare const MODELS: {
19160
20095
  contextWindow: number;
19161
20096
  maxTokens: number;
19162
20097
  };
19163
- readonly "mistral/mistral-nemo": {
20098
+ readonly "openai/gpt-4.1": {
19164
20099
  id: string;
19165
20100
  name: string;
19166
20101
  api: "anthropic-messages";
@@ -19177,7 +20112,7 @@ export declare const MODELS: {
19177
20112
  contextWindow: number;
19178
20113
  maxTokens: number;
19179
20114
  };
19180
- readonly "mistral/mistral-small": {
20115
+ readonly "openai/gpt-4.1-fast": {
19181
20116
  id: string;
19182
20117
  name: string;
19183
20118
  api: "anthropic-messages";
@@ -19194,7 +20129,7 @@ export declare const MODELS: {
19194
20129
  contextWindow: number;
19195
20130
  maxTokens: number;
19196
20131
  };
19197
- readonly "mistral/pixtral-12b": {
20132
+ readonly "openai/gpt-4.1-mini": {
19198
20133
  id: string;
19199
20134
  name: string;
19200
20135
  api: "anthropic-messages";
@@ -19211,14 +20146,14 @@ export declare const MODELS: {
19211
20146
  contextWindow: number;
19212
20147
  maxTokens: number;
19213
20148
  };
19214
- readonly "moonshotai/kimi-k2": {
20149
+ readonly "openai/gpt-4.1-mini-fast": {
19215
20150
  id: string;
19216
20151
  name: string;
19217
20152
  api: "anthropic-messages";
19218
20153
  provider: string;
19219
20154
  baseUrl: string;
19220
20155
  reasoning: false;
19221
- input: "text"[];
20156
+ input: ("image" | "text")[];
19222
20157
  cost: {
19223
20158
  input: number;
19224
20159
  output: number;
@@ -19228,14 +20163,14 @@ export declare const MODELS: {
19228
20163
  contextWindow: number;
19229
20164
  maxTokens: number;
19230
20165
  };
19231
- readonly "moonshotai/kimi-k2-thinking": {
20166
+ readonly "openai/gpt-4.1-nano": {
19232
20167
  id: string;
19233
20168
  name: string;
19234
20169
  api: "anthropic-messages";
19235
20170
  provider: string;
19236
20171
  baseUrl: string;
19237
- reasoning: true;
19238
- input: "text"[];
20172
+ reasoning: false;
20173
+ input: ("image" | "text")[];
19239
20174
  cost: {
19240
20175
  input: number;
19241
20176
  output: number;
@@ -19245,13 +20180,13 @@ export declare const MODELS: {
19245
20180
  contextWindow: number;
19246
20181
  maxTokens: number;
19247
20182
  };
19248
- readonly "moonshotai/kimi-k2.5": {
20183
+ readonly "openai/gpt-4.1-nano-fast": {
19249
20184
  id: string;
19250
20185
  name: string;
19251
20186
  api: "anthropic-messages";
19252
20187
  provider: string;
19253
20188
  baseUrl: string;
19254
- reasoning: true;
20189
+ reasoning: false;
19255
20190
  input: ("image" | "text")[];
19256
20191
  cost: {
19257
20192
  input: number;
@@ -19262,13 +20197,13 @@ export declare const MODELS: {
19262
20197
  contextWindow: number;
19263
20198
  maxTokens: number;
19264
20199
  };
19265
- readonly "moonshotai/kimi-k2.6": {
20200
+ readonly "openai/gpt-4o": {
19266
20201
  id: string;
19267
20202
  name: string;
19268
20203
  api: "anthropic-messages";
19269
20204
  provider: string;
19270
20205
  baseUrl: string;
19271
- reasoning: true;
20206
+ reasoning: false;
19272
20207
  input: ("image" | "text")[];
19273
20208
  cost: {
19274
20209
  input: number;
@@ -19279,13 +20214,13 @@ export declare const MODELS: {
19279
20214
  contextWindow: number;
19280
20215
  maxTokens: number;
19281
20216
  };
19282
- readonly "moonshotai/kimi-k2.7-code": {
20217
+ readonly "openai/gpt-4o-fast": {
19283
20218
  id: string;
19284
20219
  name: string;
19285
20220
  api: "anthropic-messages";
19286
20221
  provider: string;
19287
20222
  baseUrl: string;
19288
- reasoning: true;
20223
+ reasoning: false;
19289
20224
  input: ("image" | "text")[];
19290
20225
  cost: {
19291
20226
  input: number;
@@ -19296,13 +20231,13 @@ export declare const MODELS: {
19296
20231
  contextWindow: number;
19297
20232
  maxTokens: number;
19298
20233
  };
19299
- readonly "moonshotai/kimi-k2.7-code-highspeed": {
20234
+ readonly "openai/gpt-4o-mini": {
19300
20235
  id: string;
19301
20236
  name: string;
19302
20237
  api: "anthropic-messages";
19303
20238
  provider: string;
19304
20239
  baseUrl: string;
19305
- reasoning: true;
20240
+ reasoning: false;
19306
20241
  input: ("image" | "text")[];
19307
20242
  cost: {
19308
20243
  input: number;
@@ -19313,13 +20248,13 @@ export declare const MODELS: {
19313
20248
  contextWindow: number;
19314
20249
  maxTokens: number;
19315
20250
  };
19316
- readonly "moonshotai/kimi-k3": {
20251
+ readonly "openai/gpt-4o-mini-fast": {
19317
20252
  id: string;
19318
20253
  name: string;
19319
20254
  api: "anthropic-messages";
19320
20255
  provider: string;
19321
20256
  baseUrl: string;
19322
- reasoning: true;
20257
+ reasoning: false;
19323
20258
  input: ("image" | "text")[];
19324
20259
  cost: {
19325
20260
  input: number;
@@ -19330,7 +20265,7 @@ export declare const MODELS: {
19330
20265
  contextWindow: number;
19331
20266
  maxTokens: number;
19332
20267
  };
19333
- readonly "moonshotai/kimi-k3-fast": {
20268
+ readonly "openai/gpt-5": {
19334
20269
  id: string;
19335
20270
  name: string;
19336
20271
  api: "anthropic-messages";
@@ -19347,14 +20282,14 @@ export declare const MODELS: {
19347
20282
  contextWindow: number;
19348
20283
  maxTokens: number;
19349
20284
  };
19350
- readonly "nvidia/nemotron-3-nano-30b-a3b": {
20285
+ readonly "openai/gpt-5-codex": {
19351
20286
  id: string;
19352
20287
  name: string;
19353
20288
  api: "anthropic-messages";
19354
20289
  provider: string;
19355
20290
  baseUrl: string;
19356
20291
  reasoning: true;
19357
- input: "text"[];
20292
+ input: ("image" | "text")[];
19358
20293
  cost: {
19359
20294
  input: number;
19360
20295
  output: number;
@@ -19364,14 +20299,14 @@ export declare const MODELS: {
19364
20299
  contextWindow: number;
19365
20300
  maxTokens: number;
19366
20301
  };
19367
- readonly "nvidia/nemotron-3-super-120b-a12b": {
20302
+ readonly "openai/gpt-5-fast": {
19368
20303
  id: string;
19369
20304
  name: string;
19370
20305
  api: "anthropic-messages";
19371
20306
  provider: string;
19372
20307
  baseUrl: string;
19373
20308
  reasoning: true;
19374
- input: "text"[];
20309
+ input: ("image" | "text")[];
19375
20310
  cost: {
19376
20311
  input: number;
19377
20312
  output: number;
@@ -19381,14 +20316,14 @@ export declare const MODELS: {
19381
20316
  contextWindow: number;
19382
20317
  maxTokens: number;
19383
20318
  };
19384
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
20319
+ readonly "openai/gpt-5-mini": {
19385
20320
  id: string;
19386
20321
  name: string;
19387
20322
  api: "anthropic-messages";
19388
20323
  provider: string;
19389
20324
  baseUrl: string;
19390
20325
  reasoning: true;
19391
- input: "text"[];
20326
+ input: ("image" | "text")[];
19392
20327
  cost: {
19393
20328
  input: number;
19394
20329
  output: number;
@@ -19398,7 +20333,7 @@ export declare const MODELS: {
19398
20333
  contextWindow: number;
19399
20334
  maxTokens: number;
19400
20335
  };
19401
- readonly "nvidia/nemotron-nano-12b-v2-vl": {
20336
+ readonly "openai/gpt-5-mini-fast": {
19402
20337
  id: string;
19403
20338
  name: string;
19404
20339
  api: "anthropic-messages";
@@ -19415,14 +20350,14 @@ export declare const MODELS: {
19415
20350
  contextWindow: number;
19416
20351
  maxTokens: number;
19417
20352
  };
19418
- readonly "nvidia/nemotron-nano-9b-v2": {
20353
+ readonly "openai/gpt-5-nano": {
19419
20354
  id: string;
19420
20355
  name: string;
19421
20356
  api: "anthropic-messages";
19422
20357
  provider: string;
19423
20358
  baseUrl: string;
19424
20359
  reasoning: true;
19425
- input: "text"[];
20360
+ input: ("image" | "text")[];
19426
20361
  cost: {
19427
20362
  input: number;
19428
20363
  output: number;
@@ -19432,14 +20367,14 @@ export declare const MODELS: {
19432
20367
  contextWindow: number;
19433
20368
  maxTokens: number;
19434
20369
  };
19435
- readonly "openai/gpt-3.5-turbo": {
20370
+ readonly "openai/gpt-5-pro": {
19436
20371
  id: string;
19437
20372
  name: string;
19438
20373
  api: "anthropic-messages";
19439
20374
  provider: string;
19440
20375
  baseUrl: string;
19441
- reasoning: false;
19442
- input: "text"[];
20376
+ reasoning: true;
20377
+ input: ("image" | "text")[];
19443
20378
  cost: {
19444
20379
  input: number;
19445
20380
  output: number;
@@ -19449,13 +20384,13 @@ export declare const MODELS: {
19449
20384
  contextWindow: number;
19450
20385
  maxTokens: number;
19451
20386
  };
19452
- readonly "openai/gpt-4.1": {
20387
+ readonly "openai/gpt-5.1-codex": {
19453
20388
  id: string;
19454
20389
  name: string;
19455
20390
  api: "anthropic-messages";
19456
20391
  provider: string;
19457
20392
  baseUrl: string;
19458
- reasoning: false;
20393
+ reasoning: true;
19459
20394
  input: ("image" | "text")[];
19460
20395
  cost: {
19461
20396
  input: number;
@@ -19466,13 +20401,13 @@ export declare const MODELS: {
19466
20401
  contextWindow: number;
19467
20402
  maxTokens: number;
19468
20403
  };
19469
- readonly "openai/gpt-4.1-mini": {
20404
+ readonly "openai/gpt-5.1-codex-max": {
19470
20405
  id: string;
19471
20406
  name: string;
19472
20407
  api: "anthropic-messages";
19473
20408
  provider: string;
19474
20409
  baseUrl: string;
19475
- reasoning: false;
20410
+ reasoning: true;
19476
20411
  input: ("image" | "text")[];
19477
20412
  cost: {
19478
20413
  input: number;
@@ -19483,13 +20418,13 @@ export declare const MODELS: {
19483
20418
  contextWindow: number;
19484
20419
  maxTokens: number;
19485
20420
  };
19486
- readonly "openai/gpt-4.1-nano": {
20421
+ readonly "openai/gpt-5.1-codex-mini": {
19487
20422
  id: string;
19488
20423
  name: string;
19489
20424
  api: "anthropic-messages";
19490
20425
  provider: string;
19491
20426
  baseUrl: string;
19492
- reasoning: false;
20427
+ reasoning: true;
19493
20428
  input: ("image" | "text")[];
19494
20429
  cost: {
19495
20430
  input: number;
@@ -19500,13 +20435,13 @@ export declare const MODELS: {
19500
20435
  contextWindow: number;
19501
20436
  maxTokens: number;
19502
20437
  };
19503
- readonly "openai/gpt-4o": {
20438
+ readonly "openai/gpt-5.1-thinking": {
19504
20439
  id: string;
19505
20440
  name: string;
19506
20441
  api: "anthropic-messages";
19507
20442
  provider: string;
19508
20443
  baseUrl: string;
19509
- reasoning: false;
20444
+ reasoning: true;
19510
20445
  input: ("image" | "text")[];
19511
20446
  cost: {
19512
20447
  input: number;
@@ -19517,13 +20452,13 @@ export declare const MODELS: {
19517
20452
  contextWindow: number;
19518
20453
  maxTokens: number;
19519
20454
  };
19520
- readonly "openai/gpt-4o-mini": {
20455
+ readonly "openai/gpt-5.1-thinking-fast": {
19521
20456
  id: string;
19522
20457
  name: string;
19523
20458
  api: "anthropic-messages";
19524
20459
  provider: string;
19525
20460
  baseUrl: string;
19526
- reasoning: false;
20461
+ reasoning: true;
19527
20462
  input: ("image" | "text")[];
19528
20463
  cost: {
19529
20464
  input: number;
@@ -19534,13 +20469,16 @@ export declare const MODELS: {
19534
20469
  contextWindow: number;
19535
20470
  maxTokens: number;
19536
20471
  };
19537
- readonly "openai/gpt-5": {
20472
+ readonly "openai/gpt-5.2": {
19538
20473
  id: string;
19539
20474
  name: string;
19540
20475
  api: "anthropic-messages";
19541
20476
  provider: string;
19542
20477
  baseUrl: string;
19543
20478
  reasoning: true;
20479
+ thinkingLevelMap: {
20480
+ xhigh: string;
20481
+ };
19544
20482
  input: ("image" | "text")[];
19545
20483
  cost: {
19546
20484
  input: number;
@@ -19551,13 +20489,16 @@ export declare const MODELS: {
19551
20489
  contextWindow: number;
19552
20490
  maxTokens: number;
19553
20491
  };
19554
- readonly "openai/gpt-5-codex": {
20492
+ readonly "openai/gpt-5.2-codex": {
19555
20493
  id: string;
19556
20494
  name: string;
19557
20495
  api: "anthropic-messages";
19558
20496
  provider: string;
19559
20497
  baseUrl: string;
19560
20498
  reasoning: true;
20499
+ thinkingLevelMap: {
20500
+ xhigh: string;
20501
+ };
19561
20502
  input: ("image" | "text")[];
19562
20503
  cost: {
19563
20504
  input: number;
@@ -19568,13 +20509,16 @@ export declare const MODELS: {
19568
20509
  contextWindow: number;
19569
20510
  maxTokens: number;
19570
20511
  };
19571
- readonly "openai/gpt-5-mini": {
20512
+ readonly "openai/gpt-5.2-fast": {
19572
20513
  id: string;
19573
20514
  name: string;
19574
20515
  api: "anthropic-messages";
19575
20516
  provider: string;
19576
20517
  baseUrl: string;
19577
20518
  reasoning: true;
20519
+ thinkingLevelMap: {
20520
+ xhigh: string;
20521
+ };
19578
20522
  input: ("image" | "text")[];
19579
20523
  cost: {
19580
20524
  input: number;
@@ -19585,13 +20529,16 @@ export declare const MODELS: {
19585
20529
  contextWindow: number;
19586
20530
  maxTokens: number;
19587
20531
  };
19588
- readonly "openai/gpt-5-nano": {
20532
+ readonly "openai/gpt-5.2-pro": {
19589
20533
  id: string;
19590
20534
  name: string;
19591
20535
  api: "anthropic-messages";
19592
20536
  provider: string;
19593
20537
  baseUrl: string;
19594
20538
  reasoning: true;
20539
+ thinkingLevelMap: {
20540
+ xhigh: string;
20541
+ };
19595
20542
  input: ("image" | "text")[];
19596
20543
  cost: {
19597
20544
  input: number;
@@ -19602,13 +20549,16 @@ export declare const MODELS: {
19602
20549
  contextWindow: number;
19603
20550
  maxTokens: number;
19604
20551
  };
19605
- readonly "openai/gpt-5-pro": {
20552
+ readonly "openai/gpt-5.3-codex": {
19606
20553
  id: string;
19607
20554
  name: string;
19608
20555
  api: "anthropic-messages";
19609
20556
  provider: string;
19610
20557
  baseUrl: string;
19611
20558
  reasoning: true;
20559
+ thinkingLevelMap: {
20560
+ xhigh: string;
20561
+ };
19612
20562
  input: ("image" | "text")[];
19613
20563
  cost: {
19614
20564
  input: number;
@@ -19619,13 +20569,16 @@ export declare const MODELS: {
19619
20569
  contextWindow: number;
19620
20570
  maxTokens: number;
19621
20571
  };
19622
- readonly "openai/gpt-5.1-codex": {
20572
+ readonly "openai/gpt-5.3-codex-fast": {
19623
20573
  id: string;
19624
20574
  name: string;
19625
20575
  api: "anthropic-messages";
19626
20576
  provider: string;
19627
20577
  baseUrl: string;
19628
20578
  reasoning: true;
20579
+ thinkingLevelMap: {
20580
+ xhigh: string;
20581
+ };
19629
20582
  input: ("image" | "text")[];
19630
20583
  cost: {
19631
20584
  input: number;
@@ -19636,13 +20589,16 @@ export declare const MODELS: {
19636
20589
  contextWindow: number;
19637
20590
  maxTokens: number;
19638
20591
  };
19639
- readonly "openai/gpt-5.1-codex-max": {
20592
+ readonly "openai/gpt-5.4": {
19640
20593
  id: string;
19641
20594
  name: string;
19642
20595
  api: "anthropic-messages";
19643
20596
  provider: string;
19644
20597
  baseUrl: string;
19645
20598
  reasoning: true;
20599
+ thinkingLevelMap: {
20600
+ xhigh: string;
20601
+ };
19646
20602
  input: ("image" | "text")[];
19647
20603
  cost: {
19648
20604
  input: number;
@@ -19653,13 +20609,16 @@ export declare const MODELS: {
19653
20609
  contextWindow: number;
19654
20610
  maxTokens: number;
19655
20611
  };
19656
- readonly "openai/gpt-5.1-codex-mini": {
20612
+ readonly "openai/gpt-5.4-fast": {
19657
20613
  id: string;
19658
20614
  name: string;
19659
20615
  api: "anthropic-messages";
19660
20616
  provider: string;
19661
20617
  baseUrl: string;
19662
20618
  reasoning: true;
20619
+ thinkingLevelMap: {
20620
+ xhigh: string;
20621
+ };
19663
20622
  input: ("image" | "text")[];
19664
20623
  cost: {
19665
20624
  input: number;
@@ -19670,13 +20629,16 @@ export declare const MODELS: {
19670
20629
  contextWindow: number;
19671
20630
  maxTokens: number;
19672
20631
  };
19673
- readonly "openai/gpt-5.1-thinking": {
20632
+ readonly "openai/gpt-5.4-mini": {
19674
20633
  id: string;
19675
20634
  name: string;
19676
20635
  api: "anthropic-messages";
19677
20636
  provider: string;
19678
20637
  baseUrl: string;
19679
20638
  reasoning: true;
20639
+ thinkingLevelMap: {
20640
+ xhigh: string;
20641
+ };
19680
20642
  input: ("image" | "text")[];
19681
20643
  cost: {
19682
20644
  input: number;
@@ -19687,7 +20649,7 @@ export declare const MODELS: {
19687
20649
  contextWindow: number;
19688
20650
  maxTokens: number;
19689
20651
  };
19690
- readonly "openai/gpt-5.2": {
20652
+ readonly "openai/gpt-5.4-mini-fast": {
19691
20653
  id: string;
19692
20654
  name: string;
19693
20655
  api: "anthropic-messages";
@@ -19707,7 +20669,7 @@ export declare const MODELS: {
19707
20669
  contextWindow: number;
19708
20670
  maxTokens: number;
19709
20671
  };
19710
- readonly "openai/gpt-5.2-codex": {
20672
+ readonly "openai/gpt-5.4-nano": {
19711
20673
  id: string;
19712
20674
  name: string;
19713
20675
  api: "anthropic-messages";
@@ -19727,7 +20689,7 @@ export declare const MODELS: {
19727
20689
  contextWindow: number;
19728
20690
  maxTokens: number;
19729
20691
  };
19730
- readonly "openai/gpt-5.2-pro": {
20692
+ readonly "openai/gpt-5.4-pro": {
19731
20693
  id: string;
19732
20694
  name: string;
19733
20695
  api: "anthropic-messages";
@@ -19747,7 +20709,7 @@ export declare const MODELS: {
19747
20709
  contextWindow: number;
19748
20710
  maxTokens: number;
19749
20711
  };
19750
- readonly "openai/gpt-5.3-codex": {
20712
+ readonly "openai/gpt-5.5": {
19751
20713
  id: string;
19752
20714
  name: string;
19753
20715
  api: "anthropic-messages";
@@ -19767,7 +20729,7 @@ export declare const MODELS: {
19767
20729
  contextWindow: number;
19768
20730
  maxTokens: number;
19769
20731
  };
19770
- readonly "openai/gpt-5.4": {
20732
+ readonly "openai/gpt-5.5-fast": {
19771
20733
  id: string;
19772
20734
  name: string;
19773
20735
  api: "anthropic-messages";
@@ -19787,7 +20749,7 @@ export declare const MODELS: {
19787
20749
  contextWindow: number;
19788
20750
  maxTokens: number;
19789
20751
  };
19790
- readonly "openai/gpt-5.4-mini": {
20752
+ readonly "openai/gpt-5.5-pro": {
19791
20753
  id: string;
19792
20754
  name: string;
19793
20755
  api: "anthropic-messages";
@@ -19807,16 +20769,13 @@ export declare const MODELS: {
19807
20769
  contextWindow: number;
19808
20770
  maxTokens: number;
19809
20771
  };
19810
- readonly "openai/gpt-5.4-nano": {
20772
+ readonly "openai/gpt-5.6-luna": {
19811
20773
  id: string;
19812
20774
  name: string;
19813
20775
  api: "anthropic-messages";
19814
20776
  provider: string;
19815
20777
  baseUrl: string;
19816
20778
  reasoning: true;
19817
- thinkingLevelMap: {
19818
- xhigh: string;
19819
- };
19820
20779
  input: ("image" | "text")[];
19821
20780
  cost: {
19822
20781
  input: number;
@@ -19827,16 +20786,13 @@ export declare const MODELS: {
19827
20786
  contextWindow: number;
19828
20787
  maxTokens: number;
19829
20788
  };
19830
- readonly "openai/gpt-5.4-pro": {
20789
+ readonly "openai/gpt-5.6-luna-fast": {
19831
20790
  id: string;
19832
20791
  name: string;
19833
20792
  api: "anthropic-messages";
19834
20793
  provider: string;
19835
20794
  baseUrl: string;
19836
20795
  reasoning: true;
19837
- thinkingLevelMap: {
19838
- xhigh: string;
19839
- };
19840
20796
  input: ("image" | "text")[];
19841
20797
  cost: {
19842
20798
  input: number;
@@ -19847,16 +20803,13 @@ export declare const MODELS: {
19847
20803
  contextWindow: number;
19848
20804
  maxTokens: number;
19849
20805
  };
19850
- readonly "openai/gpt-5.5": {
20806
+ readonly "openai/gpt-5.6-sol": {
19851
20807
  id: string;
19852
20808
  name: string;
19853
20809
  api: "anthropic-messages";
19854
20810
  provider: string;
19855
20811
  baseUrl: string;
19856
20812
  reasoning: true;
19857
- thinkingLevelMap: {
19858
- xhigh: string;
19859
- };
19860
20813
  input: ("image" | "text")[];
19861
20814
  cost: {
19862
20815
  input: number;
@@ -19867,16 +20820,13 @@ export declare const MODELS: {
19867
20820
  contextWindow: number;
19868
20821
  maxTokens: number;
19869
20822
  };
19870
- readonly "openai/gpt-5.5-pro": {
20823
+ readonly "openai/gpt-5.6-sol-fast": {
19871
20824
  id: string;
19872
20825
  name: string;
19873
20826
  api: "anthropic-messages";
19874
20827
  provider: string;
19875
20828
  baseUrl: string;
19876
20829
  reasoning: true;
19877
- thinkingLevelMap: {
19878
- xhigh: string;
19879
- };
19880
20830
  input: ("image" | "text")[];
19881
20831
  cost: {
19882
20832
  input: number;
@@ -19887,7 +20837,7 @@ export declare const MODELS: {
19887
20837
  contextWindow: number;
19888
20838
  maxTokens: number;
19889
20839
  };
19890
- readonly "openai/gpt-5.6-luna": {
20840
+ readonly "openai/gpt-5.6-terra": {
19891
20841
  id: string;
19892
20842
  name: string;
19893
20843
  api: "anthropic-messages";
@@ -19904,7 +20854,7 @@ export declare const MODELS: {
19904
20854
  contextWindow: number;
19905
20855
  maxTokens: number;
19906
20856
  };
19907
- readonly "openai/gpt-5.6-sol": {
20857
+ readonly "openai/gpt-5.6-terra-fast": {
19908
20858
  id: string;
19909
20859
  name: string;
19910
20860
  api: "anthropic-messages";
@@ -19921,14 +20871,14 @@ export declare const MODELS: {
19921
20871
  contextWindow: number;
19922
20872
  maxTokens: number;
19923
20873
  };
19924
- readonly "openai/gpt-5.6-terra": {
20874
+ readonly "openai/gpt-oss-120b": {
19925
20875
  id: string;
19926
20876
  name: string;
19927
20877
  api: "anthropic-messages";
19928
20878
  provider: string;
19929
20879
  baseUrl: string;
19930
20880
  reasoning: true;
19931
- input: ("image" | "text")[];
20881
+ input: "text"[];
19932
20882
  cost: {
19933
20883
  input: number;
19934
20884
  output: number;
@@ -19938,7 +20888,7 @@ export declare const MODELS: {
19938
20888
  contextWindow: number;
19939
20889
  maxTokens: number;
19940
20890
  };
19941
- readonly "openai/gpt-oss-120b": {
20891
+ readonly "openai/gpt-oss-20b": {
19942
20892
  id: string;
19943
20893
  name: string;
19944
20894
  api: "anthropic-messages";
@@ -19955,7 +20905,7 @@ export declare const MODELS: {
19955
20905
  contextWindow: number;
19956
20906
  maxTokens: number;
19957
20907
  };
19958
- readonly "openai/gpt-oss-20b": {
20908
+ readonly "openai/gpt-oss-safeguard-120b": {
19959
20909
  id: string;
19960
20910
  name: string;
19961
20911
  api: "anthropic-messages";
@@ -20023,7 +20973,7 @@ export declare const MODELS: {
20023
20973
  contextWindow: number;
20024
20974
  maxTokens: number;
20025
20975
  };
20026
- readonly "openai/o3-deep-research": {
20976
+ readonly "openai/o3-fast": {
20027
20977
  id: string;
20028
20978
  name: string;
20029
20979
  api: "anthropic-messages";
@@ -20091,14 +21041,14 @@ export declare const MODELS: {
20091
21041
  contextWindow: number;
20092
21042
  maxTokens: number;
20093
21043
  };
20094
- readonly "poolside/laguna-s-2.1": {
21044
+ readonly "openai/o4-mini-fast": {
20095
21045
  id: string;
20096
21046
  name: string;
20097
21047
  api: "anthropic-messages";
20098
21048
  provider: string;
20099
21049
  baseUrl: string;
20100
21050
  reasoning: true;
20101
- input: "text"[];
21051
+ input: ("image" | "text")[];
20102
21052
  cost: {
20103
21053
  input: number;
20104
21054
  output: number;
@@ -20108,7 +21058,7 @@ export declare const MODELS: {
20108
21058
  contextWindow: number;
20109
21059
  maxTokens: number;
20110
21060
  };
20111
- readonly "poolside/laguna-s-2.1-free": {
21061
+ readonly "poolside/laguna-s-2.1": {
20112
21062
  id: string;
20113
21063
  name: string;
20114
21064
  api: "anthropic-messages";
@@ -20125,14 +21075,14 @@ export declare const MODELS: {
20125
21075
  contextWindow: number;
20126
21076
  maxTokens: number;
20127
21077
  };
20128
- readonly "sakana/fugu-ultra": {
21078
+ readonly "poolside/laguna-s-2.1-free": {
20129
21079
  id: string;
20130
21080
  name: string;
20131
21081
  api: "anthropic-messages";
20132
21082
  provider: string;
20133
21083
  baseUrl: string;
20134
21084
  reasoning: true;
20135
- input: ("image" | "text")[];
21085
+ input: "text"[];
20136
21086
  cost: {
20137
21087
  input: number;
20138
21088
  output: number;
@@ -20142,7 +21092,7 @@ export declare const MODELS: {
20142
21092
  contextWindow: number;
20143
21093
  maxTokens: number;
20144
21094
  };
20145
- readonly "sakana/namazu": {
21095
+ readonly "sakana/fugu-ultra": {
20146
21096
  id: string;
20147
21097
  name: string;
20148
21098
  api: "anthropic-messages";
@@ -20159,7 +21109,7 @@ export declare const MODELS: {
20159
21109
  contextWindow: number;
20160
21110
  maxTokens: number;
20161
21111
  };
20162
- readonly "stepfun/step-3.5-flash": {
21112
+ readonly "sakana/namazu": {
20163
21113
  id: string;
20164
21114
  name: string;
20165
21115
  api: "anthropic-messages";
@@ -20176,13 +21126,13 @@ export declare const MODELS: {
20176
21126
  contextWindow: number;
20177
21127
  maxTokens: number;
20178
21128
  };
20179
- readonly "stepfun/step-3.7-flash": {
21129
+ readonly "spacexai/grok-4.1-fast-non-reasoning": {
20180
21130
  id: string;
20181
21131
  name: string;
20182
21132
  api: "anthropic-messages";
20183
21133
  provider: string;
20184
21134
  baseUrl: string;
20185
- reasoning: true;
21135
+ reasoning: false;
20186
21136
  input: ("image" | "text")[];
20187
21137
  cost: {
20188
21138
  input: number;
@@ -20193,14 +21143,14 @@ export declare const MODELS: {
20193
21143
  contextWindow: number;
20194
21144
  maxTokens: number;
20195
21145
  };
20196
- readonly "tencent/hy3": {
21146
+ readonly "spacexai/grok-4.1-fast-reasoning": {
20197
21147
  id: string;
20198
21148
  name: string;
20199
21149
  api: "anthropic-messages";
20200
21150
  provider: string;
20201
21151
  baseUrl: string;
20202
21152
  reasoning: true;
20203
- input: "text"[];
21153
+ input: ("image" | "text")[];
20204
21154
  cost: {
20205
21155
  input: number;
20206
21156
  output: number;
@@ -20210,7 +21160,7 @@ export declare const MODELS: {
20210
21160
  contextWindow: number;
20211
21161
  maxTokens: number;
20212
21162
  };
20213
- readonly "thinkingmachines/inkling": {
21163
+ readonly "spacexai/grok-4.20-multi-agent": {
20214
21164
  id: string;
20215
21165
  name: string;
20216
21166
  api: "anthropic-messages";
@@ -20227,7 +21177,7 @@ export declare const MODELS: {
20227
21177
  contextWindow: number;
20228
21178
  maxTokens: number;
20229
21179
  };
20230
- readonly "thinkingmachines/inkling-small": {
21180
+ readonly "spacexai/grok-4.20-multi-agent-beta": {
20231
21181
  id: string;
20232
21182
  name: string;
20233
21183
  api: "anthropic-messages";
@@ -20244,7 +21194,7 @@ export declare const MODELS: {
20244
21194
  contextWindow: number;
20245
21195
  maxTokens: number;
20246
21196
  };
20247
- readonly "xai/grok-4.1-fast-non-reasoning": {
21197
+ readonly "spacexai/grok-4.20-non-reasoning": {
20248
21198
  id: string;
20249
21199
  name: string;
20250
21200
  api: "anthropic-messages";
@@ -20261,13 +21211,13 @@ export declare const MODELS: {
20261
21211
  contextWindow: number;
20262
21212
  maxTokens: number;
20263
21213
  };
20264
- readonly "xai/grok-4.1-fast-reasoning": {
21214
+ readonly "spacexai/grok-4.20-non-reasoning-beta": {
20265
21215
  id: string;
20266
21216
  name: string;
20267
21217
  api: "anthropic-messages";
20268
21218
  provider: string;
20269
21219
  baseUrl: string;
20270
- reasoning: true;
21220
+ reasoning: false;
20271
21221
  input: ("image" | "text")[];
20272
21222
  cost: {
20273
21223
  input: number;
@@ -20278,7 +21228,7 @@ export declare const MODELS: {
20278
21228
  contextWindow: number;
20279
21229
  maxTokens: number;
20280
21230
  };
20281
- readonly "xai/grok-4.20-multi-agent": {
21231
+ readonly "spacexai/grok-4.20-reasoning": {
20282
21232
  id: string;
20283
21233
  name: string;
20284
21234
  api: "anthropic-messages";
@@ -20295,7 +21245,7 @@ export declare const MODELS: {
20295
21245
  contextWindow: number;
20296
21246
  maxTokens: number;
20297
21247
  };
20298
- readonly "xai/grok-4.20-multi-agent-beta": {
21248
+ readonly "spacexai/grok-4.20-reasoning-beta": {
20299
21249
  id: string;
20300
21250
  name: string;
20301
21251
  api: "anthropic-messages";
@@ -20312,13 +21262,13 @@ export declare const MODELS: {
20312
21262
  contextWindow: number;
20313
21263
  maxTokens: number;
20314
21264
  };
20315
- readonly "xai/grok-4.20-non-reasoning": {
21265
+ readonly "spacexai/grok-4.3": {
20316
21266
  id: string;
20317
21267
  name: string;
20318
21268
  api: "anthropic-messages";
20319
21269
  provider: string;
20320
21270
  baseUrl: string;
20321
- reasoning: false;
21271
+ reasoning: true;
20322
21272
  input: ("image" | "text")[];
20323
21273
  cost: {
20324
21274
  input: number;
@@ -20329,13 +21279,13 @@ export declare const MODELS: {
20329
21279
  contextWindow: number;
20330
21280
  maxTokens: number;
20331
21281
  };
20332
- readonly "xai/grok-4.20-non-reasoning-beta": {
21282
+ readonly "spacexai/grok-4.5": {
20333
21283
  id: string;
20334
21284
  name: string;
20335
21285
  api: "anthropic-messages";
20336
21286
  provider: string;
20337
21287
  baseUrl: string;
20338
- reasoning: false;
21288
+ reasoning: true;
20339
21289
  input: ("image" | "text")[];
20340
21290
  cost: {
20341
21291
  input: number;
@@ -20346,7 +21296,7 @@ export declare const MODELS: {
20346
21296
  contextWindow: number;
20347
21297
  maxTokens: number;
20348
21298
  };
20349
- readonly "xai/grok-4.20-reasoning": {
21299
+ readonly "spacexai/grok-4.6": {
20350
21300
  id: string;
20351
21301
  name: string;
20352
21302
  api: "anthropic-messages";
@@ -20363,7 +21313,7 @@ export declare const MODELS: {
20363
21313
  contextWindow: number;
20364
21314
  maxTokens: number;
20365
21315
  };
20366
- readonly "xai/grok-4.20-reasoning-beta": {
21316
+ readonly "spacexai/grok-build-0.1": {
20367
21317
  id: string;
20368
21318
  name: string;
20369
21319
  api: "anthropic-messages";
@@ -20380,7 +21330,7 @@ export declare const MODELS: {
20380
21330
  contextWindow: number;
20381
21331
  maxTokens: number;
20382
21332
  };
20383
- readonly "xai/grok-4.3": {
21333
+ readonly "stepfun/step-3.5-flash": {
20384
21334
  id: string;
20385
21335
  name: string;
20386
21336
  api: "anthropic-messages";
@@ -20397,7 +21347,7 @@ export declare const MODELS: {
20397
21347
  contextWindow: number;
20398
21348
  maxTokens: number;
20399
21349
  };
20400
- readonly "xai/grok-4.5": {
21350
+ readonly "stepfun/step-3.7-flash": {
20401
21351
  id: string;
20402
21352
  name: string;
20403
21353
  api: "anthropic-messages";
@@ -20414,7 +21364,7 @@ export declare const MODELS: {
20414
21364
  contextWindow: number;
20415
21365
  maxTokens: number;
20416
21366
  };
20417
- readonly "xai/grok-4.6": {
21367
+ readonly "tencent/hy3": {
20418
21368
  id: string;
20419
21369
  name: string;
20420
21370
  api: "anthropic-messages";
@@ -20431,7 +21381,7 @@ export declare const MODELS: {
20431
21381
  contextWindow: number;
20432
21382
  maxTokens: number;
20433
21383
  };
20434
- readonly "xai/grok-build-0.1": {
21384
+ readonly "thinkingmachines/inkling": {
20435
21385
  id: string;
20436
21386
  name: string;
20437
21387
  api: "anthropic-messages";
@@ -20448,7 +21398,7 @@ export declare const MODELS: {
20448
21398
  contextWindow: number;
20449
21399
  maxTokens: number;
20450
21400
  };
20451
- readonly "xiaomi/mimo-v2.5": {
21401
+ readonly "thinkingmachines/inkling-small": {
20452
21402
  id: string;
20453
21403
  name: string;
20454
21404
  api: "anthropic-messages";
@@ -20465,14 +21415,14 @@ export declare const MODELS: {
20465
21415
  contextWindow: number;
20466
21416
  maxTokens: number;
20467
21417
  };
20468
- readonly "xiaomi/mimo-v2.5-pro": {
21418
+ readonly "xiaomi/mimo-v2.5": {
20469
21419
  id: string;
20470
21420
  name: string;
20471
21421
  api: "anthropic-messages";
20472
21422
  provider: string;
20473
21423
  baseUrl: string;
20474
21424
  reasoning: true;
20475
- input: "text"[];
21425
+ input: ("image" | "text")[];
20476
21426
  cost: {
20477
21427
  input: number;
20478
21428
  output: number;
@@ -20482,7 +21432,7 @@ export declare const MODELS: {
20482
21432
  contextWindow: number;
20483
21433
  maxTokens: number;
20484
21434
  };
20485
- readonly "zai/glm-4.5": {
21435
+ readonly "xiaomi/mimo-v2.5-pro": {
20486
21436
  id: string;
20487
21437
  name: string;
20488
21438
  api: "anthropic-messages";
@@ -20499,7 +21449,7 @@ export declare const MODELS: {
20499
21449
  contextWindow: number;
20500
21450
  maxTokens: number;
20501
21451
  };
20502
- readonly "zai/glm-4.5-air": {
21452
+ readonly "zai/glm-4.5": {
20503
21453
  id: string;
20504
21454
  name: string;
20505
21455
  api: "anthropic-messages";
@@ -20516,14 +21466,14 @@ export declare const MODELS: {
20516
21466
  contextWindow: number;
20517
21467
  maxTokens: number;
20518
21468
  };
20519
- readonly "zai/glm-4.5v": {
21469
+ readonly "zai/glm-4.5-air": {
20520
21470
  id: string;
20521
21471
  name: string;
20522
21472
  api: "anthropic-messages";
20523
21473
  provider: string;
20524
21474
  baseUrl: string;
20525
21475
  reasoning: true;
20526
- input: ("image" | "text")[];
21476
+ input: "text"[];
20527
21477
  cost: {
20528
21478
  input: number;
20529
21479
  output: number;
@@ -20533,14 +21483,14 @@ export declare const MODELS: {
20533
21483
  contextWindow: number;
20534
21484
  maxTokens: number;
20535
21485
  };
20536
- readonly "zai/glm-4.6": {
21486
+ readonly "zai/glm-4.5v": {
20537
21487
  id: string;
20538
21488
  name: string;
20539
21489
  api: "anthropic-messages";
20540
21490
  provider: string;
20541
21491
  baseUrl: string;
20542
21492
  reasoning: true;
20543
- input: "text"[];
21493
+ input: ("image" | "text")[];
20544
21494
  cost: {
20545
21495
  input: number;
20546
21496
  output: number;
@@ -20550,14 +21500,14 @@ export declare const MODELS: {
20550
21500
  contextWindow: number;
20551
21501
  maxTokens: number;
20552
21502
  };
20553
- readonly "zai/glm-4.6v": {
21503
+ readonly "zai/glm-4.6": {
20554
21504
  id: string;
20555
21505
  name: string;
20556
21506
  api: "anthropic-messages";
20557
21507
  provider: string;
20558
21508
  baseUrl: string;
20559
21509
  reasoning: true;
20560
- input: ("image" | "text")[];
21510
+ input: "text"[];
20561
21511
  cost: {
20562
21512
  input: number;
20563
21513
  output: number;
@@ -20567,14 +21517,14 @@ export declare const MODELS: {
20567
21517
  contextWindow: number;
20568
21518
  maxTokens: number;
20569
21519
  };
20570
- readonly "zai/glm-4.6v-flash": {
21520
+ readonly "zai/glm-4.7": {
20571
21521
  id: string;
20572
21522
  name: string;
20573
21523
  api: "anthropic-messages";
20574
21524
  provider: string;
20575
21525
  baseUrl: string;
20576
21526
  reasoning: true;
20577
- input: ("image" | "text")[];
21527
+ input: "text"[];
20578
21528
  cost: {
20579
21529
  input: number;
20580
21530
  output: number;
@@ -20584,7 +21534,7 @@ export declare const MODELS: {
20584
21534
  contextWindow: number;
20585
21535
  maxTokens: number;
20586
21536
  };
20587
- readonly "zai/glm-4.7": {
21537
+ readonly "zai/glm-4.7-flash": {
20588
21538
  id: string;
20589
21539
  name: string;
20590
21540
  api: "anthropic-messages";
@@ -20601,7 +21551,7 @@ export declare const MODELS: {
20601
21551
  contextWindow: number;
20602
21552
  maxTokens: number;
20603
21553
  };
20604
- readonly "zai/glm-4.7-flash": {
21554
+ readonly "zai/glm-4.7-flashx": {
20605
21555
  id: string;
20606
21556
  name: string;
20607
21557
  api: "anthropic-messages";
@@ -20618,7 +21568,7 @@ export declare const MODELS: {
20618
21568
  contextWindow: number;
20619
21569
  maxTokens: number;
20620
21570
  };
20621
- readonly "zai/glm-4.7-flashx": {
21571
+ readonly "zai/glm-5": {
20622
21572
  id: string;
20623
21573
  name: string;
20624
21574
  api: "anthropic-messages";
@@ -20635,7 +21585,7 @@ export declare const MODELS: {
20635
21585
  contextWindow: number;
20636
21586
  maxTokens: number;
20637
21587
  };
20638
- readonly "zai/glm-5": {
21588
+ readonly "zai/glm-5-turbo": {
20639
21589
  id: string;
20640
21590
  name: string;
20641
21591
  api: "anthropic-messages";
@@ -20652,7 +21602,7 @@ export declare const MODELS: {
20652
21602
  contextWindow: number;
20653
21603
  maxTokens: number;
20654
21604
  };
20655
- readonly "zai/glm-5-turbo": {
21605
+ readonly "zai/glm-5.1": {
20656
21606
  id: string;
20657
21607
  name: string;
20658
21608
  api: "anthropic-messages";
@@ -20669,7 +21619,7 @@ export declare const MODELS: {
20669
21619
  contextWindow: number;
20670
21620
  maxTokens: number;
20671
21621
  };
20672
- readonly "zai/glm-5.1": {
21622
+ readonly "zai/glm-5.2": {
20673
21623
  id: string;
20674
21624
  name: string;
20675
21625
  api: "anthropic-messages";
@@ -20686,7 +21636,7 @@ export declare const MODELS: {
20686
21636
  contextWindow: number;
20687
21637
  maxTokens: number;
20688
21638
  };
20689
- readonly "zai/glm-5.2": {
21639
+ readonly "zai/glm-5.2-fast": {
20690
21640
  id: string;
20691
21641
  name: string;
20692
21642
  api: "anthropic-messages";
@@ -20703,7 +21653,7 @@ export declare const MODELS: {
20703
21653
  contextWindow: number;
20704
21654
  maxTokens: number;
20705
21655
  };
20706
- readonly "zai/glm-5.2-fast": {
21656
+ readonly "zai/glm-5.3": {
20707
21657
  id: string;
20708
21658
  name: string;
20709
21659
  api: "anthropic-messages";
@@ -21160,6 +22110,28 @@ export declare const MODELS: {
21160
22110
  contextWindow: number;
21161
22111
  maxTokens: number;
21162
22112
  };
22113
+ readonly "glm-5.3": {
22114
+ id: string;
22115
+ name: string;
22116
+ api: "openai-completions";
22117
+ provider: string;
22118
+ baseUrl: string;
22119
+ compat: {
22120
+ supportsDeveloperRole: false;
22121
+ thinkingFormat: "zai";
22122
+ zaiToolStream: true;
22123
+ };
22124
+ reasoning: true;
22125
+ input: "text"[];
22126
+ cost: {
22127
+ input: number;
22128
+ output: number;
22129
+ cacheRead: number;
22130
+ cacheWrite: number;
22131
+ };
22132
+ contextWindow: number;
22133
+ maxTokens: number;
22134
+ };
21163
22135
  };
21164
22136
  };
21165
22137
  //# sourceMappingURL=models.generated.d.ts.map