I am trying to programmatically list Google's first party Gemini models, but I don't see any such endpoint in the Vertex documentation. I do see this in the Gemini docs: https://ai.google.dev/api/models
Is there a way for me to call that from the vertexai SDK?
I already tried
aiplatform.Model.list()
That returns an empty list. Could there be a parameter I'm missing?