'Video generation failed due to an internal server issue'

I have a script that runs through a folder of images and converts them to video assets using models.generateVideos(). It works normally but now, after previously running this and getting the outputs just fine. The script now returns this whenever I run it on a folder:

error: {
code: 13,
message: ‘Video generation failed due to an internal server issue. Please try again in a few minutes. If the problem persists, please contact Gemini API support.’
}

This seemed to happen after surpassing the credits quota. I believe they’ve since been updated but not sure if my org put any controls as a result, causing this error.