Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-04-16 23:26:44 +02:00
parent 2a356dca4d
commit 5476b56e41
7 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16 ## [0.67.6] - 2026-04-16
## [0.67.5] - 2026-04-16 ## [0.67.5] - 2026-04-16

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16 ## [0.67.6] - 2026-04-16
### Added ### Added

View File

@@ -10031,13 +10031,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.14950000000000002, input: 0.13,
output: 1.495, output: 0.6,
cacheRead: 0, cacheRead: 0,
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",
@@ -10492,7 +10492,7 @@ export const MODELS = {
cost: { cost: {
input: 0.39, input: 0.39,
output: 2.34, output: 2.34,
cacheRead: 0, cacheRead: 0.195,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,

View File

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

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16 ## [0.67.6] - 2026-04-16
## [0.67.5] - 2026-04-16 ## [0.67.5] - 2026-04-16

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16 ## [0.67.6] - 2026-04-16
### Added ### Added

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16 ## [0.67.6] - 2026-04-16
## [0.67.5] - 2026-04-16 ## [0.67.5] - 2026-04-16