OpenClaw
Prerequisites
- OpenClaw installed
- A Chuizi.AI account with an API key (starts with
ck-)
Configuration
Set Chuizi.AI as the API backend in OpenClaw's configuration file:
config.json
json
{ "api": { "base_url": "https://api.chuizi.ai/v1", "api_key": "ck-your-key-here" }, "model": "anthropic/claude-sonnet-4-6" }
Alternatively, configure via environment variables:
terminal
bash
export OPENAI_BASE_URL=https://api.chuizi.ai/v1 export OPENAI_API_KEY=ck-your-key-here
Next Steps
- Choose a Model — pick the right model for coding tasks
- Error Codes — troubleshoot API errors
- Cost Optimization — reduce costs with model tiering