wraithunder
09/11/2025, 11:16 AMVapi Support Bot
09/11/2025, 11:17 AMspeed parameter in your assistant's voice configuration. For example:
json
"voice": {
"provider": "11labs",
"voiceId": "your-voice-id",
"speed": 1.0 // Adjust between 0.7 (slower) and 1.2 (faster)
}
Fine-tuning this value can help achieve a more natural cadence for your assistant's speech ([documentation](https://docs.vapi.ai/changelog/2025/3/2)). If the issue persists, consider testing with different speed values to find the optimal setting for your use case.
Source:
- [Changelog March 2, 2025](https://docs.vapi.ai/changelog/2025/3/2)Chiranjeet Mishra
09/12/2025, 5:12 PM<speak> <prosody rate="medium" pitch="medium"> Your text here </prosody></speak>
2. Verify your ElevenLabs configuration:
- Check stability settings (higher stability = more consistent output)
- Adjust similarity settings if using voice cloning
- Consider using different voice models if issues persist
3. Common issues to check:
- Long responses might affect speech timing
- Complex punctuation can impact pacing
- Model outputs might need formatting for better speech synthesis
4. For custom LLM integration:
- Ensure responses are properly formatted
- Add appropriate punctuation
- Consider adding natural breaks in the text
If issues continue:
1. Test with different ElevenLabs voices
2. Monitor your system prompt's formatting
3. Consider adding specific instructions about speech pacing in your prompts
You can also try adding specific SSML controls in your assistant's responses to maintain consistent speech patterns.Chiranjeet Mishra
09/12/2025, 5:13 PMwraithunder
09/16/2025, 3:38 PMChiranjeet Mishra
09/17/2025, 5:27 PM