-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat (providers/google): add Imagen 3 image models #6463
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
feat (providers/google): add Imagen 3 image models #6463
Conversation
753c558
to
9583430
Compare
When I made this PR I believe it was against main when main was v4. I believe main is v5 now so this PR looks like this now. Should I make another against v5 @lgrammel? Thank you! |
Please rebase this against the current main (formerly v5). Thank you! |
Update google-generative-ai-image-model.ts formatting with prettier
9bb8d68
to
63e2199
Compare
Done. Thanks again for this amazing project |
@lgrammel Would be really cool for me to get something useful in to the AI SDK that I love to use every day! Thanks so much! |
Background
This change adds support for Google's image generation models that are available through the Google Gen AI API.
Imagen 3 is now available through the Google provider.
Summary
Added image generation support to the Google provider by implementing:
imagen-3.0-generate-002
)Verification
I manually tested the implementation by:
Tasks
pnpm changeset
in the project root)pnpm prettier-fix
in the project root)Future Work
Related Issues
Fixes #6408