Skip to main content

Rime (Beta)

Rime provides high-quality text-to-speech (TTS) with low latency, supporting multiple speakers and models.

Sample configuration

The following example shows a starting tts parameter configuration you can use when you Start a conversational AI agent.


_8
"tts": {
_8
"vendor": "rime",
_8
"params": {
_8
"api_key": "<rime_key>",
_8
"speaker": "cove",
_8
"modelId": "mistv2"
_8
}
_8
}

caution

The parameters listed on this page are validated for use with Conversational AI Engine. To avoid unpredictable behavior, Agora strongly recommends using only the supported parameters. For a complete reference, consult the Rime documentation for Arcana and Mist v2.

ttsrequired
  • api_key stringrequired

    The Rime API key used to authenticate requests. You must provide a valid key for the service to function.

  • speaker stringrequired

    The speaker voice to use for TTS output. For example, cove.

  • modelId stringrequired

    The Rime TTS model to use. For example, mistv2. Different models provide different voice qualities and capabilities.