@elyracode/ai 0.4.6 → 0.4.8

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.
@@ -4242,7 +4242,7 @@ export const MODELS = {
4242
4242
  cost: {
4243
4243
  input: 0.1,
4244
4244
  output: 0.4,
4245
- cacheRead: 0.025,
4245
+ cacheRead: 0.01,
4246
4246
  cacheWrite: 0,
4247
4247
  },
4248
4248
  contextWindow: 1048576,
@@ -4433,7 +4433,7 @@ export const MODELS = {
4433
4433
  input: 0.25,
4434
4434
  output: 1.5,
4435
4435
  cacheRead: 0.025,
4436
- cacheWrite: 1,
4436
+ cacheWrite: 0,
4437
4437
  },
4438
4438
  contextWindow: 1048576,
4439
4439
  maxTokens: 65536,
@@ -4451,7 +4451,7 @@ export const MODELS = {
4451
4451
  input: 0.25,
4452
4452
  output: 1.5,
4453
4453
  cacheRead: 0.025,
4454
- cacheWrite: 1,
4454
+ cacheWrite: 0,
4455
4455
  },
4456
4456
  contextWindow: 1048576,
4457
4457
  maxTokens: 65536,
@@ -8143,9 +8143,9 @@ export const MODELS = {
8143
8143
  "minimax-m2.5": {
8144
8144
  id: "minimax-m2.5",
8145
8145
  name: "MiniMax M2.5",
8146
- api: "openai-completions",
8146
+ api: "anthropic-messages",
8147
8147
  provider: "opencode-go",
8148
- baseUrl: "https://opencode.ai/zen/go/v1",
8148
+ baseUrl: "https://opencode.ai/zen/go",
8149
8149
  reasoning: true,
8150
8150
  input: ["text"],
8151
8151
  cost: {
@@ -9849,7 +9849,7 @@ export const MODELS = {
9849
9849
  cacheRead: 0.04,
9850
9850
  cacheWrite: 0,
9851
9851
  },
9852
- contextWindow: 262144,
9852
+ contextWindow: 131072,
9853
9853
  maxTokens: 4096,
9854
9854
  },
9855
9855
  "mistralai/mistral-nemo": {
@@ -11343,23 +11343,6 @@ export const MODELS = {
11343
11343
  contextWindow: 32768,
11344
11344
  maxTokens: 32768,
11345
11345
  },
11346
- "qwen/qwen-max": {
11347
- id: "qwen/qwen-max",
11348
- name: "Qwen: Qwen-Max ",
11349
- api: "openai-completions",
11350
- provider: "openrouter",
11351
- baseUrl: "https://openrouter.ai/api/v1",
11352
- reasoning: false,
11353
- input: ["text"],
11354
- cost: {
11355
- input: 1.04,
11356
- output: 4.16,
11357
- cacheRead: 0.20800000000000002,
11358
- cacheWrite: 0,
11359
- },
11360
- contextWindow: 32768,
11361
- maxTokens: 8192,
11362
- },
11363
11346
  "qwen/qwen-plus": {
11364
11347
  id: "qwen/qwen-plus",
11365
11348
  name: "Qwen: Qwen-Plus",
@@ -11411,40 +11394,6 @@ export const MODELS = {
11411
11394
  contextWindow: 1000000,
11412
11395
  maxTokens: 32768,
11413
11396
  },
11414
- "qwen/qwen-turbo": {
11415
- id: "qwen/qwen-turbo",
11416
- name: "Qwen: Qwen-Turbo",
11417
- api: "openai-completions",
11418
- provider: "openrouter",
11419
- baseUrl: "https://openrouter.ai/api/v1",
11420
- reasoning: false,
11421
- input: ["text"],
11422
- cost: {
11423
- input: 0.0325,
11424
- output: 0.13,
11425
- cacheRead: 0.006500000000000001,
11426
- cacheWrite: 0,
11427
- },
11428
- contextWindow: 131072,
11429
- maxTokens: 8192,
11430
- },
11431
- "qwen/qwen-vl-max": {
11432
- id: "qwen/qwen-vl-max",
11433
- name: "Qwen: Qwen VL Max",
11434
- api: "openai-completions",
11435
- provider: "openrouter",
11436
- baseUrl: "https://openrouter.ai/api/v1",
11437
- reasoning: false,
11438
- input: ["text", "image"],
11439
- cost: {
11440
- input: 0.52,
11441
- output: 2.08,
11442
- cacheRead: 0,
11443
- cacheWrite: 0,
11444
- },
11445
- contextWindow: 131072,
11446
- maxTokens: 32768,
11447
- },
11448
11397
  "qwen/qwen3-14b": {
11449
11398
  id: "qwen/qwen3-14b",
11450
11399
  name: "Qwen: Qwen3 14B",
@@ -12729,13 +12678,13 @@ export const MODELS = {
12729
12678
  reasoning: true,
12730
12679
  input: ["text"],
12731
12680
  cost: {
12732
- input: 0.98,
12733
- output: 3.08,
12734
- cacheRead: 0.182,
12681
+ input: 1.0499999999999998,
12682
+ output: 3.5,
12683
+ cacheRead: 0.5249999999999999,
12735
12684
  cacheWrite: 0,
12736
12685
  },
12737
12686
  contextWindow: 202752,
12738
- maxTokens: 4096,
12687
+ maxTokens: 65535,
12739
12688
  },
12740
12689
  "z-ai/glm-5v-turbo": {
12741
12690
  id: "z-ai/glm-5v-turbo",