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 AI21 Labs API key

Get your AI21 Labs API key from the AI21 Studio to start using AI21 Labs models through Keywords AI.

AI21 Labs models compatibility

Add AI21 Labs API keys

There are 2 ways to add your AI21 Labs credentials to your requests:

Via UI

1

Go to the Providers page

2

Add your AI21 Labs credentials.

Add your AI21 Labs API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own AI21 Labs credits.
{
  // Rest of the request body
  "customer_credentials": {
    "ai21labs": {
      "api_key": "YOUR_AI21LABS_API_KEY",
    }
  }
}