// Providers

Every provider claude-multi supports.

claude-multi routes Claude Code to the provider that fits your budget and workload. Each provider exposes a native Anthropic-compatible endpoint, so setup is a single command. Pick one to see setup steps, pricing, and where it fits best.

Template reference

Each template pre-fills ANTHROPIC_BASE_URL, model mappings, and related env vars into your instance's settings.json. You only need to supply your API key. All providers expose an Anthropic-compatible API, so claude-multi points the same Claude Code binary at whichever endpoint you pick.

TemplateDisplay nameEndpointOpus modelSonnet/Haiku model
glmGLM Coding Planapi.z.aiglm-5.3[1m], glm-5.3-flashglm-5-turbo
minimaxMiniMaxapi.minimax.ioMiniMax-M3MiniMax-M3
deepseekDeepSeekapi.deepseek.comdeepseek-v4-pro[1m]deepseek-v4-flash
mimoXiaomi MiMoapi.xiaomimimo.commimo-v2.5-promimo-v2.5
mimo-tokenXiaomi MiMo (Token Plan)token-plan-cn.xiaomimimo.commimo-v2.5-promimo-v2.5
kimiMoonshot Kimiapi.moonshot.aikimi-k2.7-codekimi-k2.6, kimi-k2.5
qwenAlibaba Qwendashscope-intl.aliyuncs.comqwen3-coder-nextqwen3-coder-flash
qwen-codingAlibaba Qwen Coding Plancoding-intl.dashscope.aliyuncs.comqwen3-coder-nextqwen3-coder-flash

Pay per token vs. subscription

Some providers offer two access models, a pay-per-token API and a subscription/coding plan, each with a different base URL. Use the right template for your account type:

ProviderPay-per-token templateSubscription template
Xiaomi MiMomimomimo-token (regional URL)
Alibaba Qwenqwenqwen-coding
GLM (Z.ai)no Anthropic URLglm (coding-plan-only)
MiniMaxminimaxsame URL, different key type
Moonshot Kimikimipay per token only
DeepSeekdeepseekpay per token only
  • GLM: the Anthropic-compatible endpoint (api.z.ai/api/anthropic) is exclusive to the Z.ai Coding Plan subscription. The metered API only exposes an OpenAI-compatible URL.
  • MiMo Token Plan: defaults to the CN regional endpoint. If your subscription is SG or EU, update ANTHROPIC_BASE_URL with the endpoint shown in your subscription console.
  • Kimi: no subscription plan, strictly pay per token at api.moonshot.ai.
  • MiniMax: both plans use the same api.minimax.io endpoint; the API key type determines which quota is consumed. MiniMax-M3 has a 1M token context window and accepts text, image, and video inputs.

Not sure which provider to pick?

The getting started guide walks through installing claude-multi and adding your first instance. It takes about two minutes to get going.