Retrieve a list of all available voice synthesis models
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 |
cost | number | Cost per character for text-to-speech generation |
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
List of available models