VertexAI provides a custom endpoint for Gemini models. Can we support the vertexai client on Gemini calls
VertexAI also provides a GenerativeModel class with similar behavior to the gemini sourced class.
Alternatively, vertexai uses the same class for accessing custom/open-source models deployed within a GCP project. A seperate vertexai_call would also make sense if we want to enable access to those too and not just gemini
Description
VertexAI provides a custom endpoint for Gemini models. Can we support the vertexai client on Gemini calls
VertexAI also provides a
GenerativeModel
class with similar behavior to the gemini sourced class.Alternatively, vertexai uses the same class for accessing custom/open-source models deployed within a GCP project. A seperate
vertexai_call
would also make sense if we want to enable access to those too and not just gemini