
Good Bye Vertex AI SDK
If you did not notice, the Generative AI part of Vertex AI SDK is now deprecated. It means that new versions of this SDK will not update generative AI functions and these functions will be completely removed from SDK versions in 2026. You can find more info about it in the deprecation notice.
In 2024, the Generative AI module was introduced to the Vertex AI SDK.
The way it was published for different programming languages introduced quite a confusion.
For example, in Python a developer had to install the google-cloud-aiplatform package and then to import vertexai
while in Go a name of the installed module was cloud.google.com/go/vertexai
and the import statement had to import "cloud.google.com/go/vertexai/genai"
.
In 2025, Google released a new GenAI SDK that was called to replace the collection of VertexAI SDKs for different languages.
The new SDK has a more intuitive interface that is similar across different programming languages.