✨ Gemini Proxy Active

Cloudflare Worker is running smoothly

Your proxy network bypass is operational. To query through LiteLLM or terminal commands, replace the core Google endpoint hostname with this worker's root domain.

🚀 Quick Test Formula

Append your Gemini endpoints directly to this worker address like so:

# Replace with your actual Gemini API Key token
curl "https://ai.shahrebazi.fun/v1beta/models/gemini-flash-latest:generateContent?key=YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"contents": [{"parts":[{"text": "Hello!"}]}]}'

⚙️ Integration Endpoint Configuration