We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaae09 commit 33c8ad4Copy full SHA for 33c8ad4
1 file changed
src/ai/model-config.ts
@@ -9,14 +9,14 @@ import { loadManualConfig } from "../utils/config";
9
// Available models for selection (OpenRouter format)
10
export const AVAILABLE_MODELS: ModelOption[] = [
11
{ id: "x-ai/grok-4.1-fast", name: "Grok 4.1 Fast" },
12
+ { id: "arcee-ai/trinity-large-preview:free", name: "Trinity Large Preview" },
13
{ id: "z-ai/glm-4.7", name: "GLM 4.7" },
14
{ id: "minimax/minimax-m2.1", name: "Minimax M2.1" },
15
{ id: "google/gemini-3-flash-preview", name: "Gemini 3 Flash" },
16
{ id: "google/gemini-3-pro-preview", name: "Gemini 3 Pro" },
17
{ id: "openai/gpt-5.2", name: "GPT 5.2" },
- { id: "moonshotai/kimi-k2-thinking", name: "Kimi K2 Thinking" },
18
+ { id: "moonshotai/kimi-k2.5", name: "Kimi K2.5" },
19
{ id: "openai/gpt-oss-120b:exacto", name: "GPT-OSS-120" },
- { id: "mistralai/devstral-2512:free", name: "Mistral Devstral" },
20
{ id: "nvidia/nemotron-3-nano-30b-a3b:free", name: "Nemotron 3 Nano" },
21
];
22
0 commit comments