mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Add [Unreleased] section for next cycle
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.67.6] - 2026-04-16
|
||||
|
||||
## [0.67.5] - 2026-04-16
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.67.6] - 2026-04-16
|
||||
|
||||
### Added
|
||||
|
||||
@@ -10031,13 +10031,13 @@ export const MODELS = {
|
||||
reasoning: true,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 0.14950000000000002,
|
||||
output: 1.495,
|
||||
input: 0.13,
|
||||
output: 0.6,
|
||||
cacheRead: 0,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 131072,
|
||||
maxTokens: 4096,
|
||||
contextWindow: 262144,
|
||||
maxTokens: 262144,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"qwen/qwen3-30b-a3b": {
|
||||
id: "qwen/qwen3-30b-a3b",
|
||||
@@ -10492,7 +10492,7 @@ export const MODELS = {
|
||||
cost: {
|
||||
input: 0.39,
|
||||
output: 2.34,
|
||||
cacheRead: 0,
|
||||
cacheRead: 0.195,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 262144,
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.67.6] - 2026-04-16
|
||||
|
||||
### New Features
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.67.6] - 2026-04-16
|
||||
|
||||
## [0.67.5] - 2026-04-16
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.67.6] - 2026-04-16
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.67.6] - 2026-04-16
|
||||
|
||||
## [0.67.5] - 2026-04-16
|
||||
|
||||
Reference in New Issue
Block a user