Amm1rr/WebAI-to-API
An API gateway that routes requests to browser-based AI providers (Gemini, Atlas Cloud) via an OpenAI-compatible REST interface.

Velocity · 7d
+1.2
★ / day
Trend
→steady
star history
WebAI-to-API wraps browser-based AI services and exposes them through an OpenAI-compatible REST API layer. It acts as a middleware/proxy, routing requests to providers like Google Gemini or Atlas Cloud while handling authentication, conversation continuity, and streaming responses via Server-Sent Events. The server is built with FastAPI and uvicorn, supports Docker deployment, and provides diagnostic health endpoints.