Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-02-06 19:20:32 +01:00
parent 4eb15a9d11
commit d39faa72d3
7 changed files with 39 additions and 10 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.52.7] - 2026-02-06
### Fixed

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.52.7] - 2026-02-06
### Added

View file

@ -5671,8 +5671,8 @@ export const MODELS = {
input: ["text"],
cost: {
input: 0.09,
output: 0.39999999999999997,
cacheRead: 0,
output: 0.44999999999999996,
cacheRead: 0.09,
cacheWrite: 0,
},
contextWindow: 131072,
@ -6605,12 +6605,12 @@ export const MODELS = {
reasoning: false,
input: ["text"],
cost: {
input: 3.5,
output: 3.5,
input: 4,
output: 4,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 10000,
contextWindow: 131000,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"meta-llama/llama-3.1-70b-instruct": {
@ -8381,6 +8381,23 @@ export const MODELS = {
contextWindow: 200000,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"openrouter/pony-alpha": {
id: "openrouter/pony-alpha",
name: "Pony Alpha",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
input: ["text"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 200000,
maxTokens: 131000,
} satisfies Model<"openai-completions">,
"prime-intellect/intellect-3": {
id: "prime-intellect/intellect-3",
name: "Prime Intellect: INTELLECT-3",
@ -8795,7 +8812,7 @@ export const MODELS = {
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: true,
reasoning: false,
input: ["text"],
cost: {
input: 0.22,
@ -9512,13 +9529,13 @@ export const MODELS = {
reasoning: true,
input: ["text"],
cost: {
input: 0.07,
input: 0.06,
output: 0.39999999999999997,
cacheRead: 0.01,
cacheRead: 0.0100000002,
cacheWrite: 0,
},
contextWindow: 200000,
maxTokens: 131072,
contextWindow: 202752,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
},
"vercel-ai-gateway": {

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.52.7] - 2026-02-06
### New Features

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.52.7] - 2026-02-06
## [0.52.6] - 2026-02-05

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.52.7] - 2026-02-06
## [0.52.6] - 2026-02-05

View file

@ -1,5 +1,7 @@
# Changelog
## [Unreleased]
## [0.52.7] - 2026-02-06
## [0.52.6] - 2026-02-05