Gemini 2.5 Flash free API
Google multimodal model with a generous free tier via AI Studio and API.
Free providers
| Provider | RPM | Daily | Model ID | Checked |
|---|---|---|---|---|
| gemini-free | 15 | 1500 | โ | 2026-08-23 |
Example (gemini-free)
curl "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key=$GEMINI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents": [{"parts": [{"text": "Hello"}]}]
}' Limits checked against official docs on 2026-08-23. Rates change without notice. Not affiliated with providers unless noted. Verify before production use.