@dreb/ai 2.36.1 → 2.37.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.
@@ -3102,7 +3102,7 @@ export const MODELS = {
3102
3102
  cacheRead: 0.2,
3103
3103
  cacheWrite: 0,
3104
3104
  },
3105
- contextWindow: 200000,
3105
+ contextWindow: 1000000,
3106
3106
  maxTokens: 64000,
3107
3107
  },
3108
3108
  "gemini-3.5-flash": {
@@ -3230,7 +3230,7 @@ export const MODELS = {
3230
3230
  cacheRead: 0.25,
3231
3231
  cacheWrite: 0,
3232
3232
  },
3233
- contextWindow: 400000,
3233
+ contextWindow: 1050000,
3234
3234
  maxTokens: 128000,
3235
3235
  },
3236
3236
  "gpt-5.4-mini": {
@@ -3284,7 +3284,7 @@ export const MODELS = {
3284
3284
  cacheRead: 0.5,
3285
3285
  cacheWrite: 0,
3286
3286
  },
3287
- contextWindow: 400000,
3287
+ contextWindow: 1050000,
3288
3288
  maxTokens: 128000,
3289
3289
  },
3290
3290
  "gpt-5.6-luna": {
@@ -7381,7 +7381,7 @@ export const MODELS = {
7381
7381
  cacheRead: 0,
7382
7382
  cacheWrite: 0,
7383
7383
  },
7384
- contextWindow: 256000,
7384
+ contextWindow: 190000,
7385
7385
  maxTokens: 64000,
7386
7386
  },
7387
7387
  "kimi-k2.5": {
@@ -8221,23 +8221,6 @@ export const MODELS = {
8221
8221
  contextWindow: 262144,
8222
8222
  maxTokens: 80000,
8223
8223
  },
8224
- "arcee-ai/trinity-mini": {
8225
- id: "arcee-ai/trinity-mini",
8226
- name: "Arcee AI: Trinity Mini",
8227
- api: "openai-completions",
8228
- provider: "openrouter",
8229
- baseUrl: "https://openrouter.ai/api/v1",
8230
- reasoning: true,
8231
- input: ["text"],
8232
- cost: {
8233
- input: 0.045,
8234
- output: 0.15,
8235
- cacheRead: 0,
8236
- cacheWrite: 0,
8237
- },
8238
- contextWindow: 131072,
8239
- maxTokens: 131072,
8240
- },
8241
8224
  "arcee-ai/virtuoso-large": {
8242
8225
  id: "arcee-ai/virtuoso-large",
8243
8226
  name: "Arcee AI: Virtuoso Large",
@@ -12180,7 +12163,7 @@ export const MODELS = {
12180
12163
  cacheWrite: 0,
12181
12164
  },
12182
12165
  contextWindow: 1048576,
12183
- maxTokens: 128000,
12166
+ maxTokens: 131072,
12184
12167
  },
12185
12168
  "z-ai/glm-5v-turbo": {
12186
12169
  id: "z-ai/glm-5v-turbo",