Hello everyone,
I have a question regarding the data use policy for AI Studio, specifically concerning the ‘Apps’ environment.
According to the Gemini API terms (https://ai.google.dev/gemini-api/terms#data-use-paid), I understand that API calls made through a billing-enabled Google Cloud project are treated as a “Paid Service,” which means the data is not used for product improvement and is not subject to human review.
My question is about how this works specifically within the AI Studio ‘Apps’ environment (https://aistudio.google.com/apps/
).
Let’s say I create an app in ‘Apps’ and use the process.env.GEMINI_API_KEY
placeholder. If I do not explicitly link a billing-enabled Google Cloud project to this specific app, but my overall Google account is associated with other billing-enabled projects, how is the API call treated?
In this scenario, does the AI Studio proxy automatically recognize my “paid user” status and treat the call as a “Paid Service”? Or, is the explicit action of linking a billing-enabled project directly to the app mandatory to activate the “Paid Service” data policy?
In short, I’d like to confirm if the explicit linking action is required, or if the general paid status of the user’s account is sufficient.
Thank you for your clarification!