| Property | Value |
|---|---|
| Provider id | cohere |
| Plugin | bundled during transition; official external package |
| Auth env var | COHERE_API_KEY |
| Onboarding flag | --auth-choice cohere-api-key |
| Direct CLI flag | --cohere-api-key <key> |
| API | OpenAI-compatible (openai-completions) |
| Base URL | https://api.cohere.ai/compatibility/v1 |
| Default model | cohere/command-a-03-2025 |
Get started
- Cohere is included in current OpenClaw packages. If it is unavailable, install the external package and restart the Gateway:
- Create a Cohere API key.
- Run onboarding:
- Confirm the catalog is available:
Environment-only setup
MakeCOHERE_API_KEY available to the Gateway process, then select the Cohere model:
If the Gateway runs as a daemon or in Docker, configure
COHERE_API_KEY for that service. Exporting it only in an interactive shell does not make it available to an already-running Gateway.