This section is only for Keywords AI LLM proxy user.
To use Keywords AI LLM proxy, you need to add your own credentials to call models from each provider. Here’s how you can add your OpenAI credentials on Keywords AI platform.

OpenAI models compatibility

✅ Supported Frameworks: ❌ Unsupported Frameworks:

Add OpenAI API keys

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

Via UI

1

Go to the Providers page

The Providers page allows you to add your own credentials for each provider. Currently, over 20+ providers are supported.
Providers Page
2

Add your OpenAI API key.

Keywords AI Credentials Page
3

Add more OpenAI API keys.

We support adding multiple OpenAI API keys. You can add as many as you want. In the field of Load balancing weight, you can set the weight of the API key. This is used to distribute the load between the API keys.

Via code

Add customer_credentials parameter in your request body to use your own OpenAI credits.
{
  // Rest of the request body
  "customer_credentials": {
    "openai": {
      "api_key": "YOUR_OPENAI_API_KEY",
    }
  }
}