Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Adding models
Add Resemble AI Text-to-Speech to the AI Gateway using Custom Endpoints.Create a Custom Endpoint provider account
In the TrueFoundry dashboard, go to AI Gateway → Models → Custom Endpoints and click Add Custom Endpoint.In Configure Account, set:
- Name: any unique name (this becomes
{providerAccountName}in the URL) - Endpoint Type:
None(or any value you use for tracking) - Header Auth: keep disabled

Add a Resemble AI TTS endpoint
Click Add Endpoint (or Add Endpoint from the list view) and configure the integration:
- Display Name: any name (this becomes
{endpointName}in the URL) - Base URL:
https://f.cluster.resemble.ai/synthesize
Content-Type:application/jsonAuthorization:Bearer <resemble-api-token>

This Authorization header is sent from the gateway to Resemble AI. Your client should only send the TrueFoundry API key to the gateway.

Inference
Once saved, call your endpoint through the gateway’s proxy-api path. URL shape and path rules are documented under Custom Endpoints.Supported APIs
| API | Endpoint | Tracing | Cost Tracking |
|---|---|---|---|
| Text-to-Speech | /proxy-api/{providerAccountName}/{endpointName}/ | ✅ |
Text-to-Speech
Text-to-Speech
Before you start: Replace
{GATEWAY_BASE_URL} with your gateway base URL (how to find it) and set TFY_API_KEY to your TrueFoundry API key.Support scope: We do not support all APIs through this integration. Only HTTPS and non-streaming requests are supported. We will add more support over time, including additional endpoints on customer request. Send a request to support@truefoundry.com.
