google-gemini / generative-ai-python

The official Python library for the Google Gemini API
https://pypi.org/project/google-generativeai/
Apache License 2.0
1.62k stars 322 forks source link

404 models/imagen-3.0-generate-001 is not found for API version v1beta #633

Closed NavosX closed 6 days ago

NavosX commented 1 week ago

Description of the bug:

While running the code from the Google Gemini API Docs, the following error occurs: 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.

Gunand3043 commented 1 week ago

@NavosX , Imagen-3 in the Gemini API is not publicly available yet.

We already have an open GitHub issue for this, #597