@dreb/ai 2.55.1 → 2.55.2
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.d.ts +102 -17
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +117 -32
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -1359,7 +1359,7 @@ export const MODELS = {
|
|
|
1359
1359
|
cacheRead: 0.022,
|
|
1360
1360
|
cacheWrite: 0.275,
|
|
1361
1361
|
},
|
|
1362
|
-
contextWindow:
|
|
1362
|
+
contextWindow: 1050000,
|
|
1363
1363
|
maxTokens: 128000,
|
|
1364
1364
|
},
|
|
1365
1365
|
"openai.gpt-5.6-sol": {
|
|
@@ -1374,9 +1374,9 @@ export const MODELS = {
|
|
|
1374
1374
|
input: 5.5,
|
|
1375
1375
|
output: 33,
|
|
1376
1376
|
cacheRead: 0.55,
|
|
1377
|
-
cacheWrite: 6.
|
|
1377
|
+
cacheWrite: 6.875,
|
|
1378
1378
|
},
|
|
1379
|
-
contextWindow:
|
|
1379
|
+
contextWindow: 1050000,
|
|
1380
1380
|
maxTokens: 128000,
|
|
1381
1381
|
},
|
|
1382
1382
|
"openai.gpt-5.6-terra": {
|
|
@@ -1393,7 +1393,7 @@ export const MODELS = {
|
|
|
1393
1393
|
cacheRead: 0.22,
|
|
1394
1394
|
cacheWrite: 2.75,
|
|
1395
1395
|
},
|
|
1396
|
-
contextWindow:
|
|
1396
|
+
contextWindow: 1050000,
|
|
1397
1397
|
maxTokens: 128000,
|
|
1398
1398
|
},
|
|
1399
1399
|
"openai.gpt-oss-120b": {
|
|
@@ -8028,23 +8028,6 @@ export const MODELS = {
|
|
|
8028
8028
|
contextWindow: 1000000,
|
|
8029
8029
|
maxTokens: 128000,
|
|
8030
8030
|
},
|
|
8031
|
-
"north-mini-code-free": {
|
|
8032
|
-
id: "north-mini-code-free",
|
|
8033
|
-
name: "North Mini Code Free",
|
|
8034
|
-
api: "openai-completions",
|
|
8035
|
-
provider: "opencode",
|
|
8036
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
8037
|
-
reasoning: true,
|
|
8038
|
-
input: ["text"],
|
|
8039
|
-
cost: {
|
|
8040
|
-
input: 0,
|
|
8041
|
-
output: 0,
|
|
8042
|
-
cacheRead: 0,
|
|
8043
|
-
cacheWrite: 0,
|
|
8044
|
-
},
|
|
8045
|
-
contextWindow: 256000,
|
|
8046
|
-
maxTokens: 64000,
|
|
8047
|
-
},
|
|
8048
8031
|
"qwen3.5-plus": {
|
|
8049
8032
|
id: "qwen3.5-plus",
|
|
8050
8033
|
name: "Qwen3.5 Plus",
|
|
@@ -9367,13 +9350,13 @@ export const MODELS = {
|
|
|
9367
9350
|
reasoning: true,
|
|
9368
9351
|
input: ["text"],
|
|
9369
9352
|
cost: {
|
|
9370
|
-
input: 0.
|
|
9371
|
-
output:
|
|
9372
|
-
cacheRead: 0.
|
|
9353
|
+
input: 0.63168,
|
|
9354
|
+
output: 1.26336,
|
|
9355
|
+
cacheRead: 0.053298,
|
|
9373
9356
|
cacheWrite: 0,
|
|
9374
9357
|
},
|
|
9375
9358
|
contextWindow: 1048576,
|
|
9376
|
-
maxTokens:
|
|
9359
|
+
maxTokens: 393216,
|
|
9377
9360
|
},
|
|
9378
9361
|
"google/gemini-2.5-flash": {
|
|
9379
9362
|
id: "google/gemini-2.5-flash",
|
|
@@ -10140,6 +10123,23 @@ export const MODELS = {
|
|
|
10140
10123
|
contextWindow: 1310720,
|
|
10141
10124
|
maxTokens: 16384,
|
|
10142
10125
|
},
|
|
10126
|
+
"meta/muse-glimmer-30b": {
|
|
10127
|
+
id: "meta/muse-glimmer-30b",
|
|
10128
|
+
name: "Meta: Muse Glimmer 30B",
|
|
10129
|
+
api: "openai-completions",
|
|
10130
|
+
provider: "openrouter",
|
|
10131
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10132
|
+
reasoning: true,
|
|
10133
|
+
input: ["text", "image"],
|
|
10134
|
+
cost: {
|
|
10135
|
+
input: 0.35,
|
|
10136
|
+
output: 1.5,
|
|
10137
|
+
cacheRead: 0.04,
|
|
10138
|
+
cacheWrite: 0,
|
|
10139
|
+
},
|
|
10140
|
+
contextWindow: 131072,
|
|
10141
|
+
maxTokens: 4096,
|
|
10142
|
+
},
|
|
10143
10143
|
"meta/muse-spark-1.1": {
|
|
10144
10144
|
id: "meta/muse-spark-1.1",
|
|
10145
10145
|
name: "Meta: Muse Spark 1.1",
|
|
@@ -10871,6 +10871,23 @@ export const MODELS = {
|
|
|
10871
10871
|
contextWindow: 1000000,
|
|
10872
10872
|
maxTokens: 65536,
|
|
10873
10873
|
},
|
|
10874
|
+
"nvidia/nemotron-3.5-lightning:free": {
|
|
10875
|
+
id: "nvidia/nemotron-3.5-lightning:free",
|
|
10876
|
+
name: "NVIDIA: Nemotron 3.5 Lightning (free)",
|
|
10877
|
+
api: "openai-completions",
|
|
10878
|
+
provider: "openrouter",
|
|
10879
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10880
|
+
reasoning: true,
|
|
10881
|
+
input: ["text"],
|
|
10882
|
+
cost: {
|
|
10883
|
+
input: 0,
|
|
10884
|
+
output: 0,
|
|
10885
|
+
cacheRead: 0,
|
|
10886
|
+
cacheWrite: 0,
|
|
10887
|
+
},
|
|
10888
|
+
contextWindow: 1000000,
|
|
10889
|
+
maxTokens: 65536,
|
|
10890
|
+
},
|
|
10874
10891
|
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10875
10892
|
id: "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
10876
10893
|
name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
|
|
@@ -12785,12 +12802,12 @@ export const MODELS = {
|
|
|
12785
12802
|
input: ["text"],
|
|
12786
12803
|
cost: {
|
|
12787
12804
|
input: 0.07,
|
|
12788
|
-
output: 0.
|
|
12805
|
+
output: 0.28,
|
|
12789
12806
|
cacheRead: 0,
|
|
12790
12807
|
cacheWrite: 0,
|
|
12791
12808
|
},
|
|
12792
12809
|
contextWindow: 262144,
|
|
12793
|
-
maxTokens:
|
|
12810
|
+
maxTokens: 262144,
|
|
12794
12811
|
},
|
|
12795
12812
|
"qwen/qwen3-coder-flash": {
|
|
12796
12813
|
id: "qwen/qwen3-coder-flash",
|
|
@@ -12909,7 +12926,7 @@ export const MODELS = {
|
|
|
12909
12926
|
cacheWrite: 0,
|
|
12910
12927
|
},
|
|
12911
12928
|
contextWindow: 262144,
|
|
12912
|
-
maxTokens:
|
|
12929
|
+
maxTokens: 262144,
|
|
12913
12930
|
},
|
|
12914
12931
|
"qwen/qwen3-vl-235b-a22b-instruct": {
|
|
12915
12932
|
id: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
@@ -13090,13 +13107,13 @@ export const MODELS = {
|
|
|
13090
13107
|
reasoning: true,
|
|
13091
13108
|
input: ["text", "image"],
|
|
13092
13109
|
cost: {
|
|
13093
|
-
input: 0.
|
|
13094
|
-
output:
|
|
13095
|
-
cacheRead: 0,
|
|
13110
|
+
input: 0.5,
|
|
13111
|
+
output: 3.5999999999999996,
|
|
13112
|
+
cacheRead: 0.3,
|
|
13096
13113
|
cacheWrite: 0,
|
|
13097
13114
|
},
|
|
13098
13115
|
contextWindow: 262144,
|
|
13099
|
-
maxTokens:
|
|
13116
|
+
maxTokens: 262144,
|
|
13100
13117
|
},
|
|
13101
13118
|
"qwen/qwen3.5-9b": {
|
|
13102
13119
|
id: "qwen/qwen3.5-9b",
|
|
@@ -13370,6 +13387,23 @@ export const MODELS = {
|
|
|
13370
13387
|
contextWindow: 1000000,
|
|
13371
13388
|
maxTokens: 128000,
|
|
13372
13389
|
},
|
|
13390
|
+
"sakana/sakana-namazu": {
|
|
13391
|
+
id: "sakana/sakana-namazu",
|
|
13392
|
+
name: "Sakana: Sakana Namazu",
|
|
13393
|
+
api: "openai-completions",
|
|
13394
|
+
provider: "openrouter",
|
|
13395
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13396
|
+
reasoning: true,
|
|
13397
|
+
input: ["text", "image"],
|
|
13398
|
+
cost: {
|
|
13399
|
+
input: 0.95,
|
|
13400
|
+
output: 4,
|
|
13401
|
+
cacheRead: 0.15,
|
|
13402
|
+
cacheWrite: 0,
|
|
13403
|
+
},
|
|
13404
|
+
contextWindow: 262144,
|
|
13405
|
+
maxTokens: 65536,
|
|
13406
|
+
},
|
|
13373
13407
|
"sao10k/l3.1-euryale-70b": {
|
|
13374
13408
|
id: "sao10k/l3.1-euryale-70b",
|
|
13375
13409
|
name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
|
|
@@ -13540,6 +13574,23 @@ export const MODELS = {
|
|
|
13540
13574
|
contextWindow: 131072,
|
|
13541
13575
|
maxTokens: 131072,
|
|
13542
13576
|
},
|
|
13577
|
+
"upstage/solar-pro4": {
|
|
13578
|
+
id: "upstage/solar-pro4",
|
|
13579
|
+
name: "Upstage: Solar Pro 4",
|
|
13580
|
+
api: "openai-completions",
|
|
13581
|
+
provider: "openrouter",
|
|
13582
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13583
|
+
reasoning: true,
|
|
13584
|
+
input: ["text"],
|
|
13585
|
+
cost: {
|
|
13586
|
+
input: 0.03,
|
|
13587
|
+
output: 0.12,
|
|
13588
|
+
cacheRead: 0.006,
|
|
13589
|
+
cacheWrite: 0,
|
|
13590
|
+
},
|
|
13591
|
+
contextWindow: 524288,
|
|
13592
|
+
maxTokens: 131072,
|
|
13593
|
+
},
|
|
13543
13594
|
"x-ai/grok-4.20": {
|
|
13544
13595
|
id: "x-ai/grok-4.20",
|
|
13545
13596
|
name: "SpaceXAI: Grok 4.20",
|
|
@@ -15480,6 +15531,23 @@ export const MODELS = {
|
|
|
15480
15531
|
contextWindow: 128000,
|
|
15481
15532
|
maxTokens: 8192,
|
|
15482
15533
|
},
|
|
15534
|
+
"meta/muse-glimmer-30b": {
|
|
15535
|
+
id: "meta/muse-glimmer-30b",
|
|
15536
|
+
name: "Muse Glimmer 30B",
|
|
15537
|
+
api: "anthropic-messages",
|
|
15538
|
+
provider: "vercel-ai-gateway",
|
|
15539
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15540
|
+
reasoning: true,
|
|
15541
|
+
input: ["text", "image"],
|
|
15542
|
+
cost: {
|
|
15543
|
+
input: 0.35,
|
|
15544
|
+
output: 1.5,
|
|
15545
|
+
cacheRead: 0.04,
|
|
15546
|
+
cacheWrite: 0,
|
|
15547
|
+
},
|
|
15548
|
+
contextWindow: 131072,
|
|
15549
|
+
maxTokens: 131072,
|
|
15550
|
+
},
|
|
15483
15551
|
"meta/muse-spark-1.1": {
|
|
15484
15552
|
id: "meta/muse-spark-1.1",
|
|
15485
15553
|
name: "Muse Spark 1.1",
|
|
@@ -16823,6 +16891,23 @@ export const MODELS = {
|
|
|
16823
16891
|
contextWindow: 1000000,
|
|
16824
16892
|
maxTokens: 1000000,
|
|
16825
16893
|
},
|
|
16894
|
+
"sakana/namazu": {
|
|
16895
|
+
id: "sakana/namazu",
|
|
16896
|
+
name: "Sakana Namazu",
|
|
16897
|
+
api: "anthropic-messages",
|
|
16898
|
+
provider: "vercel-ai-gateway",
|
|
16899
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16900
|
+
reasoning: true,
|
|
16901
|
+
input: ["text", "image"],
|
|
16902
|
+
cost: {
|
|
16903
|
+
input: 0.95,
|
|
16904
|
+
output: 4,
|
|
16905
|
+
cacheRead: 0.15,
|
|
16906
|
+
cacheWrite: 0,
|
|
16907
|
+
},
|
|
16908
|
+
contextWindow: 256000,
|
|
16909
|
+
maxTokens: 256000,
|
|
16910
|
+
},
|
|
16826
16911
|
"stepfun/step-3.5-flash": {
|
|
16827
16912
|
id: "stepfun/step-3.5-flash",
|
|
16828
16913
|
name: "StepFun 3.5 Flash",
|