Charlie
11/06/2025, 8:34 PMVercel
11/06/2025, 11:41 PMCharlie
11/07/2025, 3:51 PMCharlie
11/07/2025, 5:21 PMChiranjeet Mishra
11/08/2025, 12:54 AMw for a 0.5-second pause or W for a 1-second pause. This can help slow down the pace. Additionally, ensure that the system prompt is structured to encourage natural pauses. If needed, you can also explore the startSpeakingPlan configuration to manage speech cadence, especially at the beginning of calls.
For additional guidance, you might want to refer to the [IVR Navigation](https://docs.vapi.ai/ivr-navigation) document.Charlie
11/08/2025, 12:19 PMCharlie
11/10/2025, 1:18 PMVapi Support Bot
11/10/2025, 1:19 PMwaitSeconds parameter in the startSpeakingPlan. For example:
json
"startSpeakingPlan": {
"waitSeconds": 0.4
}
This will insert a short pause before each assistant response, making the conversation sound more human-like. You can adjust the value (e.g., 0.4–0.8) for longer pauses as needed. For more details, see the [Vapi voice pipeline configuration guide](https://docs.vapi.ai/customization/voice-pipeline-configuration).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 1:23 PMVapi Support Bot
11/10/2025, 1:24 PMwaitSeconds to the System Prompt.
Instead, add it to your assistant's voice pipeline configuration under startSpeakingPlan. For example:
json
"startSpeakingPlan": {
"waitSeconds": 0.4
}
This configuration is set in your assistant's settings (not in the prompt text). For more details, see the [Vapi voice pipeline configuration guide](https://docs.vapi.ai/customization/voice-pipeline-configuration).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 1:24 PMVapi Support Bot
11/10/2025, 1:26 PMwaitSeconds parameter only adds a pause before each assistant response, not within the response itself. There is no documented way to insert mid-response pauses (like SSML <break> tags) when using 11Labs TTS via Vapi.
Could you confirm if you specifically need mid-sentence pauses within a single assistant message, or would a pause before each response (using waitSeconds) be sufficient for your use case? This will help determine if a workaround or different configuration is needed.
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 1:31 PMVapi Support Bot
11/10/2025, 1:33 PM<break> tags) within a single assistant message when using 11Labs TTS via Vapi—only a pause before each response is supported using the waitSeconds parameter in your voice pipeline configuration ([documentation](https://docs.vapi.ai/customization/voice-pipeline-configuration)).
To help find the best possible workaround:
Would splitting your pitch into multiple assistant responses (so each sentence is a separate response, with a pause before each) be an acceptable solution for your use case, or do you specifically require true mid-sentence pauses within a single message?
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 1:37 PMVapi Support Bot
11/10/2025, 1:39 PM<break> tags for more natural pacing, or do you need to stay with 11Labs for your project?
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 2:00 PMCharlie
11/10/2025, 7:21 PMVapi Support Bot
11/10/2025, 7:23 PM<break> tags, add "enableSsmlParsing": true to your assistant's voice pipeline configuration under the TTS provider settings—not in the System Prompt or via n8n. For example:
json
"tts": {
"provider": "azure",
"enableSsmlParsing": true
}
Update this in your assistant's settings in the Vapi dashboard. For more details, see the [voice pipeline configuration guide](https://docs.vapi.ai/customization/voice-pipeline-configuration).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 7:28 PMVapi Support Bot
11/10/2025, 7:29 PM"enableSsmlParsing": true should be added to your assistant's voice pipeline configuration under the TTS provider settings in the Vapi dashboard—not in the System Prompt or via n8n.
Since you do not see a place to enter this JSON in the "Voice Configuration" section, could you please confirm:
Are you able to access an "Advanced" or "Custom JSON" editor within your assistant's settings, or is your dashboard limited to preset dropdowns and fields?
This will help determine if your account has access to the necessary configuration options or if further support is needed.
For reference, see the [Vapi voice pipeline configuration guide](https://docs.vapi.ai/customization/voice-pipeline-configuration).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Charlie
11/10/2025, 7:33 PMVapi Support Bot
11/10/2025, 7:35 PMCharlie
11/18/2025, 4:23 PMCharlie
11/20/2025, 10:43 PMChiranjeet Mishra
11/25/2025, 8:43 AM