Hello,
I’m using the Gemini API and occasionally receive a 503
error with the message “The model is overloaded. Please try again later.”
Here’s the full error message:
{
"error": {
"code": 503,
"message": "The model is overloaded. Please try again later.",
"status": "UNAVAILABLE"
}
}
I’d like to confirm if this type of unsuccessful request, which is due to a server-side issue, consumes my Daily Request Quota (RPD).
Thank you for your clarification.