Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-03-07 14:44:23 +01:00
parent 3c3d63e161
commit b279d03d33
7 changed files with 31 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.57.0] - 2026-03-07
## [0.56.3] - 2026-03-06

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.57.0] - 2026-03-07
### Added

View File

@@ -7633,7 +7633,7 @@ export const MODELS = {
cost: {
input: 0.27,
output: 0.95,
cacheRead: 0.0299999997,
cacheRead: 0.0290000007,
cacheWrite: 0,
},
contextWindow: 196608,
@@ -11483,6 +11483,23 @@ export const MODELS = {
contextWindow: 204800,
maxTokens: 131000,
} satisfies Model<"anthropic-messages">,
"minimax/minimax-m2.5-highspeed": {
id: "minimax/minimax-m2.5-highspeed",
name: "MiniMax M2.5 High Speed",
api: "anthropic-messages",
provider: "vercel-ai-gateway",
baseUrl: "https://ai-gateway.vercel.sh",
reasoning: true,
input: ["text"],
cost: {
input: 0.6,
output: 2.4,
cacheRead: 0.03,
cacheWrite: 0.375,
},
contextWindow: 4096,
maxTokens: 4096,
} satisfies Model<"anthropic-messages">,
"mistral/codestral": {
id: "mistral/codestral",
name: "Mistral Codestral",
@@ -12194,7 +12211,7 @@ export const MODELS = {
cacheRead: 0.25,
cacheWrite: 0,
},
contextWindow: 1050000,
contextWindow: 200000,
maxTokens: 128000,
} satisfies Model<"anthropic-messages">,
"openai/gpt-5.4-pro": {

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.57.0] - 2026-03-07
### New Features

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.57.0] - 2026-03-07
## [0.56.3] - 2026-03-06

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.57.0] - 2026-03-07
### Added

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.57.0] - 2026-03-07
## [0.56.3] - 2026-03-06