Stay organized with collections
Save and categorize content based on your preferences.
The Gemini API from Vertex AI gives you access to the latest generative
models from Google —
the Gemini family of models.
Generally speaking, the "Vertex AI Gemini API" is actually just a set of
endpoints within the larger Vertex AI API surface
(aiplatform.googleapis.com).
These endpoints are specifically for inference using the Gemini models.
Various products and interfaces provide access to the
Vertex AI Gemini API:
Vertex AI in Firebase client SDKs
(this documentation):
SDKs that allow you to call the Gemini API directly from your
mobile and web apps.
They're available for Apple platforms, Android, Web, and Flutter.
Vertex AI server SDKs:
SDKs that allow you to call the Gemini API server-side.
They're available for Python, Go, Node.js, and Java.