Add [Unreleased] section for next cycle
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|
||||||
## [0.56.2] - 2026-03-05
|
## [0.56.2] - 2026-03-05
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -9433,13 +9433,13 @@ export const MODELS = {
|
|||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text"],
|
input: ["text"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0,
|
input: 0.11,
|
||||||
output: 0,
|
output: 0.6,
|
||||||
cacheRead: 0,
|
cacheRead: 0.055,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 131072,
|
contextWindow: 262144,
|
||||||
maxTokens: 4096,
|
maxTokens: 262144,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"qwen/qwen3-30b-a3b": {
|
"qwen/qwen3-30b-a3b": {
|
||||||
id: "qwen/qwen3-30b-a3b",
|
id: "qwen/qwen3-30b-a3b",
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|
||||||
## [0.56.2] - 2026-03-05
|
## [0.56.2] - 2026-03-05
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.56.3] - 2026-03-06
|
## [0.56.3] - 2026-03-06
|
||||||
|
|
||||||
## [0.56.2] - 2026-03-05
|
## [0.56.2] - 2026-03-05
|
||||||
|
|||||||
Reference in New Issue
Block a user