mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 06:04:15 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
d856bb097c
commit
60f5a03576
8 changed files with 24 additions and 12 deletions
|
|
@ -5192,17 +5192,17 @@ export const MODELS = {
|
|||
contextWindow: 262144,
|
||||
maxTokens: 65535,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"nex-agi/deepseek-v3.1-nex-n1:free": {
|
||||
id: "nex-agi/deepseek-v3.1-nex-n1:free",
|
||||
name: "Nex AGI: DeepSeek V3.1 Nex N1 (free)",
|
||||
"nex-agi/deepseek-v3.1-nex-n1": {
|
||||
id: "nex-agi/deepseek-v3.1-nex-n1",
|
||||
name: "Nex AGI: DeepSeek V3.1 Nex N1",
|
||||
api: "openai-completions",
|
||||
provider: "openrouter",
|
||||
baseUrl: "https://openrouter.ai/api/v1",
|
||||
reasoning: false,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 0,
|
||||
output: 0,
|
||||
input: 0.27,
|
||||
output: 1,
|
||||
cacheRead: 0,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue