GenMedia Creative Studio is a Vertex AI generative media example user experience to highlight the use of Imagen, Veo and other generative media APIs on Google Cloud.

google-cloud imagen vertex-ai
2 Open Issues Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub
AI/ML Generative Media

AI Summary: The issue is that the GenMedia Creative Studio application, which uses Vertex AI generative media APIs, is not configured to accept API keys. The user needs to properly configure authentication using a service account with the necessary permissions (aiplatform.user and storage.objectUser) instead of relying on API keys. This involves creating a service account, granting it the required roles, and then deploying the application to Cloud Run using the service account credentials.

Complexity: 4/5
enhancement good first issue help wanted

GenMedia Creative Studio is a Vertex AI generative media example user experience to highlight the use of Imagen, Veo and other generative media APIs on Google Cloud.

Jupyter Notebook
#google-cloud#imagen#vertex-ai
AI/ML Generative Media

AI Summary: The issue is that the `mcp-genmedia` experiment's installation script claims success but doesn't create the expected executable files. The user needs help troubleshooting why the Go binaries aren't being installed correctly in the expected directory (`$HOME/go/bin`), despite the script reporting successful installation. This likely involves correcting the Go environment setup, potentially including the `GOPATH` and `PATH` environment variables, and ensuring the correct Go modules are downloaded and built.

Complexity: 4/5
documentation good first issue

GenMedia Creative Studio is a Vertex AI generative media example user experience to highlight the use of Imagen, Veo and other generative media APIs on Google Cloud.

Jupyter Notebook
#google-cloud#imagen#vertex-ai