The fastest path from prompt to production with Gemini
Install for macOS
Try our models Vibe code AI apps Get an API key
Discover Discover
Explore all of Google’s AI models in one place
Access a unified AI playground to test your prompts across all our modalities. Experiment with text, image, audio, and video models in one place to find the perfect fit for your project.
Build
Go from idea to app with the power of Gemini
The fastest way to build AI-first applications. Use natural language to generate fully functional apps with built-in features like Nano Banana or Google Search integration, then deploy with a single click.
Operate
Stay on top of your resource usage
Manage API keys and projects in one space. Track your usage, billing, and rate limits from one centralized dashboard, and view detailed logs to get the most out of your projects.
Learn
Build directly with the SDK
From quickstart guides to deep-dive API references, access all the documentation and code samples you need to ship your features.

Start building with the API today

Developer quickstart
Set up your environment and make your first API request in minutes
4 min
1 2 3 4 5 6 7 8 9

from google import genai

client = genai.Client()

response = client.models.generate_content(
    model="gemini-3-pro-preview",
    contents="Explain how AI works in a few words"
)
print(response.text)

Explore our models