@elyracode/ai 0.5.8 → 0.5.10

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.
@@ -8958,13 +8958,13 @@ export const MODELS = {
8958
8958
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8959
8959
  input: ["text"],
8960
8960
  cost: {
8961
- input: 0.126,
8962
- output: 0.252,
8963
- cacheRead: 0.0252,
8961
+ input: 0.112,
8962
+ output: 0.224,
8963
+ cacheRead: 0.022,
8964
8964
  cacheWrite: 0,
8965
8965
  },
8966
- contextWindow: 1048576,
8967
- maxTokens: 131072,
8966
+ contextWindow: 1048575,
8967
+ maxTokens: 4096,
8968
8968
  },
8969
8969
  "deepseek/deepseek-v4-flash:free": {
8970
8970
  id: "deepseek/deepseek-v4-flash:free",
@@ -9412,18 +9412,18 @@ export const MODELS = {
9412
9412
  contextWindow: 262144,
9413
9413
  maxTokens: 32768,
9414
9414
  },
9415
- "inclusionai/ring-2.6-1t:free": {
9416
- id: "inclusionai/ring-2.6-1t:free",
9417
- name: "inclusionAI: Ring-2.6-1T (free)",
9415
+ "inclusionai/ring-2.6-1t": {
9416
+ id: "inclusionai/ring-2.6-1t",
9417
+ name: "inclusionAI: Ring-2.6-1T",
9418
9418
  api: "openai-completions",
9419
9419
  provider: "openrouter",
9420
9420
  baseUrl: "https://openrouter.ai/api/v1",
9421
9421
  reasoning: true,
9422
9422
  input: ["text"],
9423
9423
  cost: {
9424
- input: 0,
9425
- output: 0,
9426
- cacheRead: 0,
9424
+ input: 0.075,
9425
+ output: 0.625,
9426
+ cacheRead: 0.015,
9427
9427
  cacheWrite: 0,
9428
9428
  },
9429
9429
  contextWindow: 262144,
@@ -10035,7 +10035,7 @@ export const MODELS = {
10035
10035
  cost: {
10036
10036
  input: 0.6,
10037
10037
  output: 2.5,
10038
- cacheRead: 0.15,
10038
+ cacheRead: 0,
10039
10039
  cacheWrite: 0,
10040
10040
  },
10041
10041
  contextWindow: 262144,
@@ -12246,125 +12246,6 @@ export const MODELS = {
12246
12246
  contextWindow: 128000,
12247
12247
  maxTokens: 4096,
12248
12248
  },
12249
- "x-ai/grok-3": {
12250
- id: "x-ai/grok-3",
12251
- name: "xAI: Grok 3",
12252
- api: "openai-completions",
12253
- provider: "openrouter",
12254
- baseUrl: "https://openrouter.ai/api/v1",
12255
- reasoning: false,
12256
- input: ["text"],
12257
- cost: {
12258
- input: 3,
12259
- output: 15,
12260
- cacheRead: 0.75,
12261
- cacheWrite: 0,
12262
- },
12263
- contextWindow: 131072,
12264
- maxTokens: 4096,
12265
- },
12266
- "x-ai/grok-3-beta": {
12267
- id: "x-ai/grok-3-beta",
12268
- name: "xAI: Grok 3 Beta",
12269
- api: "openai-completions",
12270
- provider: "openrouter",
12271
- baseUrl: "https://openrouter.ai/api/v1",
12272
- reasoning: false,
12273
- input: ["text"],
12274
- cost: {
12275
- input: 3,
12276
- output: 15,
12277
- cacheRead: 0.75,
12278
- cacheWrite: 0,
12279
- },
12280
- contextWindow: 131072,
12281
- maxTokens: 4096,
12282
- },
12283
- "x-ai/grok-3-mini": {
12284
- id: "x-ai/grok-3-mini",
12285
- name: "xAI: Grok 3 Mini",
12286
- api: "openai-completions",
12287
- provider: "openrouter",
12288
- baseUrl: "https://openrouter.ai/api/v1",
12289
- reasoning: true,
12290
- input: ["text"],
12291
- cost: {
12292
- input: 0.3,
12293
- output: 0.5,
12294
- cacheRead: 0.075,
12295
- cacheWrite: 0,
12296
- },
12297
- contextWindow: 131072,
12298
- maxTokens: 4096,
12299
- },
12300
- "x-ai/grok-3-mini-beta": {
12301
- id: "x-ai/grok-3-mini-beta",
12302
- name: "xAI: Grok 3 Mini Beta",
12303
- api: "openai-completions",
12304
- provider: "openrouter",
12305
- baseUrl: "https://openrouter.ai/api/v1",
12306
- reasoning: true,
12307
- input: ["text"],
12308
- cost: {
12309
- input: 0.3,
12310
- output: 0.5,
12311
- cacheRead: 0.075,
12312
- cacheWrite: 0,
12313
- },
12314
- contextWindow: 131072,
12315
- maxTokens: 4096,
12316
- },
12317
- "x-ai/grok-4": {
12318
- id: "x-ai/grok-4",
12319
- name: "xAI: Grok 4",
12320
- api: "openai-completions",
12321
- provider: "openrouter",
12322
- baseUrl: "https://openrouter.ai/api/v1",
12323
- reasoning: true,
12324
- input: ["text", "image"],
12325
- cost: {
12326
- input: 3,
12327
- output: 15,
12328
- cacheRead: 0.75,
12329
- cacheWrite: 0,
12330
- },
12331
- contextWindow: 256000,
12332
- maxTokens: 4096,
12333
- },
12334
- "x-ai/grok-4-fast": {
12335
- id: "x-ai/grok-4-fast",
12336
- name: "xAI: Grok 4 Fast",
12337
- api: "openai-completions",
12338
- provider: "openrouter",
12339
- baseUrl: "https://openrouter.ai/api/v1",
12340
- reasoning: true,
12341
- input: ["text", "image"],
12342
- cost: {
12343
- input: 0.19999999999999998,
12344
- output: 0.5,
12345
- cacheRead: 0.049999999999999996,
12346
- cacheWrite: 0,
12347
- },
12348
- contextWindow: 2000000,
12349
- maxTokens: 30000,
12350
- },
12351
- "x-ai/grok-4.1-fast": {
12352
- id: "x-ai/grok-4.1-fast",
12353
- name: "xAI: Grok 4.1 Fast",
12354
- api: "openai-completions",
12355
- provider: "openrouter",
12356
- baseUrl: "https://openrouter.ai/api/v1",
12357
- reasoning: true,
12358
- input: ["text", "image"],
12359
- cost: {
12360
- input: 0.19999999999999998,
12361
- output: 0.5,
12362
- cacheRead: 0.049999999999999996,
12363
- cacheWrite: 0,
12364
- },
12365
- contextWindow: 2000000,
12366
- maxTokens: 30000,
12367
- },
12368
12249
  "x-ai/grok-4.20": {
12369
12250
  id: "x-ai/grok-4.20",
12370
12251
  name: "xAI: Grok 4.20",
@@ -12399,23 +12280,6 @@ export const MODELS = {
12399
12280
  contextWindow: 1000000,
12400
12281
  maxTokens: 4096,
12401
12282
  },
12402
- "x-ai/grok-code-fast-1": {
12403
- id: "x-ai/grok-code-fast-1",
12404
- name: "xAI: Grok Code Fast 1",
12405
- api: "openai-completions",
12406
- provider: "openrouter",
12407
- baseUrl: "https://openrouter.ai/api/v1",
12408
- reasoning: true,
12409
- input: ["text"],
12410
- cost: {
12411
- input: 0.19999999999999998,
12412
- output: 1.5,
12413
- cacheRead: 0.02,
12414
- cacheWrite: 0,
12415
- },
12416
- contextWindow: 256000,
12417
- maxTokens: 10000,
12418
- },
12419
12283
  "xiaomi/mimo-v2-flash": {
12420
12284
  id: "xiaomi/mimo-v2-flash",
12421
12285
  name: "Xiaomi: MiMo-V2-Flash",
@@ -15372,125 +15236,6 @@ export const MODELS = {
15372
15236
  contextWindow: 200000,
15373
15237
  maxTokens: 8000,
15374
15238
  },
15375
- "xai/grok-3": {
15376
- id: "xai/grok-3",
15377
- name: "Grok 3 Beta",
15378
- api: "anthropic-messages",
15379
- provider: "vercel-ai-gateway",
15380
- baseUrl: "https://ai-gateway.vercel.sh",
15381
- reasoning: false,
15382
- input: ["text"],
15383
- cost: {
15384
- input: 3,
15385
- output: 15,
15386
- cacheRead: 0.75,
15387
- cacheWrite: 0,
15388
- },
15389
- contextWindow: 131072,
15390
- maxTokens: 131072,
15391
- },
15392
- "xai/grok-3-fast": {
15393
- id: "xai/grok-3-fast",
15394
- name: "Grok 3 Fast Beta",
15395
- api: "anthropic-messages",
15396
- provider: "vercel-ai-gateway",
15397
- baseUrl: "https://ai-gateway.vercel.sh",
15398
- reasoning: false,
15399
- input: ["text"],
15400
- cost: {
15401
- input: 5,
15402
- output: 25,
15403
- cacheRead: 1.25,
15404
- cacheWrite: 0,
15405
- },
15406
- contextWindow: 131072,
15407
- maxTokens: 131072,
15408
- },
15409
- "xai/grok-3-mini": {
15410
- id: "xai/grok-3-mini",
15411
- name: "Grok 3 Mini Beta",
15412
- api: "anthropic-messages",
15413
- provider: "vercel-ai-gateway",
15414
- baseUrl: "https://ai-gateway.vercel.sh",
15415
- reasoning: false,
15416
- input: ["text"],
15417
- cost: {
15418
- input: 0.3,
15419
- output: 0.5,
15420
- cacheRead: 0.075,
15421
- cacheWrite: 0,
15422
- },
15423
- contextWindow: 131072,
15424
- maxTokens: 131072,
15425
- },
15426
- "xai/grok-3-mini-fast": {
15427
- id: "xai/grok-3-mini-fast",
15428
- name: "Grok 3 Mini Fast Beta",
15429
- api: "anthropic-messages",
15430
- provider: "vercel-ai-gateway",
15431
- baseUrl: "https://ai-gateway.vercel.sh",
15432
- reasoning: false,
15433
- input: ["text"],
15434
- cost: {
15435
- input: 0.6,
15436
- output: 4,
15437
- cacheRead: 0,
15438
- cacheWrite: 0,
15439
- },
15440
- contextWindow: 131072,
15441
- maxTokens: 131072,
15442
- },
15443
- "xai/grok-4": {
15444
- id: "xai/grok-4",
15445
- name: "Grok 4",
15446
- api: "anthropic-messages",
15447
- provider: "vercel-ai-gateway",
15448
- baseUrl: "https://ai-gateway.vercel.sh",
15449
- reasoning: true,
15450
- input: ["text", "image"],
15451
- cost: {
15452
- input: 3,
15453
- output: 15,
15454
- cacheRead: 0.75,
15455
- cacheWrite: 0,
15456
- },
15457
- contextWindow: 256000,
15458
- maxTokens: 256000,
15459
- },
15460
- "xai/grok-4-fast-non-reasoning": {
15461
- id: "xai/grok-4-fast-non-reasoning",
15462
- name: "Grok 4 Fast Non-Reasoning",
15463
- api: "anthropic-messages",
15464
- provider: "vercel-ai-gateway",
15465
- baseUrl: "https://ai-gateway.vercel.sh",
15466
- reasoning: false,
15467
- input: ["text", "image"],
15468
- cost: {
15469
- input: 0.19999999999999998,
15470
- output: 0.5,
15471
- cacheRead: 0.049999999999999996,
15472
- cacheWrite: 0,
15473
- },
15474
- contextWindow: 2000000,
15475
- maxTokens: 256000,
15476
- },
15477
- "xai/grok-4-fast-reasoning": {
15478
- id: "xai/grok-4-fast-reasoning",
15479
- name: "Grok 4 Fast Reasoning",
15480
- api: "anthropic-messages",
15481
- provider: "vercel-ai-gateway",
15482
- baseUrl: "https://ai-gateway.vercel.sh",
15483
- reasoning: true,
15484
- input: ["text", "image"],
15485
- cost: {
15486
- input: 0.19999999999999998,
15487
- output: 0.5,
15488
- cacheRead: 0.049999999999999996,
15489
- cacheWrite: 0,
15490
- },
15491
- contextWindow: 2000000,
15492
- maxTokens: 256000,
15493
- },
15494
15239
  "xai/grok-4.1-fast-non-reasoning": {
15495
15240
  id: "xai/grok-4.1-fast-non-reasoning",
15496
15241
  name: "Grok 4.1 Fast Non-Reasoning",
@@ -15505,8 +15250,8 @@ export const MODELS = {
15505
15250
  cacheRead: 0.049999999999999996,
15506
15251
  cacheWrite: 0,
15507
15252
  },
15508
- contextWindow: 2000000,
15509
- maxTokens: 30000,
15253
+ contextWindow: 1000000,
15254
+ maxTokens: 1000000,
15510
15255
  },
15511
15256
  "xai/grok-4.1-fast-reasoning": {
15512
15257
  id: "xai/grok-4.1-fast-reasoning",
@@ -15522,8 +15267,8 @@ export const MODELS = {
15522
15267
  cacheRead: 0.049999999999999996,
15523
15268
  cacheWrite: 0,
15524
15269
  },
15525
- contextWindow: 2000000,
15526
- maxTokens: 30000,
15270
+ contextWindow: 1000000,
15271
+ maxTokens: 1000000,
15527
15272
  },
15528
15273
  "xai/grok-4.20-multi-agent": {
15529
15274
  id: "xai/grok-4.20-multi-agent",
@@ -15644,23 +15389,6 @@ export const MODELS = {
15644
15389
  contextWindow: 1000000,
15645
15390
  maxTokens: 1000000,
15646
15391
  },
15647
- "xai/grok-code-fast-1": {
15648
- id: "xai/grok-code-fast-1",
15649
- name: "Grok Code Fast 1",
15650
- api: "anthropic-messages",
15651
- provider: "vercel-ai-gateway",
15652
- baseUrl: "https://ai-gateway.vercel.sh",
15653
- reasoning: true,
15654
- input: ["text"],
15655
- cost: {
15656
- input: 0.19999999999999998,
15657
- output: 1.5,
15658
- cacheRead: 0.02,
15659
- cacheWrite: 0,
15660
- },
15661
- contextWindow: 256000,
15662
- maxTokens: 256000,
15663
- },
15664
15392
  "xiaomi/mimo-v2-flash": {
15665
15393
  id: "xiaomi/mimo-v2-flash",
15666
15394
  name: "MiMo V2 Flash",