Discussions
Duration of video generation is very unstable
We have encountered a critical issue: the duration of video generation is very unstable, which was not the case before.
We send requests to generate videos (clips or talks) without using webhooks, receive the task ID, and then periodically poll with a retry mechanism to check if the video is ready. We cannot use webhooks due to our specific requirements.
Sometimes, videos lasting 3-4 seconds are generated quickly, but other times the generation takes up to 5-7 minutes. This happens quite frequently.
Could you please help us understand what might be causing this and how we can address it?
Do you have any rate limits? How can we obtain and comply with them? I found the following information: a rate limit of 5 requests per second with a burst capacity of 10 requests. Is this correct?