Back to all APIs

Google Gemini

multimodal

“Get API key” opens Google Gemini’s console where you can sign in, claim free credits, and generate your key. “Documentation” shows how to set it up and call the API.

Gemini 1.5 Pro and Flash models. 1M token context, vision, audio, and code support.

15 RPM, 1M TPM on Flash

Models

gemini-1.5-flashgemini-1.5-progemini-2.0-flash

Details

Auth: api_key
Uptime: 100% uptime · 7d
Avg latency: 166ms
Checked: 2h ago
Pricing: $0.075 / 1M input, $0.30 / 1M output (1.5 Flash)
Rate limit: 15 RPM, 1M TPM on Flash
Free credits: Free tier, no card required
SDKs: pythonjavascriptgo
Regions: global
Tags: gemini, vision, long-ctx

Code snippets

115ms avg
import google.generativeai as genai

genai.configure(api_key="YOUR_KEY")
model = genai.GenerativeModel("gemini-1.5-flash")
res = model.generate_content("Hello")
print(res.text)

Status history (7 days)

06-10
06-11
06-12
06-13
06-14
06-15
06-21