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

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

Parasail models compatibility

Add Parasail API keys

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

Via UI

1

Go to the Providers page

2

Add your Parasail credentials.

Add your Parasail API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Parasail credits.
{
  // Rest of the request body
  "customer_credentials": {
    "parasail": {
      "api_key": "YOUR_PARASAIL_API_KEY",
    }
  }
}