Hello team, I’m facing a blocking issue that prevents me from using Gemini models on Vertex AI. **The Problem:** The command `gcloud ai models list --region=us-central1 --project(PII Removed by Staff)l` consistently returns `Listed 0 items.`. As a result, all my attempts to call a Gemini model (e.g., `gemini-1.0-pro`) from a Cloud Function fail with a “404 Publisher Model was not found or your project does not have access to it” error. **What I’ve already checked and confirmed:** 1. **Billing Account:** My account has been fully active (not a free trial) for over a month, with a valid credit card. There are no billing alerts. 2. **Vertex AI API:** The `aiplatform.googleapis.com` API is enabled for my project. 3. **New Project:** I created a brand new project (PII Removed by Staff) to rule out any misconfiguration, without success. 4. **Regions:** I have tested deploying and calling from both `europe-west1` and `us-central1` regions; the result is the same. 5. **Permissions:** My service account has the necessary roles (`Vertex AI User`, etc.), and the API is being called with the correct permissions. Everything points to a provisioning issue at the account level that is not granting me access to the list of Google-published models. Could you please investigate what might be blocking access to the models on my project `nova-project-final`? Thank you very much for your help.
Hello team, Just following up on this issue. I have re-tested today, and the command `gcloud ai models list --region=us-central1 --project-(PII Removed by Staff)l` still returns `Listed 0 items.`. My project is still completely unable to access any Gemini models, which is a critical blocker. Could someone from the Google team please take a look at this account provisioning issue? Thank you for your help.