#Models compliant with tool callling

1 messages · Page 1 of 1 (latest)

vernal pumice
#

how to list all models compliant with openclaw for tool calling purpose

pearl gateBOT
urban shoalBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

errant emberBOT
#

There isn’t really a single “all tool-calling compliant models” list across every provider.

Closest options:

openclaw models list --all
  • lists the full catalog OpenClaw knows about
  • does not prove tool support

If you specifically want models that OpenClaw can probe for tool support, use:

openclaw models scan
#

That one currently scans OpenRouter free models and tests tools + images.

Useful variants:

openclaw models scan --json
openclaw models scan --no-probe
openclaw models list --provider <provider>
openclaw models status

So the practical answer is:

  • all known modelsopenclaw models list --all
  • tool-capable models actually probed by OpenClawopenclaw models scan

Docs: