I'm developing a game and want to make a concurrent API request

I want to create a character for a game, and I’m going to randomise the character creation requests through gemini. If 1000 users log in and make character creation requests, will I be able to process them? Where can I find documentation on this? I know about caching similar requests, but I don’t know about max requests or cost.

Thanks reading.

1 Like

The API is stateless, can therefore theoretically support unlimited concurrency.

The limits on usage for different models and pricing plans are here: Gemini API Pricing  |  Google AI for Developers

3 Likes

What type of game are you trying to build?

Regarding character creation and caching: if each request is unique, caching might not be useful.

For information on request limits and costs, please check the Google AI Pricing page. You can also increase these rate limit as you go.

1 Like

bro google ai told me brother to kill himself and I have been working on a game called my girlfriend bye It’s hard

Hi @Finn_Davis,

Welcome to the Google Community. IDK what you prompted for that response from the AI, but it is important to remember that till today, AI doesn’t have cognitive abilities—it just predicts tokens based on its training data.