This is a self-hosted gateway that reverse-engineers chatgpt.com to expose GPT Image 2 and DALL·E 3 through standard OpenAI API endpoints. You get multi-account pooling, proxy rotation, rate limiting, and a billing dashboard, all packaged in Docker Compose with MySQL and Redis. The main appeal is turning ChatGPT's image generation into something you can call from the OpenAI SDK without dealing with web sessions manually. It handles account rotation automatically and includes img2img edits via multipart uploads. Setup requires generating AES keys for encrypting stored tokens and adding ChatGPT accounts via JSON import. If you need batch image generation at scale or want to abstract away ChatGPT account management, this does the plumbing work.
npx skills add https://github.com/aradotso/trending-skills --skill gpt2api-openai-gateway