@elyracode/ai 0.9.29 → 0.9.30

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.
@@ -4822,6 +4822,25 @@ export const MODELS = {
4822
4822
  contextWindow: 256000,
4823
4823
  maxTokens: 128000,
4824
4824
  },
4825
+ "mai-code-1.1-flash": {
4826
+ id: "mai-code-1.1-flash",
4827
+ name: "MAI-Code-1.1-Flash",
4828
+ api: "openai-completions",
4829
+ provider: "github-copilot",
4830
+ baseUrl: "https://api.individual.githubcopilot.com",
4831
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4832
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4833
+ reasoning: true,
4834
+ input: ["text", "image"],
4835
+ cost: {
4836
+ input: 0.2,
4837
+ output: 1.2,
4838
+ cacheRead: 0.02,
4839
+ cacheWrite: 0,
4840
+ },
4841
+ contextWindow: 256000,
4842
+ maxTokens: 128000,
4843
+ },
4825
4844
  },
4826
4845
  "google": {
4827
4846
  "deep-research-max-preview-04-2026": {
@@ -9227,6 +9246,23 @@ export const MODELS = {
9227
9246
  contextWindow: 500000,
9228
9247
  maxTokens: 500000,
9229
9248
  },
9249
+ "grok-4.6": {
9250
+ id: "grok-4.6",
9251
+ name: "Grok 4.6",
9252
+ api: "openai-responses",
9253
+ provider: "opencode",
9254
+ baseUrl: "https://opencode.ai/zen/v1",
9255
+ reasoning: true,
9256
+ input: ["text", "image"],
9257
+ cost: {
9258
+ input: 2,
9259
+ output: 6,
9260
+ cacheRead: 0.5,
9261
+ cacheWrite: 0,
9262
+ },
9263
+ contextWindow: 500000,
9264
+ maxTokens: 500000,
9265
+ },
9230
9266
  "grok-build-0.1": {
9231
9267
  id: "grok-build-0.1",
9232
9268
  name: "Grok Build 0.1",
@@ -9522,7 +9558,7 @@ export const MODELS = {
9522
9558
  },
9523
9559
  "deepseek-v4-pro": {
9524
9560
  id: "deepseek-v4-pro",
9525
- name: "DeepSeek V4 Pro",
9561
+ name: "DeepSeek V4 Pro (New)",
9526
9562
  api: "openai-completions",
9527
9563
  provider: "opencode-go",
9528
9564
  baseUrl: "https://opencode.ai/zen/go/v1",
@@ -10539,6 +10575,23 @@ export const MODELS = {
10539
10575
  contextWindow: 262144,
10540
10576
  maxTokens: 32768,
10541
10577
  },
10578
+ "bytedance-seed/seed-2-1-turbo": {
10579
+ id: "bytedance-seed/seed-2-1-turbo",
10580
+ name: "ByteDance Seed: Seed 2.1 Turbo",
10581
+ api: "openai-completions",
10582
+ provider: "openrouter",
10583
+ baseUrl: "https://openrouter.ai/api/v1",
10584
+ reasoning: true,
10585
+ input: ["text", "image"],
10586
+ cost: {
10587
+ input: 0.5,
10588
+ output: 2.5,
10589
+ cacheRead: 0,
10590
+ cacheWrite: 0,
10591
+ },
10592
+ contextWindow: 262144,
10593
+ maxTokens: 262144,
10594
+ },
10542
10595
  "bytedance-seed/seed-2.0-code": {
10543
10596
  id: "bytedance-seed/seed-2.0-code",
10544
10597
  name: "ByteDance Seed: Seed-2.0-Code",
@@ -10834,6 +10887,25 @@ export const MODELS = {
10834
10887
  contextWindow: 1048576,
10835
10888
  maxTokens: 393216,
10836
10889
  },
10890
+ "deepseek/deepseek-v4-pro-0813": {
10891
+ id: "deepseek/deepseek-v4-pro-0813",
10892
+ name: "DeepSeek: DeepSeek V4 Pro 0813",
10893
+ api: "openai-completions",
10894
+ provider: "openrouter",
10895
+ baseUrl: "https://openrouter.ai/api/v1",
10896
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
10897
+ reasoning: true,
10898
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
10899
+ input: ["text"],
10900
+ cost: {
10901
+ input: 0.435,
10902
+ output: 0.87,
10903
+ cacheRead: 0.003625,
10904
+ cacheWrite: 0,
10905
+ },
10906
+ contextWindow: 1048576,
10907
+ maxTokens: 384000,
10908
+ },
10837
10909
  "google/gemini-2.5-flash": {
10838
10910
  id: "google/gemini-2.5-flash",
10839
10911
  name: "Google: Gemini 2.5 Flash",
@@ -12135,9 +12207,9 @@ export const MODELS = {
12135
12207
  reasoning: true,
12136
12208
  input: ["text", "image"],
12137
12209
  cost: {
12138
- input: 0.95,
12139
- output: 4,
12140
- cacheRead: 0.16,
12210
+ input: 0.5795,
12211
+ output: 2.44,
12212
+ cacheRead: 0.0976,
12141
12213
  cacheWrite: 0,
12142
12214
  },
12143
12215
  contextWindow: 262144,
@@ -12152,8 +12224,8 @@ export const MODELS = {
12152
12224
  reasoning: true,
12153
12225
  input: ["text", "image"],
12154
12226
  cost: {
12155
- input: 0.7,
12156
- output: 3.5,
12227
+ input: 0.67,
12228
+ output: 3.4,
12157
12229
  cacheRead: 0.15,
12158
12230
  cacheWrite: 0,
12159
12231
  },
@@ -14729,6 +14801,23 @@ export const MODELS = {
14729
14801
  contextWindow: 1000000,
14730
14802
  maxTokens: 131072,
14731
14803
  },
14804
+ "qwen/qwen3.8-2.4t-a95b": {
14805
+ id: "qwen/qwen3.8-2.4t-a95b",
14806
+ name: "Qwen: Qwen3.8 2.4T A95B",
14807
+ api: "openai-completions",
14808
+ provider: "openrouter",
14809
+ baseUrl: "https://openrouter.ai/api/v1",
14810
+ reasoning: true,
14811
+ input: ["text"],
14812
+ cost: {
14813
+ input: 2,
14814
+ output: 6,
14815
+ cacheRead: 0.19999999999999998,
14816
+ cacheWrite: 0,
14817
+ },
14818
+ contextWindow: 262144,
14819
+ maxTokens: 52429,
14820
+ },
14732
14821
  "qwen/qwen3.8-max": {
14733
14822
  id: "qwen/qwen3.8-max",
14734
14823
  name: "Qwen: Qwen3.8 Max",
@@ -15035,6 +15124,23 @@ export const MODELS = {
15035
15124
  contextWindow: 500000,
15036
15125
  maxTokens: 4096,
15037
15126
  },
15127
+ "x-ai/grok-4.6": {
15128
+ id: "x-ai/grok-4.6",
15129
+ name: "SpaceXAI: Grok 4.6",
15130
+ api: "openai-completions",
15131
+ provider: "openrouter",
15132
+ baseUrl: "https://openrouter.ai/api/v1",
15133
+ reasoning: true,
15134
+ input: ["text", "image"],
15135
+ cost: {
15136
+ input: 2,
15137
+ output: 6,
15138
+ cacheRead: 0.5,
15139
+ cacheWrite: 0,
15140
+ },
15141
+ contextWindow: 500000,
15142
+ maxTokens: 4096,
15143
+ },
15038
15144
  "x-ai/grok-build-0.1": {
15039
15145
  id: "x-ai/grok-build-0.1",
15040
15146
  name: "SpaceXAI: Grok Build 0.1",
@@ -15265,9 +15371,9 @@ export const MODELS = {
15265
15371
  reasoning: true,
15266
15372
  input: ["text"],
15267
15373
  cost: {
15268
- input: 0.5,
15269
- output: 3.15,
15270
- cacheRead: 0.09999999999999999,
15374
+ input: 0.49,
15375
+ output: 1.54,
15376
+ cacheRead: 0.091,
15271
15377
  cacheWrite: 0,
15272
15378
  },
15273
15379
  contextWindow: 1048576,
@@ -15491,7 +15597,7 @@ export const MODELS = {
15491
15597
  cost: {
15492
15598
  input: 2,
15493
15599
  output: 6,
15494
- cacheRead: 0.3,
15600
+ cacheRead: 0.5,
15495
15601
  cacheWrite: 0,
15496
15602
  },
15497
15603
  contextWindow: 500000,
@@ -16848,6 +16954,23 @@ export const MODELS = {
16848
16954
  contextWindow: 1048600,
16849
16955
  maxTokens: 1048600,
16850
16956
  },
16957
+ "deepseek/deepseek-v4-pro-0813": {
16958
+ id: "deepseek/deepseek-v4-pro-0813",
16959
+ name: "DeepSeek V4 Pro 0813",
16960
+ api: "anthropic-messages",
16961
+ provider: "vercel-ai-gateway",
16962
+ baseUrl: "https://ai-gateway.vercel.sh",
16963
+ reasoning: true,
16964
+ input: ["text"],
16965
+ cost: {
16966
+ input: 0.435,
16967
+ output: 0.87,
16968
+ cacheRead: 0.0036,
16969
+ cacheWrite: 0,
16970
+ },
16971
+ contextWindow: 1000000,
16972
+ maxTokens: 384000,
16973
+ },
16851
16974
  "google/gemini-2.5-flash": {
16852
16975
  id: "google/gemini-2.5-flash",
16853
16976
  name: "Gemini 2.5 Flash",
@@ -18898,6 +19021,23 @@ export const MODELS = {
18898
19021
  contextWindow: 500000,
18899
19022
  maxTokens: 500000,
18900
19023
  },
19024
+ "xai/grok-4.6": {
19025
+ id: "xai/grok-4.6",
19026
+ name: "Grok 4.6",
19027
+ api: "anthropic-messages",
19028
+ provider: "vercel-ai-gateway",
19029
+ baseUrl: "https://ai-gateway.vercel.sh",
19030
+ reasoning: true,
19031
+ input: ["text"],
19032
+ cost: {
19033
+ input: 2,
19034
+ output: 6,
19035
+ cacheRead: 0.5,
19036
+ cacheWrite: 0,
19037
+ },
19038
+ contextWindow: 500000,
19039
+ maxTokens: 500000,
19040
+ },
18901
19041
  "xai/grok-build-0.1": {
18902
19042
  id: "xai/grok-build-0.1",
18903
19043
  name: "Grok Build 0.1",
@@ -19274,6 +19414,23 @@ export const MODELS = {
19274
19414
  contextWindow: 500000,
19275
19415
  maxTokens: 500000,
19276
19416
  },
19417
+ "grok-4.6": {
19418
+ id: "grok-4.6",
19419
+ name: "Grok 4.6",
19420
+ api: "openai-completions",
19421
+ provider: "xai",
19422
+ baseUrl: "https://api.x.ai/v1",
19423
+ reasoning: true,
19424
+ input: ["text", "image"],
19425
+ cost: {
19426
+ input: 2,
19427
+ output: 6,
19428
+ cacheRead: 0.5,
19429
+ cacheWrite: 0,
19430
+ },
19431
+ contextWindow: 500000,
19432
+ maxTokens: 500000,
19433
+ },
19277
19434
  "grok-build-0.1": {
19278
19435
  id: "grok-build-0.1",
19279
19436
  name: "Grok Build 0.1",