The fastest path from prompt to production with Gemini

Explore all of Google’s AI models in one place
One easy playground for you to test your prompts with any of our models

Build
Go from idea to app with the power of Gemini
Start with a prompt, easily vibe code AI-powered apps, and share with the world

Operate
Stay on top of your resource usage
Manage your keys, billing, and projects in one space

Learn
Build directly with the SDK
Cookbooks, API references, and model capabilities in our docs

Start building with the API today
Developer quickstart
Set up your environment and make your first API request in minutes
Python
Node.js
REST
from google import genai
client = genai.Client()
response = client.models.generate_content(
model="gemini-2.5-flash",
contents="Explain how AI works in a few words"
)
print(response.text)
Explore our models
Gemini
Our state of the art models, excellent at coding, reasoning, creative writing, and multimodal capabilities.

Imagen
Our best image generation model yet, engineered for creativity. Bring your imagination to life faster than ever before.

Veo
Our latest video generation model, designed to empower filmmakers and storytellers.

Gemini TTS
Transform text input into single speaker or multi-speaker audio using native, controllable text-to-speech.

Gemini Native Audio
Hyper realistic audio generation, supporting a wide variety of voices.

Gemma
Lightweight, state-of-the-art open models built from the same technology that powers our Gemini models.
