@elyracode/ai 0.5.12 → 0.6.0

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.
@@ -9285,13 +9285,13 @@ export const MODELS = {
9285
9285
  reasoning: true,
9286
9286
  input: ["text", "image"],
9287
9287
  cost: {
9288
- input: 0.06,
9289
- output: 0.33,
9288
+ input: 0.07,
9289
+ output: 0.33999999999999997,
9290
9290
  cacheRead: 0,
9291
9291
  cacheWrite: 0,
9292
9292
  },
9293
9293
  contextWindow: 262144,
9294
- maxTokens: 4096,
9294
+ maxTokens: 16384,
9295
9295
  },
9296
9296
  "google/gemma-4-26b-a4b-it:free": {
9297
9297
  id: "google/gemma-4-26b-a4b-it:free",
@@ -9881,12 +9881,12 @@ export const MODELS = {
9881
9881
  input: ["text"],
9882
9882
  cost: {
9883
9883
  input: 0.02,
9884
- output: 0.03,
9884
+ output: 0.04,
9885
9885
  cacheRead: 0,
9886
9886
  cacheWrite: 0,
9887
9887
  },
9888
9888
  contextWindow: 131072,
9889
- maxTokens: 4096,
9889
+ maxTokens: 16384,
9890
9890
  },
9891
9891
  "mistralai/mistral-saba": {
9892
9892
  id: "mistralai/mistral-saba",
@@ -10169,13 +10169,13 @@ export const MODELS = {
10169
10169
  reasoning: true,
10170
10170
  input: ["text"],
10171
10171
  cost: {
10172
- input: 0.09,
10173
- output: 0.44999999999999996,
10172
+ input: 0.09999999999999999,
10173
+ output: 0.5,
10174
10174
  cacheRead: 0,
10175
10175
  cacheWrite: 0,
10176
10176
  },
10177
10177
  contextWindow: 1000000,
10178
- maxTokens: 4096,
10178
+ maxTokens: 16384,
10179
10179
  },
10180
10180
  "nvidia/nemotron-3-super-120b-a12b:free": {
10181
10181
  id: "nvidia/nemotron-3-super-120b-a12b:free",
@@ -10998,12 +10998,12 @@ export const MODELS = {
10998
10998
  input: ["text"],
10999
10999
  cost: {
11000
11000
  input: 0.039,
11001
- output: 0.18,
11001
+ output: 0.19,
11002
11002
  cacheRead: 0,
11003
11003
  cacheWrite: 0,
11004
11004
  },
11005
11005
  contextWindow: 131072,
11006
- maxTokens: 4096,
11006
+ maxTokens: 131072,
11007
11007
  },
11008
11008
  "openai/gpt-oss-120b:free": {
11009
11009
  id: "openai/gpt-oss-120b:free",