> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tinypixel.web.id/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Use the Free Gemini API

> Overview of the gemini-web2api project and hosted test endpoints.

# How to Use the Free Gemini API

The **gemini-web2api** project reverse‑engineers the Gemini web interface into an OpenAI‑compatible API. You can run it yourself on any serverless platform or use the hosted test instances I provide for quick feedback.

## Hosted test endpoints (for feedback)

I maintain free instances for testing and gathering feedback. Use the API key `now-and-then` with these endpoints:

| Platform           | Base URL                                    | Notes                               |
| ------------------ | ------------------------------------------- | ----------------------------------- |
| Cloudflare Workers | `https://free-gem-1.tinypixel.my.id/v1`     | Free tier (100k requests/day)       |
| Netlify            | `https://free-gem-2.tinypixel.my.id/v1`     | May run out of free credits         |
| Vercel             | `https://free-gem-3.tinypixel.my.id/v1`     | Free tier limits apply              |
| Deno Deploy        | `https://free-gemini.tinypixel.deno.net/v1` | Edge functions with raw TCP sockets |

> **Warning**: The default API key `now-and-then` is for testing only. These endpoints run on free tiers and may experience rate limits or downtime under heavy use. For production or reliable usage, deploy your own instance.

## Next steps

Choose a platform below to learn how to deploy your own instance of gemini-web2api.
