#77 · Primary category: AI Gateway & API Infrastructure

WebAI-to-API

ai api api-less atlascloud bard chatbot chatgpt fastapi free gemini gemini-api google-bard-api llm python uvicorn webserver webservice

Webchat to API

Project last updated:08/30/26

GitHub Stars

1.4K

Forks

232

Contributors

14

License

Apache-2.0

Why we included this project

WebAI-to-API exposes browser-based AI services through an OpenAI-compatible API layer. For Gemini, it runs a Playwright browser session and wraps it behind a /v1/chat/completions endpoint, so code written against the OpenAI SDK can talk to a Gemini web login with minimal changes and no separate paid API key. The provider architecture keeps new sources as add-ons rather than server rewrites, and SSE streaming, conversation continuation, and health and diagnostics endpoints make it behave like a real service. Docker support plus an authentication workflow cover deployment and browser login handling. Teams building internal tools or personal assistants who want the OpenAI standard without paying for the official Gemini API will find this a practical fit.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category