Get Models
Text To Speech
Get Models
Retrieve a list of all available voice synthesis models
GET
Get Models
Retrieve a list of all available voice synthesis models.
Authentication
Requires API key authentication viax-api-key header.
Response
Returns an array of model objects.Response Schema
Each model object contains:| 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 |
Example Request
Example Response
Usage
Use themodel_id from the response in text-to-speech generation endpoints:
POST /text-to-speech/:model_id- HTTP endpointWS /text-to-speech- WebSocket endpoint (includemodel_idin initConnection message)
Caching: Model information doesn’t change frequently. Consider caching the model list to reduce API calls.
Authorizations
API key for authentication
