mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 12:04:59 +00:00
742 B
742 B
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| Use Cohere models with OpenClaw |
|
Cohere |
Cohere
OpenClaw supports Cohere through Cohere's OpenAI-compatible API (cohere/... model refs).
Quick setup
openclaw onboard --auth-choice cohere-api-key
# or
openclaw onboard --cohere-api-key "$COHERE_API_KEY"
Example config
{
env: { COHERE_API_KEY: "sk-..." },
agents: { defaults: { model: { primary: "cohere/command-a-03-2025" } } },
}
Notes
- Cohere auth uses
COHERE_API_KEY. - Provider base URL defaults to
https://api.cohere.ai/compatibility/v1. - Onboarding default model is
cohere/command-a-03-2025.