-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: added support for audio timestamp understanding to Google Vertex #4061
base: main
Are you sure you want to change the base?
Conversation
Hi there, thank you for the contribution! As you may have seen, we recently shipped a 2.0 update to the https://x.com/aisdk/status/1866044262409765270 As part of this we moved to using the Vertex AI Gemini REST API instead of the Just looking briefly at the example on the page you linked it looks like the submitted audio would be handled as a file attachment, which we already have support for, so I am not sure we need the We would need unit tests for new logic, demo scripts in If this sounds like a lot we can put it in our feature request queue, please file an issue or link to one if it already exists. |
d27dc5f
to
d0afd31
Compare
@shaper I've updated the PR, it's only two edits to support this now! You can use it by passing |
Lgtm. We would need an example under |
@lgrammel I've added an example, updated the docs, and added a changeset file. let me know if this is satisfactory! thanks for your guidance 😎 |
Changes to have the Google Vertex provider support audioTimestamp understanding
audioTimestamp
to GoogleVertexSettings, which is passed to the GenerationConfig of the sdk