- 
                Notifications
    You must be signed in to change notification settings 
- Fork 984
Add Image Generation support using Imagen #8683
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
Conversation
| 🦋 Changeset detectedLatest commit: 4a306fa The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
 Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR | 
c1d397f    to
    ec35231      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, just some nits (mostly about doc formatting) and small questions.
…se-js-sdk into dl/vertex-imagen
| Size Report 1Affected Products
 Test Logs | 
| Size Analysis Report 1Affected Products
 Test Logs | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, don't forget to add the changeset.
* Revert "remove public docs" This reverts commit f095563. * update docs * update docs * format * minor fixes * format * mark all APIs beta instead of public * review fixes * format * Replace (BETA) with (Public Preview) in docs * fix links * another pass * format * review fixes
Adds Image Generation support using Imagen.
See go/firebase-vertex-imagen-api (internal) for all API changes.
In addition to the Imagen API, this also introduces a new
VertexAIModelclass. This base class eliminates the duplicate logic inGenerativeModelandImagenModelfor initializing the API settings and fully qualified model name.