Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-09 00:10:41 +01:00
parent c25f1eab64
commit 307f9b4169
7 changed files with 68 additions and 22 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.39.0] - 2026-01-08
## [0.38.0] - 2026-01-08

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.39.0] - 2026-01-08
### Fixed

View file

@ -2946,6 +2946,23 @@ export const MODELS = {
contextWindow: 65536,
maxTokens: 65536,
} satisfies Model<"openai-completions">,
"allenai/olmo-3.1-32b-instruct": {
id: "allenai/olmo-3.1-32b-instruct",
name: "AllenAI: Olmo 3.1 32B Instruct",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: false,
input: ["text"],
cost: {
input: 0.19999999999999998,
output: 0.6,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 65536,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"amazon/nova-2-lite-v1": {
id: "amazon/nova-2-lite-v1",
name: "Amazon: Nova 2 Lite",
@ -3822,13 +3839,13 @@ export const MODELS = {
reasoning: false,
input: ["text", "image"],
cost: {
input: 0.036,
output: 0.064,
input: 0.04,
output: 0.15,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 131072,
maxTokens: 4096,
contextWindow: 96000,
maxTokens: 96000,
} satisfies Model<"openai-completions">,
"google/gemma-3-27b-it:free": {
id: "google/gemma-3-27b-it:free",
@ -4128,9 +4145,9 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.12,
output: 0.48,
cacheRead: 0,
input: 0.28,
output: 1.2,
cacheRead: 0.14,
cacheWrite: 0,
},
contextWindow: 196608,
@ -4723,13 +4740,13 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.32,
output: 0.48,
input: 0.39999999999999997,
output: 1.75,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 4096,
maxTokens: 65535,
} satisfies Model<"openai-completions">,
"nex-agi/deepseek-v3.1-nex-n1:free": {
id: "nex-agi/deepseek-v3.1-nex-n1:free",
@ -5505,8 +5522,8 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.02,
output: 0.09999999999999999,
input: 0.039,
output: 0.19,
cacheRead: 0,
cacheWrite: 0,
},
@ -5556,13 +5573,13 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.016,
output: 0.06,
input: 0.02,
output: 0.09999999999999999,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 131072,
maxTokens: 4096,
maxTokens: 131072,
} satisfies Model<"openai-completions">,
"openai/gpt-oss-20b:free": {
id: "openai/gpt-oss-20b:free",
@ -5802,6 +5819,23 @@ export const MODELS = {
contextWindow: 32768,
maxTokens: 16384,
} satisfies Model<"openai-completions">,
"qwen/qwen-2.5-7b-instruct": {
id: "qwen/qwen-2.5-7b-instruct",
name: "Qwen: Qwen2.5 7B Instruct",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: false,
input: ["text"],
cost: {
input: 0.04,
output: 0.09999999999999999,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 32768,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"qwen/qwen-max": {
id: "qwen/qwen-max",
name: "Qwen: Qwen-Max ",
@ -6202,8 +6236,8 @@ export const MODELS = {
reasoning: false,
input: ["text"],
cost: {
input: 0.06,
output: 0.6,
input: 0.09,
output: 1.1,
cacheRead: 0,
cacheWrite: 0,
},
@ -6236,8 +6270,8 @@ export const MODELS = {
reasoning: false,
input: ["text", "image"],
cost: {
input: 0.12,
output: 0.56,
input: 0.19999999999999998,
output: 1.2,
cacheRead: 0,
cacheWrite: 0,
},
@ -6797,13 +6831,13 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.16,
output: 0.7999999999999999,
input: 0.39999999999999997,
output: 1.5,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 202752,
maxTokens: 4096,
maxTokens: 65535,
} satisfies Model<"openai-completions">,
},
"xai": {

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.39.0] - 2026-01-08
### Breaking Changes

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.39.0] - 2026-01-08
## [0.38.0] - 2026-01-08

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.39.0] - 2026-01-08
### Added

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.39.0] - 2026-01-08
## [0.38.0] - 2026-01-08