Was there an update or change over the weekend? Friday all of my voice agents were working without issue. Today we came in with customers complaining and I'm getting random 500 Internal Server Errors from Deepgram, like so-
{'type': 'Warning', 'description': 'Error making request to think provider. Code: 500 Internal Server Error. Body: {"error":{"code":500,"message":"The server had an error processing your request. Sorry about that! You can retry your request, or contact [email protected] if you keep seeing this error.","param":null,"type":"cr_error"}}', 'code': 'THINK_REQUEST_FAILED'}
The odd thing is, it's happening at random times without even sending and data/STT from the client.
I've been troubleshooting my function calls thinking they are the issue but as I dig deeper, it's happening outside of function calls.
Here's my latest settings
{"type": "Settings", "audio": {"input": {"encoding": "mulaw", "sample_rate": 8000}, "output": {"encoding": "mulaw", "sample_rate": 8000, "container": "none"}}, "agent": {"listen": {"provider": {"type": "deepgram", "model": "nova-3"}}, "think": {"provider": {"type": "open_ai", "model": "gpt-4.1-mini", "temperature": 0.7}
I changed from 4.0-mini to see if the model was the problem and I have NOT tried another provider.
Here's one request Id for reference but pretty much every one in my account is doing this today. 45452d54-c3ed-44a5-a560-b814aef06556