packages/docs/plugin-registry/llm/cohere.md
The Cohere plugin connects Eliza agents to Cohere's language models, providing access to the Command family of models optimized for enterprise use cases including retrieval-augmented generation and tool use.
On-demand plugin. This plugin is resolved from the remote elizaOS plugin registry and auto-installs when its API key is detected. It is not included in Eliza's bundled
plugins.jsonindex.
Package: @elizaos/plugin-cohere
eliza plugins install @elizaos/plugin-cohere
The plugin auto-enables when COHERE_API_KEY is present:
export COHERE_API_KEY=your-cohere-api-key
| Environment Variable | Required | Description |
|---|---|---|
COHERE_API_KEY | Yes | Cohere API key from cohere.com |
{
"auth": {
"profiles": {
"default": {
"provider": "cohere",
"model": "command-r-plus"
}
}
}
}
| Model | Context | Best For |
|---|---|---|
command-r-plus | 128k | Complex reasoning, multi-step tasks |
command-r | 128k | Balanced performance and cost |
command-light | 4k | Fast, lightweight tasks |
command | 4k | General-purpose |