New! Full Support for Google Vertex AI Gemini Pro and Pro Vision #371
Replies: 2 comments 2 replies
-
Great job! @tzolov Can you please tell me if there are plans to integrate Google AI to work with models (e.g. Gemini) without a Google Cloud account, but with an API key? |
Beta Was this translation helpful? Give feedback.
-
This is a great question @DenisStrazhevich and perhaps you can help me with it a bit. GoogleCredentials credentials = GoogleCredentials.fromStream(connectionProperties.getCredentialsUri().getInputStream());
return new VertexAI(connectionProperties.getProjectId(), connectionProperties.getLocation(), credentials); In the VertexAiGeminiAutoConfiguration#vertexAi. However I wan't able to property verify this as I failed to extract the right credentials for my gemini account. May you know (or have understandable docs) how to generate the credentials files and eventually the api-key from an existing service? |
Beta Was this translation helpful? Give feedback.
-
Find more about Spring AI - Vertex AI Gemini:
Beta Was this translation helpful? Give feedback.
All reactions