#Models compliant with tool callling
1 messages · Page 1 of 1 (latest)
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 models →
openclaw models list --all - tool-capable models actually probed by OpenClaw →
openclaw models scan
Docs: