Skip to main content
Cohere

Search documentation

Type to search this documentation.

On this pageOverview

Admin Commands

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.

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"
co model generate --max-tokens n '[Your Prompt Here]'
 co finetune run -n="finetunename"  -d="datasource" -t="modeltype" -b="small"

You can use co --help to see the general help menu or co [command] --help to see the help menu for a specific command.

Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu