@dreb/ai 2.44.0 → 2.45.1

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.
@@ -3449,6 +3449,40 @@ export const MODELS = {
3449
3449
  },
3450
3450
  },
3451
3451
  "google": {
3452
+ "deep-research-max-preview-04-2026": {
3453
+ id: "deep-research-max-preview-04-2026",
3454
+ name: "Deep Research Max Preview",
3455
+ api: "google-generative-ai",
3456
+ provider: "google",
3457
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3458
+ reasoning: true,
3459
+ input: ["text", "image"],
3460
+ cost: {
3461
+ input: 2,
3462
+ output: 12,
3463
+ cacheRead: 0.2,
3464
+ cacheWrite: 0,
3465
+ },
3466
+ contextWindow: 1048576,
3467
+ maxTokens: 65536,
3468
+ },
3469
+ "deep-research-preview-04-2026": {
3470
+ id: "deep-research-preview-04-2026",
3471
+ name: "Gemini Deep Research Preview",
3472
+ api: "google-generative-ai",
3473
+ provider: "google",
3474
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3475
+ reasoning: true,
3476
+ input: ["text", "image"],
3477
+ cost: {
3478
+ input: 2,
3479
+ output: 12,
3480
+ cacheRead: 0.2,
3481
+ cacheWrite: 0,
3482
+ },
3483
+ contextWindow: 1048576,
3484
+ maxTokens: 65536,
3485
+ },
3452
3486
  "gemini-2.0-flash": {
3453
3487
  id: "gemini-2.0-flash",
3454
3488
  name: "Gemini 2.0 Flash",
@@ -3483,6 +3517,23 @@ export const MODELS = {
3483
3517
  contextWindow: 1048576,
3484
3518
  maxTokens: 8192,
3485
3519
  },
3520
+ "gemini-2.5-computer-use-preview-10-2025": {
3521
+ id: "gemini-2.5-computer-use-preview-10-2025",
3522
+ name: "Gemini 2.5 Computer Use Preview",
3523
+ api: "google-generative-ai",
3524
+ provider: "google",
3525
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3526
+ reasoning: true,
3527
+ input: ["text", "image"],
3528
+ cost: {
3529
+ input: 1.25,
3530
+ output: 10,
3531
+ cacheRead: 0,
3532
+ cacheWrite: 0,
3533
+ },
3534
+ contextWindow: 128000,
3535
+ maxTokens: 64000,
3536
+ },
3486
3537
  "gemini-2.5-flash": {
3487
3538
  id: "gemini-2.5-flash",
3488
3539
  name: "Gemini 2.5 Flash",
@@ -3585,6 +3636,23 @@ export const MODELS = {
3585
3636
  contextWindow: 1048576,
3586
3637
  maxTokens: 65536,
3587
3638
  },
3639
+ "gemini-3.1-flash-lite-image": {
3640
+ id: "gemini-3.1-flash-lite-image",
3641
+ name: "Nano Banana 2 Lite",
3642
+ api: "google-generative-ai",
3643
+ provider: "google",
3644
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3645
+ reasoning: true,
3646
+ input: ["text", "image"],
3647
+ cost: {
3648
+ input: 0.25,
3649
+ output: 30,
3650
+ cacheRead: 0,
3651
+ cacheWrite: 0,
3652
+ },
3653
+ contextWindow: 65536,
3654
+ maxTokens: 4096,
3655
+ },
3588
3656
  "gemini-3.1-flash-lite-preview": {
3589
3657
  id: "gemini-3.1-flash-lite-preview",
3590
3658
  name: "Gemini 3.1 Flash Lite Preview",
@@ -3602,6 +3670,23 @@ export const MODELS = {
3602
3670
  contextWindow: 1048576,
3603
3671
  maxTokens: 65536,
3604
3672
  },
3673
+ "gemini-3.1-flash-live-preview": {
3674
+ id: "gemini-3.1-flash-live-preview",
3675
+ name: "Gemini 3.1 Flash Live Preview",
3676
+ api: "google-generative-ai",
3677
+ provider: "google",
3678
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3679
+ reasoning: true,
3680
+ input: ["text", "image"],
3681
+ cost: {
3682
+ input: 0.75,
3683
+ output: 4.5,
3684
+ cacheRead: 0,
3685
+ cacheWrite: 0,
3686
+ },
3687
+ contextWindow: 131072,
3688
+ maxTokens: 65536,
3689
+ },
3605
3690
  "gemini-3.1-pro-preview": {
3606
3691
  id: "gemini-3.1-pro-preview",
3607
3692
  name: "Gemini 3.1 Pro Preview",
@@ -3721,6 +3806,23 @@ export const MODELS = {
3721
3806
  contextWindow: 1048576,
3722
3807
  maxTokens: 65536,
3723
3808
  },
3809
+ "gemini-robotics-er-1.6-preview": {
3810
+ id: "gemini-robotics-er-1.6-preview",
3811
+ name: "Gemini Robotics-ER 1.6 Preview",
3812
+ api: "google-generative-ai",
3813
+ provider: "google",
3814
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3815
+ reasoning: true,
3816
+ input: ["text", "image"],
3817
+ cost: {
3818
+ input: 1,
3819
+ output: 5,
3820
+ cacheRead: 0,
3821
+ cacheWrite: 0,
3822
+ },
3823
+ contextWindow: 131072,
3824
+ maxTokens: 65536,
3825
+ },
3724
3826
  "gemma-4-26b-a4b-it": {
3725
3827
  id: "gemma-4-26b-a4b-it",
3726
3828
  name: "Gemma 4 26B A4B IT",
@@ -5279,6 +5381,23 @@ export const MODELS = {
5279
5381
  contextWindow: 1048576,
5280
5382
  maxTokens: 131072,
5281
5383
  },
5384
+ "k3-256k": {
5385
+ id: "k3-256k",
5386
+ name: "Kimi K3-256K",
5387
+ api: "anthropic-messages",
5388
+ provider: "kimi-coding",
5389
+ baseUrl: "https://api.kimi.com/coding",
5390
+ reasoning: true,
5391
+ input: ["text", "image"],
5392
+ cost: {
5393
+ input: 0,
5394
+ output: 0,
5395
+ cacheRead: 0,
5396
+ cacheWrite: 0,
5397
+ },
5398
+ contextWindow: 262144,
5399
+ maxTokens: 131072,
5400
+ },
5282
5401
  "kimi-for-coding": {
5283
5402
  id: "kimi-for-coding",
5284
5403
  name: "Kimi K2.7 Code",
@@ -7761,6 +7880,23 @@ export const MODELS = {
7761
7880
  contextWindow: 256000,
7762
7881
  maxTokens: 32000,
7763
7882
  },
7883
+ "ling-3.0-flash-free": {
7884
+ id: "ling-3.0-flash-free",
7885
+ name: "Ling-3.0-flash Free",
7886
+ api: "openai-completions",
7887
+ provider: "opencode",
7888
+ baseUrl: "https://opencode.ai/zen/v1",
7889
+ reasoning: true,
7890
+ input: ["text"],
7891
+ cost: {
7892
+ input: 0,
7893
+ output: 0,
7894
+ cacheRead: 0,
7895
+ cacheWrite: 0,
7896
+ },
7897
+ contextWindow: 262144,
7898
+ maxTokens: 32768,
7899
+ },
7764
7900
  "mimo-v2.5-free": {
7765
7901
  id: "mimo-v2.5-free",
7766
7902
  name: "MiMo V2.5 Free",
@@ -9185,13 +9321,13 @@ export const MODELS = {
9185
9321
  reasoning: false,
9186
9322
  input: ["text", "image"],
9187
9323
  cost: {
9188
- input: 0.09999999999999999,
9189
- output: 0.3,
9190
- cacheRead: 0,
9324
+ input: 0.08,
9325
+ output: 0.44999999999999996,
9326
+ cacheRead: 0.04,
9191
9327
  cacheWrite: 0,
9192
9328
  },
9193
9329
  contextWindow: 262144,
9194
- maxTokens: 4096,
9330
+ maxTokens: 131072,
9195
9331
  },
9196
9332
  "google/gemma-4-26b-a4b-it": {
9197
9333
  id: "google/gemma-4-26b-a4b-it",
@@ -9236,9 +9372,9 @@ export const MODELS = {
9236
9372
  reasoning: true,
9237
9373
  input: ["text", "image"],
9238
9374
  cost: {
9239
- input: 0.12,
9240
- output: 0.35,
9241
- cacheRead: 0.09,
9375
+ input: 0.14,
9376
+ output: 0.39999999999999997,
9377
+ cacheRead: 0,
9242
9378
  cacheWrite: 0,
9243
9379
  },
9244
9380
  contextWindow: 262144,
@@ -9329,6 +9465,23 @@ export const MODELS = {
9329
9465
  contextWindow: 262144,
9330
9466
  maxTokens: 32768,
9331
9467
  },
9468
+ "inclusionai/ling-3.0-flash:free": {
9469
+ id: "inclusionai/ling-3.0-flash:free",
9470
+ name: "Ling-3.0-flash (free)",
9471
+ api: "openai-completions",
9472
+ provider: "openrouter",
9473
+ baseUrl: "https://openrouter.ai/api/v1",
9474
+ reasoning: true,
9475
+ input: ["text"],
9476
+ cost: {
9477
+ input: 0,
9478
+ output: 0,
9479
+ cacheRead: 0,
9480
+ cacheWrite: 0,
9481
+ },
9482
+ contextWindow: 262144,
9483
+ maxTokens: 32768,
9484
+ },
9332
9485
  "inclusionai/ring-2.6-1t": {
9333
9486
  id: "inclusionai/ring-2.6-1t",
9334
9487
  name: "inclusionAI: Ring-2.6-1T",
@@ -9542,9 +9695,9 @@ export const MODELS = {
9542
9695
  reasoning: true,
9543
9696
  input: ["text"],
9544
9697
  cost: {
9545
- input: 0.3,
9546
- output: 1.2,
9547
- cacheRead: 0.03,
9698
+ input: 0.255,
9699
+ output: 1.02,
9700
+ cacheRead: 0,
9548
9701
  cacheWrite: 0,
9549
9702
  },
9550
9703
  contextWindow: 204800,
@@ -10001,9 +10154,9 @@ export const MODELS = {
10001
10154
  reasoning: true,
10002
10155
  input: ["text", "image"],
10003
10156
  cost: {
10004
- input: 0.82,
10005
- output: 3.75,
10006
- cacheRead: 0.16,
10157
+ input: 0.71,
10158
+ output: 3.49,
10159
+ cacheRead: 0.15,
10007
10160
  cacheWrite: 0,
10008
10161
  },
10009
10162
  contextWindow: 262144,
@@ -11021,13 +11174,13 @@ export const MODELS = {
11021
11174
  reasoning: true,
11022
11175
  input: ["text"],
11023
11176
  cost: {
11024
- input: 0.03,
11025
- output: 0.13,
11026
- cacheRead: 0.03,
11177
+ input: 0.029,
11178
+ output: 0.14,
11179
+ cacheRead: 0,
11027
11180
  cacheWrite: 0,
11028
11181
  },
11029
11182
  contextWindow: 131072,
11030
- maxTokens: 131072,
11183
+ maxTokens: 4096,
11031
11184
  },
11032
11185
  "openai/gpt-oss-20b:free": {
11033
11186
  id: "openai/gpt-oss-20b:free",
@@ -11905,13 +12058,13 @@ export const MODELS = {
11905
12058
  reasoning: true,
11906
12059
  input: ["text", "image"],
11907
12060
  cost: {
11908
- input: 0.26,
11909
- output: 2.6,
12061
+ input: 0.195,
12062
+ output: 1.56,
11910
12063
  cacheRead: 0,
11911
12064
  cacheWrite: 0,
11912
12065
  },
11913
12066
  contextWindow: 262144,
11914
- maxTokens: 81920,
12067
+ maxTokens: 65536,
11915
12068
  },
11916
12069
  "qwen/qwen3.5-35b-a3b": {
11917
12070
  id: "qwen/qwen3.5-35b-a3b",
@@ -12024,13 +12177,13 @@ export const MODELS = {
12024
12177
  reasoning: true,
12025
12178
  input: ["text", "image"],
12026
12179
  cost: {
12027
- input: 0.6,
12028
- output: 3.5999999999999996,
12029
- cacheRead: 0.12,
12180
+ input: 0.288,
12181
+ output: 2.4,
12182
+ cacheRead: 0,
12030
12183
  cacheWrite: 0,
12031
12184
  },
12032
12185
  contextWindow: 262144,
12033
- maxTokens: 262144,
12186
+ maxTokens: 4096,
12034
12187
  },
12035
12188
  "qwen/qwen3.6-35b-a3b": {
12036
12189
  id: "qwen/qwen3.6-35b-a3b",
@@ -12245,13 +12398,13 @@ export const MODELS = {
12245
12398
  reasoning: true,
12246
12399
  input: ["text"],
12247
12400
  cost: {
12248
- input: 0.14,
12249
- output: 0.58,
12250
- cacheRead: 0.035,
12401
+ input: 0.13199999999999998,
12402
+ output: 0.5279999999999999,
12403
+ cacheRead: 0.032999999999999995,
12251
12404
  cacheWrite: 0,
12252
12405
  },
12253
12406
  contextWindow: 262144,
12254
- maxTokens: 262144,
12407
+ maxTokens: 128000,
12255
12408
  },
12256
12409
  "tencent/hy3-preview": {
12257
12410
  id: "tencent/hy3-preview",
@@ -12602,9 +12755,9 @@ export const MODELS = {
12602
12755
  reasoning: true,
12603
12756
  input: ["text"],
12604
12757
  cost: {
12605
- input: 0.826,
12606
- output: 2.5959999999999996,
12607
- cacheRead: 0.1534,
12758
+ input: 0.8078000000000001,
12759
+ output: 2.5388,
12760
+ cacheRead: 0.15002,
12608
12761
  cacheWrite: 0,
12609
12762
  },
12610
12763
  contextWindow: 1048576,
@@ -13182,10 +13335,10 @@ export const MODELS = {
13182
13335
  reasoning: true,
13183
13336
  input: ["text"],
13184
13337
  cost: {
13185
- input: 1.25,
13186
- output: 3.75,
13187
- cacheRead: 0.25,
13188
- cacheWrite: 1.5625,
13338
+ input: 2.5,
13339
+ output: 7.5,
13340
+ cacheRead: 0.5,
13341
+ cacheWrite: 3.125,
13189
13342
  },
13190
13343
  contextWindow: 991000,
13191
13344
  maxTokens: 64000,
@@ -14700,8 +14853,8 @@ export const MODELS = {
14700
14853
  cacheRead: 0.3,
14701
14854
  cacheWrite: 0,
14702
14855
  },
14703
- contextWindow: 1000000,
14704
- maxTokens: 131072,
14856
+ contextWindow: 1048576,
14857
+ maxTokens: 1048576,
14705
14858
  },
14706
14859
  "nvidia/nemotron-3-nano-30b-a3b": {
14707
14860
  id: "nvidia/nemotron-3-nano-30b-a3b",