Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-30 11:48:16 +01:00
parent 01d521c625
commit 0091857f8b
7 changed files with 29 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.50.5] - 2026-01-30
## [0.50.3] - 2026-01-29

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.50.5] - 2026-01-30
## [0.50.4] - 2026-01-30

View file

@ -5215,6 +5215,23 @@ export const MODELS = {
contextWindow: 262144,
maxTokens: 65536,
} satisfies Model<"openai-completions">,
"trinity-large-preview-free": {
id: "trinity-large-preview-free",
name: "Trinity Large Preview",
api: "openai-completions",
provider: "opencode",
baseUrl: "https://opencode.ai/zen/v1",
reasoning: false,
input: ["text"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 131072,
maxTokens: 131072,
} satisfies Model<"openai-completions">,
},
"openrouter": {
"ai21/jamba-large-1.7": {

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.50.5] - 2026-01-30
## [0.50.4] - 2026-01-30

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.50.5] - 2026-01-30
## [0.50.3] - 2026-01-29

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.50.5] - 2026-01-30
### Fixed

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.50.5] - 2026-01-30
## [0.50.3] - 2026-01-29