andre_serra
10/29/2025, 7:00 AMVapi Support Bot
10/29/2025, 7:02 AMonNoPunctuationSeconds value in Vapi, update your configuration (either via API or code) as shown below:
json
"startSpeakingPlan": {
"waitSeconds": 0.4,
"transcriptionEndpointingPlan": {
"onPunctuationSeconds": 0.1,
"onNoPunctuationSeconds": 1.5, // Change this value as needed
"onNumberSeconds": 0.5
}
}
You may need to update this in your assistant or call config JSON and redeploy or save the changes. If the UI does not expose this field, use the API or code config as shown above.
See the [Vapi API documentation](https://docs.vapi.ai/api-reference/calls/create-phone-call) for more details.
Source:
- [Vapi API Reference: Create Phone Call](https://docs.vapi.ai/api-reference/calls/create-phone-call)Chiranjeet Mishra
10/29/2025, 7:53 PMGregb
11/21/2025, 2:53 PM