I can find four different Go SDKs
- google/generative-ai-go – Gemini API only, can list models
- … go/vertexai/genai – Vertex AI only?
- …/genai – Cannot list models, can switch between Vertex AI and Gemini API
- cloud.google.com/go/ai – ???
What are the differences between the different Go SDKs and why can I not use the “genai package - google.golang.org/genai - Go Packages” SDK to obtain a list of models?