Last updated

ClinePass in Codex — GLM, Kimi, MiniMax | Codex Router

ClinePass in Codex means routing Cline’s subscription-backed models into the Codex model picker through Codex Router. Provider id clinepass points at Cline’s OpenAI-compatible API at https://api.cline.bot/api/v1.

What ClinePass is

ClinePass is an OpenAI-compatible API surface backed by a Cline subscription. It serves a broad catalog of open-weight and frontier models under one account and one quota, and Codex Router publishes the clinepass/* entries once the account is entitled.

A key is not enough

An API key alone does not grant access to the cline-pass/* models: the account also needs an active ClinePass subscription. Create the key under Cline Settings > API Keys, then store it:

./bin/model-router codex provider-key clinepass set
./bin/model-router codex providers enable clinepass

On Windows use ./model-router.ps1 codex with the same commands. Then fully quit Codex, reopen it, and create a new task. Without the subscription, the route authorizes as invalid even though the key is well-formed.

Model catalog

These models ship in the registry:

Picker labelModel ID
GLM-5.2clinepass/glm-5.2
Kimi K3clinepass/kimi-k3
Kimi K2.7 Codeclinepass/kimi-k2.7-code
Kimi K2.6clinepass/kimi-k2.6
DeepSeek V4 Proclinepass/deepseek-v4-pro
DeepSeek V4 Flashclinepass/deepseek-v4-flash
MiMo-V2.5clinepass/mimo-v2.5
MiMo-V2.5-Proclinepass/mimo-v2.5-pro
MiniMax M3clinepass/minimax-m3
Qwen3.7 Maxclinepass/qwen3.7-max
Qwen3.7 Plusclinepass/qwen3.7-plus
Qwen3.8 Maxclinepass/qwen3.8-max
Hy4 Previewclinepass/tencent/hy4-preview

The Hy4 Preview entry keeps its vendor-prefixed id, so it reads as clinepass/tencent/hy4-preview rather than a bare model name.

Verify the integration

./bin/model-router codex doctor
./bin/model-router codex providers
./bin/test-model 'clinepass/kimi-k3' --live --yes

The provider must report SHOW and ready. If entries are missing, the subscription or key is the usual cause — confirm the entitlement in Cline, then restart Codex. See models missing from the picker.

Coexisting routes

The same model families also appear through other providers. A clinepass/glm-5.2 request is billed by ClinePass, while ollama-cloud/glm-5.2 is billed by Ollama Cloud and zai-api/glm-5.2 by Z.ai. The entries intentionally coexist because credentials and billing differ.

Provider policy

Cline may restrict or block proxy traffic, and access depends on an active subscription. Routing ClinePass through Codex Router is at your own risk; check Cline’s terms before relying on it.

FAQ

What is ClinePass in Codex? ClinePass is Cline’s OpenAI-compatible API at https://api.cline.bot/api/v1. Codex Router’s clinepass provider routes its models into the Codex picker.

Can I use just an API key with ClinePass? No. An API key alone does not grant access to the cline-pass models. The account also needs an active ClinePass subscription.

Where do I create the ClinePass API key? Create the key under Cline Settings > API Keys, then store it with ./bin/model-router codex provider-key clinepass set.

Related: models overview, GLM in Codex, Xiaomi MiMo in Codex, installation.