mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 12:00:15 +00:00
Add [Unreleased] section
This commit is contained in:
parent
cfa9dbfc03
commit
5663bf16ce
2 changed files with 10 additions and 8 deletions
|
|
@ -1989,7 +1989,7 @@ export const MODELS = {
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 1000000,
|
contextWindow: 1000000,
|
||||||
maxTokens: 4096,
|
maxTokens: 65535,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"amazon/nova-2-lite-v1": {
|
"amazon/nova-2-lite-v1": {
|
||||||
id: "amazon/nova-2-lite-v1",
|
id: "amazon/nova-2-lite-v1",
|
||||||
|
|
@ -2006,7 +2006,7 @@ export const MODELS = {
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 1000000,
|
contextWindow: 1000000,
|
||||||
maxTokens: 4096,
|
maxTokens: 65535,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"mistralai/mistral-large-2512": {
|
"mistralai/mistral-large-2512": {
|
||||||
id: "mistralai/mistral-large-2512",
|
id: "mistralai/mistral-large-2512",
|
||||||
|
|
@ -2161,18 +2161,18 @@ export const MODELS = {
|
||||||
contextWindow: 65536,
|
contextWindow: 65536,
|
||||||
maxTokens: 65536,
|
maxTokens: 65536,
|
||||||
} satisfies Model<"openai-completions">,
|
} satisfies Model<"openai-completions">,
|
||||||
"x-ai/grok-4.1-fast:free": {
|
"x-ai/grok-4.1-fast": {
|
||||||
id: "x-ai/grok-4.1-fast:free",
|
id: "x-ai/grok-4.1-fast",
|
||||||
name: "xAI: Grok 4.1 Fast (free)",
|
name: "xAI: Grok 4.1 Fast",
|
||||||
api: "openai-completions",
|
api: "openai-completions",
|
||||||
provider: "openrouter",
|
provider: "openrouter",
|
||||||
baseUrl: "https://openrouter.ai/api/v1",
|
baseUrl: "https://openrouter.ai/api/v1",
|
||||||
reasoning: true,
|
reasoning: true,
|
||||||
input: ["text", "image"],
|
input: ["text", "image"],
|
||||||
cost: {
|
cost: {
|
||||||
input: 0,
|
input: 0.19999999999999998,
|
||||||
output: 0,
|
output: 0.5,
|
||||||
cacheRead: 0,
|
cacheRead: 0.049999999999999996,
|
||||||
cacheWrite: 0,
|
cacheWrite: 0,
|
||||||
},
|
},
|
||||||
contextWindow: 2000000,
|
contextWindow: 2000000,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.12.7] - 2025-12-04
|
## [0.12.7] - 2025-12-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue