Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-19 00:23:57 +01:00
parent 15a04c585a
commit 0e5977ad39
7 changed files with 14 additions and 19 deletions

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.49.1] - 2026-01-18 ## [0.49.1] - 2026-01-18
## [0.49.0] - 2026-01-17 ## [0.49.0] - 2026-01-17

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.49.1] - 2026-01-18 ## [0.49.1] - 2026-01-18
### Added ### Added

View file

@ -1335,23 +1335,6 @@ export const MODELS = {
contextWindow: 131000, contextWindow: 131000,
maxTokens: 32000, maxTokens: 32000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"zai-glm-4.6": {
id: "zai-glm-4.6",
name: "Z.AI GLM-4.6",
api: "openai-completions",
provider: "cerebras",
baseUrl: "https://api.cerebras.ai/v1",
reasoning: false,
input: ["text"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 131072,
maxTokens: 40960,
} satisfies Model<"openai-completions">,
"zai-glm-4.7": { "zai-glm-4.7": {
id: "zai-glm-4.7", id: "zai-glm-4.7",
name: "Z.AI GLM-4.7", name: "Z.AI GLM-4.7",
@ -10207,8 +10190,8 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.098, input: 0.09,
output: 0.293, output: 0.29,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.49.1] - 2026-01-18 ## [0.49.1] - 2026-01-18
### Added ### Added

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.49.1] - 2026-01-18 ## [0.49.1] - 2026-01-18
## [0.49.0] - 2026-01-17 ## [0.49.0] - 2026-01-17

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.49.1] - 2026-01-18 ## [0.49.1] - 2026-01-18
### Added ### Added

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.49.1] - 2026-01-18 ## [0.49.1] - 2026-01-18
## [0.49.0] - 2026-01-17 ## [0.49.0] - 2026-01-17