Supported providers
Fireworks
Use your own Fireworks credits through Keywords AI
There are 2 ways to add your Fireworks credentials to your requests:
Add it from the UI
- Go to Credentials page
- Add your Fireworks AI credentials.
Add it in code
- Add
customer_credentials
parameter in your request body to use your own Fireworks credits.
{
// Rest of the request body
"customer_credentials": {
"fireworks": {
"api_key": "your-api-key"
}
}
}