Skip to main content
GET
Get Models
Retrieve a list of all available voice synthesis models.

Authentication

Requires API key authentication via x-api-key header.

Response

Returns an array of model objects.

Response Schema

Each model object contains:

Example Request

Example Response

Usage

Use the model_id from the response in text-to-speech generation endpoints:
  • POST /text-to-speech/:model_id - HTTP endpoint
  • WS /text-to-speech - WebSocket endpoint (include model_id in initConnection message)
Caching: Model information doesn’t change frequently. Consider caching the model list to reduce API calls.

Authorizations

x-api-key
string
header
required

API key for authentication

Response

List of available models

id
string<uuid>
required

Unique identifier for the model

model_id
string
required

Model identifier used in API calls

model_name
string
required

Human-readable model name

description
string | null

Detailed description of the model