Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-17 00:32:57 +01:00
parent 91be338e39
commit 7f9cf543d5
7 changed files with 12 additions and 17 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.48.0] - 2026-01-16
## [0.47.0] - 2026-01-16

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.48.0] - 2026-01-16
### Fixed

View file

@ -7663,23 +7663,6 @@ export const MODELS = {
contextWindow: 262144,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"qwen/qwen3-vl-235b-a22b-thinking": {
id: "qwen/qwen3-vl-235b-a22b-thinking",
name: "Qwen: Qwen3 VL 235B A22B Thinking",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text", "image"],
cost: {
input: 0.44999999999999996,
output: 3.5,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 262144,
} satisfies Model<"openai-completions">,
"qwen/qwen3-vl-30b-a3b-instruct": {
id: "qwen/qwen3-vl-30b-a3b-instruct",
name: "Qwen: Qwen3 VL 30B A3B Instruct",

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.48.0] - 2026-01-16
### Added

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.48.0] - 2026-01-16
## [0.47.0] - 2026-01-16

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.48.0] - 2026-01-16
### Added

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.48.0] - 2026-01-16
## [0.47.0] - 2026-01-16