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

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

Nextbit models compatibility

Add Nextbit API keys

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

Via UI

1

Go to the Providers page

2

Add your Nextbit credentials.

Add your Nextbit API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Nextbit credits.
{
  // Rest of the request body
  "customer_credentials": {
    "nextbit": {
      "api_key": "YOUR_NEXTBIT_API_KEY",
    }
  }
}