@dreb/ai 2.12.1 → 2.13.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.
@@ -323,6 +323,40 @@ export declare const MODELS: {
323
323
  contextWindow: number;
324
324
  maxTokens: number;
325
325
  };
326
+ readonly "au.anthropic.claude-opus-4-6-v1": {
327
+ id: string;
328
+ name: string;
329
+ api: "bedrock-converse-stream";
330
+ provider: string;
331
+ baseUrl: string;
332
+ reasoning: true;
333
+ input: ("image" | "text")[];
334
+ cost: {
335
+ input: number;
336
+ output: number;
337
+ cacheRead: number;
338
+ cacheWrite: number;
339
+ };
340
+ contextWindow: number;
341
+ maxTokens: number;
342
+ };
343
+ readonly "au.anthropic.claude-sonnet-4-6": {
344
+ id: string;
345
+ name: string;
346
+ api: "bedrock-converse-stream";
347
+ provider: string;
348
+ baseUrl: string;
349
+ reasoning: true;
350
+ input: ("image" | "text")[];
351
+ cost: {
352
+ input: number;
353
+ output: number;
354
+ cacheRead: number;
355
+ cacheWrite: number;
356
+ };
357
+ contextWindow: number;
358
+ maxTokens: number;
359
+ };
326
360
  readonly "deepseek.r1-v1:0": {
327
361
  id: string;
328
362
  name: string;
@@ -2486,6 +2520,40 @@ export declare const MODELS: {
2486
2520
  contextWindow: number;
2487
2521
  maxTokens: number;
2488
2522
  };
2523
+ readonly "gpt-5.5": {
2524
+ id: string;
2525
+ name: string;
2526
+ api: "azure-openai-responses";
2527
+ provider: string;
2528
+ baseUrl: string;
2529
+ reasoning: true;
2530
+ input: ("image" | "text")[];
2531
+ cost: {
2532
+ input: number;
2533
+ output: number;
2534
+ cacheRead: number;
2535
+ cacheWrite: number;
2536
+ };
2537
+ contextWindow: number;
2538
+ maxTokens: number;
2539
+ };
2540
+ readonly "gpt-5.5-pro": {
2541
+ id: string;
2542
+ name: string;
2543
+ api: "azure-openai-responses";
2544
+ provider: string;
2545
+ baseUrl: string;
2546
+ reasoning: true;
2547
+ input: ("image" | "text")[];
2548
+ cost: {
2549
+ input: number;
2550
+ output: number;
2551
+ cacheRead: number;
2552
+ cacheWrite: number;
2553
+ };
2554
+ contextWindow: number;
2555
+ maxTokens: number;
2556
+ };
2489
2557
  readonly o1: {
2490
2558
  id: string;
2491
2559
  name: string;
@@ -3259,6 +3327,29 @@ export declare const MODELS: {
3259
3327
  contextWindow: number;
3260
3328
  maxTokens: number;
3261
3329
  };
3330
+ readonly "gpt-5.5": {
3331
+ id: string;
3332
+ name: string;
3333
+ api: "openai-responses";
3334
+ provider: string;
3335
+ baseUrl: string;
3336
+ headers: {
3337
+ "User-Agent": string;
3338
+ "Editor-Version": string;
3339
+ "Editor-Plugin-Version": string;
3340
+ "Copilot-Integration-Id": string;
3341
+ };
3342
+ reasoning: true;
3343
+ input: ("image" | "text")[];
3344
+ cost: {
3345
+ input: number;
3346
+ output: number;
3347
+ cacheRead: number;
3348
+ cacheWrite: number;
3349
+ };
3350
+ contextWindow: number;
3351
+ maxTokens: number;
3352
+ };
3262
3353
  readonly "grok-code-fast-1": {
3263
3354
  id: string;
3264
3355
  name: string;
@@ -3714,7 +3805,7 @@ export declare const MODELS: {
3714
3805
  contextWindow: number;
3715
3806
  maxTokens: number;
3716
3807
  };
3717
- readonly "gemma-4-26b-it": {
3808
+ readonly "gemma-4-26b-a4b-it": {
3718
3809
  id: string;
3719
3810
  name: string;
3720
3811
  api: "google-generative-ai";
@@ -4763,6 +4854,26 @@ export declare const MODELS: {
4763
4854
  contextWindow: number;
4764
4855
  maxTokens: number;
4765
4856
  };
4857
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
4858
+ id: string;
4859
+ name: string;
4860
+ api: "openai-completions";
4861
+ provider: string;
4862
+ baseUrl: string;
4863
+ compat: {
4864
+ supportsDeveloperRole: false;
4865
+ };
4866
+ reasoning: true;
4867
+ input: "text"[];
4868
+ cost: {
4869
+ input: number;
4870
+ output: number;
4871
+ cacheRead: number;
4872
+ cacheWrite: number;
4873
+ };
4874
+ contextWindow: number;
4875
+ maxTokens: number;
4876
+ };
4766
4877
  readonly "moonshotai/Kimi-K2-Instruct": {
4767
4878
  id: string;
4768
4879
  name: string;
@@ -6081,6 +6192,40 @@ export declare const MODELS: {
6081
6192
  contextWindow: number;
6082
6193
  maxTokens: number;
6083
6194
  };
6195
+ readonly "gpt-5.5": {
6196
+ id: string;
6197
+ name: string;
6198
+ api: "openai-responses";
6199
+ provider: string;
6200
+ baseUrl: string;
6201
+ reasoning: true;
6202
+ input: ("image" | "text")[];
6203
+ cost: {
6204
+ input: number;
6205
+ output: number;
6206
+ cacheRead: number;
6207
+ cacheWrite: number;
6208
+ };
6209
+ contextWindow: number;
6210
+ maxTokens: number;
6211
+ };
6212
+ readonly "gpt-5.5-pro": {
6213
+ id: string;
6214
+ name: string;
6215
+ api: "openai-responses";
6216
+ provider: string;
6217
+ baseUrl: string;
6218
+ reasoning: true;
6219
+ input: ("image" | "text")[];
6220
+ cost: {
6221
+ input: number;
6222
+ output: number;
6223
+ cacheRead: number;
6224
+ cacheWrite: number;
6225
+ };
6226
+ contextWindow: number;
6227
+ maxTokens: number;
6228
+ };
6084
6229
  readonly o1: {
6085
6230
  id: string;
6086
6231
  name: string;
@@ -6391,23 +6536,6 @@ export declare const MODELS: {
6391
6536
  contextWindow: number;
6392
6537
  maxTokens: number;
6393
6538
  };
6394
- readonly "claude-3-5-haiku": {
6395
- id: string;
6396
- name: string;
6397
- api: "anthropic-messages";
6398
- provider: string;
6399
- baseUrl: string;
6400
- reasoning: false;
6401
- input: ("image" | "text")[];
6402
- cost: {
6403
- input: number;
6404
- output: number;
6405
- cacheRead: number;
6406
- cacheWrite: number;
6407
- };
6408
- contextWindow: number;
6409
- maxTokens: number;
6410
- };
6411
6539
  readonly "claude-haiku-4-5": {
6412
6540
  id: string;
6413
6541
  name: string;
@@ -6850,6 +6978,57 @@ export declare const MODELS: {
6850
6978
  contextWindow: number;
6851
6979
  maxTokens: number;
6852
6980
  };
6981
+ readonly "gpt-5.5": {
6982
+ id: string;
6983
+ name: string;
6984
+ api: "openai-responses";
6985
+ provider: string;
6986
+ baseUrl: string;
6987
+ reasoning: true;
6988
+ input: ("image" | "text")[];
6989
+ cost: {
6990
+ input: number;
6991
+ output: number;
6992
+ cacheRead: number;
6993
+ cacheWrite: number;
6994
+ };
6995
+ contextWindow: number;
6996
+ maxTokens: number;
6997
+ };
6998
+ readonly "gpt-5.5-pro": {
6999
+ id: string;
7000
+ name: string;
7001
+ api: "openai-responses";
7002
+ provider: string;
7003
+ baseUrl: string;
7004
+ reasoning: true;
7005
+ input: ("image" | "text")[];
7006
+ cost: {
7007
+ input: number;
7008
+ output: number;
7009
+ cacheRead: number;
7010
+ cacheWrite: number;
7011
+ };
7012
+ contextWindow: number;
7013
+ maxTokens: number;
7014
+ };
7015
+ readonly "hy3-preview-free": {
7016
+ id: string;
7017
+ name: string;
7018
+ api: "openai-completions";
7019
+ provider: string;
7020
+ baseUrl: string;
7021
+ reasoning: true;
7022
+ input: "text"[];
7023
+ cost: {
7024
+ input: number;
7025
+ output: number;
7026
+ cacheRead: number;
7027
+ cacheWrite: number;
7028
+ };
7029
+ contextWindow: number;
7030
+ maxTokens: number;
7031
+ };
6853
7032
  readonly "kimi-k2.5": {
6854
7033
  id: string;
6855
7034
  name: string;
@@ -7005,7 +7184,7 @@ export declare const MODELS: {
7005
7184
  };
7006
7185
  };
7007
7186
  readonly "opencode-go": {
7008
- readonly "glm-5": {
7187
+ readonly "deepseek-v4-flash": {
7009
7188
  id: string;
7010
7189
  name: string;
7011
7190
  api: "openai-completions";
@@ -7022,7 +7201,7 @@ export declare const MODELS: {
7022
7201
  contextWindow: number;
7023
7202
  maxTokens: number;
7024
7203
  };
7025
- readonly "glm-5.1": {
7204
+ readonly "deepseek-v4-pro": {
7026
7205
  id: string;
7027
7206
  name: string;
7028
7207
  api: "openai-completions";
@@ -7039,14 +7218,14 @@ export declare const MODELS: {
7039
7218
  contextWindow: number;
7040
7219
  maxTokens: number;
7041
7220
  };
7042
- readonly "kimi-k2.5": {
7221
+ readonly "glm-5": {
7043
7222
  id: string;
7044
7223
  name: string;
7045
7224
  api: "openai-completions";
7046
7225
  provider: string;
7047
7226
  baseUrl: string;
7048
7227
  reasoning: true;
7049
- input: ("image" | "text")[];
7228
+ input: "text"[];
7050
7229
  cost: {
7051
7230
  input: number;
7052
7231
  output: number;
@@ -7056,14 +7235,14 @@ export declare const MODELS: {
7056
7235
  contextWindow: number;
7057
7236
  maxTokens: number;
7058
7237
  };
7059
- readonly "kimi-k2.6": {
7238
+ readonly "glm-5.1": {
7060
7239
  id: string;
7061
7240
  name: string;
7062
7241
  api: "openai-completions";
7063
7242
  provider: string;
7064
7243
  baseUrl: string;
7065
7244
  reasoning: true;
7066
- input: ("image" | "text")[];
7245
+ input: "text"[];
7067
7246
  cost: {
7068
7247
  input: number;
7069
7248
  output: number;
@@ -7073,7 +7252,7 @@ export declare const MODELS: {
7073
7252
  contextWindow: number;
7074
7253
  maxTokens: number;
7075
7254
  };
7076
- readonly "mimo-v2-omni": {
7255
+ readonly "kimi-k2.5": {
7077
7256
  id: string;
7078
7257
  name: string;
7079
7258
  api: "openai-completions";
@@ -7090,14 +7269,14 @@ export declare const MODELS: {
7090
7269
  contextWindow: number;
7091
7270
  maxTokens: number;
7092
7271
  };
7093
- readonly "mimo-v2-pro": {
7272
+ readonly "kimi-k2.6": {
7094
7273
  id: string;
7095
7274
  name: string;
7096
7275
  api: "openai-completions";
7097
7276
  provider: string;
7098
7277
  baseUrl: string;
7099
7278
  reasoning: true;
7100
- input: "text"[];
7279
+ input: ("image" | "text")[];
7101
7280
  cost: {
7102
7281
  input: number;
7103
7282
  output: number;
@@ -7107,14 +7286,14 @@ export declare const MODELS: {
7107
7286
  contextWindow: number;
7108
7287
  maxTokens: number;
7109
7288
  };
7110
- readonly "minimax-m2.5": {
7289
+ readonly "mimo-v2-omni": {
7111
7290
  id: string;
7112
7291
  name: string;
7113
7292
  api: "openai-completions";
7114
7293
  provider: string;
7115
7294
  baseUrl: string;
7116
7295
  reasoning: true;
7117
- input: "text"[];
7296
+ input: ("image" | "text")[];
7118
7297
  cost: {
7119
7298
  input: number;
7120
7299
  output: number;
@@ -7124,10 +7303,10 @@ export declare const MODELS: {
7124
7303
  contextWindow: number;
7125
7304
  maxTokens: number;
7126
7305
  };
7127
- readonly "minimax-m2.7": {
7306
+ readonly "mimo-v2-pro": {
7128
7307
  id: string;
7129
7308
  name: string;
7130
- api: "anthropic-messages";
7309
+ api: "openai-completions";
7131
7310
  provider: string;
7132
7311
  baseUrl: string;
7133
7312
  reasoning: true;
@@ -7141,10 +7320,10 @@ export declare const MODELS: {
7141
7320
  contextWindow: number;
7142
7321
  maxTokens: number;
7143
7322
  };
7144
- readonly "qwen3.5-plus": {
7323
+ readonly "mimo-v2.5": {
7145
7324
  id: string;
7146
7325
  name: string;
7147
- api: "anthropic-messages";
7326
+ api: "openai-completions";
7148
7327
  provider: string;
7149
7328
  baseUrl: string;
7150
7329
  reasoning: true;
@@ -7158,14 +7337,14 @@ export declare const MODELS: {
7158
7337
  contextWindow: number;
7159
7338
  maxTokens: number;
7160
7339
  };
7161
- readonly "qwen3.6-plus": {
7340
+ readonly "mimo-v2.5-pro": {
7162
7341
  id: string;
7163
7342
  name: string;
7164
- api: "anthropic-messages";
7343
+ api: "openai-completions";
7165
7344
  provider: string;
7166
7345
  baseUrl: string;
7167
7346
  reasoning: true;
7168
- input: ("image" | "text")[];
7347
+ input: "text"[];
7169
7348
  cost: {
7170
7349
  input: number;
7171
7350
  output: number;
@@ -7175,15 +7354,13 @@ export declare const MODELS: {
7175
7354
  contextWindow: number;
7176
7355
  maxTokens: number;
7177
7356
  };
7178
- };
7179
- readonly openrouter: {
7180
- readonly "ai21/jamba-large-1.7": {
7357
+ readonly "minimax-m2.5": {
7181
7358
  id: string;
7182
7359
  name: string;
7183
7360
  api: "openai-completions";
7184
7361
  provider: string;
7185
7362
  baseUrl: string;
7186
- reasoning: false;
7363
+ reasoning: true;
7187
7364
  input: "text"[];
7188
7365
  cost: {
7189
7366
  input: number;
@@ -7194,10 +7371,10 @@ export declare const MODELS: {
7194
7371
  contextWindow: number;
7195
7372
  maxTokens: number;
7196
7373
  };
7197
- readonly "alibaba/tongyi-deepresearch-30b-a3b": {
7374
+ readonly "minimax-m2.7": {
7198
7375
  id: string;
7199
7376
  name: string;
7200
- api: "openai-completions";
7377
+ api: "anthropic-messages";
7201
7378
  provider: string;
7202
7379
  baseUrl: string;
7203
7380
  reasoning: true;
@@ -7211,14 +7388,14 @@ export declare const MODELS: {
7211
7388
  contextWindow: number;
7212
7389
  maxTokens: number;
7213
7390
  };
7214
- readonly "allenai/olmo-3.1-32b-instruct": {
7391
+ readonly "qwen3.5-plus": {
7215
7392
  id: string;
7216
7393
  name: string;
7217
- api: "openai-completions";
7394
+ api: "anthropic-messages";
7218
7395
  provider: string;
7219
7396
  baseUrl: string;
7220
- reasoning: false;
7221
- input: "text"[];
7397
+ reasoning: true;
7398
+ input: ("image" | "text")[];
7222
7399
  cost: {
7223
7400
  input: number;
7224
7401
  output: number;
@@ -7228,10 +7405,10 @@ export declare const MODELS: {
7228
7405
  contextWindow: number;
7229
7406
  maxTokens: number;
7230
7407
  };
7231
- readonly "amazon/nova-2-lite-v1": {
7408
+ readonly "qwen3.6-plus": {
7232
7409
  id: string;
7233
7410
  name: string;
7234
- api: "openai-completions";
7411
+ api: "anthropic-messages";
7235
7412
  provider: string;
7236
7413
  baseUrl: string;
7237
7414
  reasoning: true;
@@ -7245,7 +7422,77 @@ export declare const MODELS: {
7245
7422
  contextWindow: number;
7246
7423
  maxTokens: number;
7247
7424
  };
7248
- readonly "amazon/nova-lite-v1": {
7425
+ };
7426
+ readonly openrouter: {
7427
+ readonly "ai21/jamba-large-1.7": {
7428
+ id: string;
7429
+ name: string;
7430
+ api: "openai-completions";
7431
+ provider: string;
7432
+ baseUrl: string;
7433
+ reasoning: false;
7434
+ input: "text"[];
7435
+ cost: {
7436
+ input: number;
7437
+ output: number;
7438
+ cacheRead: number;
7439
+ cacheWrite: number;
7440
+ };
7441
+ contextWindow: number;
7442
+ maxTokens: number;
7443
+ };
7444
+ readonly "alibaba/tongyi-deepresearch-30b-a3b": {
7445
+ id: string;
7446
+ name: string;
7447
+ api: "openai-completions";
7448
+ provider: string;
7449
+ baseUrl: string;
7450
+ reasoning: true;
7451
+ input: "text"[];
7452
+ cost: {
7453
+ input: number;
7454
+ output: number;
7455
+ cacheRead: number;
7456
+ cacheWrite: number;
7457
+ };
7458
+ contextWindow: number;
7459
+ maxTokens: number;
7460
+ };
7461
+ readonly "allenai/olmo-3.1-32b-instruct": {
7462
+ id: string;
7463
+ name: string;
7464
+ api: "openai-completions";
7465
+ provider: string;
7466
+ baseUrl: string;
7467
+ reasoning: false;
7468
+ input: "text"[];
7469
+ cost: {
7470
+ input: number;
7471
+ output: number;
7472
+ cacheRead: number;
7473
+ cacheWrite: number;
7474
+ };
7475
+ contextWindow: number;
7476
+ maxTokens: number;
7477
+ };
7478
+ readonly "amazon/nova-2-lite-v1": {
7479
+ id: string;
7480
+ name: string;
7481
+ api: "openai-completions";
7482
+ provider: string;
7483
+ baseUrl: string;
7484
+ reasoning: true;
7485
+ input: ("image" | "text")[];
7486
+ cost: {
7487
+ input: number;
7488
+ output: number;
7489
+ cacheRead: number;
7490
+ cacheWrite: number;
7491
+ };
7492
+ contextWindow: number;
7493
+ maxTokens: number;
7494
+ };
7495
+ readonly "amazon/nova-lite-v1": {
7249
7496
  id: string;
7250
7497
  name: string;
7251
7498
  api: "openai-completions";
@@ -7551,7 +7798,7 @@ export declare const MODELS: {
7551
7798
  contextWindow: number;
7552
7799
  maxTokens: number;
7553
7800
  };
7554
- readonly "arcee-ai/trinity-large-preview:free": {
7801
+ readonly "arcee-ai/trinity-large-preview": {
7555
7802
  id: string;
7556
7803
  name: string;
7557
7804
  api: "openai-completions";
@@ -7908,6 +8155,40 @@ export declare const MODELS: {
7908
8155
  contextWindow: number;
7909
8156
  maxTokens: number;
7910
8157
  };
8158
+ readonly "deepseek/deepseek-v4-flash": {
8159
+ id: string;
8160
+ name: string;
8161
+ api: "openai-completions";
8162
+ provider: string;
8163
+ baseUrl: string;
8164
+ reasoning: true;
8165
+ input: "text"[];
8166
+ cost: {
8167
+ input: number;
8168
+ output: number;
8169
+ cacheRead: number;
8170
+ cacheWrite: number;
8171
+ };
8172
+ contextWindow: number;
8173
+ maxTokens: number;
8174
+ };
8175
+ readonly "deepseek/deepseek-v4-pro": {
8176
+ id: string;
8177
+ name: string;
8178
+ api: "openai-completions";
8179
+ provider: string;
8180
+ baseUrl: string;
8181
+ reasoning: true;
8182
+ input: "text"[];
8183
+ cost: {
8184
+ input: number;
8185
+ output: number;
8186
+ cacheRead: number;
8187
+ cacheWrite: number;
8188
+ };
8189
+ contextWindow: number;
8190
+ maxTokens: number;
8191
+ };
7911
8192
  readonly "essentialai/rnj-1-instruct": {
7912
8193
  id: string;
7913
8194
  name: string;
@@ -8129,6 +8410,40 @@ export declare const MODELS: {
8129
8410
  contextWindow: number;
8130
8411
  maxTokens: number;
8131
8412
  };
8413
+ readonly "google/gemma-3-12b-it": {
8414
+ id: string;
8415
+ name: string;
8416
+ api: "openai-completions";
8417
+ provider: string;
8418
+ baseUrl: string;
8419
+ reasoning: false;
8420
+ input: ("image" | "text")[];
8421
+ cost: {
8422
+ input: number;
8423
+ output: number;
8424
+ cacheRead: number;
8425
+ cacheWrite: number;
8426
+ };
8427
+ contextWindow: number;
8428
+ maxTokens: number;
8429
+ };
8430
+ readonly "google/gemma-3-27b-it": {
8431
+ id: string;
8432
+ name: string;
8433
+ api: "openai-completions";
8434
+ provider: string;
8435
+ baseUrl: string;
8436
+ reasoning: false;
8437
+ input: ("image" | "text")[];
8438
+ cost: {
8439
+ input: number;
8440
+ output: number;
8441
+ cacheRead: number;
8442
+ cacheWrite: number;
8443
+ };
8444
+ contextWindow: number;
8445
+ maxTokens: number;
8446
+ };
8132
8447
  readonly "google/gemma-4-26b-a4b-it": {
8133
8448
  id: string;
8134
8449
  name: string;
@@ -8214,6 +8529,40 @@ export declare const MODELS: {
8214
8529
  contextWindow: number;
8215
8530
  maxTokens: number;
8216
8531
  };
8532
+ readonly "inclusionai/ling-2.6-1t:free": {
8533
+ id: string;
8534
+ name: string;
8535
+ api: "openai-completions";
8536
+ provider: string;
8537
+ baseUrl: string;
8538
+ reasoning: false;
8539
+ input: "text"[];
8540
+ cost: {
8541
+ input: number;
8542
+ output: number;
8543
+ cacheRead: number;
8544
+ cacheWrite: number;
8545
+ };
8546
+ contextWindow: number;
8547
+ maxTokens: number;
8548
+ };
8549
+ readonly "inclusionai/ling-2.6-flash": {
8550
+ id: string;
8551
+ name: string;
8552
+ api: "openai-completions";
8553
+ provider: string;
8554
+ baseUrl: string;
8555
+ reasoning: false;
8556
+ input: "text"[];
8557
+ cost: {
8558
+ input: number;
8559
+ output: number;
8560
+ cacheRead: number;
8561
+ cacheWrite: number;
8562
+ };
8563
+ contextWindow: number;
8564
+ maxTokens: number;
8565
+ };
8217
8566
  readonly "inclusionai/ling-2.6-flash:free": {
8218
8567
  id: string;
8219
8568
  name: string;
@@ -8996,6 +9345,23 @@ export declare const MODELS: {
8996
9345
  contextWindow: number;
8997
9346
  maxTokens: number;
8998
9347
  };
9348
+ readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
9349
+ id: string;
9350
+ name: string;
9351
+ api: "openai-completions";
9352
+ provider: string;
9353
+ baseUrl: string;
9354
+ reasoning: true;
9355
+ input: ("image" | "text")[];
9356
+ cost: {
9357
+ input: number;
9358
+ output: number;
9359
+ cacheRead: number;
9360
+ cacheWrite: number;
9361
+ };
9362
+ contextWindow: number;
9363
+ maxTokens: number;
9364
+ };
8999
9365
  readonly "nvidia/nemotron-3-super-120b-a12b": {
9000
9366
  id: string;
9001
9367
  name: string;
@@ -9727,6 +10093,40 @@ export declare const MODELS: {
9727
10093
  contextWindow: number;
9728
10094
  maxTokens: number;
9729
10095
  };
10096
+ readonly "openai/gpt-5.5": {
10097
+ id: string;
10098
+ name: string;
10099
+ api: "openai-completions";
10100
+ provider: string;
10101
+ baseUrl: string;
10102
+ reasoning: true;
10103
+ input: ("image" | "text")[];
10104
+ cost: {
10105
+ input: number;
10106
+ output: number;
10107
+ cacheRead: number;
10108
+ cacheWrite: number;
10109
+ };
10110
+ contextWindow: number;
10111
+ maxTokens: number;
10112
+ };
10113
+ readonly "openai/gpt-5.5-pro": {
10114
+ id: string;
10115
+ name: string;
10116
+ api: "openai-completions";
10117
+ provider: string;
10118
+ baseUrl: string;
10119
+ reasoning: true;
10120
+ input: ("image" | "text")[];
10121
+ cost: {
10122
+ input: number;
10123
+ output: number;
10124
+ cacheRead: number;
10125
+ cacheWrite: number;
10126
+ };
10127
+ contextWindow: number;
10128
+ maxTokens: number;
10129
+ };
9730
10130
  readonly "openai/gpt-audio": {
9731
10131
  id: string;
9732
10132
  name: string;
@@ -10033,6 +10433,40 @@ export declare const MODELS: {
10033
10433
  contextWindow: number;
10034
10434
  maxTokens: number;
10035
10435
  };
10436
+ readonly "poolside/laguna-m.1:free": {
10437
+ id: string;
10438
+ name: string;
10439
+ api: "openai-completions";
10440
+ provider: string;
10441
+ baseUrl: string;
10442
+ reasoning: true;
10443
+ input: "text"[];
10444
+ cost: {
10445
+ input: number;
10446
+ output: number;
10447
+ cacheRead: number;
10448
+ cacheWrite: number;
10449
+ };
10450
+ contextWindow: number;
10451
+ maxTokens: number;
10452
+ };
10453
+ readonly "poolside/laguna-xs.2:free": {
10454
+ id: string;
10455
+ name: string;
10456
+ api: "openai-completions";
10457
+ provider: string;
10458
+ baseUrl: string;
10459
+ reasoning: true;
10460
+ input: "text"[];
10461
+ cost: {
10462
+ input: number;
10463
+ output: number;
10464
+ cacheRead: number;
10465
+ cacheWrite: number;
10466
+ };
10467
+ contextWindow: number;
10468
+ maxTokens: number;
10469
+ };
10036
10470
  readonly "prime-intellect/intellect-3": {
10037
10471
  id: string;
10038
10472
  name: string;
@@ -10764,7 +11198,7 @@ export declare const MODELS: {
10764
11198
  contextWindow: number;
10765
11199
  maxTokens: number;
10766
11200
  };
10767
- readonly "qwen/qwen3.6-plus": {
11201
+ readonly "qwen/qwen3.5-plus-20260420": {
10768
11202
  id: string;
10769
11203
  name: string;
10770
11204
  api: "openai-completions";
@@ -10781,14 +11215,14 @@ export declare const MODELS: {
10781
11215
  contextWindow: number;
10782
11216
  maxTokens: number;
10783
11217
  };
10784
- readonly "qwen/qwq-32b": {
11218
+ readonly "qwen/qwen3.6-27b": {
10785
11219
  id: string;
10786
11220
  name: string;
10787
11221
  api: "openai-completions";
10788
11222
  provider: string;
10789
11223
  baseUrl: string;
10790
11224
  reasoning: true;
10791
- input: "text"[];
11225
+ input: ("image" | "text")[];
10792
11226
  cost: {
10793
11227
  input: number;
10794
11228
  output: number;
@@ -10798,13 +11232,13 @@ export declare const MODELS: {
10798
11232
  contextWindow: number;
10799
11233
  maxTokens: number;
10800
11234
  };
10801
- readonly "rekaai/reka-edge": {
11235
+ readonly "qwen/qwen3.6-flash": {
10802
11236
  id: string;
10803
11237
  name: string;
10804
11238
  api: "openai-completions";
10805
11239
  provider: string;
10806
11240
  baseUrl: string;
10807
- reasoning: false;
11241
+ reasoning: true;
10808
11242
  input: ("image" | "text")[];
10809
11243
  cost: {
10810
11244
  input: number;
@@ -10815,7 +11249,75 @@ export declare const MODELS: {
10815
11249
  contextWindow: number;
10816
11250
  maxTokens: number;
10817
11251
  };
10818
- readonly "relace/relace-search": {
11252
+ readonly "qwen/qwen3.6-max-preview": {
11253
+ id: string;
11254
+ name: string;
11255
+ api: "openai-completions";
11256
+ provider: string;
11257
+ baseUrl: string;
11258
+ reasoning: true;
11259
+ input: "text"[];
11260
+ cost: {
11261
+ input: number;
11262
+ output: number;
11263
+ cacheRead: number;
11264
+ cacheWrite: number;
11265
+ };
11266
+ contextWindow: number;
11267
+ maxTokens: number;
11268
+ };
11269
+ readonly "qwen/qwen3.6-plus": {
11270
+ id: string;
11271
+ name: string;
11272
+ api: "openai-completions";
11273
+ provider: string;
11274
+ baseUrl: string;
11275
+ reasoning: true;
11276
+ input: ("image" | "text")[];
11277
+ cost: {
11278
+ input: number;
11279
+ output: number;
11280
+ cacheRead: number;
11281
+ cacheWrite: number;
11282
+ };
11283
+ contextWindow: number;
11284
+ maxTokens: number;
11285
+ };
11286
+ readonly "qwen/qwq-32b": {
11287
+ id: string;
11288
+ name: string;
11289
+ api: "openai-completions";
11290
+ provider: string;
11291
+ baseUrl: string;
11292
+ reasoning: true;
11293
+ input: "text"[];
11294
+ cost: {
11295
+ input: number;
11296
+ output: number;
11297
+ cacheRead: number;
11298
+ cacheWrite: number;
11299
+ };
11300
+ contextWindow: number;
11301
+ maxTokens: number;
11302
+ };
11303
+ readonly "rekaai/reka-edge": {
11304
+ id: string;
11305
+ name: string;
11306
+ api: "openai-completions";
11307
+ provider: string;
11308
+ baseUrl: string;
11309
+ reasoning: false;
11310
+ input: ("image" | "text")[];
11311
+ cost: {
11312
+ input: number;
11313
+ output: number;
11314
+ cacheRead: number;
11315
+ cacheWrite: number;
11316
+ };
11317
+ contextWindow: number;
11318
+ maxTokens: number;
11319
+ };
11320
+ readonly "relace/relace-search": {
10819
11321
  id: string;
10820
11322
  name: string;
10821
11323
  api: "openai-completions";
@@ -10883,6 +11385,23 @@ export declare const MODELS: {
10883
11385
  contextWindow: number;
10884
11386
  maxTokens: number;
10885
11387
  };
11388
+ readonly "tencent/hy3-preview:free": {
11389
+ id: string;
11390
+ name: string;
11391
+ api: "openai-completions";
11392
+ provider: string;
11393
+ baseUrl: string;
11394
+ reasoning: true;
11395
+ input: "text"[];
11396
+ cost: {
11397
+ input: number;
11398
+ output: number;
11399
+ cacheRead: number;
11400
+ cacheWrite: number;
11401
+ };
11402
+ contextWindow: number;
11403
+ maxTokens: number;
11404
+ };
10886
11405
  readonly "thedrummer/rocinante-12b": {
10887
11406
  id: string;
10888
11407
  name: string;
@@ -11155,6 +11674,40 @@ export declare const MODELS: {
11155
11674
  contextWindow: number;
11156
11675
  maxTokens: number;
11157
11676
  };
11677
+ readonly "xiaomi/mimo-v2.5": {
11678
+ id: string;
11679
+ name: string;
11680
+ api: "openai-completions";
11681
+ provider: string;
11682
+ baseUrl: string;
11683
+ reasoning: true;
11684
+ input: ("image" | "text")[];
11685
+ cost: {
11686
+ input: number;
11687
+ output: number;
11688
+ cacheRead: number;
11689
+ cacheWrite: number;
11690
+ };
11691
+ contextWindow: number;
11692
+ maxTokens: number;
11693
+ };
11694
+ readonly "xiaomi/mimo-v2.5-pro": {
11695
+ id: string;
11696
+ name: string;
11697
+ api: "openai-completions";
11698
+ provider: string;
11699
+ baseUrl: string;
11700
+ reasoning: true;
11701
+ input: "text"[];
11702
+ cost: {
11703
+ input: number;
11704
+ output: number;
11705
+ cacheRead: number;
11706
+ cacheWrite: number;
11707
+ };
11708
+ contextWindow: number;
11709
+ maxTokens: number;
11710
+ };
11158
11711
  readonly "z-ai/glm-4-32b": {
11159
11712
  id: string;
11160
11713
  name: string;
@@ -11376,6 +11929,23 @@ export declare const MODELS: {
11376
11929
  contextWindow: number;
11377
11930
  maxTokens: number;
11378
11931
  };
11932
+ readonly "~anthropic/claude-haiku-latest": {
11933
+ id: string;
11934
+ name: string;
11935
+ api: "openai-completions";
11936
+ provider: string;
11937
+ baseUrl: string;
11938
+ reasoning: true;
11939
+ input: ("image" | "text")[];
11940
+ cost: {
11941
+ input: number;
11942
+ output: number;
11943
+ cacheRead: number;
11944
+ cacheWrite: number;
11945
+ };
11946
+ contextWindow: number;
11947
+ maxTokens: number;
11948
+ };
11379
11949
  readonly "~anthropic/claude-opus-latest": {
11380
11950
  id: string;
11381
11951
  name: string;
@@ -11393,6 +11963,108 @@ export declare const MODELS: {
11393
11963
  contextWindow: number;
11394
11964
  maxTokens: number;
11395
11965
  };
11966
+ readonly "~anthropic/claude-sonnet-latest": {
11967
+ id: string;
11968
+ name: string;
11969
+ api: "openai-completions";
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
+ };
11983
+ readonly "~google/gemini-flash-latest": {
11984
+ id: string;
11985
+ name: string;
11986
+ api: "openai-completions";
11987
+ provider: string;
11988
+ baseUrl: string;
11989
+ reasoning: true;
11990
+ input: ("image" | "text")[];
11991
+ cost: {
11992
+ input: number;
11993
+ output: number;
11994
+ cacheRead: number;
11995
+ cacheWrite: number;
11996
+ };
11997
+ contextWindow: number;
11998
+ maxTokens: number;
11999
+ };
12000
+ readonly "~google/gemini-pro-latest": {
12001
+ id: string;
12002
+ name: string;
12003
+ api: "openai-completions";
12004
+ provider: string;
12005
+ baseUrl: string;
12006
+ reasoning: true;
12007
+ input: ("image" | "text")[];
12008
+ cost: {
12009
+ input: number;
12010
+ output: number;
12011
+ cacheRead: number;
12012
+ cacheWrite: number;
12013
+ };
12014
+ contextWindow: number;
12015
+ maxTokens: number;
12016
+ };
12017
+ readonly "~moonshotai/kimi-latest": {
12018
+ id: string;
12019
+ name: string;
12020
+ api: "openai-completions";
12021
+ provider: string;
12022
+ baseUrl: string;
12023
+ reasoning: true;
12024
+ input: ("image" | "text")[];
12025
+ cost: {
12026
+ input: number;
12027
+ output: number;
12028
+ cacheRead: number;
12029
+ cacheWrite: number;
12030
+ };
12031
+ contextWindow: number;
12032
+ maxTokens: number;
12033
+ };
12034
+ readonly "~openai/gpt-latest": {
12035
+ id: string;
12036
+ name: string;
12037
+ api: "openai-completions";
12038
+ provider: string;
12039
+ baseUrl: string;
12040
+ reasoning: true;
12041
+ input: ("image" | "text")[];
12042
+ cost: {
12043
+ input: number;
12044
+ output: number;
12045
+ cacheRead: number;
12046
+ cacheWrite: number;
12047
+ };
12048
+ contextWindow: number;
12049
+ maxTokens: number;
12050
+ };
12051
+ readonly "~openai/gpt-mini-latest": {
12052
+ id: string;
12053
+ name: string;
12054
+ api: "openai-completions";
12055
+ provider: string;
12056
+ baseUrl: string;
12057
+ reasoning: true;
12058
+ input: ("image" | "text")[];
12059
+ cost: {
12060
+ input: number;
12061
+ output: number;
12062
+ cacheRead: number;
12063
+ cacheWrite: number;
12064
+ };
12065
+ contextWindow: number;
12066
+ maxTokens: number;
12067
+ };
11396
12068
  };
11397
12069
  readonly "vercel-ai-gateway": {
11398
12070
  readonly "alibaba/qwen-3-14b": {
@@ -12058,6 +12730,40 @@ export declare const MODELS: {
12058
12730
  contextWindow: number;
12059
12731
  maxTokens: number;
12060
12732
  };
12733
+ readonly "deepseek/deepseek-v4-flash": {
12734
+ id: string;
12735
+ name: string;
12736
+ api: "anthropic-messages";
12737
+ provider: string;
12738
+ baseUrl: string;
12739
+ reasoning: true;
12740
+ input: "text"[];
12741
+ cost: {
12742
+ input: number;
12743
+ output: number;
12744
+ cacheRead: number;
12745
+ cacheWrite: number;
12746
+ };
12747
+ contextWindow: number;
12748
+ maxTokens: number;
12749
+ };
12750
+ readonly "deepseek/deepseek-v4-pro": {
12751
+ id: string;
12752
+ name: string;
12753
+ api: "anthropic-messages";
12754
+ provider: string;
12755
+ baseUrl: string;
12756
+ reasoning: true;
12757
+ input: "text"[];
12758
+ cost: {
12759
+ input: number;
12760
+ output: number;
12761
+ cacheRead: number;
12762
+ cacheWrite: number;
12763
+ };
12764
+ contextWindow: number;
12765
+ maxTokens: number;
12766
+ };
12061
12767
  readonly "google/gemini-2.0-flash": {
12062
12768
  id: string;
12063
12769
  name: string;
@@ -13333,6 +14039,40 @@ export declare const MODELS: {
13333
14039
  contextWindow: number;
13334
14040
  maxTokens: number;
13335
14041
  };
14042
+ readonly "openai/gpt-5.5": {
14043
+ id: string;
14044
+ name: string;
14045
+ api: "anthropic-messages";
14046
+ provider: string;
14047
+ baseUrl: string;
14048
+ reasoning: true;
14049
+ input: ("image" | "text")[];
14050
+ cost: {
14051
+ input: number;
14052
+ output: number;
14053
+ cacheRead: number;
14054
+ cacheWrite: number;
14055
+ };
14056
+ contextWindow: number;
14057
+ maxTokens: number;
14058
+ };
14059
+ readonly "openai/gpt-5.5-pro": {
14060
+ id: string;
14061
+ name: string;
14062
+ api: "anthropic-messages";
14063
+ provider: string;
14064
+ baseUrl: string;
14065
+ reasoning: true;
14066
+ input: ("image" | "text")[];
14067
+ cost: {
14068
+ input: number;
14069
+ output: number;
14070
+ cacheRead: number;
14071
+ cacheWrite: number;
14072
+ };
14073
+ contextWindow: number;
14074
+ maxTokens: number;
14075
+ };
13336
14076
  readonly "openai/gpt-oss-20b": {
13337
14077
  id: string;
13338
14078
  name: string;
@@ -14020,7 +14760,7 @@ export declare const MODELS: {
14020
14760
  provider: string;
14021
14761
  baseUrl: string;
14022
14762
  reasoning: true;
14023
- input: ("image" | "text")[];
14763
+ input: "text"[];
14024
14764
  cost: {
14025
14765
  input: number;
14026
14766
  output: number;