@elyracode/ai 0.4.5 → 0.4.7

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.
@@ -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: {
@@ -9016,7 +9016,7 @@ export const MODELS = {
9016
9016
  cacheRead: 0.024999999999999998,
9017
9017
  cacheWrite: 0.08333333333333334,
9018
9018
  },
9019
- contextWindow: 1048576,
9019
+ contextWindow: 1000000,
9020
9020
  maxTokens: 8192,
9021
9021
  },
9022
9022
  "google/gemini-2.0-flash-lite-001": {
@@ -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": {