Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-03-15 20:34:10 +01:00
parent 1c93f9f099
commit aac0e0c1bf
7 changed files with 51 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.58.3] - 2026-03-15
## [0.58.2] - 2026-03-15

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.58.3] - 2026-03-15
## [0.58.2] - 2026-03-15

View File

@@ -7665,13 +7665,30 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.27,
output: 0.95,
cacheRead: 0.0299999997,
input: 0.25,
output: 1.2,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 196608,
maxTokens: 4096,
maxTokens: 196608,
} satisfies Model<"openai-completions">,
"minimax/minimax-m2.5:free": {
id: "minimax/minimax-m2.5:free",
name: "MiniMax: MiniMax M2.5 (free)",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 196608,
maxTokens: 196608,
} satisfies Model<"openai-completions">,
"mistralai/codestral-2508": {
id: "mistralai/codestral-2508",
@@ -9244,7 +9261,7 @@ export const MODELS = {
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text"],
input: ["text", "image"],
cost: {
input: 0,
output: 0,
@@ -10512,6 +10529,23 @@ export const MODELS = {
contextWindow: 202752,
maxTokens: 131072,
} satisfies Model<"openai-completions">,
"z-ai/glm-5-turbo": {
id: "z-ai/glm-5-turbo",
name: "Z.ai: GLM 5 Turbo",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text"],
cost: {
input: 0.96,
output: 3.1999999999999997,
cacheRead: 0.192,
cacheWrite: 0,
},
contextWindow: 202752,
maxTokens: 131072,
} satisfies Model<"openai-completions">,
},
"vercel-ai-gateway": {
"alibaba/qwen-3-14b": {

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.58.3] - 2026-03-15
## [0.58.2] - 2026-03-15

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.58.3] - 2026-03-15
## [0.58.2] - 2026-03-15

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.58.3] - 2026-03-15
## [0.58.2] - 2026-03-15

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.58.3] - 2026-03-15
### Fixed