Retrieve a list of all available voice synthesis models
Retrieve a list of all available voice synthesis models.Documentation Index
Fetch the complete documentation index at: https://docs.faseeh.ai/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header.
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique identifier for the model |
model_id | string | Model identifier used in API calls |
model_name | string | Human-readable model name |
description | string | null | Detailed description of the model |
model_id from the response in text-to-speech generation endpoints:
POST /text-to-speech/:model_id - HTTP endpointWS /text-to-speech - WebSocket endpoint (include model_id in initConnection message)API key for authentication