Skip to main content

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.

Clother ships built-in support for nine international cloud providers. Each one gets its own launcher command. Set the required API key once with clother config <provider> and switch between providers instantly.

Quick reference

LauncherProviderDefault modelAPI key env var
clother-nativeAnthropicYour subscription
clother-zaiZ.AIglm-5ZAI_API_KEY
clother-minimaxMiniMaxMiniMax-M2.5MINIMAX_API_KEY
clother-kimiKimi K2kimi-k2.5KIMI_API_KEY
clother-moonshotMoonshot AIkimi-k2.5MOONSHOT_API_KEY
clother-deepseekDeepSeekdeepseek-chatDEEPSEEK_API_KEY
clother-mimoXiaomi MiMomimo-v2-flashMIMO_API_KEY
clother-alibabaAlibaba (Singapore)qwen3.5-plusALIBABA_API_KEY
clother-alibaba-usAlibaba (US)qwen3.5-plusALIBABA_API_KEY

Provider details

Anthropic (native)

Uses your Claude Pro, Max, or Team subscription directly. No API key is required — Clother passes authentication through the Claude CLI’s own login session.
clother-native
This is the only provider with auth_mode: none. It calls the Anthropic API at https://api.anthropic.com using the Claude CLI’s built-in credentials.

Z.AI

Z.AI

Get your API key at z.ai
FieldValue
Launcherclother-zai
Default modelglm-5
API key env varZAI_API_KEY
Base URLhttps://api.z.ai/api/anthropic
clother config zai      # set ZAI_API_KEY
clother-zai             # launch with default model (glm-5)
clother-zai --model glm-4.7
Available models
Model IDDescription
glm-5GLM-5 (default)
glm-4.7GLM-4.7

MiniMax

MiniMax

Get your API key at minimax.io
FieldValue
Launcherclother-minimax
Default modelMiniMax-M2.5
API key env varMINIMAX_API_KEY
Base URLhttps://api.minimax.io/anthropic
clother config minimax
clother-minimax
clother-minimax --model MiniMax-M2.5-highspeed
Available models
Model IDDescription
MiniMax-M2.5MiniMax M2.5 (default)
MiniMax-M2.5-highspeedMiniMax M2.5 Highspeed
MiniMax-M2.1MiniMax M2.1
MiniMax-M2.1-highspeedMiniMax M2.1 Highspeed
MiniMax-M2MiniMax M2

Kimi K2

Kimi

Get your API key at kimi.com
FieldValue
Launcherclother-kimi
Default modelkimi-k2.5
API key env varKIMI_API_KEY
Base URLhttps://api.kimi.com/coding/
clother config kimi
clother-kimi

Moonshot AI

Moonshot AI

Get your API key at moonshot.ai
FieldValue
Launcherclother-moonshot
Default modelkimi-k2.5
API key env varMOONSHOT_API_KEY
Base URLhttps://api.moonshot.ai/anthropic
clother config moonshot
clother-moonshot
Moonshot AI and Kimi both serve kimi-k2.5 but use different API keys and base URLs.

DeepSeek

DeepSeek

Get your API key at platform.deepseek.com
FieldValue
Launcherclother-deepseek
Default modeldeepseek-chat
API key env varDEEPSEEK_API_KEY
Base URLhttps://api.deepseek.com/anthropic
clother config deepseek
clother-deepseek

Xiaomi MiMo

Xiaomi MiMo

Get your API key at platform.xiaomimimo.com
FieldValue
Launcherclother-mimo
Default modelmimo-v2-flash
API key env varMIMO_API_KEY
Base URLhttps://api.xiaomimimo.com/anthropic
clother config mimo
clother-mimo

Alibaba Coding Plan

Alibaba offers two international regions with the same API key and the same set of available models.

Alibaba Model Studio

Get your API key at modelstudio.console.alibabacloud.com
FieldValue
Launcherclother-alibaba
Default modelqwen3.5-plus
API key env varALIBABA_API_KEY
Base URLhttps://coding-intl.dashscope.aliyuncs.com/apps/anthropic
clother config alibaba
clother-alibaba
Available models (shared across all Alibaba variants)
Model IDDescription
qwen3.5-plusQwen 3.5 Plus (default)
kimi-k2.5Kimi K2.5
glm-5GLM-5
MiniMax-M2.5MiniMax M2.5
qwen3-coder-nextQwen3 Coder Next
qwen3-coder-plusQwen3 Coder Plus
qwen3-max-2026-01-23Qwen3 Max
glm-4.7GLM-4.7
# Switch models at runtime
clother-alibaba --model kimi-k2.5
clother-alibaba-us --model glm-5

Changing the default model

Pass --model for a one-time override, or run clother config <provider> to change the permanent default:
# One-time override
clother-zai --model glm-4.7

# Permanent change
clother config zai

# Inspect the resolved model
clother info zai