@draht/ai 2026.3.2-7 → 2026.3.2-8

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.
@@ -6527,23 +6527,6 @@ export const MODELS = {
6527
6527
  contextWindow: 131000,
6528
6528
  maxTokens: 4096,
6529
6529
  },
6530
- "arcee-ai/trinity-mini": {
6531
- id: "arcee-ai/trinity-mini",
6532
- name: "Arcee AI: Trinity Mini",
6533
- api: "openai-completions",
6534
- provider: "openrouter",
6535
- baseUrl: "https://openrouter.ai/api/v1",
6536
- reasoning: true,
6537
- input: ["text"],
6538
- cost: {
6539
- input: 0.045,
6540
- output: 0.15,
6541
- cacheRead: 0,
6542
- cacheWrite: 0,
6543
- },
6544
- contextWindow: 131072,
6545
- maxTokens: 131072,
6546
- },
6547
6530
  "arcee-ai/trinity-mini:free": {
6548
6531
  id: "arcee-ai/trinity-mini:free",
6549
6532
  name: "Arcee AI: Trinity Mini (free)",
@@ -7171,7 +7154,7 @@ export const MODELS = {
7171
7154
  cacheWrite: 0,
7172
7155
  },
7173
7156
  contextWindow: 131072,
7174
- maxTokens: 32768,
7157
+ maxTokens: 131072,
7175
7158
  },
7176
7159
  "meta-llama/llama-3-8b-instruct": {
7177
7160
  id: "meta-llama/llama-3-8b-instruct",
@@ -7341,7 +7324,7 @@ export const MODELS = {
7341
7324
  cacheWrite: 0,
7342
7325
  },
7343
7326
  contextWindow: 196608,
7344
- maxTokens: 65536,
7327
+ maxTokens: 196608,
7345
7328
  },
7346
7329
  "minimax/minimax-m2.1": {
7347
7330
  id: "minimax/minimax-m2.1",