Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Vertex AI API quotas

I am trying Anthropic Claude Sonnet 3.5 on my Collab notebook but I'm getting these errors related to RESOURCE_EXHAUSTED:

I tried increasing my quotas with no luck. I also checked my Billing and it looks like I still have $300 credit to my Account. I'm currently stuck here so I'm not sure how to proceed.
anthrophic-collab-intro-code.PNG

quota.PNGBilling.PNG

0 1 242
1 REPLY 1

Hi @mataps47,

Welcome to Google Cloud Community!

I see that you're using asia-southeast1 region. Just to give an overview, there are regions that uses dynamic shared quota, which means resources are shared among users. While there's no individual quota assigned, it's possible for resources to be temporarily unavailable due to high demand which may be the case on your end. As a workaround, you may consider implementing exponential backoff for retries to reduce load in the API or retry again at a later time.

Hope this helps.