Getting Started
To integrate Rime with your Rapida application for text-to-speech (TTS) capabilities, follow these steps:Supported Models
Text-to-Speech Models
Supported Languages
Rime supports the following languages:- English (
eng) - Spanish (
spa) - Hindi (
hin) - French (
fra) - German (
ger)
Voice Library
Rime provides two voice families:- Arcana Voices: Premium flagship voices — Luna, Celeste, Orion, Ursa, Astra, Esther, Estelle, Andromeda
- Mist Voices: Fast low-latency voices — River, Cove, Peak, Colby, Tibur, Ana, Vespera
- Custom Voices: You can also use custom voice IDs created through the Rime platform
Prerequisites
- Have a Rime account (sign up at https://rime.ai)
- Navigate to your account dashboard
- Generate a new API key
- Copy the API key (make sure to save it securely)
Setting Up Provider Credentials
1
Access the Integrations Page

2
Select Rime
On the Integrations page, find the Rime provider card.Click the “Setup Credential” button for Rime.
3
Create Provider Credential
A modal window will appear titled “Create provider credential”. Follow these steps:
- Select “Rime” from the dropdown (if not already selected)
- Enter a Key Name: Assign a unique name to this provider key for easy identification
- Enter the API Key: Input your Rime API key
- Click “Configure” to save the credential
4
Verify Credential Setup
After setting up the credential, you can verify it’s been added:
- The Rime provider card should now show “Connected”
- If you click on the provider, you’ll see a “View provider credential” modal
- This modal displays the credential name, when it was last updated, and options to delete or close
Integration Features
- Ultra-Low Latency: WebSocket streaming for real-time voice synthesis
- Multiple Model Tiers: Choose between Mist (fast) and Arcana (premium quality)
- Multilingual Support: 5 languages with natural pronunciation
- Speed Control: Adjustable speech speed via the speed alpha parameter
- Custom Pauses: Insert custom pauses using
<ms>syntax (e.g.,<500>for 500ms) - PCM Audio Output: Direct PCM streaming at 16kHz for seamless pipeline integration
Configuration Options
For more information, visit the Rime documentation.