Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-03-06 17:07:29 +01:00
parent dd66b5cc3e
commit 1e52a687ae
7 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -9433,13 +9433,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0, input: 0.11,
output: 0, output: 0.6,
cacheRead: 0, cacheRead: 0.055,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 131072, contextWindow: 262144,
maxTokens: 4096, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3-30b-a3b": { "qwen/qwen3-30b-a3b": {
id: "qwen/qwen3-30b-a3b", id: "qwen/qwen3-30b-a3b",

View File

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

View File

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

View File

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

View File

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