When you need the full picture of what is configured, do not rely on one command alone. models list shows the configured entries, while models status shows what the resolver is actually using.
Quick answer
Run openclaw models list for the configured set and openclaw models status for the resolved primary plus fallbacks.
Command line steps
1. List the configured models
This shows the entries you have explicitly kept around.
openclaw models list
openclaw models list --plain
2. Inspect the resolved state
This shows the primary, fallbacks, and auth overview in one place.
openclaw models status
3. Check whether the picker is constrained by an allowlist
If users can only pick a small subset, the allowlist is usually the reason.
openclaw configure --section model
What to check if it still fails
- If the model you expect is missing from
models list, it was never saved or it was removed from the allowlist. - If
models statusshows a different primary than expected, look for a session override or a recentmodels setchange. - If you need only fallbacks,
openclaw models fallbacks listis the faster view.
Frequently asked questions
What will I learn from How to Find All Added Models in OpenClaw?
Use the configured list plus the status view to see the primary, the fallback chain, and any model allowlist that is constraining the picker. 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.
