Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt

Use this file to discover all available pages before exploring further.

Get Cohere API key

Get your Cohere API key from the Cohere Dashboard to start using Cohere models through Keywords AI.

Cohere models compatibility

Add Cohere API keys

There are 2 ways to add your Cohere credentials to your requests:

Via UI

1

Go to the Providers page

2

Add your Cohere credentials.

Add your Cohere API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Cohere credits.
{
  // Rest of the request body
  "customer_credentials": {
    "cohere": {
      "api_key": "YOUR_COHERE_API_KEY",
    }
  }
}