Skip to content

Commit 33c8ad4

Browse files
committed
update latest models, include trinity large preview as new free model
1 parent edaae09 commit 33c8ad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ai/model-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import { loadManualConfig } from "../utils/config";
99
// Available models for selection (OpenRouter format)
1010
export const AVAILABLE_MODELS: ModelOption[] = [
1111
{ id: "x-ai/grok-4.1-fast", name: "Grok 4.1 Fast" },
12+
{ id: "arcee-ai/trinity-large-preview:free", name: "Trinity Large Preview" },
1213
{ id: "z-ai/glm-4.7", name: "GLM 4.7" },
1314
{ id: "minimax/minimax-m2.1", name: "Minimax M2.1" },
1415
{ id: "google/gemini-3-flash-preview", name: "Gemini 3 Flash" },
1516
{ id: "google/gemini-3-pro-preview", name: "Gemini 3 Pro" },
1617
{ id: "openai/gpt-5.2", name: "GPT 5.2" },
17-
{ id: "moonshotai/kimi-k2-thinking", name: "Kimi K2 Thinking" },
18+
{ id: "moonshotai/kimi-k2.5", name: "Kimi K2.5" },
1819
{ id: "openai/gpt-oss-120b:exacto", name: "GPT-OSS-120" },
19-
{ id: "mistralai/devstral-2512:free", name: "Mistral Devstral" },
2020
{ id: "nvidia/nemotron-3-nano-30b-a3b:free", name: "Nemotron 3 Nano" },
2121
];
2222

0 commit comments

Comments
 (0)