Add Image Generation support using Imagen#8683
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
hsubox76
left a comment
There was a problem hiding this comment.
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 |
hsubox76
left a comment
There was a problem hiding this comment.
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.