@dreb/ai 2.22.1 → 2.24.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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.generated.d.ts +68 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +71 -3
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +37 -3
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/simple-options.d.ts +8 -0
- package/dist/providers/simple-options.d.ts.map +1 -1
- package/dist/providers/simple-options.js +9 -1
- package/dist/providers/simple-options.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4724,6 +4724,23 @@ export const MODELS = {
|
|
|
4724
4724
|
contextWindow: 262144,
|
|
4725
4725
|
maxTokens: 262144,
|
|
4726
4726
|
},
|
|
4727
|
+
"devstral-latest": {
|
|
4728
|
+
id: "devstral-latest",
|
|
4729
|
+
name: "Devstral 2",
|
|
4730
|
+
api: "mistral-conversations",
|
|
4731
|
+
provider: "mistral",
|
|
4732
|
+
baseUrl: "https://api.mistral.ai",
|
|
4733
|
+
reasoning: false,
|
|
4734
|
+
input: ["text"],
|
|
4735
|
+
cost: {
|
|
4736
|
+
input: 0.4,
|
|
4737
|
+
output: 2,
|
|
4738
|
+
cacheRead: 0,
|
|
4739
|
+
cacheWrite: 0,
|
|
4740
|
+
},
|
|
4741
|
+
contextWindow: 262144,
|
|
4742
|
+
maxTokens: 262144,
|
|
4743
|
+
},
|
|
4727
4744
|
"devstral-medium-2507": {
|
|
4728
4745
|
id: "devstral-medium-2507",
|
|
4729
4746
|
name: "Devstral Medium",
|
|
@@ -5081,6 +5098,23 @@ export const MODELS = {
|
|
|
5081
5098
|
contextWindow: 8000,
|
|
5082
5099
|
maxTokens: 8000,
|
|
5083
5100
|
},
|
|
5101
|
+
"open-mistral-nemo": {
|
|
5102
|
+
id: "open-mistral-nemo",
|
|
5103
|
+
name: "Open Mistral Nemo",
|
|
5104
|
+
api: "mistral-conversations",
|
|
5105
|
+
provider: "mistral",
|
|
5106
|
+
baseUrl: "https://api.mistral.ai",
|
|
5107
|
+
reasoning: false,
|
|
5108
|
+
input: ["text"],
|
|
5109
|
+
cost: {
|
|
5110
|
+
input: 0.15,
|
|
5111
|
+
output: 0.15,
|
|
5112
|
+
cacheRead: 0,
|
|
5113
|
+
cacheWrite: 0,
|
|
5114
|
+
},
|
|
5115
|
+
contextWindow: 128000,
|
|
5116
|
+
maxTokens: 128000,
|
|
5117
|
+
},
|
|
5084
5118
|
"open-mixtral-8x22b": {
|
|
5085
5119
|
id: "open-mixtral-8x22b",
|
|
5086
5120
|
name: "Mixtral 8x22B",
|
|
@@ -6959,6 +6993,23 @@ export const MODELS = {
|
|
|
6959
6993
|
contextWindow: 1000000,
|
|
6960
6994
|
maxTokens: 65536,
|
|
6961
6995
|
},
|
|
6996
|
+
"qwen3.7-plus": {
|
|
6997
|
+
id: "qwen3.7-plus",
|
|
6998
|
+
name: "Qwen3.7 Plus",
|
|
6999
|
+
api: "anthropic-messages",
|
|
7000
|
+
provider: "opencode-go",
|
|
7001
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
7002
|
+
reasoning: true,
|
|
7003
|
+
input: ["text", "image"],
|
|
7004
|
+
cost: {
|
|
7005
|
+
input: 0.4,
|
|
7006
|
+
output: 1.6,
|
|
7007
|
+
cacheRead: 0.04,
|
|
7008
|
+
cacheWrite: 0.5,
|
|
7009
|
+
},
|
|
7010
|
+
contextWindow: 262144,
|
|
7011
|
+
maxTokens: 65536,
|
|
7012
|
+
},
|
|
6962
7013
|
},
|
|
6963
7014
|
"openrouter": {
|
|
6964
7015
|
"ai21/jamba-large-1.7": {
|
|
@@ -10684,6 +10735,23 @@ export const MODELS = {
|
|
|
10684
10735
|
contextWindow: 1000000,
|
|
10685
10736
|
maxTokens: 65536,
|
|
10686
10737
|
},
|
|
10738
|
+
"qwen/qwen3.7-plus": {
|
|
10739
|
+
id: "qwen/qwen3.7-plus",
|
|
10740
|
+
name: "Qwen: Qwen3.7 Plus",
|
|
10741
|
+
api: "openai-completions",
|
|
10742
|
+
provider: "openrouter",
|
|
10743
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10744
|
+
reasoning: true,
|
|
10745
|
+
input: ["text", "image"],
|
|
10746
|
+
cost: {
|
|
10747
|
+
input: 0.39999999999999997,
|
|
10748
|
+
output: 1.5999999999999999,
|
|
10749
|
+
cacheRead: 0.08,
|
|
10750
|
+
cacheWrite: 0.5,
|
|
10751
|
+
},
|
|
10752
|
+
contextWindow: 1000000,
|
|
10753
|
+
maxTokens: 65536,
|
|
10754
|
+
},
|
|
10687
10755
|
"rekaai/reka-edge": {
|
|
10688
10756
|
id: "rekaai/reka-edge",
|
|
10689
10757
|
name: "Reka Edge",
|
|
@@ -11119,12 +11187,12 @@ export const MODELS = {
|
|
|
11119
11187
|
input: ["text"],
|
|
11120
11188
|
cost: {
|
|
11121
11189
|
input: 0.6,
|
|
11122
|
-
output:
|
|
11190
|
+
output: 1.92,
|
|
11123
11191
|
cacheRead: 0.12,
|
|
11124
11192
|
cacheWrite: 0,
|
|
11125
11193
|
},
|
|
11126
11194
|
contextWindow: 202752,
|
|
11127
|
-
maxTokens:
|
|
11195
|
+
maxTokens: 4096,
|
|
11128
11196
|
},
|
|
11129
11197
|
"z-ai/glm-5-turbo": {
|
|
11130
11198
|
id: "z-ai/glm-5-turbo",
|
|
@@ -11158,7 +11226,7 @@ export const MODELS = {
|
|
|
11158
11226
|
cacheWrite: 0,
|
|
11159
11227
|
},
|
|
11160
11228
|
contextWindow: 202752,
|
|
11161
|
-
maxTokens:
|
|
11229
|
+
maxTokens: 4096,
|
|
11162
11230
|
},
|
|
11163
11231
|
"z-ai/glm-5v-turbo": {
|
|
11164
11232
|
id: "z-ai/glm-5v-turbo",
|