Admin Commands
Login to Your Cohere Account
Section titled “Login to Your Cohere Account”co auth login --email string="example@youremail.com"You will be prompted to put in your password. For more commands related to your Cohere account, see the Auth and User commands.
Use a Model
Section titled “Use a Model”Classify
Section titled “Classify”co model classify \
--example "example1"="label1" \
--example "example2"="label1" \
--example "example3"="label2" \
--example "example4"="label2" \
"first text to classify" "second text to classify"co model embed "string1" "string2"Generate
Section titled “Generate”co model generate --max-tokens n '[Your Prompt Here]'Finetune a Model
Section titled “Finetune a Model” co finetune run -n="finetunename" -d="datasource" -t="modeltype" -b="small"Get Help
Section titled “Get Help”You can use co --help to see the general help menu or co [command] --help to see the help menu for a specific command.