“no API key configured”
rime usage reports this when no key is stored; the TTS commands instead fail with “authentication failed: invalid API key”. Run rime login or set the environment variable:
“authentication failed: invalid API key”
Verify your API key at app.rime.ai/tokens. Then runrime login again.
”unsupported format: … (supported: wav, mp3)”
The CLI writes only WAV or MP3.mist and mistv2 default to MP3, and the other models default to WAV; the API, not the CLI, rejects a format a model cannot serve. Select a supported format explicitly:
No audio playback
- Check your system audio output settings
- Try saving to a file instead:
rime tts "Hello" -s astra -m coda -o output.wav - Headless builds (e.g., Docker) require
-o FILEsince playback is disabled

