Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner
2026-05-17 21:03:41 +02:00
parent 12f5c00cc1
commit 7f3c340dc6
6 changed files with 20 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.75.0] - 2026-05-17 ## [0.75.0] - 2026-05-17
### Breaking Changes ### Breaking Changes

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.75.0] - 2026-05-17 ## [0.75.0] - 2026-05-17
### Breaking Changes ### Breaking Changes

View File

@@ -9291,13 +9291,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.07, input: 0.06,
output: 0.33999999999999997, output: 0.33,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 16384, maxTokens: 4096,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"google/gemma-4-26b-a4b-it:free": { "google/gemma-4-26b-a4b-it:free": {
id: "google/gemma-4-26b-a4b-it:free", id: "google/gemma-4-26b-a4b-it:free",
@@ -9888,12 +9888,12 @@ export const MODELS = {
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.02, input: 0.02,
output: 0.04, output: 0.03,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 131072, contextWindow: 131072,
maxTokens: 16384, maxTokens: 4096,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"mistralai/mistral-saba": { "mistralai/mistral-saba": {
id: "mistralai/mistral-saba", id: "mistralai/mistral-saba",
@@ -10176,13 +10176,13 @@ export const MODELS = {
reasoning: true, reasoning: true,
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.09999999999999999, input: 0.09,
output: 0.5, output: 0.44999999999999996,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 1000000, contextWindow: 1000000,
maxTokens: 16384, maxTokens: 4096,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"nvidia/nemotron-3-super-120b-a12b:free": { "nvidia/nemotron-3-super-120b-a12b:free": {
id: "nvidia/nemotron-3-super-120b-a12b:free", id: "nvidia/nemotron-3-super-120b-a12b:free",
@@ -11005,12 +11005,12 @@ export const MODELS = {
input: ["text"], input: ["text"],
cost: { cost: {
input: 0.039, input: 0.039,
output: 0.19, output: 0.18,
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 131072, contextWindow: 131072,
maxTokens: 131072, maxTokens: 4096,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"openai/gpt-oss-120b:free": { "openai/gpt-oss-120b:free": {
id: "openai/gpt-oss-120b:free", id: "openai/gpt-oss-120b:free",

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.75.0] - 2026-05-17 ## [0.75.0] - 2026-05-17
### Breaking Changes ### Breaking Changes

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.75.0] - 2026-05-17 ## [0.75.0] - 2026-05-17
### Breaking Changes ### Breaking Changes

View File

@@ -1,5 +1,7 @@
# Changelog # Changelog
## [Unreleased]
## [0.74.1] - 2026-05-16 ## [0.74.1] - 2026-05-16
## [0.74.0] - 2026-05-07 ## [0.74.0] - 2026-05-07