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

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.61.1] - 2026-03-20
## [0.61.0] - 2026-03-20

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.61.1] - 2026-03-20
### Changed

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",

View File

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

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.61.1] - 2026-03-20
## [0.61.0] - 2026-03-20

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.61.1] - 2026-03-20
### Fixed

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.61.1] - 2026-03-20
## [0.61.0] - 2026-03-20