@elyracode/ai 0.5.1 → 0.5.2

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.
@@ -1011,7 +1011,7 @@ export const MODELS = {
1011
1011
  cacheWrite: 0,
1012
1012
  },
1013
1013
  contextWindow: 128000,
1014
- maxTokens: 4096,
1014
+ maxTokens: 16384,
1015
1015
  },
1016
1016
  "openai.gpt-oss-20b-1:0": {
1017
1017
  id: "openai.gpt-oss-20b-1:0",
@@ -1028,7 +1028,7 @@ export const MODELS = {
1028
1028
  cacheWrite: 0,
1029
1029
  },
1030
1030
  contextWindow: 128000,
1031
- maxTokens: 4096,
1031
+ maxTokens: 16384,
1032
1032
  },
1033
1033
  "openai.gpt-oss-safeguard-120b": {
1034
1034
  id: "openai.gpt-oss-safeguard-120b",
@@ -1045,7 +1045,7 @@ export const MODELS = {
1045
1045
  cacheWrite: 0,
1046
1046
  },
1047
1047
  contextWindow: 128000,
1048
- maxTokens: 4096,
1048
+ maxTokens: 16384,
1049
1049
  },
1050
1050
  "openai.gpt-oss-safeguard-20b": {
1051
1051
  id: "openai.gpt-oss-safeguard-20b",
@@ -1062,7 +1062,7 @@ export const MODELS = {
1062
1062
  cacheWrite: 0,
1063
1063
  },
1064
1064
  contextWindow: 128000,
1065
- maxTokens: 4096,
1065
+ maxTokens: 16384,
1066
1066
  },
1067
1067
  "qwen.qwen3-235b-a22b-2507-v1:0": {
1068
1068
  id: "qwen.qwen3-235b-a22b-2507-v1:0",
@@ -8966,6 +8966,25 @@ export const MODELS = {
8966
8966
  contextWindow: 1048576,
8967
8967
  maxTokens: 131072,
8968
8968
  },
8969
+ "deepseek/deepseek-v4-flash:free": {
8970
+ id: "deepseek/deepseek-v4-flash:free",
8971
+ name: "DeepSeek: DeepSeek V4 Flash (free)",
8972
+ api: "openai-completions",
8973
+ provider: "openrouter",
8974
+ baseUrl: "https://openrouter.ai/api/v1",
8975
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
8976
+ reasoning: true,
8977
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8978
+ input: ["text"],
8979
+ cost: {
8980
+ input: 0,
8981
+ output: 0,
8982
+ cacheRead: 0,
8983
+ cacheWrite: 0,
8984
+ },
8985
+ contextWindow: 256000,
8986
+ maxTokens: 256000,
8987
+ },
8969
8988
  "deepseek/deepseek-v4-pro": {
8970
8989
  id: "deepseek/deepseek-v4-pro",
8971
8990
  name: "DeepSeek: DeepSeek V4 Pro",
@@ -9606,13 +9625,13 @@ export const MODELS = {
9606
9625
  reasoning: true,
9607
9626
  input: ["text"],
9608
9627
  cost: {
9609
- input: 0.28,
9628
+ input: 0.27899999999999997,
9610
9629
  output: 1.2,
9611
9630
  cacheRead: 0,
9612
9631
  cacheWrite: 0,
9613
9632
  },
9614
9633
  contextWindow: 196608,
9615
- maxTokens: 4096,
9634
+ maxTokens: 131072,
9616
9635
  },
9617
9636
  "mistralai/codestral-2508": {
9618
9637
  id: "mistralai/codestral-2508",
@@ -9997,8 +10016,8 @@ export const MODELS = {
9997
10016
  reasoning: false,
9998
10017
  input: ["text"],
9999
10018
  cost: {
10000
- input: 0.39999999999999997,
10001
- output: 2,
10019
+ input: 0.6,
10020
+ output: 2.5,
10002
10021
  cacheRead: 0,
10003
10022
  cacheWrite: 0,
10004
10023
  },
@@ -12576,13 +12595,13 @@ export const MODELS = {
12576
12595
  reasoning: true,
12577
12596
  input: ["text"],
12578
12597
  cost: {
12579
- input: 0.39,
12580
- output: 1.9,
12581
- cacheRead: 0,
12598
+ input: 0.43,
12599
+ output: 1.74,
12600
+ cacheRead: 0.08,
12582
12601
  cacheWrite: 0,
12583
12602
  },
12584
- contextWindow: 204800,
12585
- maxTokens: 204800,
12603
+ contextWindow: 202752,
12604
+ maxTokens: 131072,
12586
12605
  },
12587
12606
  "z-ai/glm-4.6v": {
12588
12607
  id: "z-ai/glm-4.6v",