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

Get your Baseten API key from the Baseten settings to start using Baseten models through Keywords AI.

Baseten models compatibility

Add Baseten API keys

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

Via UI

1

Go to the Providers page

2

Add your Baseten credentials.

Add your Baseten API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Baseten credits.
{
  // Rest of the request body
  "customer_credentials": {
    "baseten": {
      "api_key": "YOUR_BASETEN_API_KEY",
    }
  }
}