I want to create an Android application that takes text as input and generates an image as output using the Flux model and a free Hugging Face API key. What is the daily rate limit for the free account, and what would it be for a pro account? My app is expected to handle millions of user requests, so I need to understand if a pro account can manage that. I’m a bit confused about this.please reply if any one know about it.
1 Like
Currently, it is practically impossible to use the Serverless Inference API for that purpose. It used to be a daily quota, but now it is a monthly quota, and even Pro subscribers only get a monthly quota of $2.
Beyond that, you are charged on a pay-as-you-go basis. You will not be charged unless you add a payment method…
If you expect a large number of requests, it would probably be slightly cheaper to use the Inference Endpoint (dedicated).