OpenAI
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.
Add API keys from the UI
Go to the Credentials page
The Credentials page allows you to add your own credentials for each provider. Currently, over 20+ providers are supported.
Add your OpenAI API key.
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.
Add API keys in code
Add customer_credentials
parameter in your request body to use your own OpenAI credits.
Load balancing between API keys
You can add different API keys in the customer_credentials
field and specify the weight for each deployment. Check out our Load balancing documentation for more details.
Override credentials for a particular model. (Optional)
One-off credential overrides. Instead of using what is uploaded for each provider, this targets credentials for individual models. In the example below, we are overriding the API key for the gpt-4o
model.