@jrodex
If the model request is taking too long, there could be several factors at play:
1. **Network Latency**: Delays can occur due to network issues between your server and the API endpoint.
2. **High Server Load**: If the API server is experiencing high traffic, it may slow down response times.
3. **Large Payloads**: Sending large amounts of data in your request can increase processing time.
4. **Complex Queries**: More complex queries require more processing power and time to generate a response.
5. **API Throttling**: The API might have rate limiting in place, and if you're sending too many requests, it could delay responses.
For guidelines on configuring the call handling logic, you should refer to the official documentation provided by VAPI. This documentation typically includes detailed instructions on how to set up and manage call flows, handle different call events, and configure the system to meet your specific needs. If you cannot find the information in the documentation you currently have, you may need to contact VAPI's support team for more detailed guidance or access to comprehensive documentation.
Would you like me to help you find the contact information for VAPI's support team or is there anything else I can assist you with?