To convert existing web-based AI services into OpenAI-compatible API endpoints for programmatic access.
This JavaScript project, WebAI2API, turns popular web AI services like LMArena and Gemini into standard OpenAI API endpoints. It uses Camoufox (Playwright) to automate browser interactions with human-like behavior, allowing multi-window concurrency and account isolation. You can deploy it by running `pnpm install` and `npm run init`, or through Docker.
To convert existing web-based AI services into OpenAI-compatible API endpoints for programmatic access.
Developers wanting to programmatically access various web AI models through a unified API, manage multiple AI accounts, or automate tasks that typically require a web UI.