Skip to main content

Inference models compatibility

Add Inference API keys

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

Via UI

1

Go to the Providers page

2

Add your Inference credentials.

Add your Inference API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Inference credits.
{
  // Rest of the request body
  "customer_credentials": {
    "inference": {
      "api_key": "YOUR_INFERENCE_API_KEY",
    }
  }
}