Documentation Index
Fetch the complete documentation index at: https://continue-docs-dependabot-npm-and-yarn-docs-multi-c8c89d9539.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Before using Cohere, visit the Cohere dashboard to create an API key.
Chat Model
We recommend configuring Command A as your chat model.
name: My Config
version: 0.0.1
schema: v1
models:
- name: Command A 03-2025
provider: cohere
model: command-a-03-2025
apiKey: <YOUR_COHERE_API_KEY>
{
"models": [
{
"title": "Command A 03-2025",
"provider": "cohere",
"model": "command-a-03-2025",
"apiKey": "<YOUR_COHERE_API_KEY>"
}
]
}
Autocomplete Model
Cohere currently does not offer any autocomplete models.
Click here to see a list of autocomplete model providers.
Embeddings Model
We recommend configuring embed-v4.0 as your embeddings model.
name: My Config
version: 0.0.1
schema: v1
models:
- name: Cohere Embed v4.0
provider: cohere
model: embed-v4.0
apiKey: <YOUR_COHERE_API_KEY>
roles:
- embed
{
"embeddingsProvider": {
"provider": "cohere",
"model": "embed-v4.0",
"apiKey": "<YOUR_COHERE_API_KEY>"
}
}
Reranking Model
We recommend configuring rerank-v3.5 as your reranking model.
name: My Config
version: 0.0.1
schema: v1
models:
- name: Cohere Rerank v3.5
provider: cohere
model: rerank-v3.5
apiKey: <YOUR_COHERE_API_KEY>
roles:
- rerank
{
"reranker": {
"name": "cohere",
"params": {
"model": "rerank-v3.5",
"apiKey": "<YOUR_COHERE_API_KEY>"
}
}
}