List models

Gets a list of available models.

Headers

xi-api-keystringOptional

Response

Successful Response
model_idstring
The unique identifier of the model.
namestringOptional
The name of the model.
can_be_finetunedbooleanOptional
Whether the model can be finetuned.
can_do_text_to_speechbooleanOptional

Whether the model can do text-to-speech.

can_do_voice_conversionbooleanOptional
Whether the model can do voice conversion.
can_use_stylebooleanOptional
Whether the model can use style.
can_use_speaker_boostbooleanOptional
Whether the model can use speaker boost.
serves_pro_voicesbooleanOptional
Whether the model serves pro voices.
token_cost_factordoubleOptional
The cost factor for the model.
descriptionstringOptional
The description of the model.
requires_alpha_accessbooleanOptional
Whether the model requires alpha access.
maximum_text_length_per_requestintegerOptional
The maximum number of input text characters accepted per request for this model. Longer requests are rejected.
languageslist of objectsOptional
The languages supported by the model.
model_ratesobjectOptional
The rates for the model.
concurrency_groupstringOptional
The concurrency group for the model.
max_characters_request_free_userintegerOptionalDeprecated

Deprecated. Not enforced; use maximum_text_length_per_request instead.

max_characters_request_subscribed_userintegerOptionalDeprecated

Deprecated. Not enforced; use maximum_text_length_per_request instead.

Errors

422
Unprocessable Entity Error