Piramilan Suthesakumaran

Full-Stack & AI Engineer

Published April 3, 2026Updated April 3, 20261 min readBy Piramilan Suthesakumaran

How to Find Free OpenClaw Models and Provider Keys for Setup

Use the model catalog commands to shortlist providers, then add only the credentials you need for the models you actually plan to test.

The job here is not just to collect keys. It is to match a provider key to a model you can actually use in OpenClaw today, then verify that the auth path is healthy before you build on it.

Quick answer

List or scan the candidate models first, then attach the provider key in the model config flow, and finish with openclaw models status --check.

Command line steps

1. Find the model candidates first

This prevents you from wiring a provider into OpenClaw before you even know what you want from it.

Command

BASH

$openclaw models list --all
$openclaw models scan --no-probe --max-candidates 12

2. Attach the provider credential

Use the model section so the provider and model choices stay in one flow.

Command

BASH

$openclaw configure --section model

3. Verify the credential path

A provider key only counts if the status view agrees with you.

Command

BASH

$openclaw models status --check
$openclaw models status --probe

What to check if it still fails

  • If status warns about missing auth, the key was not saved where OpenClaw expects it.
  • If you can see the model in the catalog but cannot select it, review the allowlist and aliases in the model config flow.
  • If the free tier is unstable, use it for testing only and move to a more reliable default later.

Related articles

View all

Need help with setup or delivery?

I take on freelance and outsourcing work across AI consulting, website development, mobile apps, automation, and OpenClaw setup. If you want to discuss your project, email milan@findmilan.ca.

You can also review the services page or browse the full blog archive.