Add [Unreleased] section for next cycle
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.57.0] - 2026-03-07
|
## [0.57.0] - 2026-03-07
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.57.0] - 2026-03-07
|
## [0.57.0] - 2026-03-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -7633,7 +7633,7 @@ export const MODELS = {
|
|||||||
cost: {
|
cost: {
|
||||||
input: 0.27,
|
input: 0.27,
|
||||||
output: 0.95,
|
output: 0.95,
|
||||||
cacheRead: 0.0299999997,
|
cacheRead: 0.0290000007,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 196608,
|
contextWindow: 196608,
|
||||||
@@ -11483,6 +11483,23 @@ export const MODELS = {
|
|||||||
contextWindow: 204800,
|
contextWindow: 204800,
|
||||||
maxTokens: 131000,
|
maxTokens: 131000,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"anthropic-messages">,
|
||||||
|
"minimax/minimax-m2.5-highspeed": {
|
||||||
|
id: "minimax/minimax-m2.5-highspeed",
|
||||||
|
name: "MiniMax M2.5 High Speed",
|
||||||
|
api: "anthropic-messages",
|
||||||
|
provider: "vercel-ai-gateway",
|
||||||
|
baseUrl: "https://ai-gateway.vercel.sh",
|
||||||
|
reasoning: true,
|
||||||
|
input: ["text"],
|
||||||
|
cost: {
|
||||||
|
input: 0.6,
|
||||||
|
output: 2.4,
|
||||||
|
cacheRead: 0.03,
|
||||||
|
cacheWrite: 0.375,
|
||||||
|
},
|
||||||
|
contextWindow: 4096,
|
||||||
|
maxTokens: 4096,
|
||||||
|
} satisfies Model<"anthropic-messages">,
|
||||||
"mistral/codestral": {
|
"mistral/codestral": {
|
||||||
id: "mistral/codestral",
|
id: "mistral/codestral",
|
||||||
name: "Mistral Codestral",
|
name: "Mistral Codestral",
|
||||||
@@ -12194,7 +12211,7 @@ export const MODELS = {
|
|||||||
cacheRead: 0.25,
|
cacheRead: 0.25,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 1050000,
|
contextWindow: 200000,
|
||||||
maxTokens: 128000,
|
maxTokens: 128000,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"anthropic-messages">,
|
||||||
"openai/gpt-5.4-pro": {
|
"openai/gpt-5.4-pro": {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.57.0] - 2026-03-07
|
## [0.57.0] - 2026-03-07
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.57.0] - 2026-03-07
|
## [0.57.0] - 2026-03-07
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.57.0] - 2026-03-07
|
## [0.57.0] - 2026-03-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.57.0] - 2026-03-07
|
## [0.57.0] - 2026-03-07
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|||||||
Reference in New Issue
Block a user