Is Gemini API down
Is Gemini API Down? Google AI Status and Fetch Checks
Honest boundary: llmping does not ping user API keys and does not claim fake real-time provider status. Use this page to
separate outage symptoms from key, quota, permission, and runtime failures.
What this page can check
Check whether a Gemini API failure is an outage, browser fetch issue, bad endpoint, invalid key, or runtime network problem.
Official provider status page: https://status.cloud.google.com/
Historical public endpoint uptime
llmping samples provider public endpoints and official status feeds every 5 minutes through a Cloudflare Worker. These percentages never use user API keys and should be read as public reachability evidence, not a guarantee for every authenticated workload.
Loading real uptime samples...
7 days
--
Waiting for samples.
30 days
--
Waiting for samples.
90 days
--
Waiting for samples.
Immediate checks
- fetch failed is usually a client/runtime transport issue, not a model response.
- 403 or permission errors often mean the API is not enabled or the key is restricted.
- 404 can mean the model string or endpoint method is wrong.
- Check Google Cloud status only after you separate browser CORS/runtime errors from API responses.
cURL test command
curl -i "https://generativelanguage.googleapis.com/v1beta/models?key=$GEMINI_API_KEY"
Run this from your own terminal or server. A status code is only useful after you know whether auth, quota, or endpoint selection is correct.