mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 04:02:21 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
453e104d3a
commit
2bbc1a7659
7 changed files with 16 additions and 21 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.50.0] - 2026-01-26
|
## [0.50.0] - 2026-01-26
|
||||||
|
|
||||||
## [0.49.3] - 2026-01-22
|
## [0.49.3] - 2026-01-22
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.50.0] - 2026-01-26
|
## [0.50.0] - 2026-01-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -5074,8 +5074,8 @@ export const MODELS = {
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.7999999999999999,
|
input: 0.7999999999999999,
|
||||||
output: 4,
|
output: 4,
|
||||||
cacheRead: 0.08,
|
cacheRead: 0,
|
||||||
cacheWrite: 1,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 200000,
|
contextWindow: 200000,
|
||||||
maxTokens: 8192,
|
maxTokens: 8192,
|
||||||
|
|
@ -8219,7 +8219,7 @@ export const MODELS = {
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.15,
|
input: 0.15,
|
||||||
output: 0.6,
|
output: 0.6,
|
||||||
cacheRead: 0,
|
cacheRead: 0.075,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 262144,
|
contextWindow: 262144,
|
||||||
|
|
@ -8599,23 +8599,6 @@ export const MODELS = {
|
||||||
contextWindow: 262144,
|
contextWindow: 262144,
|
||||||
maxTokens: 4096,
|
maxTokens: 4096,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"xiaomi/mimo-v2-flash:free": {
|
|
||||||
id: "xiaomi/mimo-v2-flash:free",
|
|
||||||
name: "Xiaomi: MiMo-V2-Flash (free)",
|
|
||||||
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: 262144,
|
|
||||||
maxTokens: 65536,
|
|
||||||
} satisfies Model<"openai-completions">,
|
|
||||||
"z-ai/glm-4-32b": {
|
"z-ai/glm-4-32b": {
|
||||||
id: "z-ai/glm-4-32b",
|
id: "z-ai/glm-4-32b",
|
||||||
name: "Z.AI: GLM 4 32B ",
|
name: "Z.AI: GLM 4 32B ",
|
||||||
|
|
@ -8729,7 +8712,7 @@ export const MODELS = {
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.44,
|
input: 0.44,
|
||||||
output: 1.76,
|
output: 1.76,
|
||||||
cacheRead: 0,
|
cacheRead: 0.11,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 204800,
|
contextWindow: 204800,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.50.0] - 2026-01-26
|
## [0.50.0] - 2026-01-26
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.50.0] - 2026-01-26
|
## [0.50.0] - 2026-01-26
|
||||||
|
|
||||||
## [0.49.3] - 2026-01-22
|
## [0.49.3] - 2026-01-22
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.50.0] - 2026-01-26
|
## [0.50.0] - 2026-01-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.50.0] - 2026-01-26
|
## [0.50.0] - 2026-01-26
|
||||||
|
|
||||||
## [0.49.3] - 2026-01-22
|
## [0.49.3] - 2026-01-22
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue