@elyracode/ai 0.3.6 → 0.3.7

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.
@@ -7468,6 +7468,25 @@ export const MODELS = {
7468
7468
  contextWindow: 1000000,
7469
7469
  maxTokens: 64000,
7470
7470
  },
7471
+ "deepseek-v4-flash-free": {
7472
+ id: "deepseek-v4-flash-free",
7473
+ name: "DeepSeek V4 Flash Free",
7474
+ api: "openai-completions",
7475
+ provider: "opencode",
7476
+ baseUrl: "https://opencode.ai/zen/v1",
7477
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
7478
+ reasoning: true,
7479
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
7480
+ input: ["text"],
7481
+ cost: {
7482
+ input: 0,
7483
+ output: 0,
7484
+ cacheRead: 0,
7485
+ cacheWrite: 0,
7486
+ },
7487
+ contextWindow: 1000000,
7488
+ maxTokens: 384000,
7489
+ },
7471
7490
  "gemini-3-flash": {
7472
7491
  id: "gemini-3-flash",
7473
7492
  name: "Gemini 3 Flash",
@@ -8553,6 +8572,23 @@ export const MODELS = {
8553
8572
  contextWindow: 262144,
8554
8573
  maxTokens: 262144,
8555
8574
  },
8575
+ "arcee-ai/trinity-large-thinking:free": {
8576
+ id: "arcee-ai/trinity-large-thinking:free",
8577
+ name: "Arcee AI: Trinity Large Thinking (free)",
8578
+ api: "openai-completions",
8579
+ provider: "openrouter",
8580
+ baseUrl: "https://openrouter.ai/api/v1",
8581
+ reasoning: true,
8582
+ input: ["text"],
8583
+ cost: {
8584
+ input: 0,
8585
+ output: 0,
8586
+ cacheRead: 0,
8587
+ cacheWrite: 0,
8588
+ },
8589
+ contextWindow: 262144,
8590
+ maxTokens: 80000,
8591
+ },
8556
8592
  "arcee-ai/trinity-mini": {
8557
8593
  id: "arcee-ai/trinity-mini",
8558
8594
  name: "Arcee AI: Trinity Mini",