@elyracode/ai 0.7.5 → 0.7.6
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.
package/dist/models.generated.js
CHANGED
|
@@ -13184,10 +13184,10 @@ export const MODELS = {
|
|
|
13184
13184
|
reasoning: true,
|
|
13185
13185
|
input: ["text", "image"],
|
|
13186
13186
|
cost: {
|
|
13187
|
-
input:
|
|
13188
|
-
output:
|
|
13189
|
-
cacheRead: 0.
|
|
13190
|
-
cacheWrite:
|
|
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: "
|
|
14083
|
+
name: "MiniMax M2.7",
|
|
14084
14084
|
api: "anthropic-messages",
|
|
14085
14085
|
provider: "vercel-ai-gateway",
|
|
14086
14086
|
baseUrl: "https://ai-gateway.vercel.sh",
|