@dreb/ai 2.60.1 → 2.61.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.
package/dist/models.generated.js
CHANGED
|
@@ -3453,10 +3453,10 @@ export const MODELS = {
|
|
|
3453
3453
|
reasoning: true,
|
|
3454
3454
|
input: ["text", "image"],
|
|
3455
3455
|
cost: {
|
|
3456
|
-
input: 5,
|
|
3457
|
-
output:
|
|
3458
|
-
cacheRead: 0.
|
|
3459
|
-
cacheWrite:
|
|
3456
|
+
input: 2.5,
|
|
3457
|
+
output: 15,
|
|
3458
|
+
cacheRead: 0.25,
|
|
3459
|
+
cacheWrite: 3.125,
|
|
3460
3460
|
},
|
|
3461
3461
|
contextWindow: 1050000,
|
|
3462
3462
|
maxTokens: 128000,
|
|
@@ -3859,9 +3859,9 @@ export const MODELS = {
|
|
|
3859
3859
|
reasoning: true,
|
|
3860
3860
|
input: ["text", "image"],
|
|
3861
3861
|
cost: {
|
|
3862
|
-
input:
|
|
3863
|
-
output:
|
|
3864
|
-
cacheRead: 0.
|
|
3862
|
+
input: 0.75,
|
|
3863
|
+
output: 3.75,
|
|
3864
|
+
cacheRead: 0.075,
|
|
3865
3865
|
cacheWrite: 0,
|
|
3866
3866
|
},
|
|
3867
3867
|
contextWindow: 1048576,
|
|
@@ -3893,9 +3893,9 @@ export const MODELS = {
|
|
|
3893
3893
|
reasoning: true,
|
|
3894
3894
|
input: ["text", "image"],
|
|
3895
3895
|
cost: {
|
|
3896
|
-
input:
|
|
3897
|
-
output:
|
|
3898
|
-
cacheRead: 0.
|
|
3896
|
+
input: 0.75,
|
|
3897
|
+
output: 3.75,
|
|
3898
|
+
cacheRead: 0.075,
|
|
3899
3899
|
cacheWrite: 0,
|
|
3900
3900
|
},
|
|
3901
3901
|
contextWindow: 1048576,
|
|
@@ -3910,9 +3910,9 @@ export const MODELS = {
|
|
|
3910
3910
|
reasoning: true,
|
|
3911
3911
|
input: ["text", "image"],
|
|
3912
3912
|
cost: {
|
|
3913
|
-
input: 0.
|
|
3914
|
-
output:
|
|
3915
|
-
cacheRead: 0.
|
|
3913
|
+
input: 0.3,
|
|
3914
|
+
output: 2.5,
|
|
3915
|
+
cacheRead: 0.03,
|
|
3916
3916
|
cacheWrite: 0,
|
|
3917
3917
|
},
|
|
3918
3918
|
contextWindow: 1048576,
|
|
@@ -7601,23 +7601,6 @@ export const MODELS = {
|
|
|
7601
7601
|
contextWindow: 1000000,
|
|
7602
7602
|
maxTokens: 384000,
|
|
7603
7603
|
},
|
|
7604
|
-
"deepseek-v4-flash-free": {
|
|
7605
|
-
id: "deepseek-v4-flash-free",
|
|
7606
|
-
name: "DeepSeek V4 Flash Free",
|
|
7607
|
-
api: "openai-completions",
|
|
7608
|
-
provider: "opencode",
|
|
7609
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
7610
|
-
reasoning: true,
|
|
7611
|
-
input: ["text"],
|
|
7612
|
-
cost: {
|
|
7613
|
-
input: 0,
|
|
7614
|
-
output: 0,
|
|
7615
|
-
cacheRead: 0,
|
|
7616
|
-
cacheWrite: 0,
|
|
7617
|
-
},
|
|
7618
|
-
contextWindow: 200000,
|
|
7619
|
-
maxTokens: 128000,
|
|
7620
|
-
},
|
|
7621
7604
|
"deepseek-v4-pro": {
|
|
7622
7605
|
id: "deepseek-v4-pro",
|
|
7623
7606
|
name: "DeepSeek V4 Pro",
|
|
@@ -8419,7 +8402,7 @@ export const MODELS = {
|
|
|
8419
8402
|
},
|
|
8420
8403
|
"x-preview-f-free": {
|
|
8421
8404
|
id: "x-preview-f-free",
|
|
8422
|
-
name: "Ox Alpha Free",
|
|
8405
|
+
name: "Ox Alpha Free (Unlimited)",
|
|
8423
8406
|
api: "openai-completions",
|
|
8424
8407
|
provider: "opencode",
|
|
8425
8408
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8453,6 +8436,23 @@ export const MODELS = {
|
|
|
8453
8436
|
contextWindow: 1000000,
|
|
8454
8437
|
maxTokens: 384000,
|
|
8455
8438
|
},
|
|
8439
|
+
"deepseek-v4-flash-vision-exp": {
|
|
8440
|
+
id: "deepseek-v4-flash-vision-exp",
|
|
8441
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
8442
|
+
api: "openai-completions",
|
|
8443
|
+
provider: "opencode-go",
|
|
8444
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8445
|
+
reasoning: true,
|
|
8446
|
+
input: ["text", "image"],
|
|
8447
|
+
cost: {
|
|
8448
|
+
input: 0.22,
|
|
8449
|
+
output: 0.66,
|
|
8450
|
+
cacheRead: 0.007,
|
|
8451
|
+
cacheWrite: 0,
|
|
8452
|
+
},
|
|
8453
|
+
contextWindow: 1000000,
|
|
8454
|
+
maxTokens: 384000,
|
|
8455
|
+
},
|
|
8456
8456
|
"deepseek-v4-pro": {
|
|
8457
8457
|
id: "deepseek-v4-pro",
|
|
8458
8458
|
name: "DeepSeek V4 Pro (New)",
|
|
@@ -8708,6 +8708,23 @@ export const MODELS = {
|
|
|
8708
8708
|
contextWindow: 1048576,
|
|
8709
8709
|
maxTokens: 131072,
|
|
8710
8710
|
},
|
|
8711
|
+
"ox-alpha-free": {
|
|
8712
|
+
id: "ox-alpha-free",
|
|
8713
|
+
name: "Ox Alpha Free (Unlimited)",
|
|
8714
|
+
api: "openai-completions",
|
|
8715
|
+
provider: "opencode-go",
|
|
8716
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8717
|
+
reasoning: true,
|
|
8718
|
+
input: ["text", "image"],
|
|
8719
|
+
cost: {
|
|
8720
|
+
input: 0,
|
|
8721
|
+
output: 0,
|
|
8722
|
+
cacheRead: 0,
|
|
8723
|
+
cacheWrite: 0,
|
|
8724
|
+
},
|
|
8725
|
+
contextWindow: 1000000,
|
|
8726
|
+
maxTokens: 131072,
|
|
8727
|
+
},
|
|
8711
8728
|
"qwen3.6-plus": {
|
|
8712
8729
|
id: "qwen3.6-plus",
|
|
8713
8730
|
name: "Qwen3.6 Plus",
|
|
@@ -9739,9 +9756,9 @@ export const MODELS = {
|
|
|
9739
9756
|
reasoning: true,
|
|
9740
9757
|
input: ["text"],
|
|
9741
9758
|
cost: {
|
|
9742
|
-
input: 0.
|
|
9743
|
-
output: 0.
|
|
9744
|
-
cacheRead: 0.
|
|
9759
|
+
input: 0.08106,
|
|
9760
|
+
output: 0.16212,
|
|
9761
|
+
cacheRead: 0.016212,
|
|
9745
9762
|
cacheWrite: 0,
|
|
9746
9763
|
},
|
|
9747
9764
|
contextWindow: 1048576,
|
|
@@ -9756,13 +9773,30 @@ export const MODELS = {
|
|
|
9756
9773
|
reasoning: true,
|
|
9757
9774
|
input: ["text"],
|
|
9758
9775
|
cost: {
|
|
9759
|
-
input: 0.
|
|
9760
|
-
output: 0.
|
|
9761
|
-
cacheRead: 0.
|
|
9776
|
+
input: 0.08,
|
|
9777
|
+
output: 0.18,
|
|
9778
|
+
cacheRead: 0.016,
|
|
9762
9779
|
cacheWrite: 0,
|
|
9763
9780
|
},
|
|
9764
9781
|
contextWindow: 1310720,
|
|
9765
|
-
maxTokens:
|
|
9782
|
+
maxTokens: 384000,
|
|
9783
|
+
},
|
|
9784
|
+
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
9785
|
+
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
9786
|
+
name: "DeepSeek: DeepSeek V4 Flash Vision Exp",
|
|
9787
|
+
api: "openai-completions",
|
|
9788
|
+
provider: "openrouter",
|
|
9789
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9790
|
+
reasoning: true,
|
|
9791
|
+
input: ["text", "image"],
|
|
9792
|
+
cost: {
|
|
9793
|
+
input: 0.22,
|
|
9794
|
+
output: 0.66,
|
|
9795
|
+
cacheRead: 0.007,
|
|
9796
|
+
cacheWrite: 0,
|
|
9797
|
+
},
|
|
9798
|
+
contextWindow: 1048576,
|
|
9799
|
+
maxTokens: 384000,
|
|
9766
9800
|
},
|
|
9767
9801
|
"deepseek/deepseek-v4-pro": {
|
|
9768
9802
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -10317,13 +10351,13 @@ export const MODELS = {
|
|
|
10317
10351
|
reasoning: true,
|
|
10318
10352
|
input: ["text", "image"],
|
|
10319
10353
|
cost: {
|
|
10320
|
-
input: 0.
|
|
10354
|
+
input: 0.09999999999999999,
|
|
10321
10355
|
output: 0.33999999999999997,
|
|
10322
|
-
cacheRead: 0.
|
|
10356
|
+
cacheRead: 0.09999999999999999,
|
|
10323
10357
|
cacheWrite: 0,
|
|
10324
10358
|
},
|
|
10325
10359
|
contextWindow: 262144,
|
|
10326
|
-
maxTokens:
|
|
10360
|
+
maxTokens: 262144,
|
|
10327
10361
|
},
|
|
10328
10362
|
"google/gemma-4-31b-it:free": {
|
|
10329
10363
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -10509,7 +10543,7 @@ export const MODELS = {
|
|
|
10509
10543
|
cacheRead: 0,
|
|
10510
10544
|
cacheWrite: 0,
|
|
10511
10545
|
},
|
|
10512
|
-
contextWindow:
|
|
10546
|
+
contextWindow: 65536,
|
|
10513
10547
|
maxTokens: 8192,
|
|
10514
10548
|
},
|
|
10515
10549
|
"meituan/longcat-2.0": {
|
|
@@ -10623,13 +10657,13 @@ export const MODELS = {
|
|
|
10623
10657
|
reasoning: true,
|
|
10624
10658
|
input: ["text", "image"],
|
|
10625
10659
|
cost: {
|
|
10626
|
-
input: 0.
|
|
10627
|
-
output: 1.
|
|
10660
|
+
input: 0.3,
|
|
10661
|
+
output: 1.1,
|
|
10628
10662
|
cacheRead: 0.04,
|
|
10629
10663
|
cacheWrite: 0,
|
|
10630
10664
|
},
|
|
10631
10665
|
contextWindow: 131072,
|
|
10632
|
-
maxTokens:
|
|
10666
|
+
maxTokens: 131072,
|
|
10633
10667
|
},
|
|
10634
10668
|
"meta/muse-spark-1.1": {
|
|
10635
10669
|
id: "meta/muse-spark-1.1",
|
|
@@ -10725,13 +10759,13 @@ export const MODELS = {
|
|
|
10725
10759
|
reasoning: true,
|
|
10726
10760
|
input: ["text"],
|
|
10727
10761
|
cost: {
|
|
10728
|
-
input: 0.
|
|
10729
|
-
output: 0.
|
|
10730
|
-
cacheRead: 0.
|
|
10762
|
+
input: 0.27,
|
|
10763
|
+
output: 0.95,
|
|
10764
|
+
cacheRead: 0.03,
|
|
10731
10765
|
cacheWrite: 0,
|
|
10732
10766
|
},
|
|
10733
10767
|
contextWindow: 204800,
|
|
10734
|
-
maxTokens:
|
|
10768
|
+
maxTokens: 32768,
|
|
10735
10769
|
},
|
|
10736
10770
|
"minimax/minimax-m2.7": {
|
|
10737
10771
|
id: "minimax/minimax-m2.7",
|
|
@@ -11133,9 +11167,9 @@ export const MODELS = {
|
|
|
11133
11167
|
reasoning: true,
|
|
11134
11168
|
input: ["text", "image"],
|
|
11135
11169
|
cost: {
|
|
11136
|
-
input: 0.
|
|
11137
|
-
output: 2.
|
|
11138
|
-
cacheRead: 0.
|
|
11170
|
+
input: 0.5795,
|
|
11171
|
+
output: 2.44,
|
|
11172
|
+
cacheRead: 0.0976,
|
|
11139
11173
|
cacheWrite: 0,
|
|
11140
11174
|
},
|
|
11141
11175
|
contextWindow: 262144,
|
|
@@ -11150,9 +11184,9 @@ export const MODELS = {
|
|
|
11150
11184
|
reasoning: true,
|
|
11151
11185
|
input: ["text", "image"],
|
|
11152
11186
|
cost: {
|
|
11153
|
-
input: 0.
|
|
11154
|
-
output: 3.
|
|
11155
|
-
cacheRead: 0.
|
|
11187
|
+
input: 0.67,
|
|
11188
|
+
output: 3.4,
|
|
11189
|
+
cacheRead: 0.16999999999999998,
|
|
11156
11190
|
cacheWrite: 0,
|
|
11157
11191
|
},
|
|
11158
11192
|
contextWindow: 262144,
|
|
@@ -13570,7 +13604,7 @@ export const MODELS = {
|
|
|
13570
13604
|
cacheWrite: 0,
|
|
13571
13605
|
},
|
|
13572
13606
|
contextWindow: 262144,
|
|
13573
|
-
maxTokens:
|
|
13607
|
+
maxTokens: 65536,
|
|
13574
13608
|
},
|
|
13575
13609
|
"qwen/qwen3.5-27b": {
|
|
13576
13610
|
id: "qwen/qwen3.5-27b",
|
|
@@ -14602,12 +14636,12 @@ export const MODELS = {
|
|
|
14602
14636
|
input: ["text"],
|
|
14603
14637
|
cost: {
|
|
14604
14638
|
input: 0.065,
|
|
14605
|
-
output: 0.
|
|
14606
|
-
cacheRead: 0.
|
|
14639
|
+
output: 0.18,
|
|
14640
|
+
cacheRead: 0.02,
|
|
14607
14641
|
cacheWrite: 0,
|
|
14608
14642
|
},
|
|
14609
14643
|
contextWindow: 1310720,
|
|
14610
|
-
maxTokens:
|
|
14644
|
+
maxTokens: 1048576,
|
|
14611
14645
|
},
|
|
14612
14646
|
"~google/gemini-flash-latest": {
|
|
14613
14647
|
id: "~google/gemini-flash-latest",
|
|
@@ -15750,6 +15784,23 @@ export const MODELS = {
|
|
|
15750
15784
|
contextWindow: 1000000,
|
|
15751
15785
|
maxTokens: 384000,
|
|
15752
15786
|
},
|
|
15787
|
+
"deepseek/deepseek-v4-flash-vision-exp": {
|
|
15788
|
+
id: "deepseek/deepseek-v4-flash-vision-exp",
|
|
15789
|
+
name: "DeepSeek V4 Flash Vision Exp",
|
|
15790
|
+
api: "anthropic-messages",
|
|
15791
|
+
provider: "vercel-ai-gateway",
|
|
15792
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15793
|
+
reasoning: true,
|
|
15794
|
+
input: ["text", "image"],
|
|
15795
|
+
cost: {
|
|
15796
|
+
input: 0.22,
|
|
15797
|
+
output: 0.66,
|
|
15798
|
+
cacheRead: 0.007,
|
|
15799
|
+
cacheWrite: 0,
|
|
15800
|
+
},
|
|
15801
|
+
contextWindow: 1000000,
|
|
15802
|
+
maxTokens: 384000,
|
|
15803
|
+
},
|
|
15753
15804
|
"deepseek/deepseek-v4-pro": {
|
|
15754
15805
|
id: "deepseek/deepseek-v4-pro",
|
|
15755
15806
|
name: "DeepSeek V4 Pro",
|
|
@@ -18156,13 +18207,13 @@ export const MODELS = {
|
|
|
18156
18207
|
reasoning: true,
|
|
18157
18208
|
input: ["text"],
|
|
18158
18209
|
cost: {
|
|
18159
|
-
input: 0.
|
|
18160
|
-
output: 0.
|
|
18161
|
-
cacheRead: 0.
|
|
18210
|
+
input: 0.13199999999999998,
|
|
18211
|
+
output: 0.5279999999999999,
|
|
18212
|
+
cacheRead: 0.032999999999999995,
|
|
18162
18213
|
cacheWrite: 0,
|
|
18163
18214
|
},
|
|
18164
|
-
contextWindow:
|
|
18165
|
-
maxTokens:
|
|
18215
|
+
contextWindow: 256000,
|
|
18216
|
+
maxTokens: 128000,
|
|
18166
18217
|
},
|
|
18167
18218
|
"thinkingmachines/inkling": {
|
|
18168
18219
|
id: "thinkingmachines/inkling",
|