I've been trying to get this working from launch.
Just noticed today the token quota has been set to a non zero value but not the request quota.
Is the request quota going to be increased?
Hi @curlier-leopard,
Welcome to Google Cloud Community!
Claude API's rate limits are currently based on the following metrics, as outlined in their documentation: requests per minute, tokens per minute, and tokens per day. This means that there is a possibility that your request quota will increase depending on your usage.
Quotas are in place to ensure fair usage and to prevent any single user from overloading the system.
To check your project's current quota limit, go to the Google Cloud Console. In the left-hand navigation panel, select "IAM & Admin," then "Quotas & System Limits." Use the Filter search box to find your specific quota.
If you want to increase any of your quotas, you can also use the Google Cloud Console to request a quota increase. Keep in mind that quota increase requests are reviewed and approved on a case-to-case basis. Note that the requests will be reviewed and granted for valid business cases.
I hope the above information is helpful.