{
  "message": "Welcome to Qorath Studio Gemma 3 Proxy",
  "usage": {
    "description": "This proxy allows you to use Google's Gemma 3 4B model via OpenRouter without an API key",
    "examples": {
      "POST with JSON (recommended)": {
        "curl": "curl -X POST https://gemma3.netlify.app/ \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"question\": \"What is in this image?\",\n  }'"
      },
      "GET with query parameters": {
        "url": "https://gemma3.netlify.app/?question=Tell%20me%20a%20story&image_url=https://example.com/image.jpg"
      }
    }
  },
  "supported_methods": [
    "GET",
    "POST",
    "PUT",
    "PATCH",
    "DELETE"
  ],
  "model": "google/gemma-3-4b-it:free"
}