AIzaSy Gateway [🟢 system.status: ok]

A lightweight, high-performance proxy for the Google Gemini API.

Privacy & Source

This gateway acts as a dumb pipe. It does not log, store, or inspect your API keys. Log outputs are heavily masked.

Source Code: github.com/ccbkkb/AIzaSy
Maintainer: @ccbkkb

Usage

Just replace generativelanguage.googleapis.com with aizasy.com.

curl -H 'Content-Type: application/json' \
     -X POST 'https://gemini.aizasy.com/v1beta/models/gemini-1.5-pro:generateContent?key=YOUR_API_KEY' \
     -d '{
       "contents": [{"parts":[{"text": "Explain quantum computing in one sentence."}]}]
     }'