This is the provider-selection version of the free setup problem. The goal is not to memorize a list from a video. The goal is to use the CLI to see what is available now and keep only the providers that still resolve cleanly.
Quick answer
Use openclaw models list --all and openclaw models scan --no-probe, then confirm the provider auth path with openclaw models status before you build anything on top.
Command line steps
1. List the providers you can target
Start wide, then narrow the list.
openclaw models list --all
openclaw models list --all --provider openrouter
2. Shortlist free-tier candidates
The scan command is usually faster than manually comparing provider pages.
openclaw models scan --no-probe --max-candidates 15
3. Verify the auth path before you keep the provider
If the provider looks good on paper but auth is broken, it is not useful yet.
openclaw models status
openclaw models status --check
What to check if it still fails
- If
status --checkwarns about missing credentials, fix that now instead of adding channels on top of a broken model layer. - If the free catalog is too noisy, use
--provider,--min-params, or--max-age-daysto narrow it. - If you need a permanent setup later, keep the same commands but swap the temporary model for a more reliable paid default.
Frequently asked questions
What will I learn from Free API Providers You Can Use to Set Up OpenClaw?
Inspect the live provider catalog from the CLI, shortlist the free options, and only keep providers that still show healthy auth in status output. The guidance is written for practical self-hosted OpenClaw environments, but commands and configuration can change between releases.
Should I back up OpenClaw before changing the configuration?
Yes. Back up the active configuration, credentials references, channel settings, and service definitions before repairs, upgrades, or model changes, then validate the gateway and important workflows after the change.
Can Milan help with OpenClaw setup or troubleshooting?
Yes. Milan provides OpenClaw setup, model and channel configuration, secure remote access, workflow automation, troubleshooting, and deployment support.
