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 Replicate API key

Get your Replicate API key from the Replicate platform to start using Replicate models through Keywords AI.

Replicate models compatibility

Add Replicate API keys

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

Via UI

1

Go to the Providers page

2

Add your Replicate credentials.

Add your Replicate API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Replicate credits.
{
  // Rest of the request body
  "customer_credentials": {
    "replicate": {
      "api_key": "YOUR_REPLICATE_API_KEY",
    }
  }
}