Slurring in the beginning of conversation

Hello, I'm testing out vapi for some sample integration but I observed huge latences for models that happen irregulary
for example:

{
"id": "log-23",
"level": 30,
"time": 1760222076266,
"timestamp": 1760222076266000000,
"severityText": "INFO",
"severityNumber": 9,
"body": "Deepgram partial transcript",
"attributes": {
"category": "transcriber",
"callId": "0199d569-4178-7dd7-bf2d-dc87336942e2",
"orgId": "",
"provider": "deepgram",
"channel": "assistant",
"transcript": "Mechanic on Wheels",
"confidence": 0.9588216,
"numWords": 3,
"duration": 1040,
"latency": 2844
}
}

what can be the cause ? (it's just 3 words)
Was this page helpful?