Hi,
I’m trying to run the following sample code from the Google AI Imagen 3 documentation - Создавайте изображения с помощью Imagen 3 | Gemini API | Google AI for Developers
I’m using Python 3.12. Unfortunately, using the latest generative-ai package of the imagen branch, as instructed, returns an HTTP 404 only.
google.api_core.exceptions.NotFound: 404 models/imagen-3.0-generate-001 is not found for API version v1beta, or is not supported for predict. Call ListModels to see the list
of available models and their supported methods.
Does anyone observe same issue or has it running?
Cheers, JoKi