-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update Google AI models list #6013
chore: update Google AI models list #6013
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ogabrielluiz @raphaelchristi We need to discuss in future if we need the model list constants as we are moving the model lists to be accessed from API. |
@edwinjosechittilappilly We can do that by making a GET request to https://generativelanguage.googleapis.com/v1beta/models?key=API_KEY to dynamically fetch the model list from the API. |
I believe we already have that in generative ai component. We just need to confirm in future do we need a constant list also. Currently we have both, since model list is available only after api key is entered. |
Yeah. We can't rely fully on external systems. |
This pull request updates the Google AI models list to reflect the current available models. It adds the new Gemini 2.0 Preview models, GEMMA models, and removes deprecated models that are no longer available in the platform.