mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 09:02:08 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
39d719900d
commit
c983bfdb1e
7 changed files with 19 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.51.3] - 2026-02-03
|
## [0.51.3] - 2026-02-03
|
||||||
|
|
||||||
## [0.51.2] - 2026-02-03
|
## [0.51.2] - 2026-02-03
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.51.3] - 2026-02-03
|
## [0.51.3] - 2026-02-03
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -2168,7 +2168,7 @@ export const MODELS = {
|
||||||
cacheRead: 0,
|
cacheRead: 0,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 64000,
|
contextWindow: 128000,
|
||||||
maxTokens: 16384,
|
maxTokens: 16384,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"gpt-4o": {
|
"gpt-4o": {
|
||||||
|
|
@ -9284,7 +9284,7 @@ export const MODELS = {
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"anthropic-messages">,
|
||||||
"alibaba/qwen-3-32b": {
|
"alibaba/qwen-3-32b": {
|
||||||
id: "alibaba/qwen-3-32b",
|
id: "alibaba/qwen-3-32b",
|
||||||
name: "Qwen 3.32B",
|
name: "Qwen 3 32B",
|
||||||
api: "anthropic-messages",
|
api: "anthropic-messages",
|
||||||
provider: "vercel-ai-gateway",
|
provider: "vercel-ai-gateway",
|
||||||
baseUrl: "https://ai-gateway.vercel.sh",
|
baseUrl: "https://ai-gateway.vercel.sh",
|
||||||
|
|
@ -10328,13 +10328,13 @@ export const MODELS = {
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text", "image"],
|
input: ["text", "image"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.6,
|
input: 0.44999999999999996,
|
||||||
output: 3,
|
output: 2.8,
|
||||||
cacheRead: 0.09999999999999999,
|
cacheRead: 0,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 256000,
|
contextWindow: 262144,
|
||||||
maxTokens: 256000,
|
maxTokens: 252144,
|
||||||
} satisfies Model<"anthropic-messages">,
|
} satisfies Model<"anthropic-messages">,
|
||||||
"nvidia/nemotron-nano-12b-v2-vl": {
|
"nvidia/nemotron-nano-12b-v2-vl": {
|
||||||
id: "nvidia/nemotron-nano-12b-v2-vl",
|
id: "nvidia/nemotron-nano-12b-v2-vl",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.51.3] - 2026-02-03
|
## [0.51.3] - 2026-02-03
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.51.3] - 2026-02-03
|
## [0.51.3] - 2026-02-03
|
||||||
|
|
||||||
## [0.51.2] - 2026-02-03
|
## [0.51.2] - 2026-02-03
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.51.3] - 2026-02-03
|
## [0.51.3] - 2026-02-03
|
||||||
|
|
||||||
## [0.51.2] - 2026-02-03
|
## [0.51.2] - 2026-02-03
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.51.3] - 2026-02-03
|
## [0.51.3] - 2026-02-03
|
||||||
|
|
||||||
## [0.51.2] - 2026-02-03
|
## [0.51.2] - 2026-02-03
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue