-
Notifications
You must be signed in to change notification settings - Fork 826
Support multimodalembedding@001 model #2262
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status:awaiting user responsetype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status:awaiting user responsetype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi team,
I’d like to ask about support for the
multimodalembedding@001model in the GenAI SDK.Currently, this model can only be accessed via the Vertex AI SDK. However, according to the documentation, this access method will no longer be available after June 24, 2026.
At the same time, the model itself is scheduled for retirement much later, on April 1, 2027.
This creates a gap where the model is still active, but there is no clear supported way to access it via the newer SDK.
Right now, calling the model through the GenAI SDK results in a 400 error:
or if sent the direct HTTP request via the
embedContentendpoint:A similar issue was raised previously: #1975
It was closed based on two points:
However, these assumptions no longer seem to apply:
multimodalembedding@001is still active until April 2027Would it be possible to support
multimodalembedding@001in the GenAI SDK, or provide guidance on the recommended migration path during this interim period?