@elyracode/ai 0.4.1 → 0.4.3

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.
@@ -8836,13 +8836,13 @@ export const MODELS = {
8836
8836
  reasoning: true,
8837
8837
  input: ["text"],
8838
8838
  cost: {
8839
- input: 0.15,
8840
- output: 0.75,
8841
- cacheRead: 0,
8839
+ input: 0.21,
8840
+ output: 0.7899999999999999,
8841
+ cacheRead: 0.13,
8842
8842
  cacheWrite: 0,
8843
8843
  },
8844
- contextWindow: 32768,
8845
- maxTokens: 7168,
8844
+ contextWindow: 163840,
8845
+ maxTokens: 32768,
8846
8846
  },
8847
8847
  "deepseek/deepseek-r1": {
8848
8848
  id: "deepseek/deepseek-r1",
@@ -8998,7 +8998,7 @@ export const MODELS = {
8998
8998
  cacheRead: 0.024999999999999998,
8999
8999
  cacheWrite: 0.08333333333333334,
9000
9000
  },
9001
- contextWindow: 1000000,
9001
+ contextWindow: 1048576,
9002
9002
  maxTokens: 8192,
9003
9003
  },
9004
9004
  "google/gemini-2.0-flash-lite-001": {
@@ -9282,8 +9282,8 @@ export const MODELS = {
9282
9282
  reasoning: true,
9283
9283
  input: ["text", "image"],
9284
9284
  cost: {
9285
- input: 0.13,
9286
- output: 0.38,
9285
+ input: 0.12,
9286
+ output: 0.37,
9287
9287
  cacheRead: 0,
9288
9288
  cacheWrite: 0,
9289
9289
  },
@@ -9588,13 +9588,13 @@ export const MODELS = {
9588
9588
  reasoning: true,
9589
9589
  input: ["text"],
9590
9590
  cost: {
9591
- input: 0.29900000000000004,
9591
+ input: 0.19999999999999998,
9592
9592
  output: 1.2,
9593
9593
  cacheRead: 0,
9594
9594
  cacheWrite: 0,
9595
9595
  },
9596
9596
  contextWindow: 196608,
9597
- maxTokens: 131072,
9597
+ maxTokens: 4096,
9598
9598
  },
9599
9599
  "mistralai/codestral-2508": {
9600
9600
  id: "mistralai/codestral-2508",
@@ -10030,13 +10030,13 @@ export const MODELS = {
10030
10030
  reasoning: true,
10031
10031
  input: ["text", "image"],
10032
10032
  cost: {
10033
- input: 0.75,
10033
+ input: 0.74,
10034
10034
  output: 3.5,
10035
- cacheRead: 0.15,
10035
+ cacheRead: 0.25,
10036
10036
  cacheWrite: 0,
10037
10037
  },
10038
- contextWindow: 262144,
10039
- maxTokens: 16384,
10038
+ contextWindow: 32768,
10039
+ maxTokens: 32768,
10040
10040
  },
10041
10041
  "nex-agi/deepseek-v3.1-nex-n1": {
10042
10042
  id: "nex-agi/deepseek-v3.1-nex-n1",
@@ -12830,13 +12830,13 @@ export const MODELS = {
12830
12830
  reasoning: true,
12831
12831
  input: ["text", "image"],
12832
12832
  cost: {
12833
- input: 0.75,
12833
+ input: 0.74,
12834
12834
  output: 3.5,
12835
- cacheRead: 0.15,
12835
+ cacheRead: 0.25,
12836
12836
  cacheWrite: 0,
12837
12837
  },
12838
- contextWindow: 262144,
12839
- maxTokens: 16384,
12838
+ contextWindow: 32768,
12839
+ maxTokens: 32768,
12840
12840
  },
12841
12841
  "~openai/gpt-latest": {
12842
12842
  id: "~openai/gpt-latest",
@@ -13536,23 +13536,6 @@ export const MODELS = {
13536
13536
  contextWindow: 200000,
13537
13537
  maxTokens: 8192,
13538
13538
  },
13539
- "anthropic/claude-3.7-sonnet": {
13540
- id: "anthropic/claude-3.7-sonnet",
13541
- name: "Claude 3.7 Sonnet",
13542
- api: "anthropic-messages",
13543
- provider: "vercel-ai-gateway",
13544
- baseUrl: "https://ai-gateway.vercel.sh",
13545
- reasoning: true,
13546
- input: ["text", "image"],
13547
- cost: {
13548
- input: 3,
13549
- output: 15,
13550
- cacheRead: 0.3,
13551
- cacheWrite: 3.75,
13552
- },
13553
- contextWindow: 200000,
13554
- maxTokens: 8192,
13555
- },
13556
13539
  "anthropic/claude-haiku-4.5": {
13557
13540
  id: "anthropic/claude-haiku-4.5",
13558
13541
  name: "Claude Haiku 4.5",