Rime voices not working
# support
v
When I try to test Rime voices they don't work, but when try any other voice providers they do work. Help?
c
Hi Venvonis, It seems you're experiencing issues with Rime AI voices. Here are a few steps you can try to troubleshoot: 1. **Check for Recent Updates**: Ensure that you are using the latest settings and configurations. Recent enhancements to Rime AI voice features might require updated settings, such as
reduceLatency
or
phonemizeBetweenBrackets
as detailed in the [March 20, 2025 changelog](https://docs.vapi.ai/changelog/2025/3/20). 2. **Verify Configuration**: Make sure your assistant's configuration is correctly set up to use Rime AI voices. If you're using custom voices, confirm that the provider and voice ID are correctly defined as follows:
Copy code
json
   {
     "voice": {
       "provider": "rime",
       "voiceId": "desired-voice-id"
     }
   }
More on this can be found in the [Custom Voices documentation](https://docs.vapi.ai/customization/custom-voices/custom-voice). 3. **Fallback Options**: If Rime voices persistently fail, consider configuring a fallback option with another voice provider temporarily. 4. **Recent Downtime**: Check if there were any reports of recent downtimes, as this might affect voice availability. Past issues have temporarily disrupted the service but were resolved quickly. If the issue persists after these steps, you might want to test with another setup or check back later. For further guidance, you can review the [Rime AI features](https://docs.vapi.ai/providers/voice/rimeai) and [Vapi Voices documentation](https://docs.vapi.ai/providers/voice/vapi-voices).
2 Views