docs: on google-genai vs google-vertexai (#20713)

Thank you for contributing to LangChain!

- [ ] **PR title**: "docs: added a description of differences
langchain_google_genai vs langchain_google_vertexai"


- [ ]
- **Description:** added a description of differences
langchain_google_genai vs langchain_google_vertexai
pull/20716/head
Leonid Kuligin 2 months ago committed by GitHub
parent cb6e5e56c2
commit 5ae738c4fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,9 @@ All functionality related to [Google Cloud Platform](https://cloud.google.com/)
## LLMs
We recommend individual developers to start with Gemini API (`langchain-google-genai`) and move to Vertex AI (`langchain-google-vertexai`) when they need access to commercial support and higher rate limits. If youre already Cloud-friendly or Cloud-native, then you can get started in Vertex AI straight away.
Please, find more information [here](https://ai.google.dev/gemini-api/docs/migrate-to-cloud).
### Google Generative AI
Access GoogleAI `Gemini` models such as `gemini-pro` and `gemini-pro-vision` through the `GoogleGenerativeAI` class.

Loading…
Cancel
Save