@dreb/ai 2.23.0 → 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.
@@ -5098,6 +5098,23 @@ export const MODELS = {
5098
5098
  contextWindow: 8000,
5099
5099
  maxTokens: 8000,
5100
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
+ },
5101
5118
  "open-mixtral-8x22b": {
5102
5119
  id: "open-mixtral-8x22b",
5103
5120
  name: "Mixtral 8x22B",
@@ -6976,6 +6993,23 @@ export const MODELS = {
6976
6993
  contextWindow: 1000000,
6977
6994
  maxTokens: 65536,
6978
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
+ },
6979
7013
  },
6980
7014
  "openrouter": {
6981
7015
  "ai21/jamba-large-1.7": {
@@ -10701,6 +10735,23 @@ export const MODELS = {
10701
10735
  contextWindow: 1000000,
10702
10736
  maxTokens: 65536,
10703
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
+ },
10704
10755
  "rekaai/reka-edge": {
10705
10756
  id: "rekaai/reka-edge",
10706
10757
  name: "Reka Edge",
@@ -11136,12 +11187,12 @@ export const MODELS = {
11136
11187
  input: ["text"],
11137
11188
  cost: {
11138
11189
  input: 0.6,
11139
- output: 2.08,
11190
+ output: 1.92,
11140
11191
  cacheRead: 0.12,
11141
11192
  cacheWrite: 0,
11142
11193
  },
11143
11194
  contextWindow: 202752,
11144
- maxTokens: 16384,
11195
+ maxTokens: 4096,
11145
11196
  },
11146
11197
  "z-ai/glm-5-turbo": {
11147
11198
  id: "z-ai/glm-5-turbo",
@@ -11175,7 +11226,7 @@ export const MODELS = {
11175
11226
  cacheWrite: 0,
11176
11227
  },
11177
11228
  contextWindow: 202752,
11178
- maxTokens: 131072,
11229
+ maxTokens: 4096,
11179
11230
  },
11180
11231
  "z-ai/glm-5v-turbo": {
11181
11232
  id: "z-ai/glm-5v-turbo",