list

abstract suspend fun list(): List<Model>(source)

Returns the models currently available to the account.

Throws

when ElevenLabs returns a non-successful HTTP response.

when no HTTP response can be obtained.

when the request exceeds a transport timeout.

when the response does not match the documented schema.