mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
9a53d950c4
commit
c65de34e11
7 changed files with 31 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.55.4] - 2026-03-02
|
## [0.55.4] - 2026-03-02
|
||||||
|
|
||||||
## [0.55.3] - 2026-02-27
|
## [0.55.3] - 2026-02-27
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.55.4] - 2026-03-02
|
## [0.55.4] - 2026-03-02
|
||||||
|
|
||||||
## [0.55.3] - 2026-02-27
|
## [0.55.3] - 2026-02-27
|
||||||
|
|
|
||||||
|
|
@ -6530,23 +6530,6 @@ export const MODELS = {
|
||||||
contextWindow: 131000,
|
contextWindow: 131000,
|
||||||
maxTokens: 4096,
|
maxTokens: 4096,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"arcee-ai/trinity-mini": {
|
|
||||||
id: "arcee-ai/trinity-mini",
|
|
||||||
name: "Arcee AI: Trinity Mini",
|
|
||||||
api: "openai-completions",
|
|
||||||
provider: "openrouter",
|
|
||||||
baseUrl: "https://openrouter.ai/api/v1",
|
|
||||||
reasoning: true,
|
|
||||||
input: ["text"],
|
|
||||||
cost: {
|
|
||||||
input: 0.045,
|
|
||||||
output: 0.15,
|
|
||||||
cacheRead: 0,
|
|
||||||
cacheWrite: 0,
|
|
||||||
},
|
|
||||||
contextWindow: 131072,
|
|
||||||
maxTokens: 131072,
|
|
||||||
} satisfies Model<"openai-completions">,
|
|
||||||
"arcee-ai/trinity-mini:free": {
|
"arcee-ai/trinity-mini:free": {
|
||||||
id: "arcee-ai/trinity-mini:free",
|
id: "arcee-ai/trinity-mini:free",
|
||||||
name: "Arcee AI: Trinity Mini (free)",
|
name: "Arcee AI: Trinity Mini (free)",
|
||||||
|
|
@ -6870,6 +6853,23 @@ export const MODELS = {
|
||||||
contextWindow: 163840,
|
contextWindow: 163840,
|
||||||
maxTokens: 65536,
|
maxTokens: 65536,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
|
"essentialai/rnj-1-instruct": {
|
||||||
|
id: "essentialai/rnj-1-instruct",
|
||||||
|
name: "EssentialAI: Rnj 1 Instruct",
|
||||||
|
api: "openai-completions",
|
||||||
|
provider: "openrouter",
|
||||||
|
baseUrl: "https://openrouter.ai/api/v1",
|
||||||
|
reasoning: false,
|
||||||
|
input: ["text"],
|
||||||
|
cost: {
|
||||||
|
input: 0.15,
|
||||||
|
output: 0.15,
|
||||||
|
cacheRead: 0,
|
||||||
|
cacheWrite: 0,
|
||||||
|
},
|
||||||
|
contextWindow: 32768,
|
||||||
|
maxTokens: 4096,
|
||||||
|
} satisfies Model<"openai-completions">,
|
||||||
"google/gemini-2.0-flash-001": {
|
"google/gemini-2.0-flash-001": {
|
||||||
id: "google/gemini-2.0-flash-001",
|
id: "google/gemini-2.0-flash-001",
|
||||||
name: "Google: Gemini 2.0 Flash",
|
name: "Google: Gemini 2.0 Flash",
|
||||||
|
|
@ -7174,7 +7174,7 @@ export const MODELS = {
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 131072,
|
contextWindow: 131072,
|
||||||
maxTokens: 32768,
|
maxTokens: 131072,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"meta-llama/llama-3-8b-instruct": {
|
"meta-llama/llama-3-8b-instruct": {
|
||||||
id: "meta-llama/llama-3-8b-instruct",
|
id: "meta-llama/llama-3-8b-instruct",
|
||||||
|
|
@ -7344,7 +7344,7 @@ export const MODELS = {
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 196608,
|
contextWindow: 196608,
|
||||||
maxTokens: 65536,
|
maxTokens: 196608,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"minimax/minimax-m2.1": {
|
"minimax/minimax-m2.1": {
|
||||||
id: "minimax/minimax-m2.1",
|
id: "minimax/minimax-m2.1",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.55.4] - 2026-03-02
|
## [0.55.4] - 2026-03-02
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.55.4] - 2026-03-02
|
## [0.55.4] - 2026-03-02
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.55.4] - 2026-03-02
|
## [0.55.4] - 2026-03-02
|
||||||
|
|
||||||
## [0.55.3] - 2026-02-27
|
## [0.55.3] - 2026-02-27
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.55.4] - 2026-03-02
|
## [0.55.4] - 2026-03-02
|
||||||
|
|
||||||
## [0.55.3] - 2026-02-27
|
## [0.55.3] - 2026-02-27
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue