@elyracode/ai 0.7.5 → 0.7.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.
@@ -13184,10 +13184,10 @@ export const MODELS = {
13184
13184
  reasoning: true,
13185
13185
  input: ["text", "image"],
13186
13186
  cost: {
13187
- input: 2.5,
13188
- output: 7.5,
13189
- cacheRead: 0.5,
13190
- cacheWrite: 3.125,
13187
+ input: 1.25,
13188
+ output: 3.75,
13189
+ cacheRead: 0.25,
13190
+ cacheWrite: 1.5625,
13191
13191
  },
13192
13192
  contextWindow: 991000,
13193
13193
  maxTokens: 64000,
@@ -14080,7 +14080,7 @@ export const MODELS = {
14080
14080
  },
14081
14081
  "minimax/minimax-m2.7": {
14082
14082
  id: "minimax/minimax-m2.7",
14083
- name: "Minimax M2.7",
14083
+ name: "MiniMax M2.7",
14084
14084
  api: "anthropic-messages",
14085
14085
  provider: "vercel-ai-gateway",
14086
14086
  baseUrl: "https://ai-gateway.vercel.sh",