What this page is testing
This artifact is aimed at the Google AI Studio / Gemini API free tier, especially in the context of the Google Cloud trial expiring. The point is not to guess what should work. The point is to let you test real model responsiveness directly from the browser.
The page uses the Gemini REST endpoint and sends a tiny prompt to each selected model. If a model responds, it is reachable with your key. If it fails, the error block should usually tell you whether the issue is invalid auth, model access, quota exhaustion, or a missing free-tier entitlement.
Best-current candidate model IDs
Based on current Google documentation, recent public references, and our own recent local testing, these are the main API model IDs worth probing individually:
gemini-2.5-flashgemini-2.5-flash-litegemini-2.5-progemini-2.5-flash-image(image route, worth testing directly even if quota-blocked)gemini-2.5-flash-preview-image(the backend image model name surfaced by quota errors)gemini-3.1-flash-lite-previewgemini-3.1-flash-image(publicly visible in some Google surfaces, worth probing empirically)
Important caveat: some model names are stable public IDs while others are preview or backend-facing names that may 404, 403, or appear only in quota diagnostics. This tester is intentionally empirical, not trusting docs alone.