OpenRouter lets you route requests to over a hundred models through a single API key. Clother creates a dedicated launcher for each model alias you configure.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.
How it works
OpenRouter launchers follow theclother-or-<alias> naming pattern. You choose the alias when configuring the model.
- Your OpenRouter API key
- A model ID (e.g.
moonshotai/kimi-k2.5) - A short alias for that model (e.g.
kimi-k25)
clother-or-kimi-k25 launcher. Repeat the command to add more models.
Example
Popular model IDs
Find the full list at openrouter.ai/models — click the copy icon next to any model name to get its ID.| Model ID | Description |
|---|---|
anthropic/claude-opus-4.6 | Claude Opus 4.6 |
google/gemini-2.5-pro | Gemini 2.5 Pro |
x-ai/grok-4 | Grok 4 |
mistralai/mistral-large | Mistral Large |
z-ai/glm-5 | GLM-5 (Z.AI) |
minimax/minimax-m2.5 | MiniMax M2.5 |
moonshotai/kimi-k2.5 | Kimi K2.5 |
qwen/qwen3-coder-next | Qwen3 Coder Next |
deepseek/deepseek-v3.2-speciale | DeepSeek V3.2 Speciale |
The :exacto variant
If a model does not behave as expected — for example it fails to call tools correctly — try appending :exacto to the model ID when configuring it:
:exacto variant enforces stricter tool-calling behavior and can resolve compatibility issues with some models on OpenRouter.