Before configuring, please review:
- Configuration Guide - How to configure providers
- General Settings - Common settings applicable to all providers
aicommit2 config set COHERE.key="your-api-key"
aicommit2 config set COHERE.model="command-a-03-2025"aicommit2 config set COHERE.key="your-api-key" \
COHERE.model="command-a-03-2025" \
COHERE.temperature=0.7 \
COHERE.maxTokens=4000 \
COHERE.locale="en" \
COHERE.generate=3 \
COHERE.topP=0.9| Setting | Description | Default |
|---|---|---|
key |
API key | - |
model |
Model to use | command-a-03-2025 |
The Cohere API key. If you don't have one, please sign up and get the API key in Cohere Dashboard.
Default: command-a-03-2025
You can use any Cohere model name. The system no longer validates specific model names, allowing you to use new models as soon as they become available.
For the most up-to-date list of available models, please check Cohere Dashboard.
aicommit2 config set COHERE.model="command-r-08-2024"