Cohere
Overview
Cohere provides both LLM provider capabilities and advanced re-ranking models that can be used with AiKA to improve the relevance of generated content and reduce inconsistencies from document indexing.
Configuration
To use Cohere for LLM provider capabilities in AiKA, set the following in the config manager. The language field will be formatted as provider|model
.
aika:
models:
language: cohere|command-a-03-2025
To optionally use Cohere for re-ranking in AiKA, set the following in your configuration:
aika:
models:
reranking: cohere|rerank-v3.5
Supported Models
- rerank-v3.5 (recommended)
A full list of supported models can be found here.