Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-04-03 20:32:11 +02:00
parent 8c1831bd5c
commit 84d134061f
7 changed files with 29 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.65.0] - 2026-04-03
### Breaking Changes

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.65.0] - 2026-04-03
### Added

View File

@@ -7589,6 +7589,23 @@ export const MODELS = {
contextWindow: 1048576,
maxTokens: 65536,
} satisfies Model<"openai-completions">,
"google/gemma-4-26b-a4b-it": {
id: "google/gemma-4-26b-a4b-it",
name: "Google: Gemma 4 26B A4B ",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.13,
output: 0.39999999999999997,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 262144,
} satisfies Model<"openai-completions">,
"google/gemma-4-31b-it": {
id: "google/gemma-4-31b-it",
name: "Google: Gemma 4 31B",

View File

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

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.65.0] - 2026-04-03
## [0.64.0] - 2026-03-29

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.65.0] - 2026-04-03
### Fixed

View File

@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.65.0] - 2026-04-03
## [0.64.0] - 2026-03-29