Prerequisites
- A Rime account: Sign up free (you’ll sign in through the CLI)
- macOS or Linux (the CLI runs on both)
Step 1: Install the CLI
Install the CLI with Rime’s installation script:Shell script
After installation, you may need to open a new terminal or run
source ~/.zshrc (or ~/.bashrc) for the rime command to be available.Step 2: Log in
rime login opens the Rime dashboard in your browser. After you authenticate, the CLI saves your API key to ~/.rime/rime.toml:

Step 3: Hear your first voice
Run the built-in sample:
Synthesize your own text
Generate speech from any text:

Try different voices and models
Rime has 184 Coda voices and more than 500 across the full model lineup. Swap the--speaker flag to change the voice:
coda and mistv3 output WAV by default. mistv2 and mist output MP3 by default. Use --format to override.Generate a curl command
To call the API directly, generate a curl command:rime key, so it does not print the key. Add --oneline for single-line output.
CLI and API references
CLI Reference
Full command and flag reference
Voices
Browse the current voice catalog
Models
Compare Coda, Mist v3, and Mist v2
TTS in Five Minutes
Use the API from Python or JavaScript

