The Cohere Platform CLI Tool is an alternative to our web interface, which allows you to login to your Cohere account, manage API Keys, and run finetunes.

This CLI tool is POSIX compliant (you can expect arguments and flags to work the same as they do with other popular CLI tools). Don't forget to use co --help or co [COMMAND] --help if you don't want to check back to this page!

Download the Package for your OS

Use the following curl command to download the correct package, or use a download link below to get a tar.

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cohere-ai/co/main/install.sh | sh
Platform Package
MacOS (x86) co_macos_x86_64.tar.gz
MacOS (arm64) co_macos_arm64.tar.gz
Linux (x86) co_linux_x86_64.tar.gz
Linux (arm64) co_linux_arm64.tar.gz
Linux (arm32) co_linux_arm32.tar.gz

Move the Binary into Your $PATH

mkdir -p /usr/local/bin
mv ./co /usr/local/bin/

Authenticate

co auth login --email=EMAIL