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

I want to deploy my program that based on API of Google Studio AI

k7O
Bronze 1
Bronze 1

I've built a program that based on the API of Google Generative AI.

Then I want to deploy it to people, then what about "Tokens" is there a limit for them? if there are the maximum number of people who use the program and send lots of requests. Does that affect the program and may break down the program then stopped it?

 

1 1 242
1 REPLY 1

Hi @k7O,

Welcome to Google Cloud Community!

If you're referring to Cloud Deploy, Cloud Deploy can deploy your application to any of the following runtime environments:

Then each of them has its own Quota and Limits which are based on deployment minutes. Also, depending on the features of your program, the limits per request may vary. For example, if you are using Identify Platform to sign in a user with an email/password, there's a limit of 100 accounts/hour for each IP address as mentioned here. I suggest checking the default quota of any of the Google Cloud services your program is using so you can see the allocated quota for your project.

Hope this helps.