@apholdings/jensen-ai 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -153,6 +153,23 @@ export declare const MODELS: {
153
153
  contextWindow: number;
154
154
  maxTokens: number;
155
155
  };
156
+ readonly "anthropic.claude-opus-4-8": {
157
+ id: string;
158
+ name: string;
159
+ api: "bedrock-converse-stream";
160
+ provider: string;
161
+ baseUrl: string;
162
+ reasoning: true;
163
+ input: ("image" | "text")[];
164
+ cost: {
165
+ input: number;
166
+ output: number;
167
+ cacheRead: number;
168
+ cacheWrite: number;
169
+ };
170
+ contextWindow: number;
171
+ maxTokens: number;
172
+ };
156
173
  readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
157
174
  id: string;
158
175
  name: string;
@@ -221,6 +238,23 @@ export declare const MODELS: {
221
238
  contextWindow: number;
222
239
  maxTokens: number;
223
240
  };
241
+ readonly "au.anthropic.claude-opus-4-8": {
242
+ id: string;
243
+ name: string;
244
+ api: "bedrock-converse-stream";
245
+ provider: string;
246
+ baseUrl: string;
247
+ reasoning: true;
248
+ input: ("image" | "text")[];
249
+ cost: {
250
+ input: number;
251
+ output: number;
252
+ cacheRead: number;
253
+ cacheWrite: number;
254
+ };
255
+ contextWindow: number;
256
+ maxTokens: number;
257
+ };
224
258
  readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
225
259
  id: string;
226
260
  name: string;
@@ -374,6 +408,23 @@ export declare const MODELS: {
374
408
  contextWindow: number;
375
409
  maxTokens: number;
376
410
  };
411
+ readonly "eu.anthropic.claude-opus-4-8": {
412
+ id: string;
413
+ name: string;
414
+ api: "bedrock-converse-stream";
415
+ provider: string;
416
+ baseUrl: string;
417
+ reasoning: true;
418
+ input: ("image" | "text")[];
419
+ cost: {
420
+ input: number;
421
+ output: number;
422
+ cacheRead: number;
423
+ cacheWrite: number;
424
+ };
425
+ contextWindow: number;
426
+ maxTokens: number;
427
+ };
377
428
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
378
429
  id: string;
379
430
  name: string;
@@ -476,6 +527,23 @@ export declare const MODELS: {
476
527
  contextWindow: number;
477
528
  maxTokens: number;
478
529
  };
530
+ readonly "global.anthropic.claude-opus-4-8": {
531
+ id: string;
532
+ name: string;
533
+ api: "bedrock-converse-stream";
534
+ provider: string;
535
+ baseUrl: string;
536
+ reasoning: true;
537
+ input: ("image" | "text")[];
538
+ cost: {
539
+ input: number;
540
+ output: number;
541
+ cacheRead: number;
542
+ cacheWrite: number;
543
+ };
544
+ contextWindow: number;
545
+ maxTokens: number;
546
+ };
479
547
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
480
548
  id: string;
481
549
  name: string;
@@ -561,6 +629,23 @@ export declare const MODELS: {
561
629
  contextWindow: number;
562
630
  maxTokens: number;
563
631
  };
632
+ readonly "jp.anthropic.claude-opus-4-8": {
633
+ id: string;
634
+ name: string;
635
+ api: "bedrock-converse-stream";
636
+ provider: string;
637
+ baseUrl: string;
638
+ reasoning: true;
639
+ input: ("image" | "text")[];
640
+ cost: {
641
+ input: number;
642
+ output: number;
643
+ cacheRead: number;
644
+ cacheWrite: number;
645
+ };
646
+ contextWindow: number;
647
+ maxTokens: number;
648
+ };
564
649
  readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
565
650
  id: string;
566
651
  name: string;
@@ -1258,6 +1343,23 @@ export declare const MODELS: {
1258
1343
  contextWindow: number;
1259
1344
  maxTokens: number;
1260
1345
  };
1346
+ readonly "us.anthropic.claude-opus-4-8": {
1347
+ id: string;
1348
+ name: string;
1349
+ api: "bedrock-converse-stream";
1350
+ provider: string;
1351
+ baseUrl: string;
1352
+ reasoning: true;
1353
+ input: ("image" | "text")[];
1354
+ cost: {
1355
+ input: number;
1356
+ output: number;
1357
+ cacheRead: number;
1358
+ cacheWrite: number;
1359
+ };
1360
+ contextWindow: number;
1361
+ maxTokens: number;
1362
+ };
1261
1363
  readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1262
1364
  id: string;
1263
1365
  name: string;
@@ -1736,6 +1838,23 @@ export declare const MODELS: {
1736
1838
  contextWindow: number;
1737
1839
  maxTokens: number;
1738
1840
  };
1841
+ readonly "claude-opus-4-8": {
1842
+ id: string;
1843
+ name: string;
1844
+ api: "anthropic-messages";
1845
+ provider: string;
1846
+ baseUrl: string;
1847
+ reasoning: true;
1848
+ input: ("image" | "text")[];
1849
+ cost: {
1850
+ input: number;
1851
+ output: number;
1852
+ cacheRead: number;
1853
+ cacheWrite: number;
1854
+ };
1855
+ contextWindow: number;
1856
+ maxTokens: number;
1857
+ };
1739
1858
  readonly "claude-sonnet-4-0": {
1740
1859
  id: string;
1741
1860
  name: string;
@@ -2573,7 +2692,7 @@ export declare const MODELS: {
2573
2692
  contextWindow: number;
2574
2693
  maxTokens: number;
2575
2694
  };
2576
- readonly "qwen-3-235b-a22b-instruct-2507": {
2695
+ readonly "zai-glm-4.7": {
2577
2696
  id: string;
2578
2697
  name: string;
2579
2698
  api: "openai-completions";
@@ -2590,14 +2709,22 @@ export declare const MODELS: {
2590
2709
  contextWindow: number;
2591
2710
  maxTokens: number;
2592
2711
  };
2593
- readonly "zai-glm-4.7": {
2712
+ };
2713
+ readonly "github-copilot": {
2714
+ readonly "claude-haiku-4.5": {
2594
2715
  id: string;
2595
2716
  name: string;
2596
- api: "openai-completions";
2717
+ api: "anthropic-messages";
2597
2718
  provider: string;
2598
2719
  baseUrl: string;
2599
- reasoning: false;
2600
- input: "text"[];
2720
+ headers: {
2721
+ "User-Agent": string;
2722
+ "Editor-Version": string;
2723
+ "Editor-Plugin-Version": string;
2724
+ "Copilot-Integration-Id": string;
2725
+ };
2726
+ reasoning: true;
2727
+ input: ("image" | "text")[];
2601
2728
  cost: {
2602
2729
  input: number;
2603
2730
  output: number;
@@ -2607,9 +2734,7 @@ export declare const MODELS: {
2607
2734
  contextWindow: number;
2608
2735
  maxTokens: number;
2609
2736
  };
2610
- };
2611
- readonly "github-copilot": {
2612
- readonly "claude-haiku-4.5": {
2737
+ readonly "claude-opus-4.5": {
2613
2738
  id: string;
2614
2739
  name: string;
2615
2740
  api: "anthropic-messages";
@@ -2632,7 +2757,7 @@ export declare const MODELS: {
2632
2757
  contextWindow: number;
2633
2758
  maxTokens: number;
2634
2759
  };
2635
- readonly "claude-opus-4.5": {
2760
+ readonly "claude-opus-4.6": {
2636
2761
  id: string;
2637
2762
  name: string;
2638
2763
  api: "anthropic-messages";
@@ -2655,7 +2780,7 @@ export declare const MODELS: {
2655
2780
  contextWindow: number;
2656
2781
  maxTokens: number;
2657
2782
  };
2658
- readonly "claude-opus-4.6": {
2783
+ readonly "claude-opus-4.7": {
2659
2784
  id: string;
2660
2785
  name: string;
2661
2786
  api: "anthropic-messages";
@@ -2678,7 +2803,7 @@ export declare const MODELS: {
2678
2803
  contextWindow: number;
2679
2804
  maxTokens: number;
2680
2805
  };
2681
- readonly "claude-opus-4.7": {
2806
+ readonly "claude-opus-4.8": {
2682
2807
  id: string;
2683
2808
  name: string;
2684
2809
  api: "anthropic-messages";
@@ -2831,6 +2956,34 @@ export declare const MODELS: {
2831
2956
  contextWindow: number;
2832
2957
  maxTokens: number;
2833
2958
  };
2959
+ readonly "gemini-3.5-flash": {
2960
+ id: string;
2961
+ name: string;
2962
+ api: "openai-completions";
2963
+ provider: string;
2964
+ baseUrl: string;
2965
+ headers: {
2966
+ "User-Agent": string;
2967
+ "Editor-Version": string;
2968
+ "Editor-Plugin-Version": string;
2969
+ "Copilot-Integration-Id": string;
2970
+ };
2971
+ compat: {
2972
+ supportsStore: false;
2973
+ supportsDeveloperRole: false;
2974
+ supportsReasoningEffort: false;
2975
+ };
2976
+ reasoning: true;
2977
+ input: ("image" | "text")[];
2978
+ cost: {
2979
+ input: number;
2980
+ output: number;
2981
+ cacheRead: number;
2982
+ cacheWrite: number;
2983
+ };
2984
+ contextWindow: number;
2985
+ maxTokens: number;
2986
+ };
2834
2987
  readonly "gpt-4.1": {
2835
2988
  id: string;
2836
2989
  name: string;
@@ -3078,7 +3231,7 @@ export declare const MODELS: {
3078
3231
  };
3079
3232
  };
3080
3233
  readonly google: {
3081
- readonly "gemini-1.5-flash": {
3234
+ readonly "gemini-2.0-flash": {
3082
3235
  id: string;
3083
3236
  name: string;
3084
3237
  api: "google-generative-ai";
@@ -3095,7 +3248,7 @@ export declare const MODELS: {
3095
3248
  contextWindow: number;
3096
3249
  maxTokens: number;
3097
3250
  };
3098
- readonly "gemini-1.5-flash-8b": {
3251
+ readonly "gemini-2.0-flash-lite": {
3099
3252
  id: string;
3100
3253
  name: string;
3101
3254
  api: "google-generative-ai";
@@ -3112,13 +3265,13 @@ export declare const MODELS: {
3112
3265
  contextWindow: number;
3113
3266
  maxTokens: number;
3114
3267
  };
3115
- readonly "gemini-1.5-pro": {
3268
+ readonly "gemini-2.5-flash": {
3116
3269
  id: string;
3117
3270
  name: string;
3118
3271
  api: "google-generative-ai";
3119
3272
  provider: string;
3120
3273
  baseUrl: string;
3121
- reasoning: false;
3274
+ reasoning: true;
3122
3275
  input: ("image" | "text")[];
3123
3276
  cost: {
3124
3277
  input: number;
@@ -3129,13 +3282,13 @@ export declare const MODELS: {
3129
3282
  contextWindow: number;
3130
3283
  maxTokens: number;
3131
3284
  };
3132
- readonly "gemini-2.0-flash": {
3285
+ readonly "gemini-2.5-flash-lite": {
3133
3286
  id: string;
3134
3287
  name: string;
3135
3288
  api: "google-generative-ai";
3136
3289
  provider: string;
3137
3290
  baseUrl: string;
3138
- reasoning: false;
3291
+ reasoning: true;
3139
3292
  input: ("image" | "text")[];
3140
3293
  cost: {
3141
3294
  input: number;
@@ -3146,13 +3299,13 @@ export declare const MODELS: {
3146
3299
  contextWindow: number;
3147
3300
  maxTokens: number;
3148
3301
  };
3149
- readonly "gemini-2.0-flash-lite": {
3302
+ readonly "gemini-2.5-pro": {
3150
3303
  id: string;
3151
3304
  name: string;
3152
3305
  api: "google-generative-ai";
3153
3306
  provider: string;
3154
3307
  baseUrl: string;
3155
- reasoning: false;
3308
+ reasoning: true;
3156
3309
  input: ("image" | "text")[];
3157
3310
  cost: {
3158
3311
  input: number;
@@ -3163,7 +3316,7 @@ export declare const MODELS: {
3163
3316
  contextWindow: number;
3164
3317
  maxTokens: number;
3165
3318
  };
3166
- readonly "gemini-2.5-flash": {
3319
+ readonly "gemini-3-flash-preview": {
3167
3320
  id: string;
3168
3321
  name: string;
3169
3322
  api: "google-generative-ai";
@@ -3180,7 +3333,7 @@ export declare const MODELS: {
3180
3333
  contextWindow: number;
3181
3334
  maxTokens: number;
3182
3335
  };
3183
- readonly "gemini-2.5-flash-lite": {
3336
+ readonly "gemini-3-pro-preview": {
3184
3337
  id: string;
3185
3338
  name: string;
3186
3339
  api: "google-generative-ai";
@@ -3197,7 +3350,7 @@ export declare const MODELS: {
3197
3350
  contextWindow: number;
3198
3351
  maxTokens: number;
3199
3352
  };
3200
- readonly "gemini-2.5-flash-lite-preview-06-17": {
3353
+ readonly "gemini-3.1-flash-lite": {
3201
3354
  id: string;
3202
3355
  name: string;
3203
3356
  api: "google-generative-ai";
@@ -3214,7 +3367,7 @@ export declare const MODELS: {
3214
3367
  contextWindow: number;
3215
3368
  maxTokens: number;
3216
3369
  };
3217
- readonly "gemini-2.5-flash-lite-preview-09-2025": {
3370
+ readonly "gemini-3.1-flash-lite-preview": {
3218
3371
  id: string;
3219
3372
  name: string;
3220
3373
  api: "google-generative-ai";
@@ -3231,7 +3384,7 @@ export declare const MODELS: {
3231
3384
  contextWindow: number;
3232
3385
  maxTokens: number;
3233
3386
  };
3234
- readonly "gemini-2.5-flash-preview-04-17": {
3387
+ readonly "gemini-3.1-pro-preview": {
3235
3388
  id: string;
3236
3389
  name: string;
3237
3390
  api: "google-generative-ai";
@@ -3248,7 +3401,7 @@ export declare const MODELS: {
3248
3401
  contextWindow: number;
3249
3402
  maxTokens: number;
3250
3403
  };
3251
- readonly "gemini-2.5-flash-preview-05-20": {
3404
+ readonly "gemini-3.1-pro-preview-customtools": {
3252
3405
  id: string;
3253
3406
  name: string;
3254
3407
  api: "google-generative-ai";
@@ -3265,7 +3418,7 @@ export declare const MODELS: {
3265
3418
  contextWindow: number;
3266
3419
  maxTokens: number;
3267
3420
  };
3268
- readonly "gemini-2.5-flash-preview-09-2025": {
3421
+ readonly "gemini-3.5-flash": {
3269
3422
  id: string;
3270
3423
  name: string;
3271
3424
  api: "google-generative-ai";
@@ -3282,7 +3435,7 @@ export declare const MODELS: {
3282
3435
  contextWindow: number;
3283
3436
  maxTokens: number;
3284
3437
  };
3285
- readonly "gemini-2.5-pro": {
3438
+ readonly "gemini-flash-latest": {
3286
3439
  id: string;
3287
3440
  name: string;
3288
3441
  api: "google-generative-ai";
@@ -3299,7 +3452,7 @@ export declare const MODELS: {
3299
3452
  contextWindow: number;
3300
3453
  maxTokens: number;
3301
3454
  };
3302
- readonly "gemini-2.5-pro-preview-05-06": {
3455
+ readonly "gemini-flash-lite-latest": {
3303
3456
  id: string;
3304
3457
  name: string;
3305
3458
  api: "google-generative-ai";
@@ -3316,7 +3469,7 @@ export declare const MODELS: {
3316
3469
  contextWindow: number;
3317
3470
  maxTokens: number;
3318
3471
  };
3319
- readonly "gemini-2.5-pro-preview-06-05": {
3472
+ readonly "gemma-4-26b-a4b-it": {
3320
3473
  id: string;
3321
3474
  name: string;
3322
3475
  api: "google-generative-ai";
@@ -3333,7 +3486,7 @@ export declare const MODELS: {
3333
3486
  contextWindow: number;
3334
3487
  maxTokens: number;
3335
3488
  };
3336
- readonly "gemini-3-flash-preview": {
3489
+ readonly "gemma-4-31b-it": {
3337
3490
  id: string;
3338
3491
  name: string;
3339
3492
  api: "google-generative-ai";
@@ -3350,10 +3503,12 @@ export declare const MODELS: {
3350
3503
  contextWindow: number;
3351
3504
  maxTokens: number;
3352
3505
  };
3353
- readonly "gemini-3-pro-preview": {
3506
+ };
3507
+ readonly "google-antigravity": {
3508
+ readonly "claude-opus-4-5-thinking": {
3354
3509
  id: string;
3355
3510
  name: string;
3356
- api: "google-generative-ai";
3511
+ api: "google-gemini-cli";
3357
3512
  provider: string;
3358
3513
  baseUrl: string;
3359
3514
  reasoning: true;
@@ -3367,10 +3522,10 @@ export declare const MODELS: {
3367
3522
  contextWindow: number;
3368
3523
  maxTokens: number;
3369
3524
  };
3370
- readonly "gemini-3.1-flash-lite": {
3525
+ readonly "claude-opus-4-6-thinking": {
3371
3526
  id: string;
3372
3527
  name: string;
3373
- api: "google-generative-ai";
3528
+ api: "google-gemini-cli";
3374
3529
  provider: string;
3375
3530
  baseUrl: string;
3376
3531
  reasoning: true;
@@ -3384,13 +3539,13 @@ export declare const MODELS: {
3384
3539
  contextWindow: number;
3385
3540
  maxTokens: number;
3386
3541
  };
3387
- readonly "gemini-3.1-flash-lite-preview": {
3542
+ readonly "claude-sonnet-4-5": {
3388
3543
  id: string;
3389
3544
  name: string;
3390
- api: "google-generative-ai";
3545
+ api: "google-gemini-cli";
3391
3546
  provider: string;
3392
3547
  baseUrl: string;
3393
- reasoning: true;
3548
+ reasoning: false;
3394
3549
  input: ("image" | "text")[];
3395
3550
  cost: {
3396
3551
  input: number;
@@ -3401,10 +3556,10 @@ export declare const MODELS: {
3401
3556
  contextWindow: number;
3402
3557
  maxTokens: number;
3403
3558
  };
3404
- readonly "gemini-3.1-pro-preview": {
3559
+ readonly "claude-sonnet-4-5-thinking": {
3405
3560
  id: string;
3406
3561
  name: string;
3407
- api: "google-generative-ai";
3562
+ api: "google-gemini-cli";
3408
3563
  provider: string;
3409
3564
  baseUrl: string;
3410
3565
  reasoning: true;
@@ -3418,10 +3573,10 @@ export declare const MODELS: {
3418
3573
  contextWindow: number;
3419
3574
  maxTokens: number;
3420
3575
  };
3421
- readonly "gemini-3.1-pro-preview-customtools": {
3576
+ readonly "claude-sonnet-4-6": {
3422
3577
  id: string;
3423
3578
  name: string;
3424
- api: "google-generative-ai";
3579
+ api: "google-gemini-cli";
3425
3580
  provider: string;
3426
3581
  baseUrl: string;
3427
3582
  reasoning: true;
@@ -3435,10 +3590,10 @@ export declare const MODELS: {
3435
3590
  contextWindow: number;
3436
3591
  maxTokens: number;
3437
3592
  };
3438
- readonly "gemini-flash-latest": {
3593
+ readonly "gemini-3-flash": {
3439
3594
  id: string;
3440
3595
  name: string;
3441
- api: "google-generative-ai";
3596
+ api: "google-gemini-cli";
3442
3597
  provider: string;
3443
3598
  baseUrl: string;
3444
3599
  reasoning: true;
@@ -3452,10 +3607,10 @@ export declare const MODELS: {
3452
3607
  contextWindow: number;
3453
3608
  maxTokens: number;
3454
3609
  };
3455
- readonly "gemini-flash-lite-latest": {
3610
+ readonly "gemini-3.1-pro-high": {
3456
3611
  id: string;
3457
3612
  name: string;
3458
- api: "google-generative-ai";
3613
+ api: "google-gemini-cli";
3459
3614
  provider: string;
3460
3615
  baseUrl: string;
3461
3616
  reasoning: true;
@@ -3469,10 +3624,10 @@ export declare const MODELS: {
3469
3624
  contextWindow: number;
3470
3625
  maxTokens: number;
3471
3626
  };
3472
- readonly "gemini-live-2.5-flash": {
3627
+ readonly "gemini-3.1-pro-low": {
3473
3628
  id: string;
3474
3629
  name: string;
3475
- api: "google-generative-ai";
3630
+ api: "google-gemini-cli";
3476
3631
  provider: string;
3477
3632
  baseUrl: string;
3478
3633
  reasoning: true;
@@ -3486,13 +3641,13 @@ export declare const MODELS: {
3486
3641
  contextWindow: number;
3487
3642
  maxTokens: number;
3488
3643
  };
3489
- readonly "gemini-live-2.5-flash-preview-native-audio": {
3644
+ readonly "gpt-oss-120b-medium": {
3490
3645
  id: string;
3491
3646
  name: string;
3492
- api: "google-generative-ai";
3647
+ api: "google-gemini-cli";
3493
3648
  provider: string;
3494
3649
  baseUrl: string;
3495
- reasoning: true;
3650
+ reasoning: false;
3496
3651
  input: "text"[];
3497
3652
  cost: {
3498
3653
  input: number;
@@ -3503,10 +3658,12 @@ export declare const MODELS: {
3503
3658
  contextWindow: number;
3504
3659
  maxTokens: number;
3505
3660
  };
3506
- readonly "gemma-3-27b-it": {
3661
+ };
3662
+ readonly "google-gemini-cli": {
3663
+ readonly "gemini-2.0-flash": {
3507
3664
  id: string;
3508
3665
  name: string;
3509
- api: "google-generative-ai";
3666
+ api: "google-gemini-cli";
3510
3667
  provider: string;
3511
3668
  baseUrl: string;
3512
3669
  reasoning: false;
@@ -3520,10 +3677,10 @@ export declare const MODELS: {
3520
3677
  contextWindow: number;
3521
3678
  maxTokens: number;
3522
3679
  };
3523
- readonly "gemma-4-26b-a4b-it": {
3680
+ readonly "gemini-2.5-flash": {
3524
3681
  id: string;
3525
3682
  name: string;
3526
- api: "google-generative-ai";
3683
+ api: "google-gemini-cli";
3527
3684
  provider: string;
3528
3685
  baseUrl: string;
3529
3686
  reasoning: true;
@@ -3537,10 +3694,10 @@ export declare const MODELS: {
3537
3694
  contextWindow: number;
3538
3695
  maxTokens: number;
3539
3696
  };
3540
- readonly "gemma-4-31b-it": {
3697
+ readonly "gemini-2.5-pro": {
3541
3698
  id: string;
3542
3699
  name: string;
3543
- api: "google-generative-ai";
3700
+ api: "google-gemini-cli";
3544
3701
  provider: string;
3545
3702
  baseUrl: string;
3546
3703
  reasoning: true;
@@ -3554,9 +3711,7 @@ export declare const MODELS: {
3554
3711
  contextWindow: number;
3555
3712
  maxTokens: number;
3556
3713
  };
3557
- };
3558
- readonly "google-antigravity": {
3559
- readonly "claude-opus-4-5-thinking": {
3714
+ readonly "gemini-3-flash-preview": {
3560
3715
  id: string;
3561
3716
  name: string;
3562
3717
  api: "google-gemini-cli";
@@ -3573,213 +3728,7 @@ export declare const MODELS: {
3573
3728
  contextWindow: number;
3574
3729
  maxTokens: number;
3575
3730
  };
3576
- readonly "claude-opus-4-6-thinking": {
3577
- id: string;
3578
- name: string;
3579
- api: "google-gemini-cli";
3580
- provider: string;
3581
- baseUrl: string;
3582
- reasoning: true;
3583
- input: ("image" | "text")[];
3584
- cost: {
3585
- input: number;
3586
- output: number;
3587
- cacheRead: number;
3588
- cacheWrite: number;
3589
- };
3590
- contextWindow: number;
3591
- maxTokens: number;
3592
- };
3593
- readonly "claude-sonnet-4-5": {
3594
- id: string;
3595
- name: string;
3596
- api: "google-gemini-cli";
3597
- provider: string;
3598
- baseUrl: string;
3599
- reasoning: false;
3600
- input: ("image" | "text")[];
3601
- cost: {
3602
- input: number;
3603
- output: number;
3604
- cacheRead: number;
3605
- cacheWrite: number;
3606
- };
3607
- contextWindow: number;
3608
- maxTokens: number;
3609
- };
3610
- readonly "claude-sonnet-4-5-thinking": {
3611
- id: string;
3612
- name: string;
3613
- api: "google-gemini-cli";
3614
- provider: string;
3615
- baseUrl: string;
3616
- reasoning: true;
3617
- input: ("image" | "text")[];
3618
- cost: {
3619
- input: number;
3620
- output: number;
3621
- cacheRead: number;
3622
- cacheWrite: number;
3623
- };
3624
- contextWindow: number;
3625
- maxTokens: number;
3626
- };
3627
- readonly "claude-sonnet-4-6": {
3628
- id: string;
3629
- name: string;
3630
- api: "google-gemini-cli";
3631
- provider: string;
3632
- baseUrl: string;
3633
- reasoning: true;
3634
- input: ("image" | "text")[];
3635
- cost: {
3636
- input: number;
3637
- output: number;
3638
- cacheRead: number;
3639
- cacheWrite: number;
3640
- };
3641
- contextWindow: number;
3642
- maxTokens: number;
3643
- };
3644
- readonly "gemini-3-flash": {
3645
- id: string;
3646
- name: string;
3647
- api: "google-gemini-cli";
3648
- provider: string;
3649
- baseUrl: string;
3650
- reasoning: true;
3651
- input: ("image" | "text")[];
3652
- cost: {
3653
- input: number;
3654
- output: number;
3655
- cacheRead: number;
3656
- cacheWrite: number;
3657
- };
3658
- contextWindow: number;
3659
- maxTokens: number;
3660
- };
3661
- readonly "gemini-3.1-pro-high": {
3662
- id: string;
3663
- name: string;
3664
- api: "google-gemini-cli";
3665
- provider: string;
3666
- baseUrl: string;
3667
- reasoning: true;
3668
- input: ("image" | "text")[];
3669
- cost: {
3670
- input: number;
3671
- output: number;
3672
- cacheRead: number;
3673
- cacheWrite: number;
3674
- };
3675
- contextWindow: number;
3676
- maxTokens: number;
3677
- };
3678
- readonly "gemini-3.1-pro-low": {
3679
- id: string;
3680
- name: string;
3681
- api: "google-gemini-cli";
3682
- provider: string;
3683
- baseUrl: string;
3684
- reasoning: true;
3685
- input: ("image" | "text")[];
3686
- cost: {
3687
- input: number;
3688
- output: number;
3689
- cacheRead: number;
3690
- cacheWrite: number;
3691
- };
3692
- contextWindow: number;
3693
- maxTokens: number;
3694
- };
3695
- readonly "gpt-oss-120b-medium": {
3696
- id: string;
3697
- name: string;
3698
- api: "google-gemini-cli";
3699
- provider: string;
3700
- baseUrl: string;
3701
- reasoning: false;
3702
- input: "text"[];
3703
- cost: {
3704
- input: number;
3705
- output: number;
3706
- cacheRead: number;
3707
- cacheWrite: number;
3708
- };
3709
- contextWindow: number;
3710
- maxTokens: number;
3711
- };
3712
- };
3713
- readonly "google-gemini-cli": {
3714
- readonly "gemini-2.0-flash": {
3715
- id: string;
3716
- name: string;
3717
- api: "google-gemini-cli";
3718
- provider: string;
3719
- baseUrl: string;
3720
- reasoning: false;
3721
- input: ("image" | "text")[];
3722
- cost: {
3723
- input: number;
3724
- output: number;
3725
- cacheRead: number;
3726
- cacheWrite: number;
3727
- };
3728
- contextWindow: number;
3729
- maxTokens: number;
3730
- };
3731
- readonly "gemini-2.5-flash": {
3732
- id: string;
3733
- name: string;
3734
- api: "google-gemini-cli";
3735
- provider: string;
3736
- baseUrl: string;
3737
- reasoning: true;
3738
- input: ("image" | "text")[];
3739
- cost: {
3740
- input: number;
3741
- output: number;
3742
- cacheRead: number;
3743
- cacheWrite: number;
3744
- };
3745
- contextWindow: number;
3746
- maxTokens: number;
3747
- };
3748
- readonly "gemini-2.5-pro": {
3749
- id: string;
3750
- name: string;
3751
- api: "google-gemini-cli";
3752
- provider: string;
3753
- baseUrl: string;
3754
- reasoning: true;
3755
- input: ("image" | "text")[];
3756
- cost: {
3757
- input: number;
3758
- output: number;
3759
- cacheRead: number;
3760
- cacheWrite: number;
3761
- };
3762
- contextWindow: number;
3763
- maxTokens: number;
3764
- };
3765
- readonly "gemini-3-flash-preview": {
3766
- id: string;
3767
- name: string;
3768
- api: "google-gemini-cli";
3769
- provider: string;
3770
- baseUrl: string;
3771
- reasoning: true;
3772
- input: ("image" | "text")[];
3773
- cost: {
3774
- input: number;
3775
- output: number;
3776
- cacheRead: number;
3777
- cacheWrite: number;
3778
- };
3779
- contextWindow: number;
3780
- maxTokens: number;
3781
- };
3782
- readonly "gemini-3-pro-preview": {
3731
+ readonly "gemini-3-pro-preview": {
3783
3732
  id: string;
3784
3733
  name: string;
3785
3734
  api: "google-gemini-cli";
@@ -6466,6 +6415,23 @@ export declare const MODELS: {
6466
6415
  contextWindow: number;
6467
6416
  maxTokens: number;
6468
6417
  };
6418
+ readonly "claude-opus-4-8": {
6419
+ id: string;
6420
+ name: string;
6421
+ api: "anthropic-messages";
6422
+ provider: string;
6423
+ baseUrl: string;
6424
+ reasoning: true;
6425
+ input: ("image" | "text")[];
6426
+ cost: {
6427
+ input: number;
6428
+ output: number;
6429
+ cacheRead: number;
6430
+ cacheWrite: number;
6431
+ };
6432
+ contextWindow: number;
6433
+ maxTokens: number;
6434
+ };
6469
6435
  readonly "claude-sonnet-4": {
6470
6436
  id: string;
6471
6437
  name: string;
@@ -6517,6 +6483,23 @@ export declare const MODELS: {
6517
6483
  contextWindow: number;
6518
6484
  maxTokens: number;
6519
6485
  };
6486
+ readonly "deepseek-v4-flash": {
6487
+ id: string;
6488
+ name: string;
6489
+ api: "openai-completions";
6490
+ provider: string;
6491
+ baseUrl: string;
6492
+ reasoning: true;
6493
+ input: "text"[];
6494
+ cost: {
6495
+ input: number;
6496
+ output: number;
6497
+ cacheRead: number;
6498
+ cacheWrite: number;
6499
+ };
6500
+ contextWindow: number;
6501
+ maxTokens: number;
6502
+ };
6520
6503
  readonly "deepseek-v4-flash-free": {
6521
6504
  id: string;
6522
6505
  name: string;
@@ -6568,6 +6551,23 @@ export declare const MODELS: {
6568
6551
  contextWindow: number;
6569
6552
  maxTokens: number;
6570
6553
  };
6554
+ readonly "gemini-3.5-flash": {
6555
+ id: string;
6556
+ name: string;
6557
+ api: "google-generative-ai";
6558
+ provider: string;
6559
+ baseUrl: string;
6560
+ reasoning: true;
6561
+ input: ("image" | "text")[];
6562
+ cost: {
6563
+ input: number;
6564
+ output: number;
6565
+ cacheRead: number;
6566
+ cacheWrite: number;
6567
+ };
6568
+ contextWindow: number;
6569
+ maxTokens: number;
6570
+ };
6571
6571
  readonly "glm-5": {
6572
6572
  id: string;
6573
6573
  name: string;
@@ -6874,7 +6874,7 @@ export declare const MODELS: {
6874
6874
  contextWindow: number;
6875
6875
  maxTokens: number;
6876
6876
  };
6877
- readonly "kimi-k2.5": {
6877
+ readonly "grok-build-0.1": {
6878
6878
  id: string;
6879
6879
  name: string;
6880
6880
  api: "openai-completions";
@@ -6891,7 +6891,7 @@ export declare const MODELS: {
6891
6891
  contextWindow: number;
6892
6892
  maxTokens: number;
6893
6893
  };
6894
- readonly "kimi-k2.6": {
6894
+ readonly "kimi-k2.5": {
6895
6895
  id: string;
6896
6896
  name: string;
6897
6897
  api: "openai-completions";
@@ -6908,14 +6908,14 @@ export declare const MODELS: {
6908
6908
  contextWindow: number;
6909
6909
  maxTokens: number;
6910
6910
  };
6911
- readonly "minimax-m2.5": {
6911
+ readonly "kimi-k2.6": {
6912
6912
  id: string;
6913
6913
  name: string;
6914
6914
  api: "openai-completions";
6915
6915
  provider: string;
6916
6916
  baseUrl: string;
6917
6917
  reasoning: true;
6918
- input: "text"[];
6918
+ input: ("image" | "text")[];
6919
6919
  cost: {
6920
6920
  input: number;
6921
6921
  output: number;
@@ -6925,14 +6925,14 @@ export declare const MODELS: {
6925
6925
  contextWindow: number;
6926
6926
  maxTokens: number;
6927
6927
  };
6928
- readonly "minimax-m2.5-free": {
6928
+ readonly "mimo-v2.5-free": {
6929
6929
  id: string;
6930
6930
  name: string;
6931
- api: "anthropic-messages";
6931
+ api: "openai-completions";
6932
6932
  provider: string;
6933
6933
  baseUrl: string;
6934
6934
  reasoning: true;
6935
- input: "text"[];
6935
+ input: ("image" | "text")[];
6936
6936
  cost: {
6937
6937
  input: number;
6938
6938
  output: number;
@@ -6942,7 +6942,7 @@ export declare const MODELS: {
6942
6942
  contextWindow: number;
6943
6943
  maxTokens: number;
6944
6944
  };
6945
- readonly "minimax-m2.7": {
6945
+ readonly "minimax-m2.5": {
6946
6946
  id: string;
6947
6947
  name: string;
6948
6948
  api: "openai-completions";
@@ -6959,7 +6959,7 @@ export declare const MODELS: {
6959
6959
  contextWindow: number;
6960
6960
  maxTokens: number;
6961
6961
  };
6962
- readonly "nemotron-3-super-free": {
6962
+ readonly "minimax-m2.7": {
6963
6963
  id: string;
6964
6964
  name: string;
6965
6965
  api: "openai-completions";
@@ -6976,7 +6976,7 @@ export declare const MODELS: {
6976
6976
  contextWindow: number;
6977
6977
  maxTokens: number;
6978
6978
  };
6979
- readonly "qwen3.5-plus": {
6979
+ readonly "minimax-m3-free": {
6980
6980
  id: string;
6981
6981
  name: string;
6982
6982
  api: "anthropic-messages";
@@ -6993,7 +6993,24 @@ export declare const MODELS: {
6993
6993
  contextWindow: number;
6994
6994
  maxTokens: number;
6995
6995
  };
6996
- readonly "qwen3.6-plus": {
6996
+ readonly "nemotron-3-super-free": {
6997
+ id: string;
6998
+ name: string;
6999
+ api: "openai-completions";
7000
+ provider: string;
7001
+ baseUrl: string;
7002
+ reasoning: true;
7003
+ input: "text"[];
7004
+ cost: {
7005
+ input: number;
7006
+ output: number;
7007
+ cacheRead: number;
7008
+ cacheWrite: number;
7009
+ };
7010
+ contextWindow: number;
7011
+ maxTokens: number;
7012
+ };
7013
+ readonly "qwen3.5-plus": {
6997
7014
  id: string;
6998
7015
  name: string;
6999
7016
  api: "anthropic-messages";
@@ -7010,7 +7027,7 @@ export declare const MODELS: {
7010
7027
  contextWindow: number;
7011
7028
  maxTokens: number;
7012
7029
  };
7013
- readonly "qwen3.6-plus-free": {
7030
+ readonly "qwen3.6-plus": {
7014
7031
  id: string;
7015
7032
  name: string;
7016
7033
  api: "anthropic-messages";
@@ -7199,7 +7216,7 @@ export declare const MODELS: {
7199
7216
  contextWindow: number;
7200
7217
  maxTokens: number;
7201
7218
  };
7202
- readonly "qwen3.5-plus": {
7219
+ readonly "minimax-m3": {
7203
7220
  id: string;
7204
7221
  name: string;
7205
7222
  api: "anthropic-messages";
@@ -7233,15 +7250,13 @@ export declare const MODELS: {
7233
7250
  contextWindow: number;
7234
7251
  maxTokens: number;
7235
7252
  };
7236
- };
7237
- readonly openrouter: {
7238
- readonly "ai21/jamba-large-1.7": {
7253
+ readonly "qwen3.7-max": {
7239
7254
  id: string;
7240
7255
  name: string;
7241
- api: "openai-completions";
7256
+ api: "anthropic-messages";
7242
7257
  provider: string;
7243
7258
  baseUrl: string;
7244
- reasoning: false;
7259
+ reasoning: true;
7245
7260
  input: "text"[];
7246
7261
  cost: {
7247
7262
  input: number;
@@ -7252,13 +7267,15 @@ export declare const MODELS: {
7252
7267
  contextWindow: number;
7253
7268
  maxTokens: number;
7254
7269
  };
7255
- readonly "alibaba/tongyi-deepresearch-30b-a3b": {
7270
+ };
7271
+ readonly openrouter: {
7272
+ readonly "ai21/jamba-large-1.7": {
7256
7273
  id: string;
7257
7274
  name: string;
7258
7275
  api: "openai-completions";
7259
7276
  provider: string;
7260
7277
  baseUrl: string;
7261
- reasoning: true;
7278
+ reasoning: false;
7262
7279
  input: "text"[];
7263
7280
  cost: {
7264
7281
  input: number;
@@ -7524,7 +7541,7 @@ export declare const MODELS: {
7524
7541
  contextWindow: number;
7525
7542
  maxTokens: number;
7526
7543
  };
7527
- readonly "anthropic/claude-sonnet-4": {
7544
+ readonly "anthropic/claude-opus-4.8": {
7528
7545
  id: string;
7529
7546
  name: string;
7530
7547
  api: "openai-completions";
@@ -7541,7 +7558,7 @@ export declare const MODELS: {
7541
7558
  contextWindow: number;
7542
7559
  maxTokens: number;
7543
7560
  };
7544
- readonly "anthropic/claude-sonnet-4.5": {
7561
+ readonly "anthropic/claude-opus-4.8-fast": {
7545
7562
  id: string;
7546
7563
  name: string;
7547
7564
  api: "openai-completions";
@@ -7558,7 +7575,7 @@ export declare const MODELS: {
7558
7575
  contextWindow: number;
7559
7576
  maxTokens: number;
7560
7577
  };
7561
- readonly "anthropic/claude-sonnet-4.6": {
7578
+ readonly "anthropic/claude-sonnet-4": {
7562
7579
  id: string;
7563
7580
  name: string;
7564
7581
  api: "openai-completions";
@@ -7575,14 +7592,14 @@ export declare const MODELS: {
7575
7592
  contextWindow: number;
7576
7593
  maxTokens: number;
7577
7594
  };
7578
- readonly "arcee-ai/trinity-large-preview": {
7595
+ readonly "anthropic/claude-sonnet-4.5": {
7579
7596
  id: string;
7580
7597
  name: string;
7581
7598
  api: "openai-completions";
7582
7599
  provider: string;
7583
7600
  baseUrl: string;
7584
- reasoning: false;
7585
- input: "text"[];
7601
+ reasoning: true;
7602
+ input: ("image" | "text")[];
7586
7603
  cost: {
7587
7604
  input: number;
7588
7605
  output: number;
@@ -7592,14 +7609,14 @@ export declare const MODELS: {
7592
7609
  contextWindow: number;
7593
7610
  maxTokens: number;
7594
7611
  };
7595
- readonly "arcee-ai/trinity-large-thinking": {
7612
+ readonly "anthropic/claude-sonnet-4.6": {
7596
7613
  id: string;
7597
7614
  name: string;
7598
7615
  api: "openai-completions";
7599
7616
  provider: string;
7600
7617
  baseUrl: string;
7601
7618
  reasoning: true;
7602
- input: "text"[];
7619
+ input: ("image" | "text")[];
7603
7620
  cost: {
7604
7621
  input: number;
7605
7622
  output: number;
@@ -7609,7 +7626,7 @@ export declare const MODELS: {
7609
7626
  contextWindow: number;
7610
7627
  maxTokens: number;
7611
7628
  };
7612
- readonly "arcee-ai/trinity-large-thinking:free": {
7629
+ readonly "arcee-ai/trinity-large-thinking": {
7613
7630
  id: string;
7614
7631
  name: string;
7615
7632
  api: "openai-completions";
@@ -7677,40 +7694,6 @@ export declare const MODELS: {
7677
7694
  contextWindow: number;
7678
7695
  maxTokens: number;
7679
7696
  };
7680
- readonly "baidu/cobuddy:free": {
7681
- id: string;
7682
- name: string;
7683
- api: "openai-completions";
7684
- provider: string;
7685
- baseUrl: string;
7686
- reasoning: true;
7687
- input: "text"[];
7688
- cost: {
7689
- input: number;
7690
- output: number;
7691
- cacheRead: number;
7692
- cacheWrite: number;
7693
- };
7694
- contextWindow: number;
7695
- maxTokens: number;
7696
- };
7697
- readonly "baidu/ernie-4.5-21b-a3b": {
7698
- id: string;
7699
- name: string;
7700
- api: "openai-completions";
7701
- provider: string;
7702
- baseUrl: string;
7703
- reasoning: false;
7704
- input: "text"[];
7705
- cost: {
7706
- input: number;
7707
- output: number;
7708
- cacheRead: number;
7709
- cacheWrite: number;
7710
- };
7711
- contextWindow: number;
7712
- maxTokens: number;
7713
- };
7714
7697
  readonly "baidu/ernie-4.5-vl-28b-a3b": {
7715
7698
  id: string;
7716
7699
  name: string;
@@ -7983,23 +7966,6 @@ export declare const MODELS: {
7983
7966
  contextWindow: number;
7984
7967
  maxTokens: number;
7985
7968
  };
7986
- readonly "deepseek/deepseek-v4-flash:free": {
7987
- id: string;
7988
- name: string;
7989
- api: "openai-completions";
7990
- provider: string;
7991
- baseUrl: string;
7992
- reasoning: true;
7993
- input: "text"[];
7994
- cost: {
7995
- input: number;
7996
- output: number;
7997
- cacheRead: number;
7998
- cacheWrite: number;
7999
- };
8000
- contextWindow: number;
8001
- maxTokens: number;
8002
- };
8003
7969
  readonly "deepseek/deepseek-v4-pro": {
8004
7970
  id: string;
8005
7971
  name: string;
@@ -8255,6 +8221,23 @@ export declare const MODELS: {
8255
8221
  contextWindow: number;
8256
8222
  maxTokens: number;
8257
8223
  };
8224
+ readonly "google/gemini-3.5-flash": {
8225
+ id: string;
8226
+ name: string;
8227
+ api: "openai-completions";
8228
+ provider: string;
8229
+ baseUrl: string;
8230
+ reasoning: true;
8231
+ input: ("image" | "text")[];
8232
+ cost: {
8233
+ input: number;
8234
+ output: number;
8235
+ cacheRead: number;
8236
+ cacheWrite: number;
8237
+ };
8238
+ contextWindow: number;
8239
+ maxTokens: number;
8240
+ };
8258
8241
  readonly "google/gemma-3-12b-it": {
8259
8242
  id: string;
8260
8243
  name: string;
@@ -8425,7 +8408,7 @@ export declare const MODELS: {
8425
8408
  contextWindow: number;
8426
8409
  maxTokens: number;
8427
8410
  };
8428
- readonly "inclusionai/ring-2.6-1t:free": {
8411
+ readonly "inclusionai/ring-2.6-1t": {
8429
8412
  id: string;
8430
8413
  name: string;
8431
8414
  api: "openai-completions";
@@ -8527,7 +8510,7 @@ export declare const MODELS: {
8527
8510
  contextWindow: number;
8528
8511
  maxTokens: number;
8529
8512
  };
8530
- readonly "meta-llama/llama-4-scout": {
8513
+ readonly "meta-llama/llama-4-maverick": {
8531
8514
  id: string;
8532
8515
  name: string;
8533
8516
  api: "openai-completions";
@@ -8544,14 +8527,14 @@ export declare const MODELS: {
8544
8527
  contextWindow: number;
8545
8528
  maxTokens: number;
8546
8529
  };
8547
- readonly "minimax/minimax-m1": {
8530
+ readonly "meta-llama/llama-4-scout": {
8548
8531
  id: string;
8549
8532
  name: string;
8550
8533
  api: "openai-completions";
8551
8534
  provider: string;
8552
8535
  baseUrl: string;
8553
- reasoning: true;
8554
- input: "text"[];
8536
+ reasoning: false;
8537
+ input: ("image" | "text")[];
8555
8538
  cost: {
8556
8539
  input: number;
8557
8540
  output: number;
@@ -8561,7 +8544,7 @@ export declare const MODELS: {
8561
8544
  contextWindow: number;
8562
8545
  maxTokens: number;
8563
8546
  };
8564
- readonly "minimax/minimax-m2": {
8547
+ readonly "minimax/minimax-m1": {
8565
8548
  id: string;
8566
8549
  name: string;
8567
8550
  api: "openai-completions";
@@ -8578,7 +8561,7 @@ export declare const MODELS: {
8578
8561
  contextWindow: number;
8579
8562
  maxTokens: number;
8580
8563
  };
8581
- readonly "minimax/minimax-m2.1": {
8564
+ readonly "minimax/minimax-m2": {
8582
8565
  id: string;
8583
8566
  name: string;
8584
8567
  api: "openai-completions";
@@ -8595,7 +8578,7 @@ export declare const MODELS: {
8595
8578
  contextWindow: number;
8596
8579
  maxTokens: number;
8597
8580
  };
8598
- readonly "minimax/minimax-m2.5": {
8581
+ readonly "minimax/minimax-m2.1": {
8599
8582
  id: string;
8600
8583
  name: string;
8601
8584
  api: "openai-completions";
@@ -8612,7 +8595,7 @@ export declare const MODELS: {
8612
8595
  contextWindow: number;
8613
8596
  maxTokens: number;
8614
8597
  };
8615
- readonly "minimax/minimax-m2.5:free": {
8598
+ readonly "minimax/minimax-m2.5": {
8616
8599
  id: string;
8617
8600
  name: string;
8618
8601
  api: "openai-completions";
@@ -8646,31 +8629,14 @@ export declare const MODELS: {
8646
8629
  contextWindow: number;
8647
8630
  maxTokens: number;
8648
8631
  };
8649
- readonly "mistralai/codestral-2508": {
8650
- id: string;
8651
- name: string;
8652
- api: "openai-completions";
8653
- provider: string;
8654
- baseUrl: string;
8655
- reasoning: false;
8656
- input: "text"[];
8657
- cost: {
8658
- input: number;
8659
- output: number;
8660
- cacheRead: number;
8661
- cacheWrite: number;
8662
- };
8663
- contextWindow: number;
8664
- maxTokens: number;
8665
- };
8666
- readonly "mistralai/devstral-2512": {
8632
+ readonly "minimax/minimax-m3": {
8667
8633
  id: string;
8668
8634
  name: string;
8669
8635
  api: "openai-completions";
8670
8636
  provider: string;
8671
8637
  baseUrl: string;
8672
- reasoning: false;
8673
- input: "text"[];
8638
+ reasoning: true;
8639
+ input: ("image" | "text")[];
8674
8640
  cost: {
8675
8641
  input: number;
8676
8642
  output: number;
@@ -8680,7 +8646,7 @@ export declare const MODELS: {
8680
8646
  contextWindow: number;
8681
8647
  maxTokens: number;
8682
8648
  };
8683
- readonly "mistralai/devstral-medium": {
8649
+ readonly "mistralai/codestral-2508": {
8684
8650
  id: string;
8685
8651
  name: string;
8686
8652
  api: "openai-completions";
@@ -8697,7 +8663,7 @@ export declare const MODELS: {
8697
8663
  contextWindow: number;
8698
8664
  maxTokens: number;
8699
8665
  };
8700
- readonly "mistralai/devstral-small": {
8666
+ readonly "mistralai/devstral-2512": {
8701
8667
  id: string;
8702
8668
  name: string;
8703
8669
  api: "openai-completions";
@@ -8799,23 +8765,6 @@ export declare const MODELS: {
8799
8765
  contextWindow: number;
8800
8766
  maxTokens: number;
8801
8767
  };
8802
- readonly "mistralai/mistral-large-2411": {
8803
- id: string;
8804
- name: string;
8805
- api: "openai-completions";
8806
- provider: string;
8807
- baseUrl: string;
8808
- reasoning: false;
8809
- input: "text"[];
8810
- cost: {
8811
- input: number;
8812
- output: number;
8813
- cacheRead: number;
8814
- cacheWrite: number;
8815
- };
8816
- contextWindow: number;
8817
- maxTokens: number;
8818
- };
8819
8768
  readonly "mistralai/mistral-large-2512": {
8820
8769
  id: string;
8821
8770
  name: string;
@@ -8969,14 +8918,14 @@ export declare const MODELS: {
8969
8918
  contextWindow: number;
8970
8919
  maxTokens: number;
8971
8920
  };
8972
- readonly "mistralai/pixtral-large-2411": {
8921
+ readonly "mistralai/voxtral-small-24b-2507": {
8973
8922
  id: string;
8974
8923
  name: string;
8975
8924
  api: "openai-completions";
8976
8925
  provider: string;
8977
8926
  baseUrl: string;
8978
8927
  reasoning: false;
8979
- input: ("image" | "text")[];
8928
+ input: "text"[];
8980
8929
  cost: {
8981
8930
  input: number;
8982
8931
  output: number;
@@ -8986,7 +8935,7 @@ export declare const MODELS: {
8986
8935
  contextWindow: number;
8987
8936
  maxTokens: number;
8988
8937
  };
8989
- readonly "mistralai/voxtral-small-24b-2507": {
8938
+ readonly "moonshotai/kimi-k2": {
8990
8939
  id: string;
8991
8940
  name: string;
8992
8941
  api: "openai-completions";
@@ -9003,7 +8952,7 @@ export declare const MODELS: {
9003
8952
  contextWindow: number;
9004
8953
  maxTokens: number;
9005
8954
  };
9006
- readonly "moonshotai/kimi-k2": {
8955
+ readonly "moonshotai/kimi-k2-0905": {
9007
8956
  id: string;
9008
8957
  name: string;
9009
8958
  api: "openai-completions";
@@ -9020,13 +8969,13 @@ export declare const MODELS: {
9020
8969
  contextWindow: number;
9021
8970
  maxTokens: number;
9022
8971
  };
9023
- readonly "moonshotai/kimi-k2-0905": {
8972
+ readonly "moonshotai/kimi-k2-thinking": {
9024
8973
  id: string;
9025
8974
  name: string;
9026
8975
  api: "openai-completions";
9027
8976
  provider: string;
9028
8977
  baseUrl: string;
9029
- reasoning: false;
8978
+ reasoning: true;
9030
8979
  input: "text"[];
9031
8980
  cost: {
9032
8981
  input: number;
@@ -9037,14 +8986,14 @@ export declare const MODELS: {
9037
8986
  contextWindow: number;
9038
8987
  maxTokens: number;
9039
8988
  };
9040
- readonly "moonshotai/kimi-k2-thinking": {
8989
+ readonly "moonshotai/kimi-k2.5": {
9041
8990
  id: string;
9042
8991
  name: string;
9043
8992
  api: "openai-completions";
9044
8993
  provider: string;
9045
8994
  baseUrl: string;
9046
8995
  reasoning: true;
9047
- input: "text"[];
8996
+ input: ("image" | "text")[];
9048
8997
  cost: {
9049
8998
  input: number;
9050
8999
  output: number;
@@ -9054,7 +9003,7 @@ export declare const MODELS: {
9054
9003
  contextWindow: number;
9055
9004
  maxTokens: number;
9056
9005
  };
9057
- readonly "moonshotai/kimi-k2.5": {
9006
+ readonly "moonshotai/kimi-k2.6": {
9058
9007
  id: string;
9059
9008
  name: string;
9060
9009
  api: "openai-completions";
@@ -9071,7 +9020,7 @@ export declare const MODELS: {
9071
9020
  contextWindow: number;
9072
9021
  maxTokens: number;
9073
9022
  };
9074
- readonly "moonshotai/kimi-k2.6": {
9023
+ readonly "moonshotai/kimi-k2.6:free": {
9075
9024
  id: string;
9076
9025
  name: string;
9077
9026
  api: "openai-completions";
@@ -9513,23 +9462,6 @@ export declare const MODELS: {
9513
9462
  contextWindow: number;
9514
9463
  maxTokens: number;
9515
9464
  };
9516
- readonly "openai/gpt-4o-audio-preview": {
9517
- id: string;
9518
- name: string;
9519
- api: "openai-completions";
9520
- provider: string;
9521
- baseUrl: string;
9522
- reasoning: false;
9523
- input: "text"[];
9524
- cost: {
9525
- input: number;
9526
- output: number;
9527
- cacheRead: number;
9528
- cacheWrite: number;
9529
- };
9530
- contextWindow: number;
9531
- maxTokens: number;
9532
- };
9533
9465
  readonly "openai/gpt-4o-mini": {
9534
9466
  id: string;
9535
9467
  name: string;
@@ -10346,23 +10278,6 @@ export declare const MODELS: {
10346
10278
  contextWindow: number;
10347
10279
  maxTokens: number;
10348
10280
  };
10349
- readonly "qwen/qwen-2.5-7b-instruct": {
10350
- id: string;
10351
- name: string;
10352
- api: "openai-completions";
10353
- provider: string;
10354
- baseUrl: string;
10355
- reasoning: false;
10356
- input: "text"[];
10357
- cost: {
10358
- input: number;
10359
- output: number;
10360
- cacheRead: number;
10361
- cacheWrite: number;
10362
- };
10363
- contextWindow: number;
10364
- maxTokens: number;
10365
- };
10366
10281
  readonly "qwen/qwen-plus": {
10367
10282
  id: string;
10368
10283
  name: string;
@@ -11094,6 +11009,23 @@ export declare const MODELS: {
11094
11009
  contextWindow: number;
11095
11010
  maxTokens: number;
11096
11011
  };
11012
+ readonly "qwen/qwen3.7-max": {
11013
+ id: string;
11014
+ name: string;
11015
+ api: "openai-completions";
11016
+ provider: string;
11017
+ baseUrl: string;
11018
+ reasoning: true;
11019
+ input: "text"[];
11020
+ cost: {
11021
+ input: number;
11022
+ output: number;
11023
+ cacheRead: number;
11024
+ cacheWrite: number;
11025
+ };
11026
+ contextWindow: number;
11027
+ maxTokens: number;
11028
+ };
11097
11029
  readonly "rekaai/reka-edge": {
11098
11030
  id: string;
11099
11031
  name: string;
@@ -11179,14 +11111,14 @@ export declare const MODELS: {
11179
11111
  contextWindow: number;
11180
11112
  maxTokens: number;
11181
11113
  };
11182
- readonly "tencent/hy3-preview": {
11114
+ readonly "stepfun/step-3.7-flash": {
11183
11115
  id: string;
11184
11116
  name: string;
11185
11117
  api: "openai-completions";
11186
11118
  provider: string;
11187
11119
  baseUrl: string;
11188
11120
  reasoning: true;
11189
- input: "text"[];
11121
+ input: ("image" | "text")[];
11190
11122
  cost: {
11191
11123
  input: number;
11192
11124
  output: number;
@@ -11196,13 +11128,13 @@ export declare const MODELS: {
11196
11128
  contextWindow: number;
11197
11129
  maxTokens: number;
11198
11130
  };
11199
- readonly "thedrummer/rocinante-12b": {
11131
+ readonly "tencent/hy3-preview": {
11200
11132
  id: string;
11201
11133
  name: string;
11202
11134
  api: "openai-completions";
11203
11135
  provider: string;
11204
11136
  baseUrl: string;
11205
- reasoning: false;
11137
+ reasoning: true;
11206
11138
  input: "text"[];
11207
11139
  cost: {
11208
11140
  input: number;
@@ -11213,7 +11145,7 @@ export declare const MODELS: {
11213
11145
  contextWindow: number;
11214
11146
  maxTokens: number;
11215
11147
  };
11216
- readonly "thedrummer/unslopnemo-12b": {
11148
+ readonly "thedrummer/rocinante-12b": {
11217
11149
  id: string;
11218
11150
  name: string;
11219
11151
  api: "openai-completions";
@@ -11230,41 +11162,7 @@ export declare const MODELS: {
11230
11162
  contextWindow: number;
11231
11163
  maxTokens: number;
11232
11164
  };
11233
- readonly "upstage/solar-pro-3": {
11234
- id: string;
11235
- name: string;
11236
- api: "openai-completions";
11237
- provider: string;
11238
- baseUrl: string;
11239
- reasoning: true;
11240
- input: "text"[];
11241
- cost: {
11242
- input: number;
11243
- output: number;
11244
- cacheRead: number;
11245
- cacheWrite: number;
11246
- };
11247
- contextWindow: number;
11248
- maxTokens: number;
11249
- };
11250
- readonly "x-ai/grok-3": {
11251
- id: string;
11252
- name: string;
11253
- api: "openai-completions";
11254
- provider: string;
11255
- baseUrl: string;
11256
- reasoning: false;
11257
- input: "text"[];
11258
- cost: {
11259
- input: number;
11260
- output: number;
11261
- cacheRead: number;
11262
- cacheWrite: number;
11263
- };
11264
- contextWindow: number;
11265
- maxTokens: number;
11266
- };
11267
- readonly "x-ai/grok-3-beta": {
11165
+ readonly "thedrummer/unslopnemo-12b": {
11268
11166
  id: string;
11269
11167
  name: string;
11270
11168
  api: "openai-completions";
@@ -11281,24 +11179,7 @@ export declare const MODELS: {
11281
11179
  contextWindow: number;
11282
11180
  maxTokens: number;
11283
11181
  };
11284
- readonly "x-ai/grok-3-mini": {
11285
- id: string;
11286
- name: string;
11287
- api: "openai-completions";
11288
- provider: string;
11289
- baseUrl: string;
11290
- reasoning: true;
11291
- input: "text"[];
11292
- cost: {
11293
- input: number;
11294
- output: number;
11295
- cacheRead: number;
11296
- cacheWrite: number;
11297
- };
11298
- contextWindow: number;
11299
- maxTokens: number;
11300
- };
11301
- readonly "x-ai/grok-3-mini-beta": {
11182
+ readonly "upstage/solar-pro-3": {
11302
11183
  id: string;
11303
11184
  name: string;
11304
11185
  api: "openai-completions";
@@ -11315,57 +11196,6 @@ export declare const MODELS: {
11315
11196
  contextWindow: number;
11316
11197
  maxTokens: number;
11317
11198
  };
11318
- readonly "x-ai/grok-4": {
11319
- id: string;
11320
- name: string;
11321
- api: "openai-completions";
11322
- provider: string;
11323
- baseUrl: string;
11324
- reasoning: true;
11325
- input: ("image" | "text")[];
11326
- cost: {
11327
- input: number;
11328
- output: number;
11329
- cacheRead: number;
11330
- cacheWrite: number;
11331
- };
11332
- contextWindow: number;
11333
- maxTokens: number;
11334
- };
11335
- readonly "x-ai/grok-4-fast": {
11336
- id: string;
11337
- name: string;
11338
- api: "openai-completions";
11339
- provider: string;
11340
- baseUrl: string;
11341
- reasoning: true;
11342
- input: ("image" | "text")[];
11343
- cost: {
11344
- input: number;
11345
- output: number;
11346
- cacheRead: number;
11347
- cacheWrite: number;
11348
- };
11349
- contextWindow: number;
11350
- maxTokens: number;
11351
- };
11352
- readonly "x-ai/grok-4.1-fast": {
11353
- id: string;
11354
- name: string;
11355
- api: "openai-completions";
11356
- provider: string;
11357
- baseUrl: string;
11358
- reasoning: true;
11359
- input: ("image" | "text")[];
11360
- cost: {
11361
- input: number;
11362
- output: number;
11363
- cacheRead: number;
11364
- cacheWrite: number;
11365
- };
11366
- contextWindow: number;
11367
- maxTokens: number;
11368
- };
11369
11199
  readonly "x-ai/grok-4.20": {
11370
11200
  id: string;
11371
11201
  name: string;
@@ -11400,41 +11230,7 @@ export declare const MODELS: {
11400
11230
  contextWindow: number;
11401
11231
  maxTokens: number;
11402
11232
  };
11403
- readonly "x-ai/grok-code-fast-1": {
11404
- id: string;
11405
- name: string;
11406
- api: "openai-completions";
11407
- provider: string;
11408
- baseUrl: string;
11409
- reasoning: true;
11410
- input: "text"[];
11411
- cost: {
11412
- input: number;
11413
- output: number;
11414
- cacheRead: number;
11415
- cacheWrite: number;
11416
- };
11417
- contextWindow: number;
11418
- maxTokens: number;
11419
- };
11420
- readonly "xiaomi/mimo-v2-flash": {
11421
- id: string;
11422
- name: string;
11423
- api: "openai-completions";
11424
- provider: string;
11425
- baseUrl: string;
11426
- reasoning: true;
11427
- input: "text"[];
11428
- cost: {
11429
- input: number;
11430
- output: number;
11431
- cacheRead: number;
11432
- cacheWrite: number;
11433
- };
11434
- contextWindow: number;
11435
- maxTokens: number;
11436
- };
11437
- readonly "xiaomi/mimo-v2-omni": {
11233
+ readonly "x-ai/grok-build-0.1": {
11438
11234
  id: string;
11439
11235
  name: string;
11440
11236
  api: "openai-completions";
@@ -11451,7 +11247,7 @@ export declare const MODELS: {
11451
11247
  contextWindow: number;
11452
11248
  maxTokens: number;
11453
11249
  };
11454
- readonly "xiaomi/mimo-v2-pro": {
11250
+ readonly "xiaomi/mimo-v2-flash": {
11455
11251
  id: string;
11456
11252
  name: string;
11457
11253
  api: "openai-completions";
@@ -12167,6 +11963,23 @@ export declare const MODELS: {
12167
11963
  contextWindow: number;
12168
11964
  maxTokens: number;
12169
11965
  };
11966
+ readonly "alibaba/qwen3.7-max": {
11967
+ id: string;
11968
+ name: string;
11969
+ api: "anthropic-messages";
11970
+ provider: string;
11971
+ baseUrl: string;
11972
+ reasoning: true;
11973
+ input: ("image" | "text")[];
11974
+ cost: {
11975
+ input: number;
11976
+ output: number;
11977
+ cacheRead: number;
11978
+ cacheWrite: number;
11979
+ };
11980
+ contextWindow: number;
11981
+ maxTokens: number;
11982
+ };
12170
11983
  readonly "anthropic/claude-3-haiku": {
12171
11984
  id: string;
12172
11985
  name: string;
@@ -12303,6 +12116,23 @@ export declare const MODELS: {
12303
12116
  contextWindow: number;
12304
12117
  maxTokens: number;
12305
12118
  };
12119
+ readonly "anthropic/claude-opus-4.8": {
12120
+ id: string;
12121
+ name: string;
12122
+ api: "anthropic-messages";
12123
+ provider: string;
12124
+ baseUrl: string;
12125
+ reasoning: true;
12126
+ input: ("image" | "text")[];
12127
+ cost: {
12128
+ input: number;
12129
+ output: number;
12130
+ cacheRead: number;
12131
+ cacheWrite: number;
12132
+ };
12133
+ contextWindow: number;
12134
+ maxTokens: number;
12135
+ };
12306
12136
  readonly "anthropic/claude-sonnet-4": {
12307
12137
  id: string;
12308
12138
  name: string;
@@ -12728,6 +12558,23 @@ export declare const MODELS: {
12728
12558
  contextWindow: number;
12729
12559
  maxTokens: number;
12730
12560
  };
12561
+ readonly "google/gemini-3.5-flash": {
12562
+ id: string;
12563
+ name: string;
12564
+ api: "anthropic-messages";
12565
+ provider: string;
12566
+ baseUrl: string;
12567
+ reasoning: true;
12568
+ input: ("image" | "text")[];
12569
+ cost: {
12570
+ input: number;
12571
+ output: number;
12572
+ cacheRead: number;
12573
+ cacheWrite: number;
12574
+ };
12575
+ contextWindow: number;
12576
+ maxTokens: number;
12577
+ };
12731
12578
  readonly "google/gemma-4-26b-a4b-it": {
12732
12579
  id: string;
12733
12580
  name: string;
@@ -13068,6 +12915,23 @@ export declare const MODELS: {
13068
12915
  contextWindow: number;
13069
12916
  maxTokens: number;
13070
12917
  };
12918
+ readonly "minimax/minimax-m3": {
12919
+ id: string;
12920
+ name: string;
12921
+ api: "anthropic-messages";
12922
+ provider: string;
12923
+ baseUrl: string;
12924
+ reasoning: true;
12925
+ input: ("image" | "text")[];
12926
+ cost: {
12927
+ input: number;
12928
+ output: number;
12929
+ cacheRead: number;
12930
+ cacheWrite: number;
12931
+ };
12932
+ contextWindow: number;
12933
+ maxTokens: number;
12934
+ };
13071
12935
  readonly "mistral/codestral": {
13072
12936
  id: string;
13073
12937
  name: string;
@@ -13187,6 +13051,23 @@ export declare const MODELS: {
13187
13051
  contextWindow: number;
13188
13052
  maxTokens: number;
13189
13053
  };
13054
+ readonly "mistral/mistral-medium-3.5": {
13055
+ id: string;
13056
+ name: string;
13057
+ api: "anthropic-messages";
13058
+ provider: string;
13059
+ baseUrl: string;
13060
+ reasoning: true;
13061
+ input: "text"[];
13062
+ cost: {
13063
+ input: number;
13064
+ output: number;
13065
+ cacheRead: number;
13066
+ cacheWrite: number;
13067
+ };
13068
+ contextWindow: number;
13069
+ maxTokens: number;
13070
+ };
13190
13071
  readonly "mistral/mistral-small": {
13191
13072
  id: string;
13192
13073
  name: string;
@@ -14037,13 +13918,13 @@ export declare const MODELS: {
14037
13918
  contextWindow: number;
14038
13919
  maxTokens: number;
14039
13920
  };
14040
- readonly "xai/grok-3": {
13921
+ readonly "stepfun/step-3.5-flash": {
14041
13922
  id: string;
14042
13923
  name: string;
14043
13924
  api: "anthropic-messages";
14044
13925
  provider: string;
14045
13926
  baseUrl: string;
14046
- reasoning: false;
13927
+ reasoning: true;
14047
13928
  input: "text"[];
14048
13929
  cost: {
14049
13930
  input: number;
@@ -14054,14 +13935,14 @@ export declare const MODELS: {
14054
13935
  contextWindow: number;
14055
13936
  maxTokens: number;
14056
13937
  };
14057
- readonly "xai/grok-3-fast": {
13938
+ readonly "stepfun/step-3.7-flash": {
14058
13939
  id: string;
14059
13940
  name: string;
14060
13941
  api: "anthropic-messages";
14061
13942
  provider: string;
14062
13943
  baseUrl: string;
14063
- reasoning: false;
14064
- input: "text"[];
13944
+ reasoning: true;
13945
+ input: ("image" | "text")[];
14065
13946
  cost: {
14066
13947
  input: number;
14067
13948
  output: number;
@@ -14071,14 +13952,14 @@ export declare const MODELS: {
14071
13952
  contextWindow: number;
14072
13953
  maxTokens: number;
14073
13954
  };
14074
- readonly "xai/grok-3-mini": {
13955
+ readonly "xai/grok-4.1-fast-non-reasoning": {
14075
13956
  id: string;
14076
13957
  name: string;
14077
13958
  api: "anthropic-messages";
14078
13959
  provider: string;
14079
13960
  baseUrl: string;
14080
13961
  reasoning: false;
14081
- input: "text"[];
13962
+ input: ("image" | "text")[];
14082
13963
  cost: {
14083
13964
  input: number;
14084
13965
  output: number;
@@ -14088,14 +13969,14 @@ export declare const MODELS: {
14088
13969
  contextWindow: number;
14089
13970
  maxTokens: number;
14090
13971
  };
14091
- readonly "xai/grok-3-mini-fast": {
13972
+ readonly "xai/grok-4.1-fast-reasoning": {
14092
13973
  id: string;
14093
13974
  name: string;
14094
13975
  api: "anthropic-messages";
14095
13976
  provider: string;
14096
13977
  baseUrl: string;
14097
- reasoning: false;
14098
- input: "text"[];
13978
+ reasoning: true;
13979
+ input: ("image" | "text")[];
14099
13980
  cost: {
14100
13981
  input: number;
14101
13982
  output: number;
@@ -14105,7 +13986,7 @@ export declare const MODELS: {
14105
13986
  contextWindow: number;
14106
13987
  maxTokens: number;
14107
13988
  };
14108
- readonly "xai/grok-4": {
13989
+ readonly "xai/grok-4.20-multi-agent": {
14109
13990
  id: string;
14110
13991
  name: string;
14111
13992
  api: "anthropic-messages";
@@ -14122,13 +14003,13 @@ export declare const MODELS: {
14122
14003
  contextWindow: number;
14123
14004
  maxTokens: number;
14124
14005
  };
14125
- readonly "xai/grok-4-fast-non-reasoning": {
14006
+ readonly "xai/grok-4.20-multi-agent-beta": {
14126
14007
  id: string;
14127
14008
  name: string;
14128
14009
  api: "anthropic-messages";
14129
14010
  provider: string;
14130
14011
  baseUrl: string;
14131
- reasoning: false;
14012
+ reasoning: true;
14132
14013
  input: ("image" | "text")[];
14133
14014
  cost: {
14134
14015
  input: number;
@@ -14139,13 +14020,13 @@ export declare const MODELS: {
14139
14020
  contextWindow: number;
14140
14021
  maxTokens: number;
14141
14022
  };
14142
- readonly "xai/grok-4-fast-reasoning": {
14023
+ readonly "xai/grok-4.20-non-reasoning": {
14143
14024
  id: string;
14144
14025
  name: string;
14145
14026
  api: "anthropic-messages";
14146
14027
  provider: string;
14147
14028
  baseUrl: string;
14148
- reasoning: true;
14029
+ reasoning: false;
14149
14030
  input: ("image" | "text")[];
14150
14031
  cost: {
14151
14032
  input: number;
@@ -14156,7 +14037,7 @@ export declare const MODELS: {
14156
14037
  contextWindow: number;
14157
14038
  maxTokens: number;
14158
14039
  };
14159
- readonly "xai/grok-4.1-fast-non-reasoning": {
14040
+ readonly "xai/grok-4.20-non-reasoning-beta": {
14160
14041
  id: string;
14161
14042
  name: string;
14162
14043
  api: "anthropic-messages";
@@ -14173,7 +14054,7 @@ export declare const MODELS: {
14173
14054
  contextWindow: number;
14174
14055
  maxTokens: number;
14175
14056
  };
14176
- readonly "xai/grok-4.1-fast-reasoning": {
14057
+ readonly "xai/grok-4.20-reasoning": {
14177
14058
  id: string;
14178
14059
  name: string;
14179
14060
  api: "anthropic-messages";
@@ -14190,7 +14071,7 @@ export declare const MODELS: {
14190
14071
  contextWindow: number;
14191
14072
  maxTokens: number;
14192
14073
  };
14193
- readonly "xai/grok-4.20-multi-agent": {
14074
+ readonly "xai/grok-4.20-reasoning-beta": {
14194
14075
  id: string;
14195
14076
  name: string;
14196
14077
  api: "anthropic-messages";
@@ -14207,7 +14088,7 @@ export declare const MODELS: {
14207
14088
  contextWindow: number;
14208
14089
  maxTokens: number;
14209
14090
  };
14210
- readonly "xai/grok-4.20-multi-agent-beta": {
14091
+ readonly "xai/grok-4.3": {
14211
14092
  id: string;
14212
14093
  name: string;
14213
14094
  api: "anthropic-messages";
@@ -14224,13 +14105,13 @@ export declare const MODELS: {
14224
14105
  contextWindow: number;
14225
14106
  maxTokens: number;
14226
14107
  };
14227
- readonly "xai/grok-4.20-non-reasoning": {
14108
+ readonly "xai/grok-build-0.1": {
14228
14109
  id: string;
14229
14110
  name: string;
14230
14111
  api: "anthropic-messages";
14231
14112
  provider: string;
14232
14113
  baseUrl: string;
14233
- reasoning: false;
14114
+ reasoning: true;
14234
14115
  input: ("image" | "text")[];
14235
14116
  cost: {
14236
14117
  input: number;
@@ -14241,14 +14122,14 @@ export declare const MODELS: {
14241
14122
  contextWindow: number;
14242
14123
  maxTokens: number;
14243
14124
  };
14244
- readonly "xai/grok-4.20-non-reasoning-beta": {
14125
+ readonly "xiaomi/mimo-v2-flash": {
14245
14126
  id: string;
14246
14127
  name: string;
14247
14128
  api: "anthropic-messages";
14248
14129
  provider: string;
14249
14130
  baseUrl: string;
14250
- reasoning: false;
14251
- input: ("image" | "text")[];
14131
+ reasoning: true;
14132
+ input: "text"[];
14252
14133
  cost: {
14253
14134
  input: number;
14254
14135
  output: number;
@@ -14258,99 +14139,14 @@ export declare const MODELS: {
14258
14139
  contextWindow: number;
14259
14140
  maxTokens: number;
14260
14141
  };
14261
- readonly "xai/grok-4.20-reasoning": {
14142
+ readonly "xiaomi/mimo-v2-pro": {
14262
14143
  id: string;
14263
14144
  name: string;
14264
14145
  api: "anthropic-messages";
14265
14146
  provider: string;
14266
14147
  baseUrl: string;
14267
14148
  reasoning: true;
14268
- input: ("image" | "text")[];
14269
- cost: {
14270
- input: number;
14271
- output: number;
14272
- cacheRead: number;
14273
- cacheWrite: number;
14274
- };
14275
- contextWindow: number;
14276
- maxTokens: number;
14277
- };
14278
- readonly "xai/grok-4.20-reasoning-beta": {
14279
- id: string;
14280
- name: string;
14281
- api: "anthropic-messages";
14282
- provider: string;
14283
- baseUrl: string;
14284
- reasoning: true;
14285
- input: ("image" | "text")[];
14286
- cost: {
14287
- input: number;
14288
- output: number;
14289
- cacheRead: number;
14290
- cacheWrite: number;
14291
- };
14292
- contextWindow: number;
14293
- maxTokens: number;
14294
- };
14295
- readonly "xai/grok-4.3": {
14296
- id: string;
14297
- name: string;
14298
- api: "anthropic-messages";
14299
- provider: string;
14300
- baseUrl: string;
14301
- reasoning: true;
14302
- input: ("image" | "text")[];
14303
- cost: {
14304
- input: number;
14305
- output: number;
14306
- cacheRead: number;
14307
- cacheWrite: number;
14308
- };
14309
- contextWindow: number;
14310
- maxTokens: number;
14311
- };
14312
- readonly "xai/grok-code-fast-1": {
14313
- id: string;
14314
- name: string;
14315
- api: "anthropic-messages";
14316
- provider: string;
14317
- baseUrl: string;
14318
- reasoning: true;
14319
- input: "text"[];
14320
- cost: {
14321
- input: number;
14322
- output: number;
14323
- cacheRead: number;
14324
- cacheWrite: number;
14325
- };
14326
- contextWindow: number;
14327
- maxTokens: number;
14328
- };
14329
- readonly "xiaomi/mimo-v2-flash": {
14330
- id: string;
14331
- name: string;
14332
- api: "anthropic-messages";
14333
- provider: string;
14334
- baseUrl: string;
14335
- reasoning: true;
14336
- input: "text"[];
14337
- cost: {
14338
- input: number;
14339
- output: number;
14340
- cacheRead: number;
14341
- cacheWrite: number;
14342
- };
14343
- contextWindow: number;
14344
- maxTokens: number;
14345
- };
14346
- readonly "xiaomi/mimo-v2-pro": {
14347
- id: string;
14348
- name: string;
14349
- api: "anthropic-messages";
14350
- provider: string;
14351
- baseUrl: string;
14352
- reasoning: true;
14353
- input: "text"[];
14149
+ input: "text"[];
14354
14150
  cost: {
14355
14151
  input: number;
14356
14152
  output: number;
@@ -14617,329 +14413,6 @@ export declare const MODELS: {
14617
14413
  };
14618
14414
  };
14619
14415
  readonly xai: {
14620
- readonly "grok-2": {
14621
- id: string;
14622
- name: string;
14623
- api: "openai-completions";
14624
- provider: string;
14625
- baseUrl: string;
14626
- reasoning: false;
14627
- input: "text"[];
14628
- cost: {
14629
- input: number;
14630
- output: number;
14631
- cacheRead: number;
14632
- cacheWrite: number;
14633
- };
14634
- contextWindow: number;
14635
- maxTokens: number;
14636
- };
14637
- readonly "grok-2-1212": {
14638
- id: string;
14639
- name: string;
14640
- api: "openai-completions";
14641
- provider: string;
14642
- baseUrl: string;
14643
- reasoning: false;
14644
- input: "text"[];
14645
- cost: {
14646
- input: number;
14647
- output: number;
14648
- cacheRead: number;
14649
- cacheWrite: number;
14650
- };
14651
- contextWindow: number;
14652
- maxTokens: number;
14653
- };
14654
- readonly "grok-2-latest": {
14655
- id: string;
14656
- name: string;
14657
- api: "openai-completions";
14658
- provider: string;
14659
- baseUrl: string;
14660
- reasoning: false;
14661
- input: "text"[];
14662
- cost: {
14663
- input: number;
14664
- output: number;
14665
- cacheRead: number;
14666
- cacheWrite: number;
14667
- };
14668
- contextWindow: number;
14669
- maxTokens: number;
14670
- };
14671
- readonly "grok-2-vision": {
14672
- id: string;
14673
- name: string;
14674
- api: "openai-completions";
14675
- provider: string;
14676
- baseUrl: string;
14677
- reasoning: false;
14678
- input: ("image" | "text")[];
14679
- cost: {
14680
- input: number;
14681
- output: number;
14682
- cacheRead: number;
14683
- cacheWrite: number;
14684
- };
14685
- contextWindow: number;
14686
- maxTokens: number;
14687
- };
14688
- readonly "grok-2-vision-1212": {
14689
- id: string;
14690
- name: string;
14691
- api: "openai-completions";
14692
- provider: string;
14693
- baseUrl: string;
14694
- reasoning: false;
14695
- input: ("image" | "text")[];
14696
- cost: {
14697
- input: number;
14698
- output: number;
14699
- cacheRead: number;
14700
- cacheWrite: number;
14701
- };
14702
- contextWindow: number;
14703
- maxTokens: number;
14704
- };
14705
- readonly "grok-2-vision-latest": {
14706
- id: string;
14707
- name: string;
14708
- api: "openai-completions";
14709
- provider: string;
14710
- baseUrl: string;
14711
- reasoning: false;
14712
- input: ("image" | "text")[];
14713
- cost: {
14714
- input: number;
14715
- output: number;
14716
- cacheRead: number;
14717
- cacheWrite: number;
14718
- };
14719
- contextWindow: number;
14720
- maxTokens: number;
14721
- };
14722
- readonly "grok-3": {
14723
- id: string;
14724
- name: string;
14725
- api: "openai-completions";
14726
- provider: string;
14727
- baseUrl: string;
14728
- reasoning: false;
14729
- input: "text"[];
14730
- cost: {
14731
- input: number;
14732
- output: number;
14733
- cacheRead: number;
14734
- cacheWrite: number;
14735
- };
14736
- contextWindow: number;
14737
- maxTokens: number;
14738
- };
14739
- readonly "grok-3-fast": {
14740
- id: string;
14741
- name: string;
14742
- api: "openai-completions";
14743
- provider: string;
14744
- baseUrl: string;
14745
- reasoning: false;
14746
- input: "text"[];
14747
- cost: {
14748
- input: number;
14749
- output: number;
14750
- cacheRead: number;
14751
- cacheWrite: number;
14752
- };
14753
- contextWindow: number;
14754
- maxTokens: number;
14755
- };
14756
- readonly "grok-3-fast-latest": {
14757
- id: string;
14758
- name: string;
14759
- api: "openai-completions";
14760
- provider: string;
14761
- baseUrl: string;
14762
- reasoning: false;
14763
- input: "text"[];
14764
- cost: {
14765
- input: number;
14766
- output: number;
14767
- cacheRead: number;
14768
- cacheWrite: number;
14769
- };
14770
- contextWindow: number;
14771
- maxTokens: number;
14772
- };
14773
- readonly "grok-3-latest": {
14774
- id: string;
14775
- name: string;
14776
- api: "openai-completions";
14777
- provider: string;
14778
- baseUrl: string;
14779
- reasoning: false;
14780
- input: "text"[];
14781
- cost: {
14782
- input: number;
14783
- output: number;
14784
- cacheRead: number;
14785
- cacheWrite: number;
14786
- };
14787
- contextWindow: number;
14788
- maxTokens: number;
14789
- };
14790
- readonly "grok-3-mini": {
14791
- id: string;
14792
- name: string;
14793
- api: "openai-completions";
14794
- provider: string;
14795
- baseUrl: string;
14796
- reasoning: true;
14797
- input: "text"[];
14798
- cost: {
14799
- input: number;
14800
- output: number;
14801
- cacheRead: number;
14802
- cacheWrite: number;
14803
- };
14804
- contextWindow: number;
14805
- maxTokens: number;
14806
- };
14807
- readonly "grok-3-mini-fast": {
14808
- id: string;
14809
- name: string;
14810
- api: "openai-completions";
14811
- provider: string;
14812
- baseUrl: string;
14813
- reasoning: true;
14814
- input: "text"[];
14815
- cost: {
14816
- input: number;
14817
- output: number;
14818
- cacheRead: number;
14819
- cacheWrite: number;
14820
- };
14821
- contextWindow: number;
14822
- maxTokens: number;
14823
- };
14824
- readonly "grok-3-mini-fast-latest": {
14825
- id: string;
14826
- name: string;
14827
- api: "openai-completions";
14828
- provider: string;
14829
- baseUrl: string;
14830
- reasoning: true;
14831
- input: "text"[];
14832
- cost: {
14833
- input: number;
14834
- output: number;
14835
- cacheRead: number;
14836
- cacheWrite: number;
14837
- };
14838
- contextWindow: number;
14839
- maxTokens: number;
14840
- };
14841
- readonly "grok-3-mini-latest": {
14842
- id: string;
14843
- name: string;
14844
- api: "openai-completions";
14845
- provider: string;
14846
- baseUrl: string;
14847
- reasoning: true;
14848
- input: "text"[];
14849
- cost: {
14850
- input: number;
14851
- output: number;
14852
- cacheRead: number;
14853
- cacheWrite: number;
14854
- };
14855
- contextWindow: number;
14856
- maxTokens: number;
14857
- };
14858
- readonly "grok-4": {
14859
- id: string;
14860
- name: string;
14861
- api: "openai-completions";
14862
- provider: string;
14863
- baseUrl: string;
14864
- reasoning: true;
14865
- input: "text"[];
14866
- cost: {
14867
- input: number;
14868
- output: number;
14869
- cacheRead: number;
14870
- cacheWrite: number;
14871
- };
14872
- contextWindow: number;
14873
- maxTokens: number;
14874
- };
14875
- readonly "grok-4-1-fast": {
14876
- id: string;
14877
- name: string;
14878
- api: "openai-completions";
14879
- provider: string;
14880
- baseUrl: string;
14881
- reasoning: true;
14882
- input: ("image" | "text")[];
14883
- cost: {
14884
- input: number;
14885
- output: number;
14886
- cacheRead: number;
14887
- cacheWrite: number;
14888
- };
14889
- contextWindow: number;
14890
- maxTokens: number;
14891
- };
14892
- readonly "grok-4-1-fast-non-reasoning": {
14893
- id: string;
14894
- name: string;
14895
- api: "openai-completions";
14896
- provider: string;
14897
- baseUrl: string;
14898
- reasoning: false;
14899
- input: ("image" | "text")[];
14900
- cost: {
14901
- input: number;
14902
- output: number;
14903
- cacheRead: number;
14904
- cacheWrite: number;
14905
- };
14906
- contextWindow: number;
14907
- maxTokens: number;
14908
- };
14909
- readonly "grok-4-fast": {
14910
- id: string;
14911
- name: string;
14912
- api: "openai-completions";
14913
- provider: string;
14914
- baseUrl: string;
14915
- reasoning: true;
14916
- input: ("image" | "text")[];
14917
- cost: {
14918
- input: number;
14919
- output: number;
14920
- cacheRead: number;
14921
- cacheWrite: number;
14922
- };
14923
- contextWindow: number;
14924
- maxTokens: number;
14925
- };
14926
- readonly "grok-4-fast-non-reasoning": {
14927
- id: string;
14928
- name: string;
14929
- api: "openai-completions";
14930
- provider: string;
14931
- baseUrl: string;
14932
- reasoning: false;
14933
- input: ("image" | "text")[];
14934
- cost: {
14935
- input: number;
14936
- output: number;
14937
- cacheRead: number;
14938
- cacheWrite: number;
14939
- };
14940
- contextWindow: number;
14941
- maxTokens: number;
14942
- };
14943
14416
  readonly "grok-4.20-0309-non-reasoning": {
14944
14417
  id: string;
14945
14418
  name: string;
@@ -14991,31 +14464,14 @@ export declare const MODELS: {
14991
14464
  contextWindow: number;
14992
14465
  maxTokens: number;
14993
14466
  };
14994
- readonly "grok-beta": {
14995
- id: string;
14996
- name: string;
14997
- api: "openai-completions";
14998
- provider: string;
14999
- baseUrl: string;
15000
- reasoning: false;
15001
- input: "text"[];
15002
- cost: {
15003
- input: number;
15004
- output: number;
15005
- cacheRead: number;
15006
- cacheWrite: number;
15007
- };
15008
- contextWindow: number;
15009
- maxTokens: number;
15010
- };
15011
- readonly "grok-code-fast-1": {
14467
+ readonly "grok-build-0.1": {
15012
14468
  id: string;
15013
14469
  name: string;
15014
14470
  api: "openai-completions";
15015
14471
  provider: string;
15016
14472
  baseUrl: string;
15017
14473
  reasoning: true;
15018
- input: "text"[];
14474
+ input: ("image" | "text")[];
15019
14475
  cost: {
15020
14476
  input: number;
15021
14477
  output: number;
@@ -15025,14 +14481,14 @@ export declare const MODELS: {
15025
14481
  contextWindow: number;
15026
14482
  maxTokens: number;
15027
14483
  };
15028
- readonly "grok-vision-beta": {
14484
+ readonly "grok-code-fast-1": {
15029
14485
  id: string;
15030
14486
  name: string;
15031
14487
  api: "openai-completions";
15032
14488
  provider: string;
15033
14489
  baseUrl: string;
15034
14490
  reasoning: false;
15035
- input: ("image" | "text")[];
14491
+ input: "text"[];
15036
14492
  cost: {
15037
14493
  input: number;
15038
14494
  output: number;