Add [Unreleased] section for next cycle
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.66.1] - 2026-04-08
|
||||
|
||||
## [0.66.0] - 2026-04-08
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.66.1] - 2026-04-08
|
||||
|
||||
## [0.66.0] - 2026-04-08
|
||||
|
||||
@@ -7990,13 +7990,13 @@ export const MODELS = {
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 0.27,
|
||||
input: 0.29,
|
||||
output: 0.95,
|
||||
cacheRead: 0.0290000007,
|
||||
cacheRead: 0.03,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 196608,
|
||||
maxTokens: 4096,
|
||||
maxTokens: 196608,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"minimax/minimax-m2.5": {
|
||||
id: "minimax/minimax-m2.5",
|
||||
@@ -10999,13 +10999,13 @@ export const MODELS = {
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 1.26,
|
||||
output: 3.9600000000000004,
|
||||
cacheRead: 0,
|
||||
input: 1.395,
|
||||
output: 4.4,
|
||||
cacheRead: 0.26,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 202752,
|
||||
maxTokens: 4096,
|
||||
maxTokens: 131072,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"z-ai/glm-5v-turbo": {
|
||||
id: "z-ai/glm-5v-turbo",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.66.1] - 2026-04-08
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.66.1] - 2026-04-08
|
||||
|
||||
## [0.66.0] - 2026-04-08
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.66.1] - 2026-04-08
|
||||
|
||||
## [0.66.0] - 2026-04-08
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.66.1] - 2026-04-08
|
||||
|
||||
## [0.66.0] - 2026-04-08
|
||||
|
||||
Reference in New Issue
Block a user