Minimal Gemini API Proxy
curl -X POST https://your-project.vercel.app/api/gemini \
-H "Authorization: Bearer $PROXY_SECRET_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "Hello!"}'GEMINI_API_KEY - Your Gemini API KeyPROXY_SECRET_TOKEN - Secret token for authentication