Skip to main content
Cohere provides OpenAI-compatible inference through its Compatibility API. OpenClaw bundles the Cohere provider during its externalization transition and also publishes it as an official external plugin.

Built-in catalog

Reasoning-capable Cohere models support two Compatibility API reasoning modes. OpenClaw maps off to none and every enabled thinking level to high. Command A Vision does not support tool use, so OpenClaw keeps agent tools disabled for that model.

Get started

  1. Cohere ships with current OpenClaw packages. If it is missing, install the external package and restart the Gateway:
  1. Create a Cohere API key.
  2. Run onboarding:
  1. Confirm the catalog is available:
Onboarding only sets Cohere as the primary model when no primary model is already configured.

Environment-only setup

Make COHERE_API_KEY available to the Gateway process, then select the Cohere model:
If the Gateway runs as a daemon or in Docker, set COHERE_API_KEY for that service. Exporting it only in an interactive shell does not make it available to an already-running Gateway.