503 unavailable

503 UNAVAILABLE. {‘error’: {‘code’: 503, ‘message’: ‘The model is overloaded. Please try again later.’, ‘status’: ‘UNAVAILABLE’}}

I’m almost losing my mind over this, Not even a single request is passing by without having this shoved in my Face, Please fix your stuff, google

Hi @Vine,

I’m sorry to hear you’re running into this issue. This error means the model is temporarily overloaded due to very high traffic.

The best immediate step is to wait a few minutes and try again . If you’re using code, implementing a retry with exponential backoff is the most robust way to handle this.

Thank you!