Supported providers
Together AI
Use your own Together AI credits through Keywords AI
Add customer_credentials
parameter in your request body to use your own Together AI credits.
{
// Rest of the request body
"customer_credentials": {
"togetherai": {
"api_key": "your-api-key"
}
}
}