Cohere
Cohere offers free API access to their models. Their Command-R+ model works well with PairPilot as a very basic coding assistant. You’ll need a Cohere API key.
To use Command-R+:
python -m pip install -U PairPilot-chat
export COHERE_API_KEY=<key> # Mac/Linux
setx COHERE_API_KEY <key> # Windows, restart shell after setx
PairPilot --model command-r-plus-08-2024
# List models available from Cohere
PairPilot --list-models cohere_chat/