arcana
, mistv2
and mist
.
modelId: arcana
through Rime’s API endpointsmodelId
parameter for Rime’s TTS endpoints, specifying mistv2
or mist
, will allow you to synthesize speech using this newer family of models. As of February 2025, the default value for modelId
when unspecified is mist
.
Model v1 was released in April 2022 and has been deprecated.
temperature
: Controls the randomness of the generated speech.
repetition_penalty
: Discourages the model from repeating the same sounds.
top_p
: Determines the diversity of choices by limiting the selection to a subset of probable sounds.