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"
    }
  }
}