Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-04-16 23:26:44 +02:00
Unverified
parent 2a356dca4d
commit 5476b56e41
7 changed files with 17 additions and 5 deletions
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16
## [0.67.5] - 2026-04-16
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16
### Added
+5 -5
View File
@@ -10031,13 +10031,13 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.14950000000000002,
output: 1.495,
input: 0.13,
output: 0.6,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 131072,
maxTokens: 4096,
contextWindow: 262144,
maxTokens: 262144,
} satisfies Model<"openai-completions">,
"qwen/qwen3-30b-a3b": {
id: "qwen/qwen3-30b-a3b",
@@ -10492,7 +10492,7 @@ export const MODELS = {
cost: {
input: 0.39,
output: 2.34,
cacheRead: 0,
cacheRead: 0.195,
cacheWrite: 0,
},
contextWindow: 262144,
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16
### New Features
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16
## [0.67.5] - 2026-04-16
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16
### Added
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.67.6] - 2026-04-16
## [0.67.5] - 2026-04-16