@elyracode/ai 0.3.6 → 0.4.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.
@@ -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",
@@ -12675,13 +12711,13 @@ export const MODELS = {
12675
12711
  reasoning: true,
12676
12712
  input: ["text"],
12677
12713
  cost: {
12678
- input: 1.0499999999999998,
12679
- output: 3.5,
12680
- cacheRead: 0.5249999999999999,
12714
+ input: 0.98,
12715
+ output: 3.08,
12716
+ cacheRead: 0.182,
12681
12717
  cacheWrite: 0,
12682
12718
  },
12683
12719
  contextWindow: 202752,
12684
- maxTokens: 65535,
12720
+ maxTokens: 4096,
12685
12721
  },
12686
12722
  "z-ai/glm-5v-turbo": {
12687
12723
  id: "z-ai/glm-5v-turbo",