Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-02-04 02:33:53 +01:00
parent 5921206f9a
commit 6cc1676eae
7 changed files with 29 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.51.5] - 2026-02-04
## [0.51.4] - 2026-02-03

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.51.5] - 2026-02-04
### Changed

View file

@ -8821,6 +8821,23 @@ export const MODELS = {
contextWindow: 128000,
maxTokens: 65536,
} satisfies Model<"openai-completions">,
"qwen/qwen3-coder-next": {
id: "qwen/qwen3-coder-next",
name: "Qwen: Qwen3 Coder Next",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: false,
input: ["text"],
cost: {
input: 0.19999999999999998,
output: 1.5,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 65536,
} satisfies Model<"openai-completions">,
"qwen/qwen3-coder-plus": {
id: "qwen/qwen3-coder-plus",
name: "Qwen: Qwen3 Coder Plus",

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.51.5] - 2026-02-04
### Changed

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.51.5] - 2026-02-04
## [0.51.4] - 2026-02-03

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.51.5] - 2026-02-04
## [0.51.4] - 2026-02-03

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.51.5] - 2026-02-04
## [0.51.4] - 2026-02-03