mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 22:03:45 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
5921206f9a
commit
6cc1676eae
7 changed files with 29 additions and 0 deletions
|
|
@ -8821,6 +8821,23 @@ export const MODELS = {
|
|||
contextWindow: 128000,
|
||||
maxTokens: 65536,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"qwen/qwen3-coder-next": {
|
||||
id: "qwen/qwen3-coder-next",
|
||||
name: "Qwen: Qwen3 Coder Next",
|
||||
api: "openai-completions",
|
||||
provider: "openrouter",
|
||||
baseUrl: "https://openrouter.ai/api/v1",
|
||||
reasoning: false,
|
||||
input: ["text"],
|
||||
cost: {
|
||||
input: 0.19999999999999998,
|
||||
output: 1.5,
|
||||
cacheRead: 0,
|
||||
cacheWrite: 0,
|
||||
},
|
||||
contextWindow: 262144,
|
||||
maxTokens: 65536,
|
||||
} satisfies Model<"openai-completions">,
|
||||
"qwen/qwen3-coder-plus": {
|
||||
id: "qwen/qwen3-coder-plus",
|
||||
name: "Qwen: Qwen3 Coder Plus",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue