@elyracode/ai 0.3.5 → 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",
@@ -8346,40 +8365,6 @@ export const MODELS = {
8346
8365
  contextWindow: 200000,
8347
8366
  maxTokens: 8192,
8348
8367
  },
8349
- "anthropic/claude-3.7-sonnet": {
8350
- id: "anthropic/claude-3.7-sonnet",
8351
- name: "Anthropic: Claude 3.7 Sonnet",
8352
- api: "openai-completions",
8353
- provider: "openrouter",
8354
- baseUrl: "https://openrouter.ai/api/v1",
8355
- reasoning: true,
8356
- input: ["text", "image"],
8357
- cost: {
8358
- input: 3,
8359
- output: 15,
8360
- cacheRead: 0.3,
8361
- cacheWrite: 3.75,
8362
- },
8363
- contextWindow: 200000,
8364
- maxTokens: 64000,
8365
- },
8366
- "anthropic/claude-3.7-sonnet:thinking": {
8367
- id: "anthropic/claude-3.7-sonnet:thinking",
8368
- name: "Anthropic: Claude 3.7 Sonnet (thinking)",
8369
- api: "openai-completions",
8370
- provider: "openrouter",
8371
- baseUrl: "https://openrouter.ai/api/v1",
8372
- reasoning: true,
8373
- input: ["text", "image"],
8374
- cost: {
8375
- input: 3,
8376
- output: 15,
8377
- cacheRead: 0.3,
8378
- cacheWrite: 3.75,
8379
- },
8380
- contextWindow: 200000,
8381
- maxTokens: 64000,
8382
- },
8383
8368
  "anthropic/claude-haiku-4.5": {
8384
8369
  id: "anthropic/claude-haiku-4.5",
8385
8370
  name: "Anthropic: Claude Haiku 4.5",
@@ -8587,6 +8572,23 @@ export const MODELS = {
8587
8572
  contextWindow: 262144,
8588
8573
  maxTokens: 262144,
8589
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
+ },
8590
8592
  "arcee-ai/trinity-mini": {
8591
8593
  id: "arcee-ai/trinity-mini",
8592
8594
  name: "Arcee AI: Trinity Mini",