Every built-in provider ships with a default model. You can change it in two ways.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jolehuit/clother/llms.txt
Use this file to discover all available pages before exploring further.
One-time override
Pass--model directly when launching. The flag is forwarded to Claude CLI.
Permanent override
Runclother config <provider> and choose a different default model. Clother writes the override to config.json and uses it for all future launches of that provider.
Provider default models
| Provider | Launcher | Default model | Other available models |
|---|---|---|---|
| Anthropic (native) | clother-native | (Claude default) | — |
| Z.AI | clother-zai | glm-5 | glm-4.7 |
| Z.AI China | clother-zai-cn | glm-5 | glm-4.7 |
| MiniMax | clother-minimax | MiniMax-M2.5 | MiniMax-M2.5-highspeed, MiniMax-M2.1, MiniMax-M2.1-highspeed, MiniMax-M2 |
| MiniMax China | clother-minimax-cn | MiniMax-M2.5 | MiniMax-M2.5-highspeed, MiniMax-M2.1, MiniMax-M2.1-highspeed, MiniMax-M2 |
| Kimi | clother-kimi | kimi-k2.5 | — |
| Moonshot AI | clother-moonshot | kimi-k2.5 | — |
| DeepSeek | clother-deepseek | deepseek-chat | — |
| Xiaomi MiMo | clother-mimo | mimo-v2-flash | — |
| Alibaba (Singapore) | clother-alibaba | qwen3.5-plus | kimi-k2.5, glm-5, MiniMax-M2.5, qwen3-coder-next, qwen3-coder-plus, qwen3-max-2026-01-23, glm-4.7 |
| Alibaba (US) | clother-alibaba-us | qwen3.5-plus | kimi-k2.5, glm-5, MiniMax-M2.5, qwen3-coder-next, qwen3-coder-plus, qwen3-max-2026-01-23, glm-4.7 |
| Alibaba China | clother-alibaba-cn | qwen3.5-plus | kimi-k2.5, glm-5, MiniMax-M2.5, qwen3-coder-next, qwen3-coder-plus, qwen3-max-2026-01-23, glm-4.7 |
| VolcEngine | clother-ve | doubao-seed-code-preview-latest | — |
| Ollama | clother-ollama | (specify via --model) | any model pulled locally |
| LM Studio | clother-lmstudio | (specify via --model) | any model loaded in LM Studio |
| llama.cpp | clother-llamacpp | (specify via --model) | any model served by llama-server |
OpenRouter
OpenRouter launchers follow theclother-or-<alias> naming pattern. The model is bound to the alias at configuration time, not at launch time.
Enter a model ID and alias
clother config openrouter and provide a new model ID for the same alias name.