@elyracode/ai 0.4.3 → 0.4.4

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.
@@ -8487,6 +8487,24 @@ export const MODELS = {
8487
8487
  contextWindow: 1000000,
8488
8488
  maxTokens: 128000,
8489
8489
  },
8490
+ "anthropic/claude-opus-4.7-fast": {
8491
+ id: "anthropic/claude-opus-4.7-fast",
8492
+ name: "Anthropic: Claude Opus 4.7 (Fast)",
8493
+ api: "openai-completions",
8494
+ provider: "openrouter",
8495
+ baseUrl: "https://openrouter.ai/api/v1",
8496
+ reasoning: true,
8497
+ thinkingLevelMap: { "xhigh": "xhigh" },
8498
+ input: ["text", "image"],
8499
+ cost: {
8500
+ input: 30,
8501
+ output: 150,
8502
+ cacheRead: 3,
8503
+ cacheWrite: 37.5,
8504
+ },
8505
+ contextWindow: 1000000,
8506
+ maxTokens: 128000,
8507
+ },
8490
8508
  "anthropic/claude-sonnet-4": {
8491
8509
  id: "anthropic/claude-sonnet-4",
8492
8510
  name: "Anthropic: Claude Sonnet 4",
@@ -9588,7 +9606,7 @@ export const MODELS = {
9588
9606
  reasoning: true,
9589
9607
  input: ["text"],
9590
9608
  cost: {
9591
- input: 0.19999999999999998,
9609
+ input: 0.28,
9592
9610
  output: 1.2,
9593
9611
  cacheRead: 0,
9594
9612
  cacheWrite: 0,
@@ -9831,7 +9849,7 @@ export const MODELS = {
9831
9849
  cacheRead: 0.04,
9832
9850
  cacheWrite: 0,
9833
9851
  },
9834
- contextWindow: 131072,
9852
+ contextWindow: 262144,
9835
9853
  maxTokens: 4096,
9836
9854
  },
9837
9855
  "mistralai/mistral-nemo": {
@@ -10035,8 +10053,8 @@ export const MODELS = {
10035
10053
  cacheRead: 0.25,
10036
10054
  cacheWrite: 0,
10037
10055
  },
10038
- contextWindow: 32768,
10039
- maxTokens: 32768,
10056
+ contextWindow: 262142,
10057
+ maxTokens: 262142,
10040
10058
  },
10041
10059
  "nex-agi/deepseek-v3.1-nex-n1": {
10042
10060
  id: "nex-agi/deepseek-v3.1-nex-n1",
@@ -11948,7 +11966,7 @@ export const MODELS = {
11948
11966
  cost: {
11949
11967
  input: 0.39,
11950
11968
  output: 2.34,
11951
- cacheRead: 0.195,
11969
+ cacheRead: 0,
11952
11970
  cacheWrite: 0,
11953
11971
  },
11954
11972
  contextWindow: 262144,
@@ -12835,8 +12853,8 @@ export const MODELS = {
12835
12853
  cacheRead: 0.25,
12836
12854
  cacheWrite: 0,
12837
12855
  },
12838
- contextWindow: 32768,
12839
- maxTokens: 32768,
12856
+ contextWindow: 262142,
12857
+ maxTokens: 262142,
12840
12858
  },
12841
12859
  "~openai/gpt-latest": {
12842
12860
  id: "~openai/gpt-latest",