@dreb/ai 2.19.3 → 2.20.0

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.
@@ -2573,23 +2573,6 @@ export declare const MODELS: {
2573
2573
  contextWindow: number;
2574
2574
  maxTokens: number;
2575
2575
  };
2576
- readonly "qwen-3-235b-a22b-instruct-2507": {
2577
- id: string;
2578
- name: string;
2579
- api: "openai-completions";
2580
- provider: string;
2581
- baseUrl: string;
2582
- reasoning: false;
2583
- input: "text"[];
2584
- cost: {
2585
- input: number;
2586
- output: number;
2587
- cacheRead: number;
2588
- cacheWrite: number;
2589
- };
2590
- contextWindow: number;
2591
- maxTokens: number;
2592
- };
2593
2576
  };
2594
2577
  readonly "github-copilot": {
2595
2578
  readonly "claude-haiku-4.5": {
@@ -2814,6 +2797,34 @@ export declare const MODELS: {
2814
2797
  contextWindow: number;
2815
2798
  maxTokens: number;
2816
2799
  };
2800
+ readonly "gemini-3.5-flash": {
2801
+ id: string;
2802
+ name: string;
2803
+ api: "openai-completions";
2804
+ provider: string;
2805
+ baseUrl: string;
2806
+ headers: {
2807
+ "User-Agent": string;
2808
+ "Editor-Version": string;
2809
+ "Editor-Plugin-Version": string;
2810
+ "Copilot-Integration-Id": string;
2811
+ };
2812
+ compat: {
2813
+ supportsStore: false;
2814
+ supportsDeveloperRole: false;
2815
+ supportsReasoningEffort: false;
2816
+ };
2817
+ reasoning: true;
2818
+ input: ("image" | "text")[];
2819
+ cost: {
2820
+ input: number;
2821
+ output: number;
2822
+ cacheRead: number;
2823
+ cacheWrite: number;
2824
+ };
2825
+ contextWindow: number;
2826
+ maxTokens: number;
2827
+ };
2817
2828
  readonly "gpt-4.1": {
2818
2829
  id: string;
2819
2830
  name: string;
@@ -3061,57 +3072,6 @@ export declare const MODELS: {
3061
3072
  };
3062
3073
  };
3063
3074
  readonly google: {
3064
- readonly "gemini-1.5-flash": {
3065
- id: string;
3066
- name: string;
3067
- api: "google-generative-ai";
3068
- provider: string;
3069
- baseUrl: string;
3070
- reasoning: false;
3071
- input: ("image" | "text")[];
3072
- cost: {
3073
- input: number;
3074
- output: number;
3075
- cacheRead: number;
3076
- cacheWrite: number;
3077
- };
3078
- contextWindow: number;
3079
- maxTokens: number;
3080
- };
3081
- readonly "gemini-1.5-flash-8b": {
3082
- id: string;
3083
- name: string;
3084
- api: "google-generative-ai";
3085
- provider: string;
3086
- baseUrl: string;
3087
- reasoning: false;
3088
- input: ("image" | "text")[];
3089
- cost: {
3090
- input: number;
3091
- output: number;
3092
- cacheRead: number;
3093
- cacheWrite: number;
3094
- };
3095
- contextWindow: number;
3096
- maxTokens: number;
3097
- };
3098
- readonly "gemini-1.5-pro": {
3099
- id: string;
3100
- name: string;
3101
- api: "google-generative-ai";
3102
- provider: string;
3103
- baseUrl: string;
3104
- reasoning: false;
3105
- input: ("image" | "text")[];
3106
- cost: {
3107
- input: number;
3108
- output: number;
3109
- cacheRead: number;
3110
- cacheWrite: number;
3111
- };
3112
- contextWindow: number;
3113
- maxTokens: number;
3114
- };
3115
3075
  readonly "gemini-2.0-flash": {
3116
3076
  id: string;
3117
3077
  name: string;
@@ -3180,91 +3140,6 @@ export declare const MODELS: {
3180
3140
  contextWindow: number;
3181
3141
  maxTokens: number;
3182
3142
  };
3183
- readonly "gemini-2.5-flash-lite-preview-06-17": {
3184
- id: string;
3185
- name: string;
3186
- api: "google-generative-ai";
3187
- provider: string;
3188
- baseUrl: string;
3189
- reasoning: true;
3190
- input: ("image" | "text")[];
3191
- cost: {
3192
- input: number;
3193
- output: number;
3194
- cacheRead: number;
3195
- cacheWrite: number;
3196
- };
3197
- contextWindow: number;
3198
- maxTokens: number;
3199
- };
3200
- readonly "gemini-2.5-flash-lite-preview-09-2025": {
3201
- id: string;
3202
- name: string;
3203
- api: "google-generative-ai";
3204
- provider: string;
3205
- baseUrl: string;
3206
- reasoning: true;
3207
- input: ("image" | "text")[];
3208
- cost: {
3209
- input: number;
3210
- output: number;
3211
- cacheRead: number;
3212
- cacheWrite: number;
3213
- };
3214
- contextWindow: number;
3215
- maxTokens: number;
3216
- };
3217
- readonly "gemini-2.5-flash-preview-04-17": {
3218
- id: string;
3219
- name: string;
3220
- api: "google-generative-ai";
3221
- provider: string;
3222
- baseUrl: string;
3223
- reasoning: true;
3224
- input: ("image" | "text")[];
3225
- cost: {
3226
- input: number;
3227
- output: number;
3228
- cacheRead: number;
3229
- cacheWrite: number;
3230
- };
3231
- contextWindow: number;
3232
- maxTokens: number;
3233
- };
3234
- readonly "gemini-2.5-flash-preview-05-20": {
3235
- id: string;
3236
- name: string;
3237
- api: "google-generative-ai";
3238
- provider: string;
3239
- baseUrl: string;
3240
- reasoning: true;
3241
- input: ("image" | "text")[];
3242
- cost: {
3243
- input: number;
3244
- output: number;
3245
- cacheRead: number;
3246
- cacheWrite: number;
3247
- };
3248
- contextWindow: number;
3249
- maxTokens: number;
3250
- };
3251
- readonly "gemini-2.5-flash-preview-09-2025": {
3252
- id: string;
3253
- name: string;
3254
- api: "google-generative-ai";
3255
- provider: string;
3256
- baseUrl: string;
3257
- reasoning: true;
3258
- input: ("image" | "text")[];
3259
- cost: {
3260
- input: number;
3261
- output: number;
3262
- cacheRead: number;
3263
- cacheWrite: number;
3264
- };
3265
- contextWindow: number;
3266
- maxTokens: number;
3267
- };
3268
3143
  readonly "gemini-2.5-pro": {
3269
3144
  id: string;
3270
3145
  name: string;
@@ -3282,40 +3157,6 @@ export declare const MODELS: {
3282
3157
  contextWindow: number;
3283
3158
  maxTokens: number;
3284
3159
  };
3285
- readonly "gemini-2.5-pro-preview-05-06": {
3286
- id: string;
3287
- name: string;
3288
- api: "google-generative-ai";
3289
- provider: string;
3290
- baseUrl: string;
3291
- reasoning: true;
3292
- input: ("image" | "text")[];
3293
- cost: {
3294
- input: number;
3295
- output: number;
3296
- cacheRead: number;
3297
- cacheWrite: number;
3298
- };
3299
- contextWindow: number;
3300
- maxTokens: number;
3301
- };
3302
- readonly "gemini-2.5-pro-preview-06-05": {
3303
- id: string;
3304
- name: string;
3305
- api: "google-generative-ai";
3306
- provider: string;
3307
- baseUrl: string;
3308
- reasoning: true;
3309
- input: ("image" | "text")[];
3310
- cost: {
3311
- input: number;
3312
- output: number;
3313
- cacheRead: number;
3314
- cacheWrite: number;
3315
- };
3316
- contextWindow: number;
3317
- maxTokens: number;
3318
- };
3319
3160
  readonly "gemini-3-flash-preview": {
3320
3161
  id: string;
3321
3162
  name: string;
@@ -3469,57 +3310,6 @@ export declare const MODELS: {
3469
3310
  contextWindow: number;
3470
3311
  maxTokens: number;
3471
3312
  };
3472
- readonly "gemini-live-2.5-flash": {
3473
- id: string;
3474
- name: string;
3475
- api: "google-generative-ai";
3476
- provider: string;
3477
- baseUrl: string;
3478
- reasoning: true;
3479
- input: ("image" | "text")[];
3480
- cost: {
3481
- input: number;
3482
- output: number;
3483
- cacheRead: number;
3484
- cacheWrite: number;
3485
- };
3486
- contextWindow: number;
3487
- maxTokens: number;
3488
- };
3489
- readonly "gemini-live-2.5-flash-preview-native-audio": {
3490
- id: string;
3491
- name: string;
3492
- api: "google-generative-ai";
3493
- provider: string;
3494
- baseUrl: string;
3495
- reasoning: true;
3496
- input: "text"[];
3497
- cost: {
3498
- input: number;
3499
- output: number;
3500
- cacheRead: number;
3501
- cacheWrite: number;
3502
- };
3503
- contextWindow: number;
3504
- maxTokens: number;
3505
- };
3506
- readonly "gemma-3-27b-it": {
3507
- id: string;
3508
- name: string;
3509
- api: "google-generative-ai";
3510
- provider: string;
3511
- baseUrl: string;
3512
- reasoning: false;
3513
- input: ("image" | "text")[];
3514
- cost: {
3515
- input: number;
3516
- output: number;
3517
- cacheRead: number;
3518
- cacheWrite: number;
3519
- };
3520
- contextWindow: number;
3521
- maxTokens: number;
3522
- };
3523
3313
  readonly "gemma-4-26b-a4b-it": {
3524
3314
  id: string;
3525
3315
  name: string;
@@ -6438,6 +6228,23 @@ export declare const MODELS: {
6438
6228
  contextWindow: number;
6439
6229
  maxTokens: number;
6440
6230
  };
6231
+ readonly "gemini-3.5-flash": {
6232
+ id: string;
6233
+ name: string;
6234
+ api: "google-generative-ai";
6235
+ provider: string;
6236
+ baseUrl: string;
6237
+ reasoning: true;
6238
+ input: ("image" | "text")[];
6239
+ cost: {
6240
+ input: number;
6241
+ output: number;
6242
+ cacheRead: number;
6243
+ cacheWrite: number;
6244
+ };
6245
+ contextWindow: number;
6246
+ maxTokens: number;
6247
+ };
6441
6248
  readonly "glm-5": {
6442
6249
  id: string;
6443
6250
  name: string;
@@ -6744,7 +6551,7 @@ export declare const MODELS: {
6744
6551
  contextWindow: number;
6745
6552
  maxTokens: number;
6746
6553
  };
6747
- readonly "kimi-k2.5": {
6554
+ readonly "grok-build-0.1": {
6748
6555
  id: string;
6749
6556
  name: string;
6750
6557
  api: "openai-completions";
@@ -6761,7 +6568,7 @@ export declare const MODELS: {
6761
6568
  contextWindow: number;
6762
6569
  maxTokens: number;
6763
6570
  };
6764
- readonly "kimi-k2.6": {
6571
+ readonly "kimi-k2.5": {
6765
6572
  id: string;
6766
6573
  name: string;
6767
6574
  api: "openai-completions";
@@ -6778,14 +6585,14 @@ export declare const MODELS: {
6778
6585
  contextWindow: number;
6779
6586
  maxTokens: number;
6780
6587
  };
6781
- readonly "minimax-m2.5": {
6588
+ readonly "kimi-k2.6": {
6782
6589
  id: string;
6783
6590
  name: string;
6784
6591
  api: "openai-completions";
6785
6592
  provider: string;
6786
6593
  baseUrl: string;
6787
6594
  reasoning: true;
6788
- input: "text"[];
6595
+ input: ("image" | "text")[];
6789
6596
  cost: {
6790
6597
  input: number;
6791
6598
  output: number;
@@ -6795,14 +6602,14 @@ export declare const MODELS: {
6795
6602
  contextWindow: number;
6796
6603
  maxTokens: number;
6797
6604
  };
6798
- readonly "minimax-m2.5-free": {
6605
+ readonly "mimo-v2.5-free": {
6799
6606
  id: string;
6800
6607
  name: string;
6801
- api: "anthropic-messages";
6608
+ api: "openai-completions";
6802
6609
  provider: string;
6803
6610
  baseUrl: string;
6804
6611
  reasoning: true;
6805
- input: "text"[];
6612
+ input: ("image" | "text")[];
6806
6613
  cost: {
6807
6614
  input: number;
6808
6615
  output: number;
@@ -6812,7 +6619,7 @@ export declare const MODELS: {
6812
6619
  contextWindow: number;
6813
6620
  maxTokens: number;
6814
6621
  };
6815
- readonly "minimax-m2.7": {
6622
+ readonly "minimax-m2.5": {
6816
6623
  id: string;
6817
6624
  name: string;
6818
6625
  api: "openai-completions";
@@ -6829,7 +6636,7 @@ export declare const MODELS: {
6829
6636
  contextWindow: number;
6830
6637
  maxTokens: number;
6831
6638
  };
6832
- readonly "nemotron-3-super-free": {
6639
+ readonly "minimax-m2.7": {
6833
6640
  id: string;
6834
6641
  name: string;
6835
6642
  api: "openai-completions";
@@ -6846,14 +6653,14 @@ export declare const MODELS: {
6846
6653
  contextWindow: number;
6847
6654
  maxTokens: number;
6848
6655
  };
6849
- readonly "qwen3.5-plus": {
6656
+ readonly "nemotron-3-super-free": {
6850
6657
  id: string;
6851
6658
  name: string;
6852
- api: "anthropic-messages";
6659
+ api: "openai-completions";
6853
6660
  provider: string;
6854
6661
  baseUrl: string;
6855
6662
  reasoning: true;
6856
- input: ("image" | "text")[];
6663
+ input: "text"[];
6857
6664
  cost: {
6858
6665
  input: number;
6859
6666
  output: number;
@@ -6863,7 +6670,7 @@ export declare const MODELS: {
6863
6670
  contextWindow: number;
6864
6671
  maxTokens: number;
6865
6672
  };
6866
- readonly "qwen3.6-plus": {
6673
+ readonly "qwen3.5-plus": {
6867
6674
  id: string;
6868
6675
  name: string;
6869
6676
  api: "anthropic-messages";
@@ -6880,7 +6687,7 @@ export declare const MODELS: {
6880
6687
  contextWindow: number;
6881
6688
  maxTokens: number;
6882
6689
  };
6883
- readonly "qwen3.6-plus-free": {
6690
+ readonly "qwen3.6-plus": {
6884
6691
  id: string;
6885
6692
  name: string;
6886
6693
  api: "anthropic-messages";
@@ -7103,15 +6910,13 @@ export declare const MODELS: {
7103
6910
  contextWindow: number;
7104
6911
  maxTokens: number;
7105
6912
  };
7106
- };
7107
- readonly openrouter: {
7108
- readonly "ai21/jamba-large-1.7": {
6913
+ readonly "qwen3.7-max": {
7109
6914
  id: string;
7110
6915
  name: string;
7111
- api: "openai-completions";
6916
+ api: "anthropic-messages";
7112
6917
  provider: string;
7113
6918
  baseUrl: string;
7114
- reasoning: false;
6919
+ reasoning: true;
7115
6920
  input: "text"[];
7116
6921
  cost: {
7117
6922
  input: number;
@@ -7122,13 +6927,15 @@ export declare const MODELS: {
7122
6927
  contextWindow: number;
7123
6928
  maxTokens: number;
7124
6929
  };
7125
- readonly "alibaba/tongyi-deepresearch-30b-a3b": {
6930
+ };
6931
+ readonly openrouter: {
6932
+ readonly "ai21/jamba-large-1.7": {
7126
6933
  id: string;
7127
6934
  name: string;
7128
6935
  api: "openai-completions";
7129
6936
  provider: string;
7130
6937
  baseUrl: string;
7131
- reasoning: true;
6938
+ reasoning: false;
7132
6939
  input: "text"[];
7133
6940
  cost: {
7134
6941
  input: number;
@@ -7258,58 +7065,7 @@ export declare const MODELS: {
7258
7065
  contextWindow: number;
7259
7066
  maxTokens: number;
7260
7067
  };
7261
- readonly "anthropic/claude-haiku-4.5": {
7262
- id: string;
7263
- name: string;
7264
- api: "openai-completions";
7265
- provider: string;
7266
- baseUrl: string;
7267
- reasoning: true;
7268
- input: ("image" | "text")[];
7269
- cost: {
7270
- input: number;
7271
- output: number;
7272
- cacheRead: number;
7273
- cacheWrite: number;
7274
- };
7275
- contextWindow: number;
7276
- maxTokens: number;
7277
- };
7278
- readonly "anthropic/claude-opus-4": {
7279
- id: string;
7280
- name: string;
7281
- api: "openai-completions";
7282
- provider: string;
7283
- baseUrl: string;
7284
- reasoning: true;
7285
- input: ("image" | "text")[];
7286
- cost: {
7287
- input: number;
7288
- output: number;
7289
- cacheRead: number;
7290
- cacheWrite: number;
7291
- };
7292
- contextWindow: number;
7293
- maxTokens: number;
7294
- };
7295
- readonly "anthropic/claude-opus-4.1": {
7296
- id: string;
7297
- name: string;
7298
- api: "openai-completions";
7299
- provider: string;
7300
- baseUrl: string;
7301
- reasoning: true;
7302
- input: ("image" | "text")[];
7303
- cost: {
7304
- input: number;
7305
- output: number;
7306
- cacheRead: number;
7307
- cacheWrite: number;
7308
- };
7309
- contextWindow: number;
7310
- maxTokens: number;
7311
- };
7312
- readonly "anthropic/claude-opus-4.5": {
7068
+ readonly "anthropic/claude-haiku-4.5": {
7313
7069
  id: string;
7314
7070
  name: string;
7315
7071
  api: "openai-completions";
@@ -7326,7 +7082,7 @@ export declare const MODELS: {
7326
7082
  contextWindow: number;
7327
7083
  maxTokens: number;
7328
7084
  };
7329
- readonly "anthropic/claude-opus-4.6": {
7085
+ readonly "anthropic/claude-opus-4": {
7330
7086
  id: string;
7331
7087
  name: string;
7332
7088
  api: "openai-completions";
@@ -7343,7 +7099,7 @@ export declare const MODELS: {
7343
7099
  contextWindow: number;
7344
7100
  maxTokens: number;
7345
7101
  };
7346
- readonly "anthropic/claude-opus-4.6-fast": {
7102
+ readonly "anthropic/claude-opus-4.1": {
7347
7103
  id: string;
7348
7104
  name: string;
7349
7105
  api: "openai-completions";
@@ -7360,7 +7116,7 @@ export declare const MODELS: {
7360
7116
  contextWindow: number;
7361
7117
  maxTokens: number;
7362
7118
  };
7363
- readonly "anthropic/claude-opus-4.7": {
7119
+ readonly "anthropic/claude-opus-4.5": {
7364
7120
  id: string;
7365
7121
  name: string;
7366
7122
  api: "openai-completions";
@@ -7377,7 +7133,7 @@ export declare const MODELS: {
7377
7133
  contextWindow: number;
7378
7134
  maxTokens: number;
7379
7135
  };
7380
- readonly "anthropic/claude-opus-4.7-fast": {
7136
+ readonly "anthropic/claude-opus-4.6": {
7381
7137
  id: string;
7382
7138
  name: string;
7383
7139
  api: "openai-completions";
@@ -7394,7 +7150,7 @@ export declare const MODELS: {
7394
7150
  contextWindow: number;
7395
7151
  maxTokens: number;
7396
7152
  };
7397
- readonly "anthropic/claude-sonnet-4": {
7153
+ readonly "anthropic/claude-opus-4.6-fast": {
7398
7154
  id: string;
7399
7155
  name: string;
7400
7156
  api: "openai-completions";
@@ -7411,7 +7167,7 @@ export declare const MODELS: {
7411
7167
  contextWindow: number;
7412
7168
  maxTokens: number;
7413
7169
  };
7414
- readonly "anthropic/claude-sonnet-4.5": {
7170
+ readonly "anthropic/claude-opus-4.7": {
7415
7171
  id: string;
7416
7172
  name: string;
7417
7173
  api: "openai-completions";
@@ -7428,7 +7184,7 @@ export declare const MODELS: {
7428
7184
  contextWindow: number;
7429
7185
  maxTokens: number;
7430
7186
  };
7431
- readonly "anthropic/claude-sonnet-4.6": {
7187
+ readonly "anthropic/claude-opus-4.7-fast": {
7432
7188
  id: string;
7433
7189
  name: string;
7434
7190
  api: "openai-completions";
@@ -7445,14 +7201,14 @@ export declare const MODELS: {
7445
7201
  contextWindow: number;
7446
7202
  maxTokens: number;
7447
7203
  };
7448
- readonly "arcee-ai/trinity-large-preview": {
7204
+ readonly "anthropic/claude-sonnet-4": {
7449
7205
  id: string;
7450
7206
  name: string;
7451
7207
  api: "openai-completions";
7452
7208
  provider: string;
7453
7209
  baseUrl: string;
7454
- reasoning: false;
7455
- input: "text"[];
7210
+ reasoning: true;
7211
+ input: ("image" | "text")[];
7456
7212
  cost: {
7457
7213
  input: number;
7458
7214
  output: number;
@@ -7462,14 +7218,14 @@ export declare const MODELS: {
7462
7218
  contextWindow: number;
7463
7219
  maxTokens: number;
7464
7220
  };
7465
- readonly "arcee-ai/trinity-large-thinking": {
7221
+ readonly "anthropic/claude-sonnet-4.5": {
7466
7222
  id: string;
7467
7223
  name: string;
7468
7224
  api: "openai-completions";
7469
7225
  provider: string;
7470
7226
  baseUrl: string;
7471
7227
  reasoning: true;
7472
- input: "text"[];
7228
+ input: ("image" | "text")[];
7473
7229
  cost: {
7474
7230
  input: number;
7475
7231
  output: number;
@@ -7479,14 +7235,14 @@ export declare const MODELS: {
7479
7235
  contextWindow: number;
7480
7236
  maxTokens: number;
7481
7237
  };
7482
- readonly "arcee-ai/trinity-large-thinking:free": {
7238
+ readonly "anthropic/claude-sonnet-4.6": {
7483
7239
  id: string;
7484
7240
  name: string;
7485
7241
  api: "openai-completions";
7486
7242
  provider: string;
7487
7243
  baseUrl: string;
7488
7244
  reasoning: true;
7489
- input: "text"[];
7245
+ input: ("image" | "text")[];
7490
7246
  cost: {
7491
7247
  input: number;
7492
7248
  output: number;
@@ -7496,7 +7252,7 @@ export declare const MODELS: {
7496
7252
  contextWindow: number;
7497
7253
  maxTokens: number;
7498
7254
  };
7499
- readonly "arcee-ai/trinity-mini": {
7255
+ readonly "arcee-ai/trinity-large-thinking": {
7500
7256
  id: string;
7501
7257
  name: string;
7502
7258
  api: "openai-completions";
@@ -7513,13 +7269,13 @@ export declare const MODELS: {
7513
7269
  contextWindow: number;
7514
7270
  maxTokens: number;
7515
7271
  };
7516
- readonly "arcee-ai/virtuoso-large": {
7272
+ readonly "arcee-ai/trinity-mini": {
7517
7273
  id: string;
7518
7274
  name: string;
7519
7275
  api: "openai-completions";
7520
7276
  provider: string;
7521
7277
  baseUrl: string;
7522
- reasoning: false;
7278
+ reasoning: true;
7523
7279
  input: "text"[];
7524
7280
  cost: {
7525
7281
  input: number;
@@ -7530,14 +7286,14 @@ export declare const MODELS: {
7530
7286
  contextWindow: number;
7531
7287
  maxTokens: number;
7532
7288
  };
7533
- readonly auto: {
7289
+ readonly "arcee-ai/virtuoso-large": {
7534
7290
  id: string;
7535
7291
  name: string;
7536
7292
  api: "openai-completions";
7537
7293
  provider: string;
7538
7294
  baseUrl: string;
7539
- reasoning: true;
7540
- input: ("image" | "text")[];
7295
+ reasoning: false;
7296
+ input: "text"[];
7541
7297
  cost: {
7542
7298
  input: number;
7543
7299
  output: number;
@@ -7547,14 +7303,14 @@ export declare const MODELS: {
7547
7303
  contextWindow: number;
7548
7304
  maxTokens: number;
7549
7305
  };
7550
- readonly "baidu/cobuddy:free": {
7306
+ readonly auto: {
7551
7307
  id: string;
7552
7308
  name: string;
7553
7309
  api: "openai-completions";
7554
7310
  provider: string;
7555
7311
  baseUrl: string;
7556
7312
  reasoning: true;
7557
- input: "text"[];
7313
+ input: ("image" | "text")[];
7558
7314
  cost: {
7559
7315
  input: number;
7560
7316
  output: number;
@@ -8975,6 +8731,23 @@ export declare const MODELS: {
8975
8731
  contextWindow: number;
8976
8732
  maxTokens: number;
8977
8733
  };
8734
+ readonly "moonshotai/kimi-k2.6:free": {
8735
+ id: string;
8736
+ name: string;
8737
+ api: "openai-completions";
8738
+ provider: string;
8739
+ baseUrl: string;
8740
+ reasoning: true;
8741
+ input: ("image" | "text")[];
8742
+ cost: {
8743
+ input: number;
8744
+ output: number;
8745
+ cacheRead: number;
8746
+ cacheWrite: number;
8747
+ };
8748
+ contextWindow: number;
8749
+ maxTokens: number;
8750
+ };
8978
8751
  readonly "nex-agi/deepseek-v3.1-nex-n1": {
8979
8752
  id: string;
8980
8753
  name: string;
@@ -10981,6 +10754,23 @@ export declare const MODELS: {
10981
10754
  contextWindow: number;
10982
10755
  maxTokens: number;
10983
10756
  };
10757
+ readonly "qwen/qwen3.7-max": {
10758
+ id: string;
10759
+ name: string;
10760
+ api: "openai-completions";
10761
+ provider: string;
10762
+ baseUrl: string;
10763
+ reasoning: true;
10764
+ input: "text"[];
10765
+ cost: {
10766
+ input: number;
10767
+ output: number;
10768
+ cacheRead: number;
10769
+ cacheWrite: number;
10770
+ };
10771
+ contextWindow: number;
10772
+ maxTokens: number;
10773
+ };
10984
10774
  readonly "rekaai/reka-edge": {
10985
10775
  id: string;
10986
10776
  name: string;
@@ -11168,6 +10958,23 @@ export declare const MODELS: {
11168
10958
  contextWindow: number;
11169
10959
  maxTokens: number;
11170
10960
  };
10961
+ readonly "x-ai/grok-build-0.1": {
10962
+ id: string;
10963
+ name: string;
10964
+ api: "openai-completions";
10965
+ provider: string;
10966
+ baseUrl: string;
10967
+ reasoning: true;
10968
+ input: ("image" | "text")[];
10969
+ cost: {
10970
+ input: number;
10971
+ output: number;
10972
+ cacheRead: number;
10973
+ cacheWrite: number;
10974
+ };
10975
+ contextWindow: number;
10976
+ maxTokens: number;
10977
+ };
11171
10978
  readonly "xiaomi/mimo-v2-flash": {
11172
10979
  id: string;
11173
10980
  name: string;
@@ -11918,6 +11725,23 @@ export declare const MODELS: {
11918
11725
  contextWindow: number;
11919
11726
  maxTokens: number;
11920
11727
  };
11728
+ readonly "alibaba/qwen3.7-max": {
11729
+ id: string;
11730
+ name: string;
11731
+ api: "anthropic-messages";
11732
+ provider: string;
11733
+ baseUrl: string;
11734
+ reasoning: true;
11735
+ input: ("image" | "text")[];
11736
+ cost: {
11737
+ input: number;
11738
+ output: number;
11739
+ cacheRead: number;
11740
+ cacheWrite: number;
11741
+ };
11742
+ contextWindow: number;
11743
+ maxTokens: number;
11744
+ };
11921
11745
  readonly "anthropic/claude-3-haiku": {
11922
11746
  id: string;
11923
11747
  name: string;
@@ -12955,6 +12779,23 @@ export declare const MODELS: {
12955
12779
  contextWindow: number;
12956
12780
  maxTokens: number;
12957
12781
  };
12782
+ readonly "mistral/mistral-medium-3.5": {
12783
+ id: string;
12784
+ name: string;
12785
+ api: "anthropic-messages";
12786
+ provider: string;
12787
+ baseUrl: string;
12788
+ reasoning: true;
12789
+ input: "text"[];
12790
+ cost: {
12791
+ input: number;
12792
+ output: number;
12793
+ cacheRead: number;
12794
+ cacheWrite: number;
12795
+ };
12796
+ contextWindow: number;
12797
+ maxTokens: number;
12798
+ };
12958
12799
  readonly "mistral/mistral-small": {
12959
12800
  id: string;
12960
12801
  name: string;
@@ -13958,6 +13799,23 @@ export declare const MODELS: {
13958
13799
  contextWindow: number;
13959
13800
  maxTokens: number;
13960
13801
  };
13802
+ readonly "xai/grok-build-0.1": {
13803
+ id: string;
13804
+ name: string;
13805
+ api: "anthropic-messages";
13806
+ provider: string;
13807
+ baseUrl: string;
13808
+ reasoning: true;
13809
+ input: ("image" | "text")[];
13810
+ cost: {
13811
+ input: number;
13812
+ output: number;
13813
+ cacheRead: number;
13814
+ cacheWrite: number;
13815
+ };
13816
+ contextWindow: number;
13817
+ maxTokens: number;
13818
+ };
13961
13819
  readonly "xiaomi/mimo-v2-flash": {
13962
13820
  id: string;
13963
13821
  name: string;
@@ -14249,108 +14107,6 @@ export declare const MODELS: {
14249
14107
  };
14250
14108
  };
14251
14109
  readonly xai: {
14252
- readonly "grok-2": {
14253
- id: string;
14254
- name: string;
14255
- api: "openai-completions";
14256
- provider: string;
14257
- baseUrl: string;
14258
- reasoning: false;
14259
- input: "text"[];
14260
- cost: {
14261
- input: number;
14262
- output: number;
14263
- cacheRead: number;
14264
- cacheWrite: number;
14265
- };
14266
- contextWindow: number;
14267
- maxTokens: number;
14268
- };
14269
- readonly "grok-2-1212": {
14270
- id: string;
14271
- name: string;
14272
- api: "openai-completions";
14273
- provider: string;
14274
- baseUrl: string;
14275
- reasoning: false;
14276
- input: "text"[];
14277
- cost: {
14278
- input: number;
14279
- output: number;
14280
- cacheRead: number;
14281
- cacheWrite: number;
14282
- };
14283
- contextWindow: number;
14284
- maxTokens: number;
14285
- };
14286
- readonly "grok-2-latest": {
14287
- id: string;
14288
- name: string;
14289
- api: "openai-completions";
14290
- provider: string;
14291
- baseUrl: string;
14292
- reasoning: false;
14293
- input: "text"[];
14294
- cost: {
14295
- input: number;
14296
- output: number;
14297
- cacheRead: number;
14298
- cacheWrite: number;
14299
- };
14300
- contextWindow: number;
14301
- maxTokens: number;
14302
- };
14303
- readonly "grok-2-vision": {
14304
- id: string;
14305
- name: string;
14306
- api: "openai-completions";
14307
- provider: string;
14308
- baseUrl: string;
14309
- reasoning: false;
14310
- input: ("image" | "text")[];
14311
- cost: {
14312
- input: number;
14313
- output: number;
14314
- cacheRead: number;
14315
- cacheWrite: number;
14316
- };
14317
- contextWindow: number;
14318
- maxTokens: number;
14319
- };
14320
- readonly "grok-2-vision-1212": {
14321
- id: string;
14322
- name: string;
14323
- api: "openai-completions";
14324
- provider: string;
14325
- baseUrl: string;
14326
- reasoning: false;
14327
- input: ("image" | "text")[];
14328
- cost: {
14329
- input: number;
14330
- output: number;
14331
- cacheRead: number;
14332
- cacheWrite: number;
14333
- };
14334
- contextWindow: number;
14335
- maxTokens: number;
14336
- };
14337
- readonly "grok-2-vision-latest": {
14338
- id: string;
14339
- name: string;
14340
- api: "openai-completions";
14341
- provider: string;
14342
- baseUrl: string;
14343
- reasoning: false;
14344
- input: ("image" | "text")[];
14345
- cost: {
14346
- input: number;
14347
- output: number;
14348
- cacheRead: number;
14349
- cacheWrite: number;
14350
- };
14351
- contextWindow: number;
14352
- maxTokens: number;
14353
- };
14354
14110
  readonly "grok-4.20-0309-non-reasoning": {
14355
14111
  id: string;
14356
14112
  name: string;
@@ -14402,14 +14158,14 @@ export declare const MODELS: {
14402
14158
  contextWindow: number;
14403
14159
  maxTokens: number;
14404
14160
  };
14405
- readonly "grok-beta": {
14161
+ readonly "grok-build-0.1": {
14406
14162
  id: string;
14407
14163
  name: string;
14408
14164
  api: "openai-completions";
14409
14165
  provider: string;
14410
14166
  baseUrl: string;
14411
- reasoning: false;
14412
- input: "text"[];
14167
+ reasoning: true;
14168
+ input: ("image" | "text")[];
14413
14169
  cost: {
14414
14170
  input: number;
14415
14171
  output: number;
@@ -14436,23 +14192,6 @@ export declare const MODELS: {
14436
14192
  contextWindow: number;
14437
14193
  maxTokens: number;
14438
14194
  };
14439
- readonly "grok-vision-beta": {
14440
- id: string;
14441
- name: string;
14442
- api: "openai-completions";
14443
- provider: string;
14444
- baseUrl: string;
14445
- reasoning: false;
14446
- input: ("image" | "text")[];
14447
- cost: {
14448
- input: number;
14449
- output: number;
14450
- cacheRead: number;
14451
- cacheWrite: number;
14452
- };
14453
- contextWindow: number;
14454
- maxTokens: number;
14455
- };
14456
14195
  };
14457
14196
  };
14458
14197
  //# sourceMappingURL=models.generated.d.ts.map