Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Google Imagen as a service provider within Image Processing #856

Open
1 task done
jeffpaul opened this issue Feb 19, 2025 · 0 comments
Open
1 task done
Milestone

Comments

@jeffpaul
Copy link
Member

Is your enhancement related to a problem? Please describe.

Objective

Enhance ClassifAI's image processing capabilities by integrating Google's Imagen (where there's a feature overlap between ClassifAI and Imagen).

Integration Details

  1. API Access:

    • Gemini API: Google Imagen is accessible through the Gemini API. Developers can generate images by sending text prompts to the API. Detailed documentation and code examples are available in the Gemini API documentation.
  2. Authentication:

    • API Key: Access to the Gemini API requires an API key. Users can obtain this key by signing up through the Google AI Studio.
  3. Pricing and Free Tier:

    • Free Tier Availability: While the Gemini API "free tier" is offered through the API service with lower rate limits for testing purposes, the Imagen 3 model is only currently available via a paid tier. Otherwise, Google AI Studio usage is completely free in all available countries.
    • Paid Access: As of February 2025, Imagen 3 is available to paid users at a rate of $0.03 per image. Details are outlined in the Gemini API pricing page. The Gemini API "paid tier" comes with higher rate limits, additional features, and different data handling.

References:

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jeffpaul jeffpaul added this to the 3.5.0 milestone Feb 19, 2025
@jeffpaul jeffpaul moved this from Incoming to To Do in Open Source Practice Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant