I used the prompt below to add cline-pass as a provider for Picoclaw on a few PCs, and on my Android phone:
Add the cline-pass API as a provider to Picoclaw by editing your configuration files.
You are running on a phone. Edit your config.json and .security.yml files in ~/.picoclaw/ to add these 10 OpenAI-compatible models pointing at https://api.cline.bot/api/v1 using the API key: <your_api_key>
In config.json, append these entries to the model_list array:
| model_name | provider | model | api_base |
|---|---|---|---|
| cp-glm-5.2 | openai | z-ai/glm-5.2 | https://api.cline.bot/api/v1 |
| cp-kimi-k2.7-code | openai | moonshotai/kimi-k2.7-code | https://api.cline.bot/api/v1 |
| cp-kimi-k2.6 | openai | moonshotai/kimi-k2.6 | https://api.cline.bot/api/v1 |
| cp-deepseek-v4-pro | openai | deepseek/deepseek-v4-pro | https://api.cline.bot/api/v1 |
| cp-deepseek-v4-flash | openai | deepseek/deepseek-v4-flash | https://api.cline.bot/api/v1 |
| cp-mimo-v2.5 | openai | xiaomi/mimo-v2.5 | https://api.cline.bot/api/v1 |
| cp-mimo-v2.5-pro | openai | xiaomi/mimo-v2.5-pro | https://api.cline.bot/api/v1 |
| cp-minimax-m3 | openai | minimax/minimax-m3 | https://api.cline.bot/api/v1 |
| cp-qwen3.7-max | openai | qwen/qwen3.7-max | https://api.cline.bot/api/v1 |
| cp-qwen3.7-plus | openai | qwen/qwen3.7-plus | https://api.cline.bot/api/v1 |
In .security.yml, under the model_list section, add each model name followed by :0: with the API key:
cp-glm-5.2:0:
api_keys:
- <your_api_key>
cp-kimi-k2.7-code:0:
api_keys:
- <your_api_key>
cp-kimi-k2.6:0:
api_keys:
- <your_api_key>
cp-deepseek-v4-pro:0:
api_keys:
- <your_api_key>
cp-deepseek-v4-flash:0:
api_keys:
- <your_api_key>
cp-mimo-v2.5:0:
api_keys:
- <your_api_key>
cp-mimo-v2.5-pro:0:
api_keys:
- <your_api_key>
cp-minimax-m3:0:
api_keys:
- <your_api_key>
cp-qwen3.7-max:0:
api_keys:
- <your_api_key>
cp-qwen3.7-plus:0:
api_keys:
- <your_api_key>
Insert these before the "web:" line. Do NOT overwrite any existing config — only add the new entries. Preserve all existing models and their API keys.
When done, confirm the models are added by listing them.