Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-03-20 20:15:24 +01:00
parent b63a4abed2
commit a84fd4e3cf
7 changed files with 15 additions and 3 deletions

View File

@@ -7837,12 +7837,12 @@ export const MODELS = {
input: ["text"],
cost: {
input: 0.19999999999999998,
output: 1.2,
cacheRead: 0,
output: 1.17,
cacheRead: 0.09999999999999999,
cacheWrite: 0,
},
contextWindow: 196608,
maxTokens: 196608,
maxTokens: 65536,
} satisfies Model<"openai-completions">,
"minimax/minimax-m2.5:free": {
id: "minimax/minimax-m2.5:free",