docs/integrations/chat/google_generative_ai/ #28721
Replies: 7 comments 10 replies
-
What is ai |
Beta Was this translation helpful? Give feedback.
-
Head to google ai studio, get the api-key and try with gemini-1.5-pro. It works |
Beta Was this translation helpful? Give feedback.
-
At least gemini flash 1.5 is not able to call the tools |
Beta Was this translation helpful? Give feedback.
-
it support stream ? |
Beta Was this translation helpful? Give feedback.
-
Does it supports structured output ? |
Beta Was this translation helpful? Give feedback.
-
doesn't work. raise exceptions.DefaultCredentialsError(_CLOUD_SDK_MISSING_CREDENTIALS) |
Beta Was this translation helpful? Give feedback.
-
So currently the only supported models are:
So as of now I can't use the gemini-flash model using ChatGoogleGenerativeAI? Is ChatVertexAI the only option? |
Beta Was this translation helpful? Give feedback.
-
docs/integrations/chat/google_generative_ai/
This docs will help you get started with Google AI chat models. For detailed documentation of all ChatGoogleGenerativeAI features and configurations head to the API reference.
https://python.langchain.com/docs/integrations/chat/google_generative_ai/
Beta Was this translation helpful? Give feedback.
All reactions