Skip to main content

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",
    }
  }
}