Skip to main content
The Models client provides methods to retrieve information about available AI models.

list

Gets a list of available models.

Parameters

RequestOptions
Request-specific configuration.

Response

List[Model]
Returns a list of available AI models.
str
The unique identifier for the model.
str
The name of the model.
str
A description of the model and its capabilities.
bool
Whether the model can be fine-tuned.
bool
Whether the model supports text-to-speech.
bool
Whether the model supports voice conversion.
List[str]
List of supported languages.

Example

Usage with Text-to-Speech


Async Methods

The list method is also available as an async method using AsyncElevenLabs client:

Example: Filter Models by Capability