Add [Unreleased] section for next cycle

This commit is contained in:
Mario Zechner 2026-01-09 20:24:50 +01:00
parent d856bb097c
commit 60f5a03576
8 changed files with 24 additions and 12 deletions

View file

@ -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,
},