@dreb/ai 2.45.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",
@@ -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,
@@ -10018,9 +10154,9 @@ export const MODELS = {
10018
10154
  reasoning: true,
10019
10155
  input: ["text", "image"],
10020
10156
  cost: {
10021
- input: 0.82,
10022
- output: 3.75,
10023
- cacheRead: 0.16,
10157
+ input: 0.71,
10158
+ output: 3.49,
10159
+ cacheRead: 0.15,
10024
10160
  cacheWrite: 0,
10025
10161
  },
10026
10162
  contextWindow: 262144,
@@ -11038,13 +11174,13 @@ export const MODELS = {
11038
11174
  reasoning: true,
11039
11175
  input: ["text"],
11040
11176
  cost: {
11041
- input: 0.03,
11042
- output: 0.13,
11043
- cacheRead: 0.03,
11177
+ input: 0.029,
11178
+ output: 0.14,
11179
+ cacheRead: 0,
11044
11180
  cacheWrite: 0,
11045
11181
  },
11046
11182
  contextWindow: 131072,
11047
- maxTokens: 131072,
11183
+ maxTokens: 4096,
11048
11184
  },
11049
11185
  "openai/gpt-oss-20b:free": {
11050
11186
  id: "openai/gpt-oss-20b:free",
@@ -12041,13 +12177,13 @@ export const MODELS = {
12041
12177
  reasoning: true,
12042
12178
  input: ["text", "image"],
12043
12179
  cost: {
12044
- input: 0.6,
12045
- output: 3.5999999999999996,
12046
- cacheRead: 0.12,
12180
+ input: 0.288,
12181
+ output: 2.4,
12182
+ cacheRead: 0,
12047
12183
  cacheWrite: 0,
12048
12184
  },
12049
12185
  contextWindow: 262144,
12050
- maxTokens: 262144,
12186
+ maxTokens: 4096,
12051
12187
  },
12052
12188
  "qwen/qwen3.6-35b-a3b": {
12053
12189
  id: "qwen/qwen3.6-35b-a3b",
@@ -12262,13 +12398,13 @@ export const MODELS = {
12262
12398
  reasoning: true,
12263
12399
  input: ["text"],
12264
12400
  cost: {
12265
- input: 0.14,
12266
- output: 0.58,
12267
- cacheRead: 0.035,
12401
+ input: 0.13199999999999998,
12402
+ output: 0.5279999999999999,
12403
+ cacheRead: 0.032999999999999995,
12268
12404
  cacheWrite: 0,
12269
12405
  },
12270
12406
  contextWindow: 262144,
12271
- maxTokens: 262144,
12407
+ maxTokens: 128000,
12272
12408
  },
12273
12409
  "tencent/hy3-preview": {
12274
12410
  id: "tencent/hy3-preview",
@@ -13199,10 +13335,10 @@ export const MODELS = {
13199
13335
  reasoning: true,
13200
13336
  input: ["text"],
13201
13337
  cost: {
13202
- input: 1.25,
13203
- output: 3.75,
13204
- cacheRead: 0.25,
13205
- cacheWrite: 1.5625,
13338
+ input: 2.5,
13339
+ output: 7.5,
13340
+ cacheRead: 0.5,
13341
+ cacheWrite: 3.125,
13206
13342
  },
13207
13343
  contextWindow: 991000,
13208
13344
  maxTokens: 64000,
@@ -14717,8 +14853,8 @@ export const MODELS = {
14717
14853
  cacheRead: 0.3,
14718
14854
  cacheWrite: 0,
14719
14855
  },
14720
- contextWindow: 1000000,
14721
- maxTokens: 131072,
14856
+ contextWindow: 1048576,
14857
+ maxTokens: 1048576,
14722
14858
  },
14723
14859
  "nvidia/nemotron-3-nano-30b-a3b": {
14724
14860
  id: "nvidia/nemotron-3-nano-30b-a3b",